Class GetBackupIndexDownloadUrlResponse.Builder (0.82.0)

public static final class GetBackupIndexDownloadUrlResponse.Builder extends GeneratedMessage.Builder<GetBackupIndexDownloadUrlResponse.Builder> implements GetBackupIndexDownloadUrlResponseOrBuilder

Response message for GetBackupIndexDownloadUrl.

Protobuf type google.cloud.gkebackup.v1.GetBackupIndexDownloadUrlResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetBackupIndexDownloadUrlResponse build()
Returns
Type Description
GetBackupIndexDownloadUrlResponse

buildPartial()

public GetBackupIndexDownloadUrlResponse buildPartial()
Returns
Type Description
GetBackupIndexDownloadUrlResponse

clear()

public GetBackupIndexDownloadUrlResponse.Builder clear()
Returns
Type Description
GetBackupIndexDownloadUrlResponse.Builder
Overrides

clearSignedUrl()

public GetBackupIndexDownloadUrlResponse.Builder clearSignedUrl()

Required. The signed URL for downloading the backup index.

string signed_url = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetBackupIndexDownloadUrlResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetBackupIndexDownloadUrlResponse getDefaultInstanceForType()
Returns
Type Description
GetBackupIndexDownloadUrlResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSignedUrl()

public String getSignedUrl()

Required. The signed URL for downloading the backup index.

string signed_url = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The signedUrl.

getSignedUrlBytes()

public ByteString getSignedUrlBytes()

Required. The signed URL for downloading the backup index.

string signed_url = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for signedUrl.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetBackupIndexDownloadUrlResponse other)

public GetBackupIndexDownloadUrlResponse.Builder mergeFrom(GetBackupIndexDownloadUrlResponse other)
Parameter
Name Description
other GetBackupIndexDownloadUrlResponse
Returns
Type Description
GetBackupIndexDownloadUrlResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetBackupIndexDownloadUrlResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetBackupIndexDownloadUrlResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetBackupIndexDownloadUrlResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetBackupIndexDownloadUrlResponse.Builder
Overrides

setSignedUrl(String value)

public GetBackupIndexDownloadUrlResponse.Builder setSignedUrl(String value)

Required. The signed URL for downloading the backup index.

string signed_url = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The signedUrl to set.

Returns
Type Description
GetBackupIndexDownloadUrlResponse.Builder

This builder for chaining.

setSignedUrlBytes(ByteString value)

public GetBackupIndexDownloadUrlResponse.Builder setSignedUrlBytes(ByteString value)

Required. The signed URL for downloading the backup index.

string signed_url = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for signedUrl to set.

Returns
Type Description
GetBackupIndexDownloadUrlResponse.Builder

This builder for chaining.