Class ListBackupsResponse.Builder (2.84.0)

public static final class ListBackupsResponse.Builder extends GeneratedMessage.Builder<ListBackupsResponse.Builder> implements ListBackupsResponseOrBuilder

Response message for DataprocMetastore.ListBackups.

Protobuf type google.cloud.metastore.v1alpha.ListBackupsResponse

Static Methods

getDescriptor()

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

Methods

addAllBackups(Iterable<? extends Backup> values)

public ListBackupsResponse.Builder addAllBackups(Iterable<? extends Backup> values)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.metastore.v1alpha.Backup>
Returns
Type Description
ListBackupsResponse.Builder

addAllUnreachable(Iterable<String> values)

public ListBackupsResponse.Builder addAllUnreachable(Iterable<String> values)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListBackupsResponse.Builder

This builder for chaining.

addBackups(Backup value)

public ListBackupsResponse.Builder addBackups(Backup value)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameter
Name Description
value Backup
Returns
Type Description
ListBackupsResponse.Builder

addBackups(Backup.Builder builderForValue)

public ListBackupsResponse.Builder addBackups(Backup.Builder builderForValue)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameter
Name Description
builderForValue Backup.Builder
Returns
Type Description
ListBackupsResponse.Builder

addBackups(int index, Backup value)

public ListBackupsResponse.Builder addBackups(int index, Backup value)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameters
Name Description
index int
value Backup
Returns
Type Description
ListBackupsResponse.Builder

addBackups(int index, Backup.Builder builderForValue)

public ListBackupsResponse.Builder addBackups(int index, Backup.Builder builderForValue)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameters
Name Description
index int
builderForValue Backup.Builder
Returns
Type Description
ListBackupsResponse.Builder

addBackupsBuilder()

public Backup.Builder addBackupsBuilder()

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Returns
Type Description
Backup.Builder

addBackupsBuilder(int index)

public Backup.Builder addBackupsBuilder(int index)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameter
Name Description
index int
Returns
Type Description
Backup.Builder

addUnreachable(String value)

public ListBackupsResponse.Builder addUnreachable(String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListBackupsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListBackupsResponse.Builder addUnreachableBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListBackupsResponse.Builder

This builder for chaining.

build()

public ListBackupsResponse build()
Returns
Type Description
ListBackupsResponse

buildPartial()

public ListBackupsResponse buildPartial()
Returns
Type Description
ListBackupsResponse

clear()

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

clearBackups()

public ListBackupsResponse.Builder clearBackups()

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Returns
Type Description
ListBackupsResponse.Builder

clearNextPageToken()

public ListBackupsResponse.Builder clearNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ListBackupsResponse.Builder

This builder for chaining.

clearUnreachable()

public ListBackupsResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ListBackupsResponse.Builder

This builder for chaining.

getBackups(int index)

public Backup getBackups(int index)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameter
Name Description
index int
Returns
Type Description
Backup

getBackupsBuilder(int index)

public Backup.Builder getBackupsBuilder(int index)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameter
Name Description
index int
Returns
Type Description
Backup.Builder

getBackupsBuilderList()

public List<Backup.Builder> getBackupsBuilderList()

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Returns
Type Description
List<Builder>

getBackupsCount()

public int getBackupsCount()

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Returns
Type Description
int

getBackupsList()

public List<Backup> getBackupsList()

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Returns
Type Description
List<Backup>

getBackupsOrBuilder(int index)

public BackupOrBuilder getBackupsOrBuilder(int index)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameter
Name Description
index int
Returns
Type Description
BackupOrBuilder

getBackupsOrBuilderList()

public List<? extends BackupOrBuilder> getBackupsOrBuilderList()

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Returns
Type Description
List<? extends com.google.cloud.metastore.v1alpha.BackupOrBuilder>

getDefaultInstanceForType()

public ListBackupsResponse getDefaultInstanceForType()
Returns
Type Description
ListBackupsResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListBackupsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeBackups(int index)

public ListBackupsResponse.Builder removeBackups(int index)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameter
Name Description
index int
Returns
Type Description
ListBackupsResponse.Builder

setBackups(int index, Backup value)

public ListBackupsResponse.Builder setBackups(int index, Backup value)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameters
Name Description
index int
value Backup
Returns
Type Description
ListBackupsResponse.Builder

setBackups(int index, Backup.Builder builderForValue)

public ListBackupsResponse.Builder setBackups(int index, Backup.Builder builderForValue)

The backups of the specified service.

repeated .google.cloud.metastore.v1alpha.Backup backups = 1;

Parameters
Name Description
index int
builderForValue Backup.Builder
Returns
Type Description
ListBackupsResponse.Builder

setNextPageToken(String value)

public ListBackupsResponse.Builder setNextPageToken(String value)

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListBackupsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListBackupsResponse.Builder setNextPageTokenBytes(ByteString value)

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListBackupsResponse.Builder

This builder for chaining.

setUnreachable(int index, String value)

public ListBackupsResponse.Builder setUnreachable(int index, String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListBackupsResponse.Builder

This builder for chaining.