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 TypeMethodDescriptionstring friendly_name = 2;com.google.protobuf.ByteStringstring friendly_name = 2;getIcon()string icon = 3;com.google.protobuf.ByteStringstring icon = 3;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;booleanstring friendly_name = 2;booleanhasIcon()string icon = 3;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
-
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
-
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
-
getIconBytes
com.google.protobuf.ByteString getIconBytes()string icon = 3;- Returns:
- The bytes for icon.
-
getMetaCase
InstanceUpdateMetaRequest.MetaCase getMetaCase()
-