Class AdminResult

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.spanner.executor.v1.AdminResult
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AdminResultOrBuilder, Serializable

public final class AdminResult extends com.google.protobuf.GeneratedMessageV3 implements AdminResultOrBuilder
 AdminResult contains admin action results, for database/backup/operation.
 
Protobuf type google.spanner.executor.v1.AdminResult
See Also:
  • Field Details

    • BACKUP_RESPONSE_FIELD_NUMBER

      public static final int BACKUP_RESPONSE_FIELD_NUMBER
      See Also:
    • OPERATION_RESPONSE_FIELD_NUMBER

      public static final int OPERATION_RESPONSE_FIELD_NUMBER
      See Also:
    • DATABASE_RESPONSE_FIELD_NUMBER

      public static final int DATABASE_RESPONSE_FIELD_NUMBER
      See Also:
    • INSTANCE_RESPONSE_FIELD_NUMBER

      public static final int INSTANCE_RESPONSE_FIELD_NUMBER
      See Also:
    • INSTANCE_CONFIG_RESPONSE_FIELD_NUMBER

      public static final int INSTANCE_CONFIG_RESPONSE_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasBackupResponse

      public boolean hasBackupResponse()
       Results of cloud backup related actions.
       
      .google.spanner.executor.v1.CloudBackupResponse backup_response = 1;
      Specified by:
      hasBackupResponse in interface AdminResultOrBuilder
      Returns:
      Whether the backupResponse field is set.
    • getBackupResponse

      public CloudBackupResponse getBackupResponse()
       Results of cloud backup related actions.
       
      .google.spanner.executor.v1.CloudBackupResponse backup_response = 1;
      Specified by:
      getBackupResponse in interface AdminResultOrBuilder
      Returns:
      The backupResponse.
    • getBackupResponseOrBuilder

      public CloudBackupResponseOrBuilder getBackupResponseOrBuilder()
       Results of cloud backup related actions.
       
      .google.spanner.executor.v1.CloudBackupResponse backup_response = 1;
      Specified by:
      getBackupResponseOrBuilder in interface AdminResultOrBuilder
    • hasOperationResponse

      public boolean hasOperationResponse()
       Results of operation related actions.
       
      .google.spanner.executor.v1.OperationResponse operation_response = 2;
      Specified by:
      hasOperationResponse in interface AdminResultOrBuilder
      Returns:
      Whether the operationResponse field is set.
    • getOperationResponse

      public OperationResponse getOperationResponse()
       Results of operation related actions.
       
      .google.spanner.executor.v1.OperationResponse operation_response = 2;
      Specified by:
      getOperationResponse in interface AdminResultOrBuilder
      Returns:
      The operationResponse.
    • getOperationResponseOrBuilder

      public OperationResponseOrBuilder getOperationResponseOrBuilder()
       Results of operation related actions.
       
      .google.spanner.executor.v1.OperationResponse operation_response = 2;
      Specified by:
      getOperationResponseOrBuilder in interface AdminResultOrBuilder
    • hasDatabaseResponse

      public boolean hasDatabaseResponse()
       Results of database related actions.
       
      .google.spanner.executor.v1.CloudDatabaseResponse database_response = 3;
      Specified by:
      hasDatabaseResponse in interface AdminResultOrBuilder
      Returns:
      Whether the databaseResponse field is set.
    • getDatabaseResponse

      public CloudDatabaseResponse getDatabaseResponse()
       Results of database related actions.
       
      .google.spanner.executor.v1.CloudDatabaseResponse database_response = 3;
      Specified by:
      getDatabaseResponse in interface AdminResultOrBuilder
      Returns:
      The databaseResponse.
    • getDatabaseResponseOrBuilder

      public CloudDatabaseResponseOrBuilder getDatabaseResponseOrBuilder()
       Results of database related actions.
       
      .google.spanner.executor.v1.CloudDatabaseResponse database_response = 3;
      Specified by:
      getDatabaseResponseOrBuilder in interface AdminResultOrBuilder
    • hasInstanceResponse

      public boolean hasInstanceResponse()
       Results of instance related actions.
       
      .google.spanner.executor.v1.CloudInstanceResponse instance_response = 4;
      Specified by:
      hasInstanceResponse in interface AdminResultOrBuilder
      Returns:
      Whether the instanceResponse field is set.
    • getInstanceResponse

      public CloudInstanceResponse getInstanceResponse()
       Results of instance related actions.
       
      .google.spanner.executor.v1.CloudInstanceResponse instance_response = 4;
      Specified by:
      getInstanceResponse in interface AdminResultOrBuilder
      Returns:
      The instanceResponse.
    • getInstanceResponseOrBuilder

      public CloudInstanceResponseOrBuilder getInstanceResponseOrBuilder()
       Results of instance related actions.
       
      .google.spanner.executor.v1.CloudInstanceResponse instance_response = 4;
      Specified by:
      getInstanceResponseOrBuilder in interface AdminResultOrBuilder
    • hasInstanceConfigResponse

      public boolean hasInstanceConfigResponse()
       Results of instance config related actions.
       
      .google.spanner.executor.v1.CloudInstanceConfigResponse instance_config_response = 5;
      Specified by:
      hasInstanceConfigResponse in interface AdminResultOrBuilder
      Returns:
      Whether the instanceConfigResponse field is set.
    • getInstanceConfigResponse

      public CloudInstanceConfigResponse getInstanceConfigResponse()
       Results of instance config related actions.
       
      .google.spanner.executor.v1.CloudInstanceConfigResponse instance_config_response = 5;
      Specified by:
      getInstanceConfigResponse in interface AdminResultOrBuilder
      Returns:
      The instanceConfigResponse.
    • getInstanceConfigResponseOrBuilder

      public CloudInstanceConfigResponseOrBuilder getInstanceConfigResponseOrBuilder()
       Results of instance config related actions.
       
      .google.spanner.executor.v1.CloudInstanceConfigResponse instance_config_response = 5;
      Specified by:
      getInstanceConfigResponseOrBuilder in interface AdminResultOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AdminResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdminResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdminResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdminResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdminResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdminResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdminResult parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AdminResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AdminResult parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AdminResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AdminResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AdminResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AdminResult.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AdminResult.Builder newBuilder()
    • newBuilder

      public static AdminResult.Builder newBuilder(AdminResult prototype)
    • toBuilder

      public AdminResult.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AdminResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AdminResult getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AdminResult> parser()
    • getParserForType

      public com.google.protobuf.Parser<AdminResult> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public AdminResult getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder