Interface Dependency.SO_DependencyMatrix.Artifact.NativeComponentOrBuilder

    • Method Summary

      Modifier and Type Method Description
      java.lang.String getArchitecture()
      The component's compatible system architecture.
      com.google.protobuf.ByteString getArchitectureBytes()
      The component's compatible system architecture.
      java.lang.String getPath()
      The component's internal path.
      com.google.protobuf.ByteString getPathBytes()
      The component's internal path.
      java.lang.String getPlatform()
      The component's compatible platform.
      com.google.protobuf.ByteString getPlatformBytes()
      The component's compatible platform.
      long getSize()
      The component's size in bytes
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPlatform

        java.lang.String getPlatform()
         The component's compatible platform.
        util.OsType platform = 1;
         
        string platform = 1;
      • getPlatformBytes

        com.google.protobuf.ByteString getPlatformBytes()
         The component's compatible platform.
        util.OsType platform = 1;
         
        string platform = 1;
      • getArchitecture

        java.lang.String getArchitecture()
         The component's compatible system architecture.
        util.Architecture architecture = 2;
         
        string architecture = 2;
      • getArchitectureBytes

        com.google.protobuf.ByteString getArchitectureBytes()
         The component's compatible system architecture.
        util.Architecture architecture = 2;
         
        string architecture = 2;
      • getPath

        java.lang.String getPath()
         The component's internal path.
         
        string path = 3;
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         The component's internal path.
         
        string path = 3;
      • getSize

        long getSize()
         The component's size in bytes
         
        int64 size = 4;