Interface SetInstanceMetadataEntryRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetInstanceMetadataEntryRequest, SetInstanceMetadataEntryRequest.Builder
@Generated
public interface SetInstanceMetadataEntryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier (UUID) of the instance.com.google.protobuf.ByteStringThe unique identifier (UUID) of the instance.getKey()The key for the metadata entry within the namespace.com.google.protobuf.ByteStringThe key for the metadata entry within the namespace.The namespace for the metadata entry.com.google.protobuf.ByteStringThe namespace for the metadata entry.com.google.protobuf.ValuegetValue()The value to set.com.google.protobuf.ValueOrBuilderThe value to set.booleanhasValue()The value to set.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
-
getInstanceId
String getInstanceId()The unique identifier (UUID) of the instance.
string instance_id = 1;- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()The unique identifier (UUID) of the instance.
string instance_id = 1;- Returns:
- The bytes for instanceId.
-
getNamespace
String getNamespace()The namespace for the metadata entry.
string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()The namespace for the metadata entry.
string namespace = 2;- Returns:
- The bytes for namespace.
-
getKey
String getKey()The key for the metadata entry within the namespace.
string key = 3;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()The key for the metadata entry within the namespace.
string key = 3;- Returns:
- The bytes for key.
-
hasValue
boolean hasValue()The value to set. Supports JSON value types.
.google.protobuf.Value value = 4;- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.Value getValue()The value to set. Supports JSON value types.
.google.protobuf.Value value = 4;- Returns:
- The value.
-
getValueOrBuilder
com.google.protobuf.ValueOrBuilder getValueOrBuilder()The value to set. Supports JSON value types.
.google.protobuf.Value value = 4;
-