public final class AdminResult extends GeneratedMessageV3 implements AdminResultOrBuilder
AdminResult contains admin action results, for database/backup/operation.
Protobuf type google.spanner.executor.v1.AdminResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BACKUP_RESPONSE_FIELD_NUMBER
public static final int BACKUP_RESPONSE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DATABASE_RESPONSE_FIELD_NUMBER
public static final int DATABASE_RESPONSE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INSTANCE_CONFIG_RESPONSE_FIELD_NUMBER
public static final int INSTANCE_CONFIG_RESPONSE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INSTANCE_RESPONSE_FIELD_NUMBER
public static final int INSTANCE_RESPONSE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OPERATION_RESPONSE_FIELD_NUMBER
public static final int OPERATION_RESPONSE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AdminResult getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AdminResult.Builder newBuilder()
newBuilder(AdminResult prototype)
public static AdminResult.Builder newBuilder(AdminResult prototype)
public static AdminResult parseDelimitedFrom(InputStream input)
public static AdminResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AdminResult parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AdminResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AdminResult parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdminResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdminResult parseFrom(CodedInputStream input)
public static AdminResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AdminResult parseFrom(InputStream input)
public static AdminResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AdminResult parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AdminResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AdminResult> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBackupResponse()
public CloudBackupResponse getBackupResponse()
Results of cloud backup related actions.
.google.spanner.executor.v1.CloudBackupResponse backup_response = 1;
getBackupResponseOrBuilder()
public CloudBackupResponseOrBuilder getBackupResponseOrBuilder()
Results of cloud backup related actions.
.google.spanner.executor.v1.CloudBackupResponse backup_response = 1;
getDatabaseResponse()
public CloudDatabaseResponse getDatabaseResponse()
Results of database related actions.
.google.spanner.executor.v1.CloudDatabaseResponse database_response = 3;
getDatabaseResponseOrBuilder()
public CloudDatabaseResponseOrBuilder getDatabaseResponseOrBuilder()
Results of database related actions.
.google.spanner.executor.v1.CloudDatabaseResponse database_response = 3;
getDefaultInstanceForType()
public AdminResult getDefaultInstanceForType()
getInstanceConfigResponse()
public CloudInstanceConfigResponse getInstanceConfigResponse()
Results of instance config related actions.
.google.spanner.executor.v1.CloudInstanceConfigResponse instance_config_response = 5;
getInstanceConfigResponseOrBuilder()
public CloudInstanceConfigResponseOrBuilder getInstanceConfigResponseOrBuilder()
Results of instance config related actions.
.google.spanner.executor.v1.CloudInstanceConfigResponse instance_config_response = 5;
getInstanceResponse()
public CloudInstanceResponse getInstanceResponse()
Results of instance related actions.
.google.spanner.executor.v1.CloudInstanceResponse instance_response = 4;
getInstanceResponseOrBuilder()
public CloudInstanceResponseOrBuilder getInstanceResponseOrBuilder()
Results of instance related actions.
.google.spanner.executor.v1.CloudInstanceResponse instance_response = 4;
getOperationResponse()
public OperationResponse getOperationResponse()
Results of operation related actions.
.google.spanner.executor.v1.OperationResponse operation_response = 2;
getOperationResponseOrBuilder()
public OperationResponseOrBuilder getOperationResponseOrBuilder()
Results of operation related actions.
.google.spanner.executor.v1.OperationResponse operation_response = 2;
getParserForType()
public Parser<AdminResult> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasBackupResponse()
public boolean hasBackupResponse()
Results of cloud backup related actions.
.google.spanner.executor.v1.CloudBackupResponse backup_response = 1;
Returns |
Type |
Description |
boolean |
Whether the backupResponse field is set.
|
hasDatabaseResponse()
public boolean hasDatabaseResponse()
Results of database related actions.
.google.spanner.executor.v1.CloudDatabaseResponse database_response = 3;
Returns |
Type |
Description |
boolean |
Whether the databaseResponse field is set.
|
hasInstanceConfigResponse()
public boolean hasInstanceConfigResponse()
Results of instance config related actions.
.google.spanner.executor.v1.CloudInstanceConfigResponse instance_config_response = 5;
Returns |
Type |
Description |
boolean |
Whether the instanceConfigResponse field is set.
|
hasInstanceResponse()
public boolean hasInstanceResponse()
Results of instance related actions.
.google.spanner.executor.v1.CloudInstanceResponse instance_response = 4;
Returns |
Type |
Description |
boolean |
Whether the instanceResponse field is set.
|
hasOperationResponse()
public boolean hasOperationResponse()
Results of operation related actions.
.google.spanner.executor.v1.OperationResponse operation_response = 2;
Returns |
Type |
Description |
boolean |
Whether the operationResponse field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AdminResult.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AdminResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AdminResult.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides