public static final class ListClientConnectorServicesResponse.Builder extends GeneratedMessage.Builder<ListClientConnectorServicesResponse.Builder> implements ListClientConnectorServicesResponseOrBuilderMessage for response to listing ClientConnectorServices.
Protobuf type
google.cloud.beyondcorp.clientconnectorservices.v1.ListClientConnectorServicesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListClientConnectorServicesResponse.BuilderImplements
ListClientConnectorServicesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllClientConnectorServices(Iterable<? extends ClientConnectorService> values)
public ListClientConnectorServicesResponse.Builder addAllClientConnectorServices(Iterable<? extends ClientConnectorService> values)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService> |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
addAllUnreachable(Iterable<String> values)
public ListClientConnectorServicesResponse.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 |
ListClientConnectorServicesResponse.Builder |
This builder for chaining. |
addClientConnectorServices(ClientConnectorService value)
public ListClientConnectorServicesResponse.Builder addClientConnectorServices(ClientConnectorService value)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ClientConnectorService |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
addClientConnectorServices(ClientConnectorService.Builder builderForValue)
public ListClientConnectorServicesResponse.Builder addClientConnectorServices(ClientConnectorService.Builder builderForValue)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ClientConnectorService.Builder |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
addClientConnectorServices(int index, ClientConnectorService value)
public ListClientConnectorServicesResponse.Builder addClientConnectorServices(int index, ClientConnectorService value)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ClientConnectorService |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
addClientConnectorServices(int index, ClientConnectorService.Builder builderForValue)
public ListClientConnectorServicesResponse.Builder addClientConnectorServices(int index, ClientConnectorService.Builder builderForValue)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ClientConnectorService.Builder |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
addClientConnectorServicesBuilder()
public ClientConnectorService.Builder addClientConnectorServicesBuilder()The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Returns | |
|---|---|
| Type | Description |
ClientConnectorService.Builder |
|
addClientConnectorServicesBuilder(int index)
public ClientConnectorService.Builder addClientConnectorServicesBuilder(int index)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClientConnectorService.Builder |
|
addUnreachable(String value)
public ListClientConnectorServicesResponse.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 |
ListClientConnectorServicesResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListClientConnectorServicesResponse.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 |
ListClientConnectorServicesResponse.Builder |
This builder for chaining. |
build()
public ListClientConnectorServicesResponse build()| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse |
|
buildPartial()
public ListClientConnectorServicesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse |
|
clear()
public ListClientConnectorServicesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
clearClientConnectorServices()
public ListClientConnectorServicesResponse.Builder clearClientConnectorServices()The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
clearNextPageToken()
public ListClientConnectorServicesResponse.Builder clearNextPageToken()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
This builder for chaining. |
clearUnreachable()
public ListClientConnectorServicesResponse.Builder clearUnreachable()Locations that could not be reached.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
This builder for chaining. |
getClientConnectorServices(int index)
public ClientConnectorService getClientConnectorServices(int index)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClientConnectorService |
|
getClientConnectorServicesBuilder(int index)
public ClientConnectorService.Builder getClientConnectorServicesBuilder(int index)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClientConnectorService.Builder |
|
getClientConnectorServicesBuilderList()
public List<ClientConnectorService.Builder> getClientConnectorServicesBuilderList()The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getClientConnectorServicesCount()
public int getClientConnectorServicesCount()The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getClientConnectorServicesList()
public List<ClientConnectorService> getClientConnectorServicesList()The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Returns | |
|---|---|
| Type | Description |
List<ClientConnectorService> |
|
getClientConnectorServicesOrBuilder(int index)
public ClientConnectorServiceOrBuilder getClientConnectorServicesOrBuilder(int index)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ClientConnectorServiceOrBuilder |
|
getClientConnectorServicesOrBuilderList()
public List<? extends ClientConnectorServiceOrBuilder> getClientConnectorServicesOrBuilderList()The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorServiceOrBuilder> |
|
getDefaultInstanceForType()
public ListClientConnectorServicesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()A token identifying a page of results the server should 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(ListClientConnectorServicesResponse other)
public ListClientConnectorServicesResponse.Builder mergeFrom(ListClientConnectorServicesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListClientConnectorServicesResponse |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListClientConnectorServicesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListClientConnectorServicesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
removeClientConnectorServices(int index)
public ListClientConnectorServicesResponse.Builder removeClientConnectorServices(int index)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
setClientConnectorServices(int index, ClientConnectorService value)
public ListClientConnectorServicesResponse.Builder setClientConnectorServices(int index, ClientConnectorService value)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ClientConnectorService |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
setClientConnectorServices(int index, ClientConnectorService.Builder builderForValue)
public ListClientConnectorServicesResponse.Builder setClientConnectorServices(int index, ClientConnectorService.Builder builderForValue)The list of ClientConnectorService.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService client_connector_services = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ClientConnectorService.Builder |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
|
setNextPageToken(String value)
public ListClientConnectorServicesResponse.Builder setNextPageToken(String value)A token identifying a page of results the server should return.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListClientConnectorServicesResponse.Builder setNextPageTokenBytes(ByteString value)A token identifying a page of results the server should return.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListClientConnectorServicesResponse.Builder |
This builder for chaining. |
setUnreachable(int index, String value)
public ListClientConnectorServicesResponse.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 |
ListClientConnectorServicesResponse.Builder |
This builder for chaining. |