public static final class ListBackendAuthenticationConfigsResponse.Builder extends GeneratedMessage.Builder<ListBackendAuthenticationConfigsResponse.Builder> implements ListBackendAuthenticationConfigsResponseOrBuilderResponse returned by the ListBackendAuthenticationConfigs method.
Protobuf type google.cloud.networksecurity.v1.ListBackendAuthenticationConfigsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListBackendAuthenticationConfigsResponse.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllBackendAuthenticationConfigs(Iterable<? extends BackendAuthenticationConfig> values)
public ListBackendAuthenticationConfigsResponse.Builder addAllBackendAuthenticationConfigs(Iterable<? extends BackendAuthenticationConfig> values)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.networksecurity.v1.BackendAuthenticationConfig> |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
addAllUnreachable(Iterable<String> values)
public ListBackendAuthenticationConfigsResponse.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 |
ListBackendAuthenticationConfigsResponse.Builder |
This builder for chaining. |
addBackendAuthenticationConfigs(BackendAuthenticationConfig value)
public ListBackendAuthenticationConfigsResponse.Builder addBackendAuthenticationConfigs(BackendAuthenticationConfig value)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
BackendAuthenticationConfig |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
addBackendAuthenticationConfigs(BackendAuthenticationConfig.Builder builderForValue)
public ListBackendAuthenticationConfigsResponse.Builder addBackendAuthenticationConfigs(BackendAuthenticationConfig.Builder builderForValue)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BackendAuthenticationConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
addBackendAuthenticationConfigs(int index, BackendAuthenticationConfig value)
public ListBackendAuthenticationConfigsResponse.Builder addBackendAuthenticationConfigs(int index, BackendAuthenticationConfig value)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
BackendAuthenticationConfig |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
addBackendAuthenticationConfigs(int index, BackendAuthenticationConfig.Builder builderForValue)
public ListBackendAuthenticationConfigsResponse.Builder addBackendAuthenticationConfigs(int index, BackendAuthenticationConfig.Builder builderForValue)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
BackendAuthenticationConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
addBackendAuthenticationConfigsBuilder()
public BackendAuthenticationConfig.Builder addBackendAuthenticationConfigsBuilder()List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Returns | |
|---|---|
| Type | Description |
BackendAuthenticationConfig.Builder |
|
addBackendAuthenticationConfigsBuilder(int index)
public BackendAuthenticationConfig.Builder addBackendAuthenticationConfigsBuilder(int index)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackendAuthenticationConfig.Builder |
|
addUnreachable(String value)
public ListBackendAuthenticationConfigsResponse.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 |
ListBackendAuthenticationConfigsResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListBackendAuthenticationConfigsResponse.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 |
ListBackendAuthenticationConfigsResponse.Builder |
This builder for chaining. |
build()
public ListBackendAuthenticationConfigsResponse build()| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse |
|
buildPartial()
public ListBackendAuthenticationConfigsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse |
|
clear()
public ListBackendAuthenticationConfigsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
clearBackendAuthenticationConfigs()
public ListBackendAuthenticationConfigsResponse.Builder clearBackendAuthenticationConfigs()List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
clearNextPageToken()
public ListBackendAuthenticationConfigsResponse.Builder clearNextPageToken() If there might be more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
This builder for chaining. |
clearUnreachable()
public ListBackendAuthenticationConfigsResponse.Builder clearUnreachable()Locations that could not be reached.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
This builder for chaining. |
getBackendAuthenticationConfigs(int index)
public BackendAuthenticationConfig getBackendAuthenticationConfigs(int index)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackendAuthenticationConfig |
|
getBackendAuthenticationConfigsBuilder(int index)
public BackendAuthenticationConfig.Builder getBackendAuthenticationConfigsBuilder(int index)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackendAuthenticationConfig.Builder |
|
getBackendAuthenticationConfigsBuilderList()
public List<BackendAuthenticationConfig.Builder> getBackendAuthenticationConfigsBuilderList()List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getBackendAuthenticationConfigsCount()
public int getBackendAuthenticationConfigsCount()List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBackendAuthenticationConfigsList()
public List<BackendAuthenticationConfig> getBackendAuthenticationConfigsList()List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<BackendAuthenticationConfig> |
|
getBackendAuthenticationConfigsOrBuilder(int index)
public BackendAuthenticationConfigOrBuilder getBackendAuthenticationConfigsOrBuilder(int index)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackendAuthenticationConfigOrBuilder |
|
getBackendAuthenticationConfigsOrBuilderList()
public List<? extends BackendAuthenticationConfigOrBuilder> getBackendAuthenticationConfigsOrBuilderList()List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networksecurity.v1.BackendAuthenticationConfigOrBuilder> |
|
getDefaultInstanceForType()
public ListBackendAuthenticationConfigsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() If there might be more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() If there might be more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token.
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(ListBackendAuthenticationConfigsResponse other)
public ListBackendAuthenticationConfigsResponse.Builder mergeFrom(ListBackendAuthenticationConfigsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBackendAuthenticationConfigsResponse |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListBackendAuthenticationConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListBackendAuthenticationConfigsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
removeBackendAuthenticationConfigs(int index)
public ListBackendAuthenticationConfigsResponse.Builder removeBackendAuthenticationConfigs(int index)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
setBackendAuthenticationConfigs(int index, BackendAuthenticationConfig value)
public ListBackendAuthenticationConfigsResponse.Builder setBackendAuthenticationConfigs(int index, BackendAuthenticationConfig value)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
BackendAuthenticationConfig |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
setBackendAuthenticationConfigs(int index, BackendAuthenticationConfig.Builder builderForValue)
public ListBackendAuthenticationConfigsResponse.Builder setBackendAuthenticationConfigs(int index, BackendAuthenticationConfig.Builder builderForValue)List of BackendAuthenticationConfig resources.
repeated .google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_configs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
BackendAuthenticationConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
|
setNextPageToken(String value)
public ListBackendAuthenticationConfigsResponse.Builder setNextPageToken(String value) If there might be more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListBackendAuthenticationConfigsResponse.Builder setNextPageTokenBytes(ByteString value) If there might be more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListBackendAuthenticationConfigsResponse.Builder |
This builder for chaining. |
setUnreachable(int index, String value)
public ListBackendAuthenticationConfigsResponse.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 |
ListBackendAuthenticationConfigsResponse.Builder |
This builder for chaining. |