Package com.google.spanner.executor.v1
Interface UpdateUserInstanceConfigActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateUserInstanceConfigAction,UpdateUserInstanceConfigAction.Builder
public interface UpdateUserInstanceConfigActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsLabels(String key) labels.The descriptive name for this instance config as it appears in UIs.com.google.protobuf.ByteStringThe descriptive name for this instance config as it appears in UIs.Deprecated.intlabels.labels.getLabelsOrDefault(String key, String defaultValue) labels.getLabelsOrThrow(String key) labels.Cloud project ID, e.g.com.google.protobuf.ByteStringCloud project ID, e.g.User instance config ID (not path), e.g.com.google.protobuf.ByteStringUser instance config ID (not path), e.g.booleanThe descriptive name for this instance config as it appears in UIs.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
-
getUserConfigId
String getUserConfigId()User instance config ID (not path), e.g. "custom-config".
string user_config_id = 1;- Returns:
- The userConfigId.
-
getUserConfigIdBytes
com.google.protobuf.ByteString getUserConfigIdBytes()User instance config ID (not path), e.g. "custom-config".
string user_config_id = 1;- Returns:
- The bytes for userConfigId.
-
getProjectId
String getProjectId()Cloud project ID, e.g. "spanner-cloud-systest".
string project_id = 2;- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()Cloud project ID, e.g. "spanner-cloud-systest".
string project_id = 2;- Returns:
- The bytes for projectId.
-
hasDisplayName
boolean hasDisplayName()The descriptive name for this instance config as it appears in UIs.
optional string display_name = 3;- Returns:
- Whether the displayName field is set.
-
getDisplayName
String getDisplayName()The descriptive name for this instance config as it appears in UIs.
optional string display_name = 3;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()The descriptive name for this instance config as it appears in UIs.
optional string display_name = 3;- Returns:
- The bytes for displayName.
-
getLabelsCount
int getLabelsCount()labels.
map<string, string> labels = 4; -
containsLabels
labels.
map<string, string> labels = 4; -
getLabels
Deprecated.UsegetLabelsMap()instead. -
getLabelsMap
labels.
map<string, string> labels = 4; -
getLabelsOrDefault
labels.
map<string, string> labels = 4; -
getLabelsOrThrow
labels.
map<string, string> labels = 4;
-