Package com.sandpolis.core.soi
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.StringgetArchitecture()The component's compatible system architecture.com.google.protobuf.ByteStringgetArchitectureBytes()The component's compatible system architecture.java.lang.StringgetPath()The component's internal path.com.google.protobuf.ByteStringgetPathBytes()The component's internal path.java.lang.StringgetPlatform()The component's compatible platform.com.google.protobuf.ByteStringgetPlatformBytes()The component's compatible platform.longgetSize()The component's size in bytes-
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;
-
-