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
    string friendly_name = 2;
    com.google.protobuf.ByteString
    string friendly_name = 2;
    string icon = 3;
    com.google.protobuf.ByteString
    string icon = 3;
    string id = 1;
    com.google.protobuf.ByteString
    string id = 1;
     
    boolean
    string friendly_name = 2;
    boolean
    string icon = 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

    • getId

      String getId()
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Returns:
      The bytes for id.
    • hasFriendlyName

      boolean hasFriendlyName()
      string friendly_name = 2;
      Returns:
      Whether the friendlyName field is set.
    • getFriendlyName

      String getFriendlyName()
      string friendly_name = 2;
      Returns:
      The friendlyName.
    • getFriendlyNameBytes

      com.google.protobuf.ByteString getFriendlyNameBytes()
      string friendly_name = 2;
      Returns:
      The bytes for friendlyName.
    • hasIcon

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

      String getIcon()
      string icon = 3;
      Returns:
      The icon.
    • getIconBytes

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