- 0.58.0 (latest)
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListAppGatewaysResponse.BuilderImplements
ListAppGatewaysResponseOrBuilderStatic 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 |
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 |
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 |
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 |
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 |
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 |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListAppGatewaysResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListAppGatewaysResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAppGatewaysResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListAppGatewaysResponse.Builder |
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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAppGatewaysResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListAppGatewaysResponse.Builder |
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. |