Interface Dependency.SO_DependencyMatrix.Artifact.NativeComponentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Dependency.SO_DependencyMatrix.Artifact.NativeComponent, Dependency.SO_DependencyMatrix.Artifact.NativeComponent.Builder
Enclosing class:
Dependency.SO_DependencyMatrix.Artifact

public static interface Dependency.SO_DependencyMatrix.Artifact.NativeComponentOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • 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 Details

    • getPlatform

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

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

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

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

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

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

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