- 2.79.0 (latest)
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.71.0
 - 2.69.0
 - 2.68.0
 - 2.65.0
 - 2.64.0
 - 2.63.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.4
 - 2.3.0
 - 2.2.0
 - 2.1.9
 
public static final class ListBackupsResponse.Builder extends GeneratedMessageV3.Builder<ListBackupsResponse.Builder> implements ListBackupsResponseOrBuilderResponse message for DataprocMetastore.ListBackups.
 Protobuf type google.cloud.metastore.v1.ListBackupsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListBackupsResponse.BuilderImplements
ListBackupsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| 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.v1.Backup backups = 1;
| Name | Description | 
| values | Iterable<? extends com.google.cloud.metastore.v1.Backup> | 
      
| 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;
| Name | Description | 
| values | Iterable<String>The unreachable to add.  | 
      
| 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.v1.Backup backups = 1;
| Name | Description | 
| value | Backup | 
      
| 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.v1.Backup backups = 1;
| Name | Description | 
| builderForValue | Backup.Builder | 
      
| 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.v1.Backup backups = 1;
| Name | Description | 
| index | int | 
      
| value | Backup | 
      
| 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.v1.Backup backups = 1;
| Name | Description | 
| index | int | 
      
| builderForValue | Backup.Builder | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
addBackupsBuilder()
public Backup.Builder addBackupsBuilder()The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Type | Description | 
| Backup.Builder | 
addBackupsBuilder(int index)
public Backup.Builder addBackupsBuilder(int index)The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Backup.Builder | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListBackupsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
addUnreachable(String value)
public ListBackupsResponse.Builder addUnreachable(String value)Locations that could not be reached.
 repeated string unreachable = 3;
| Name | Description | 
| value | StringThe unreachable to add.  | 
      
| 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;
| Name | Description | 
| value | ByteStringThe bytes of the unreachable to add.  | 
      
| Type | Description | 
| ListBackupsResponse.Builder | This builder for chaining.  | 
      
build()
public ListBackupsResponse build()| Type | Description | 
| ListBackupsResponse | 
buildPartial()
public ListBackupsResponse buildPartial()| Type | Description | 
| ListBackupsResponse | 
clear()
public ListBackupsResponse.Builder clear()| Type | Description | 
| ListBackupsResponse.Builder | 
clearBackups()
public ListBackupsResponse.Builder clearBackups()The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Type | Description | 
| ListBackupsResponse.Builder | 
clearField(Descriptors.FieldDescriptor field)
public ListBackupsResponse.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| 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;
| Type | Description | 
| ListBackupsResponse.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ListBackupsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
clearUnreachable()
public ListBackupsResponse.Builder clearUnreachable()Locations that could not be reached.
 repeated string unreachable = 3;
| Type | Description | 
| ListBackupsResponse.Builder | This builder for chaining.  | 
      
clone()
public ListBackupsResponse.Builder clone()| Type | Description | 
| ListBackupsResponse.Builder | 
getBackups(int index)
public Backup getBackups(int index)The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Backup | 
getBackupsBuilder(int index)
public Backup.Builder getBackupsBuilder(int index)The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Backup.Builder | 
getBackupsBuilderList()
public List<Backup.Builder> getBackupsBuilderList()The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Type | Description | 
| List<Builder> | 
getBackupsCount()
public int getBackupsCount()The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Type | Description | 
| int | 
getBackupsList()
public List<Backup> getBackupsList()The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Type | Description | 
| List<Backup> | 
getBackupsOrBuilder(int index)
public BackupOrBuilder getBackupsOrBuilder(int index)The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| BackupOrBuilder | 
getBackupsOrBuilderList()
public List<? extends BackupOrBuilder> getBackupsOrBuilderList()The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Type | Description | 
| List<? extends com.google.cloud.metastore.v1.BackupOrBuilder> | 
getDefaultInstanceForType()
public ListBackupsResponse getDefaultInstanceForType()| Type | Description | 
| ListBackupsResponse | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
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;
| 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;
| 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;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| Type | Description | 
| int | The count of unreachable.  | 
      
getUnreachableList()
public ProtocolStringList getUnreachableList()Locations that could not be reached.
 repeated string unreachable = 3;
| Type | Description | 
| ProtocolStringList | A list containing the unreachable.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(ListBackupsResponse other)
public ListBackupsResponse.Builder mergeFrom(ListBackupsResponse other)| Name | Description | 
| other | ListBackupsResponse | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListBackupsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public ListBackupsResponse.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListBackupsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
removeBackups(int index)
public ListBackupsResponse.Builder removeBackups(int index)The backups of the specified service.
 repeated .google.cloud.metastore.v1.Backup backups = 1;
| Name | Description | 
| index | int | 
      
| 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.v1.Backup backups = 1;
| Name | Description | 
| index | int | 
      
| value | Backup | 
      
| 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.v1.Backup backups = 1;
| Name | Description | 
| index | int | 
      
| builderForValue | Backup.Builder | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public ListBackupsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| 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;
| Name | Description | 
| value | StringThe nextPageToken to set.  | 
      
| 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;
| Name | Description | 
| value | ByteStringThe bytes for nextPageToken to set.  | 
      
| Type | Description | 
| ListBackupsResponse.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListBackupsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final ListBackupsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| ListBackupsResponse.Builder | 
setUnreachable(int index, String value)
public ListBackupsResponse.Builder setUnreachable(int index, String value)Locations that could not be reached.
 repeated string unreachable = 3;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe unreachable to set.  | 
      
| Type | Description | 
| ListBackupsResponse.Builder | This builder for chaining.  |