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 Type
    Method
    Description
    string Architecture = 1;
    com.google.protobuf.ByteString
    string Architecture = 1;
    string OS = 2;
    com.google.protobuf.ByteString
    string OS = 2;
    getOSFeatures(int index)
    unused
    com.google.protobuf.ByteString
    getOSFeaturesBytes(int index)
    unused
    int
    unused
    unused
    string 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

      String getArchitecture()
      string Architecture = 1;
      Returns:
      The architecture.
    • getArchitectureBytes

      com.google.protobuf.ByteString getArchitectureBytes()
      string Architecture = 1;
      Returns:
      The bytes for architecture.
    • getOS

      String getOS()
      string OS = 2;
      Returns:
      The oS.
    • getOSBytes

      com.google.protobuf.ByteString getOSBytes()
      string OS = 2;
      Returns:
      The bytes for oS.
    • getVariant

      String getVariant()
      string Variant = 3;
      Returns:
      The variant.
    • getVariantBytes

      com.google.protobuf.ByteString getVariantBytes()
      string Variant = 3;
      Returns:
      The bytes for variant.
    • getOSVersion

      String getOSVersion()
      string OSVersion = 4;
      Returns:
      The oSVersion.
    • getOSVersionBytes

      com.google.protobuf.ByteString getOSVersionBytes()
      string OSVersion = 4;
      Returns:
      The bytes for oSVersion.
    • getOSFeaturesList

      List<String> getOSFeaturesList()
       unused
       
      repeated string OSFeatures = 5;
      Returns:
      A list containing the oSFeatures.
    • getOSFeaturesCount

      int getOSFeaturesCount()
       unused
       
      repeated string OSFeatures = 5;
      Returns:
      The count of oSFeatures.
    • getOSFeatures

      String getOSFeatures(int index)
       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.