- 2.51.0 (latest)
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.7
- 2.2.1
- 2.1.12
public static final class ListApisResponse.Builder extends GeneratedMessageV3.Builder<ListApisResponse.Builder> implements ListApisResponseOrBuilder
Response message for ApiGatewayService.ListApis
Protobuf type google.cloud.apigateway.v1.ListApisResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListApisResponse.BuilderImplements
ListApisResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllApis(Iterable<? extends Api> values)
public ListApisResponse.Builder addAllApis(Iterable<? extends Api> values)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.apigateway.v1.Api> |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
addAllUnreachableLocations(Iterable<String> values)
public ListApisResponse.Builder addAllUnreachableLocations(Iterable<String> values)
Locations that could not be reached.
repeated string unreachable_locations = 3;
Parameter | |
---|---|
Name | Description |
values | Iterable<String> The unreachableLocations to add. |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder | This builder for chaining. |
addApis(Api value)
public ListApisResponse.Builder addApis(Api value)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameter | |
---|---|
Name | Description |
value | Api |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
addApis(Api.Builder builderForValue)
public ListApisResponse.Builder addApis(Api.Builder builderForValue)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameter | |
---|---|
Name | Description |
builderForValue | Api.Builder |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
addApis(int index, Api value)
public ListApisResponse.Builder addApis(int index, Api value)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | Api |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
addApis(int index, Api.Builder builderForValue)
public ListApisResponse.Builder addApis(int index, Api.Builder builderForValue)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | Api.Builder |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
addApisBuilder()
public Api.Builder addApisBuilder()
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Returns | |
---|---|
Type | Description |
Api.Builder |
addApisBuilder(int index)
public Api.Builder addApisBuilder(int index)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Api.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListApisResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
addUnreachableLocations(String value)
public ListApisResponse.Builder addUnreachableLocations(String value)
Locations that could not be reached.
repeated string unreachable_locations = 3;
Parameter | |
---|---|
Name | Description |
value | String The unreachableLocations to add. |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder | This builder for chaining. |
addUnreachableLocationsBytes(ByteString value)
public ListApisResponse.Builder addUnreachableLocationsBytes(ByteString value)
Locations that could not be reached.
repeated string unreachable_locations = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes of the unreachableLocations to add. |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder | This builder for chaining. |
build()
public ListApisResponse build()
Returns | |
---|---|
Type | Description |
ListApisResponse |
buildPartial()
public ListApisResponse buildPartial()
Returns | |
---|---|
Type | Description |
ListApisResponse |
clear()
public ListApisResponse.Builder clear()
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
clearApis()
public ListApisResponse.Builder clearApis()
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListApisResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
clearNextPageToken()
public ListApisResponse.Builder clearNextPageToken()
Next page token.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListApisResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
clearUnreachableLocations()
public ListApisResponse.Builder clearUnreachableLocations()
Locations that could not be reached.
repeated string unreachable_locations = 3;
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder | This builder for chaining. |
clone()
public ListApisResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
getApis(int index)
public Api getApis(int index)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Api |
getApisBuilder(int index)
public Api.Builder getApisBuilder(int index)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Api.Builder |
getApisBuilderList()
public List<Api.Builder> getApisBuilderList()
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getApisCount()
public int getApisCount()
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Returns | |
---|---|
Type | Description |
int |
getApisList()
public List<Api> getApisList()
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Returns | |
---|---|
Type | Description |
List<Api> |
getApisOrBuilder(int index)
public ApiOrBuilder getApisOrBuilder(int index)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ApiOrBuilder |
getApisOrBuilderList()
public List<? extends ApiOrBuilder> getApisOrBuilderList()
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apigateway.v1.ApiOrBuilder> |
getDefaultInstanceForType()
public ListApisResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListApisResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getNextPageToken()
public String getNextPageToken()
Next page token.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Next page token.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getUnreachableLocations(int index)
public String getUnreachableLocations(int index)
Locations that could not be reached.
repeated string unreachable_locations = 3;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The unreachableLocations at the given index. |
getUnreachableLocationsBytes(int index)
public ByteString getUnreachableLocationsBytes(int index)
Locations that could not be reached.
repeated string unreachable_locations = 3;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the unreachableLocations at the given index. |
getUnreachableLocationsCount()
public int getUnreachableLocationsCount()
Locations that could not be reached.
repeated string unreachable_locations = 3;
Returns | |
---|---|
Type | Description |
int | The count of unreachableLocations. |
getUnreachableLocationsList()
public ProtocolStringList getUnreachableLocationsList()
Locations that could not be reached.
repeated string unreachable_locations = 3;
Returns | |
---|---|
Type | Description |
ProtocolStringList | A list containing the unreachableLocations. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListApisResponse other)
public ListApisResponse.Builder mergeFrom(ListApisResponse other)
Parameter | |
---|---|
Name | Description |
other | ListApisResponse |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListApisResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListApisResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListApisResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
removeApis(int index)
public ListApisResponse.Builder removeApis(int index)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
setApis(int index, Api value)
public ListApisResponse.Builder setApis(int index, Api value)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | Api |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
setApis(int index, Api.Builder builderForValue)
public ListApisResponse.Builder setApis(int index, Api.Builder builderForValue)
APIs.
repeated .google.cloud.apigateway.v1.Api apis = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | Api.Builder |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListApisResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
setNextPageToken(String value)
public ListApisResponse.Builder setNextPageToken(String value)
Next page token.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value | String The nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListApisResponse.Builder setNextPageTokenBytes(ByteString value)
Next page token.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListApisResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListApisResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder |
setUnreachableLocations(int index, String value)
public ListApisResponse.Builder setUnreachableLocations(int index, String value)
Locations that could not be reached.
repeated string unreachable_locations = 3;
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The unreachableLocations to set. |
Returns | |
---|---|
Type | Description |
ListApisResponse.Builder | This builder for chaining. |