Interface Ops.PlatformOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.Platform
,Ops.Platform.Builder
- Enclosing class:
Ops
public static interface Ops.PlatformOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring Architecture = 1;
com.google.protobuf.ByteString
string Architecture = 1;
getOS()
string OS = 2;
com.google.protobuf.ByteString
string OS = 2;
getOSFeatures
(int index) unusedcom.google.protobuf.ByteString
getOSFeaturesBytes
(int index) unusedint
unusedunusedstring OSVersion = 4;
com.google.protobuf.ByteString
string OSVersion = 4;
string Variant = 3;
com.google.protobuf.ByteString
string Variant = 3;
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
-
getArchitecture
-
getArchitectureBytes
com.google.protobuf.ByteString getArchitectureBytes()string Architecture = 1;
- Returns:
- The bytes for architecture.
-
getOS
-
getOSBytes
com.google.protobuf.ByteString getOSBytes()string OS = 2;
- Returns:
- The bytes for oS.
-
getVariant
-
getVariantBytes
com.google.protobuf.ByteString getVariantBytes()string Variant = 3;
- Returns:
- The bytes for variant.
-
getOSVersion
-
getOSVersionBytes
com.google.protobuf.ByteString getOSVersionBytes()string OSVersion = 4;
- Returns:
- The bytes for oSVersion.
-
getOSFeaturesList
-
getOSFeaturesCount
int getOSFeaturesCount()unused
repeated string OSFeatures = 5;
- Returns:
- The count of oSFeatures.
-
getOSFeatures
unused
repeated string OSFeatures = 5;
- Parameters:
index
- The index of the element to return.- Returns:
- The oSFeatures at the given index.
-
getOSFeaturesBytes
com.google.protobuf.ByteString getOSFeaturesBytes(int index) unused
repeated string OSFeatures = 5;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the oSFeatures at the given index.
-