- 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 ListApiConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListApiConfigsResponse.Builder> implements ListApiConfigsResponseOrBuilder
Response message for ApiGatewayService.ListApiConfigs
Protobuf type google.cloud.apigateway.v1.ListApiConfigsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListApiConfigsResponse.BuilderImplements
ListApiConfigsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllApiConfigs(Iterable<? extends ApiConfig> values)
public ListApiConfigsResponse.Builder addAllApiConfigs(Iterable<? extends ApiConfig> values)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.apigateway.v1.ApiConfig> |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
addAllUnreachableLocations(Iterable<String> values)
public ListApiConfigsResponse.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 |
ListApiConfigsResponse.Builder | This builder for chaining. |
addApiConfigs(ApiConfig value)
public ListApiConfigsResponse.Builder addApiConfigs(ApiConfig value)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameter | |
---|---|
Name | Description |
value | ApiConfig |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
addApiConfigs(ApiConfig.Builder builderForValue)
public ListApiConfigsResponse.Builder addApiConfigs(ApiConfig.Builder builderForValue)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameter | |
---|---|
Name | Description |
builderForValue | ApiConfig.Builder |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
addApiConfigs(int index, ApiConfig value)
public ListApiConfigsResponse.Builder addApiConfigs(int index, ApiConfig value)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | ApiConfig |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
addApiConfigs(int index, ApiConfig.Builder builderForValue)
public ListApiConfigsResponse.Builder addApiConfigs(int index, ApiConfig.Builder builderForValue)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | ApiConfig.Builder |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
addApiConfigsBuilder()
public ApiConfig.Builder addApiConfigsBuilder()
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Returns | |
---|---|
Type | Description |
ApiConfig.Builder |
addApiConfigsBuilder(int index)
public ApiConfig.Builder addApiConfigsBuilder(int index)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ApiConfig.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListApiConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
addUnreachableLocations(String value)
public ListApiConfigsResponse.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 |
ListApiConfigsResponse.Builder | This builder for chaining. |
addUnreachableLocationsBytes(ByteString value)
public ListApiConfigsResponse.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 |
ListApiConfigsResponse.Builder | This builder for chaining. |
build()
public ListApiConfigsResponse build()
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse |
buildPartial()
public ListApiConfigsResponse buildPartial()
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse |
clear()
public ListApiConfigsResponse.Builder clear()
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
clearApiConfigs()
public ListApiConfigsResponse.Builder clearApiConfigs()
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListApiConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
clearNextPageToken()
public ListApiConfigsResponse.Builder clearNextPageToken()
Next page token.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListApiConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
clearUnreachableLocations()
public ListApiConfigsResponse.Builder clearUnreachableLocations()
Locations that could not be reached.
repeated string unreachable_locations = 3;
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder | This builder for chaining. |
clone()
public ListApiConfigsResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
getApiConfigs(int index)
public ApiConfig getApiConfigs(int index)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ApiConfig |
getApiConfigsBuilder(int index)
public ApiConfig.Builder getApiConfigsBuilder(int index)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ApiConfig.Builder |
getApiConfigsBuilderList()
public List<ApiConfig.Builder> getApiConfigsBuilderList()
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getApiConfigsCount()
public int getApiConfigsCount()
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Returns | |
---|---|
Type | Description |
int |
getApiConfigsList()
public List<ApiConfig> getApiConfigsList()
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Returns | |
---|---|
Type | Description |
List<ApiConfig> |
getApiConfigsOrBuilder(int index)
public ApiConfigOrBuilder getApiConfigsOrBuilder(int index)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ApiConfigOrBuilder |
getApiConfigsOrBuilderList()
public List<? extends ApiConfigOrBuilder> getApiConfigsOrBuilderList()
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apigateway.v1.ApiConfigOrBuilder> |
getDefaultInstanceForType()
public ListApiConfigsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse |
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(ListApiConfigsResponse other)
public ListApiConfigsResponse.Builder mergeFrom(ListApiConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListApiConfigsResponse |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListApiConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListApiConfigsResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListApiConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
removeApiConfigs(int index)
public ListApiConfigsResponse.Builder removeApiConfigs(int index)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
setApiConfigs(int index, ApiConfig value)
public ListApiConfigsResponse.Builder setApiConfigs(int index, ApiConfig value)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | ApiConfig |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
setApiConfigs(int index, ApiConfig.Builder builderForValue)
public ListApiConfigsResponse.Builder setApiConfigs(int index, ApiConfig.Builder builderForValue)
API Configs.
repeated .google.cloud.apigateway.v1.ApiConfig api_configs = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | ApiConfig.Builder |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListApiConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
setNextPageToken(String value)
public ListApiConfigsResponse.Builder setNextPageToken(String value)
Next page token.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value | String The nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListApiConfigsResponse.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 |
ListApiConfigsResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListApiConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListApiConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListApiConfigsResponse.Builder |
setUnreachableLocations(int index, String value)
public ListApiConfigsResponse.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 |
ListApiConfigsResponse.Builder | This builder for chaining. |