public static final class ListBackupPlanBindingsResponse.Builder extends GeneratedMessage.Builder<ListBackupPlanBindingsResponse.Builder> implements ListBackupPlanBindingsResponseOrBuilderResponse message for ListBackupPlanBindings.
Protobuf type google.cloud.gkebackup.v1.ListBackupPlanBindingsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListBackupPlanBindingsResponse.BuilderImplements
ListBackupPlanBindingsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllBackupPlanBindings(Iterable<? extends BackupPlanBinding> values)
public ListBackupPlanBindingsResponse.Builder addAllBackupPlanBindings(Iterable<? extends BackupPlanBinding> values)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.gkebackup.v1.BackupPlanBinding> |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
addAllUnreachable(Iterable<String> values)
public ListBackupPlanBindingsResponse.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 |
ListBackupPlanBindingsResponse.Builder |
This builder for chaining. |
addBackupPlanBindings(BackupPlanBinding value)
public ListBackupPlanBindingsResponse.Builder addBackupPlanBindings(BackupPlanBinding value)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
BackupPlanBinding |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
addBackupPlanBindings(BackupPlanBinding.Builder builderForValue)
public ListBackupPlanBindingsResponse.Builder addBackupPlanBindings(BackupPlanBinding.Builder builderForValue)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BackupPlanBinding.Builder |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
addBackupPlanBindings(int index, BackupPlanBinding value)
public ListBackupPlanBindingsResponse.Builder addBackupPlanBindings(int index, BackupPlanBinding value)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
BackupPlanBinding |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
addBackupPlanBindings(int index, BackupPlanBinding.Builder builderForValue)
public ListBackupPlanBindingsResponse.Builder addBackupPlanBindings(int index, BackupPlanBinding.Builder builderForValue)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
BackupPlanBinding.Builder |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
addBackupPlanBindingsBuilder()
public BackupPlanBinding.Builder addBackupPlanBindingsBuilder()The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Returns | |
|---|---|
| Type | Description |
BackupPlanBinding.Builder |
|
addBackupPlanBindingsBuilder(int index)
public BackupPlanBinding.Builder addBackupPlanBindingsBuilder(int index)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackupPlanBinding.Builder |
|
addUnreachable(String value)
public ListBackupPlanBindingsResponse.Builder addUnreachable(String value)Locations that could not be reached.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListBackupPlanBindingsResponse.Builder addUnreachableBytes(ByteString value)Locations that could not be reached.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
This builder for chaining. |
build()
public ListBackupPlanBindingsResponse build()| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse |
|
buildPartial()
public ListBackupPlanBindingsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse |
|
clear()
public ListBackupPlanBindingsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
clearBackupPlanBindings()
public ListBackupPlanBindingsResponse.Builder clearBackupPlanBindings()The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
clearNextPageToken()
public ListBackupPlanBindingsResponse.Builder clearNextPageToken() A token which may be sent as
page_token
in a subsequent ListBackupPlanBindingss call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
This builder for chaining. |
clearUnreachable()
public ListBackupPlanBindingsResponse.Builder clearUnreachable()Locations that could not be reached.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
This builder for chaining. |
getBackupPlanBindings(int index)
public BackupPlanBinding getBackupPlanBindings(int index)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackupPlanBinding |
|
getBackupPlanBindingsBuilder(int index)
public BackupPlanBinding.Builder getBackupPlanBindingsBuilder(int index)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackupPlanBinding.Builder |
|
getBackupPlanBindingsBuilderList()
public List<BackupPlanBinding.Builder> getBackupPlanBindingsBuilderList()The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getBackupPlanBindingsCount()
public int getBackupPlanBindingsCount()The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBackupPlanBindingsList()
public List<BackupPlanBinding> getBackupPlanBindingsList()The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Returns | |
|---|---|
| Type | Description |
List<BackupPlanBinding> |
|
getBackupPlanBindingsOrBuilder(int index)
public BackupPlanBindingOrBuilder getBackupPlanBindingsOrBuilder(int index)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackupPlanBindingOrBuilder |
|
getBackupPlanBindingsOrBuilderList()
public List<? extends BackupPlanBindingOrBuilder> getBackupPlanBindingsOrBuilderList()The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkebackup.v1.BackupPlanBindingOrBuilder> |
|
getDefaultInstanceForType()
public ListBackupPlanBindingsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() A token which may be sent as
page_token
in a subsequent ListBackupPlanBindingss call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A token which may be sent as
page_token
in a subsequent ListBackupPlanBindingss call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
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 |
intThe 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 |
intThe 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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListBackupPlanBindingsResponse other)
public ListBackupPlanBindingsResponse.Builder mergeFrom(ListBackupPlanBindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBackupPlanBindingsResponse |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListBackupPlanBindingsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListBackupPlanBindingsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
removeBackupPlanBindings(int index)
public ListBackupPlanBindingsResponse.Builder removeBackupPlanBindings(int index)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
setBackupPlanBindings(int index, BackupPlanBinding value)
public ListBackupPlanBindingsResponse.Builder setBackupPlanBindings(int index, BackupPlanBinding value)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
BackupPlanBinding |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
setBackupPlanBindings(int index, BackupPlanBinding.Builder builderForValue)
public ListBackupPlanBindingsResponse.Builder setBackupPlanBindings(int index, BackupPlanBinding.Builder builderForValue)The list of BackupPlanBindings matching the given criteria.
repeated .google.cloud.gkebackup.v1.BackupPlanBinding backup_plan_bindings = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
BackupPlanBinding.Builder |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
|
setNextPageToken(String value)
public ListBackupPlanBindingsResponse.Builder setNextPageToken(String value) A token which may be sent as
page_token
in a subsequent ListBackupPlanBindingss call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListBackupPlanBindingsResponse.Builder setNextPageTokenBytes(ByteString value) A token which may be sent as
page_token
in a subsequent ListBackupPlanBindingss call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
This builder for chaining. |
setUnreachable(int index, String value)
public ListBackupPlanBindingsResponse.Builder setUnreachable(int index, String value)Locations that could not be reached.
repeated string unreachable = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe unreachable to set. |
| Returns | |
|---|---|
| Type | Description |
ListBackupPlanBindingsResponse.Builder |
This builder for chaining. |