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 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

      boolean containsLabels(String key)
       labels.
       
      map<string, string> labels = 4;
    • getLabels

      Deprecated.
      Use getLabelsMap() instead.
    • getLabelsMap

      Map<String,String> getLabelsMap()
       labels.
       
      map<string, string> labels = 4;
    • getLabelsOrDefault

      String getLabelsOrDefault(String key, String defaultValue)
       labels.
       
      map<string, string> labels = 4;
    • getLabelsOrThrow

      String getLabelsOrThrow(String key)
       labels.
       
      map<string, string> labels = 4;