Class ListAppGatewaysResponse.Builder (0.41.0)

public static final class ListAppGatewaysResponse.Builder extends GeneratedMessageV3.Builder<ListAppGatewaysResponse.Builder> implements ListAppGatewaysResponseOrBuilder

Response message for BeyondCorp.ListAppGateways.

Protobuf type google.cloud.beyondcorp.appgateways.v1.ListAppGatewaysResponse

Static Methods

getDescriptor()

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

Methods

addAllAppGateways(Iterable<? extends AppGateway> values)

public ListAppGatewaysResponse.Builder addAllAppGateways(Iterable<? extends AppGateway> values)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.beyondcorp.appgateways.v1.AppGateway>
Returns
Type Description
ListAppGatewaysResponse.Builder

addAllUnreachable(Iterable<String> values)

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

A list of locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListAppGatewaysResponse.Builder

This builder for chaining.

addAppGateways(AppGateway value)

public ListAppGatewaysResponse.Builder addAppGateways(AppGateway value)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameter
Name Description
value AppGateway
Returns
Type Description
ListAppGatewaysResponse.Builder

addAppGateways(AppGateway.Builder builderForValue)

public ListAppGatewaysResponse.Builder addAppGateways(AppGateway.Builder builderForValue)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameter
Name Description
builderForValue AppGateway.Builder
Returns
Type Description
ListAppGatewaysResponse.Builder

addAppGateways(int index, AppGateway value)

public ListAppGatewaysResponse.Builder addAppGateways(int index, AppGateway value)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameters
Name Description
index int
value AppGateway
Returns
Type Description
ListAppGatewaysResponse.Builder

addAppGateways(int index, AppGateway.Builder builderForValue)

public ListAppGatewaysResponse.Builder addAppGateways(int index, AppGateway.Builder builderForValue)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameters
Name Description
index int
builderForValue AppGateway.Builder
Returns
Type Description
ListAppGatewaysResponse.Builder

addAppGatewaysBuilder()

public AppGateway.Builder addAppGatewaysBuilder()

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Returns
Type Description
AppGateway.Builder

addAppGatewaysBuilder(int index)

public AppGateway.Builder addAppGatewaysBuilder(int index)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameter
Name Description
index int
Returns
Type Description
AppGateway.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListAppGatewaysResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListAppGatewaysResponse.Builder
Overrides

addUnreachable(String value)

public ListAppGatewaysResponse.Builder addUnreachable(String value)

A list of locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListAppGatewaysResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListAppGatewaysResponse.Builder addUnreachableBytes(ByteString value)

A list of 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
ListAppGatewaysResponse.Builder

This builder for chaining.

build()

public ListAppGatewaysResponse build()
Returns
Type Description
ListAppGatewaysResponse

buildPartial()

public ListAppGatewaysResponse buildPartial()
Returns
Type Description
ListAppGatewaysResponse

clear()

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

clearAppGateways()

public ListAppGatewaysResponse.Builder clearAppGateways()

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Returns
Type Description
ListAppGatewaysResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListAppGatewaysResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListAppGatewaysResponse.Builder
Overrides

clearNextPageToken()

public ListAppGatewaysResponse.Builder clearNextPageToken()

A token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ListAppGatewaysResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListAppGatewaysResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListAppGatewaysResponse.Builder
Overrides

clearUnreachable()

public ListAppGatewaysResponse.Builder clearUnreachable()

A list of locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ListAppGatewaysResponse.Builder

This builder for chaining.

clone()

public ListAppGatewaysResponse.Builder clone()
Returns
Type Description
ListAppGatewaysResponse.Builder
Overrides

getAppGateways(int index)

public AppGateway getAppGateways(int index)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameter
Name Description
index int
Returns
Type Description
AppGateway

getAppGatewaysBuilder(int index)

public AppGateway.Builder getAppGatewaysBuilder(int index)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameter
Name Description
index int
Returns
Type Description
AppGateway.Builder

getAppGatewaysBuilderList()

public List<AppGateway.Builder> getAppGatewaysBuilderList()

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Returns
Type Description
List<Builder>

getAppGatewaysCount()

public int getAppGatewaysCount()

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Returns
Type Description
int

getAppGatewaysList()

public List<AppGateway> getAppGatewaysList()

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Returns
Type Description
List<AppGateway>

getAppGatewaysOrBuilder(int index)

public AppGatewayOrBuilder getAppGatewaysOrBuilder(int index)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameter
Name Description
index int
Returns
Type Description
AppGatewayOrBuilder

getAppGatewaysOrBuilderList()

public List<? extends AppGatewayOrBuilder> getAppGatewaysOrBuilderList()

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Returns
Type Description
List<? extends com.google.cloud.beyondcorp.appgateways.v1.AppGatewayOrBuilder>

getDefaultInstanceForType()

public ListAppGatewaysResponse getDefaultInstanceForType()
Returns
Type Description
ListAppGatewaysResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

A token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

A list of 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)

A list of 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()

A list of locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

A list of locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListAppGatewaysResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAppGatewaysResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListAppGatewaysResponse.Builder
Overrides

removeAppGateways(int index)

public ListAppGatewaysResponse.Builder removeAppGateways(int index)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameter
Name Description
index int
Returns
Type Description
ListAppGatewaysResponse.Builder

setAppGateways(int index, AppGateway value)

public ListAppGatewaysResponse.Builder setAppGateways(int index, AppGateway value)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameters
Name Description
index int
value AppGateway
Returns
Type Description
ListAppGatewaysResponse.Builder

setAppGateways(int index, AppGateway.Builder builderForValue)

public ListAppGatewaysResponse.Builder setAppGateways(int index, AppGateway.Builder builderForValue)

A list of BeyondCorp AppGateways in the project.

repeated .google.cloud.beyondcorp.appgateways.v1.AppGateway app_gateways = 1;

Parameters
Name Description
index int
builderForValue AppGateway.Builder
Returns
Type Description
ListAppGatewaysResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListAppGatewaysResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListAppGatewaysResponse.Builder
Overrides

setNextPageToken(String value)

public ListAppGatewaysResponse.Builder setNextPageToken(String value)

A token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListAppGatewaysResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListAppGatewaysResponse.Builder setNextPageTokenBytes(ByteString value)

A token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListAppGatewaysResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListAppGatewaysResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListAppGatewaysResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListAppGatewaysResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListAppGatewaysResponse.Builder
Overrides

setUnreachable(int index, String value)

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

A list of 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
ListAppGatewaysResponse.Builder

This builder for chaining.