public final class InitializeServiceResponse extends GeneratedMessage implements InitializeServiceResponseOrBuilderResponse message for initializing the service.
Protobuf type google.cloud.backupdr.v1.InitializeServiceResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > InitializeServiceResponseImplements
InitializeServiceResponseOrBuilderStatic Fields
BACKUP_PLAN_NAME_FIELD_NUMBER
public static final int BACKUP_PLAN_NAME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
BACKUP_VAULT_NAME_FIELD_NUMBER
public static final int BACKUP_VAULT_NAME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static InitializeServiceResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static InitializeServiceResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse.Builder |
|
newBuilder(InitializeServiceResponse prototype)
public static InitializeServiceResponse.Builder newBuilder(InitializeServiceResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
InitializeServiceResponse |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static InitializeServiceResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InitializeServiceResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static InitializeServiceResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InitializeServiceResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static InitializeServiceResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InitializeServiceResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static InitializeServiceResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InitializeServiceResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static InitializeServiceResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InitializeServiceResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static InitializeServiceResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InitializeServiceResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<InitializeServiceResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<InitializeServiceResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getBackupPlanName()
public String getBackupPlanName() The resource name of the default BackupPlan created.
Format:
projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}.
string backup_plan_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The backupPlanName. |
getBackupPlanNameBytes()
public ByteString getBackupPlanNameBytes() The resource name of the default BackupPlan created.
Format:
projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}.
string backup_plan_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for backupPlanName. |
getBackupVaultName()
public String getBackupVaultName() The resource name of the default BackupVault created.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}.
string backup_vault_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The backupVaultName. |
getBackupVaultNameBytes()
public ByteString getBackupVaultNameBytes() The resource name of the default BackupVault created.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}.
string backup_vault_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for backupVaultName. |
getDefaultInstanceForType()
public InitializeServiceResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse |
|
getParserForType()
public Parser<InitializeServiceResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<InitializeServiceResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public InitializeServiceResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected InitializeServiceResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse.Builder |
|
toBuilder()
public InitializeServiceResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
InitializeServiceResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|