Interface DeleteUserInstanceConfigActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeleteUserInstanceConfigAction, DeleteUserInstanceConfigAction.Builder

public interface DeleteUserInstanceConfigActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Cloud project ID, e.g.
    com.google.protobuf.ByteString
    Cloud project ID, e.g.
    User instance config ID (not path), e.g.
    com.google.protobuf.ByteString
    User instance config ID (not path), e.g.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

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