Interface InstanceUpdateMetaRequestOrBuilder

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

@Generated public interface InstanceUpdateMetaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    New human-readable name for the instance.
    com.google.protobuf.ByteString
    New human-readable name for the instance.
    New icon identifier for the instance.
    com.google.protobuf.ByteString
    New icon identifier for the instance.
    The unique identifier (UUID) of the instance to update.
    com.google.protobuf.ByteString
    The unique identifier (UUID) of the instance to update.
     
    boolean
    New human-readable name for the instance.
    boolean
    New icon identifier for the instance.

    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

    • getId

      String getId()
      The unique identifier (UUID) of the instance to update.
      
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      The unique identifier (UUID) of the instance to update.
      
      string id = 1;
      Returns:
      The bytes for id.
    • hasFriendlyName

      boolean hasFriendlyName()
      New human-readable name for the instance.
      
      string friendly_name = 2;
      Returns:
      Whether the friendlyName field is set.
    • getFriendlyName

      String getFriendlyName()
      New human-readable name for the instance.
      
      string friendly_name = 2;
      Returns:
      The friendlyName.
    • getFriendlyNameBytes

      com.google.protobuf.ByteString getFriendlyNameBytes()
      New human-readable name for the instance.
      
      string friendly_name = 2;
      Returns:
      The bytes for friendlyName.
    • hasIcon

      boolean hasIcon()
      New icon identifier for the instance.
      
      string icon = 3;
      Returns:
      Whether the icon field is set.
    • getIcon

      String getIcon()
      New icon identifier for the instance.
      
      string icon = 3;
      Returns:
      The icon.
    • getIconBytes

      com.google.protobuf.ByteString getIconBytes()
      New icon identifier for the instance.
      
      string icon = 3;
      Returns:
      The bytes for icon.
    • getMetaCase