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 TypeMethodDescriptionNew human-readable name for the instance.com.google.protobuf.ByteStringNew human-readable name for the instance.getIcon()New icon identifier for the instance.com.google.protobuf.ByteStringNew icon identifier for the instance.getId()The unique identifier (UUID) of the instance to update.com.google.protobuf.ByteStringThe unique identifier (UUID) of the instance to update.booleanNew human-readable name for the instance.booleanhasIcon()New icon identifier for the instance.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
-
getIconBytes
com.google.protobuf.ByteString getIconBytes()New icon identifier for the instance.
string icon = 3;- Returns:
- The bytes for icon.
-
getMetaCase
InstanceUpdateMetaRequest.MetaCase getMetaCase()
-