Interface GenericPlatformDetailsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GenericPlatformDetails, GenericPlatformDetails.Builder

    public interface GenericPlatformDetailsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLocation()
      Free text representation of the machine location.
      com.google.protobuf.ByteString getLocationBytes()
      Free text representation of the machine location.
      • 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

      • getLocation

        String getLocation()
         Free text representation of the machine location.
         The format of this field should not be relied on. Different VMs in the same
         location may have different string values for this field.
         
        string location = 1;
        Returns:
        The location.
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
         Free text representation of the machine location.
         The format of this field should not be relied on. Different VMs in the same
         location may have different string values for this field.
         
        string location = 1;
        Returns:
        The bytes for location.