Skip navigation links
A B C D G I L N S T U 

A

ApiGatewayServiceClient - Class in com.google.cloud.apigateway.v1
Service Description: The API Gateway Service is the interface for managing API Gateways.
ApiGatewayServiceClient(ApiGatewayServiceSettings) - Constructor for class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Constructs an instance of ApiGatewayServiceClient, using the given settings.
ApiGatewayServiceClient(ApiGatewayServiceStub) - Constructor for class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
 
ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection - Class in com.google.cloud.apigateway.v1
 
ApiGatewayServiceClient.ListApiConfigsPage - Class in com.google.cloud.apigateway.v1
 
ApiGatewayServiceClient.ListApiConfigsPagedResponse - Class in com.google.cloud.apigateway.v1
 
ApiGatewayServiceClient.ListApisFixedSizeCollection - Class in com.google.cloud.apigateway.v1
 
ApiGatewayServiceClient.ListApisPage - Class in com.google.cloud.apigateway.v1
 
ApiGatewayServiceClient.ListApisPagedResponse - Class in com.google.cloud.apigateway.v1
 
ApiGatewayServiceClient.ListGatewaysFixedSizeCollection - Class in com.google.cloud.apigateway.v1
 
ApiGatewayServiceClient.ListGatewaysPage - Class in com.google.cloud.apigateway.v1
 
ApiGatewayServiceClient.ListGatewaysPagedResponse - Class in com.google.cloud.apigateway.v1
 
ApiGatewayServiceSettings - Class in com.google.cloud.apigateway.v1
Settings class to configure an instance of ApiGatewayServiceClient.
ApiGatewayServiceSettings(ApiGatewayServiceSettings.Builder) - Constructor for class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
 
ApiGatewayServiceSettings.Builder - Class in com.google.cloud.apigateway.v1
Builder for ApiGatewayServiceSettings.
ApiGatewayServiceStub - Class in com.google.cloud.apigateway.v1.stub
Base stub class for the ApiGatewayService service API.
ApiGatewayServiceStub() - Constructor for class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
ApiGatewayServiceStubSettings - Class in com.google.cloud.apigateway.v1.stub
Settings class to configure an instance of ApiGatewayServiceStub.
ApiGatewayServiceStubSettings(ApiGatewayServiceStubSettings.Builder) - Constructor for class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
 
ApiGatewayServiceStubSettings.Builder - Class in com.google.cloud.apigateway.v1.stub
Builder for ApiGatewayServiceStubSettings.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 

B

build() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
 
build() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
 
Builder() - Constructor for class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
 
Builder(ApiGatewayServiceSettings) - Constructor for class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
 
Builder(ApiGatewayServiceStubSettings.Builder) - Constructor for class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
 
Builder() - Constructor for class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
 
Builder(ApiGatewayServiceStubSettings) - Constructor for class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
 

C

close() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
 
close() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
close() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
com.google.cloud.apigateway.v1 - package com.google.cloud.apigateway.v1
The interfaces provided are listed below, along with usage samples.
com.google.cloud.apigateway.v1.stub - package com.google.cloud.apigateway.v1.stub
 
create() - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Constructs an instance of ApiGatewayServiceClient with default settings.
create(ApiGatewayServiceSettings) - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Constructs an instance of ApiGatewayServiceClient, using the given settings.
create(ApiGatewayServiceStub) - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Constructs an instance of ApiGatewayServiceClient, using the given stub for making calls.
create(ApiGatewayServiceStubSettings) - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
 
create(ApiGatewayServiceStubSettings) - Static method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
create(ClientContext) - Static method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
createApiAsync(LocationName, Api, String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Api in a given project and location.
createApiAsync(String, Api, String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Api in a given project and location.
createApiAsync(CreateApiRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Api in a given project and location.
createApiCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Api in a given project and location.
createApiCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
createApiCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
createApiConfigAsync(ApiName, ApiConfig, String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new ApiConfig in a given project and location.
createApiConfigAsync(String, ApiConfig, String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new ApiConfig in a given project and location.
createApiConfigAsync(CreateApiConfigRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new ApiConfig in a given project and location.
createApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new ApiConfig in a given project and location.
createApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
createApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
createApiConfigOperationCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new ApiConfig in a given project and location.
createApiConfigOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
createApiConfigOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
createApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to createApiConfig.
createApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to createApiConfig.
createApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to createApiConfig.
createApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to createApiConfig.
createApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to createApiConfig.
createApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to createApiConfig.
createApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to createApiConfig.
createApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to createApiConfig.
createApiOperationCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Api in a given project and location.
createApiOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
createApiOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
createApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to createApi.
createApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to createApi.
createApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to createApi.
createApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to createApi.
createApiSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to createApi.
createApiSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to createApi.
createApiSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to createApi.
createApiSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to createApi.
createAsync(PageContext<ListApiConfigsRequest, ListApiConfigsResponse, ApiConfig>, ApiFuture<ListApiConfigsResponse>) - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListApiConfigsPagedResponse
 
createAsync(PageContext<ListApisRequest, ListApisResponse, Api>, ApiFuture<ListApisResponse>) - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListApisPagedResponse
 
createAsync(PageContext<ListGatewaysRequest, ListGatewaysResponse, Gateway>, ApiFuture<ListGatewaysResponse>) - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListGatewaysPagedResponse
 
createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceCallableFactory
 
createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceCallableFactory
 
createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceCallableFactory
 
createCollection(List<ApiGatewayServiceClient.ListApiConfigsPage>, int) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListApiConfigsFixedSizeCollection
 
createCollection(List<ApiGatewayServiceClient.ListApisPage>, int) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListApisFixedSizeCollection
 
createCollection(List<ApiGatewayServiceClient.ListGatewaysPage>, int) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListGatewaysFixedSizeCollection
 
createGatewayAsync(LocationName, Gateway, String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Gateway in a given project and location.
createGatewayAsync(String, Gateway, String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Gateway in a given project and location.
createGatewayAsync(CreateGatewayRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Gateway in a given project and location.
createGatewayCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Gateway in a given project and location.
createGatewayCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
createGatewayCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
createGatewayOperationCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Creates a new Gateway in a given project and location.
createGatewayOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
createGatewayOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
createGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to createGateway.
createGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to createGateway.
createGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to createGateway.
createGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to createGateway.
createGatewaySettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to createGateway.
createGatewaySettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to createGateway.
createGatewaySettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to createGateway.
createGatewaySettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to createGateway.
createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceCallableFactory
 
createPage(PageContext<ListApiConfigsRequest, ListApiConfigsResponse, ApiConfig>, ListApiConfigsResponse) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListApiConfigsPage
 
createPage(PageContext<ListApisRequest, ListApisResponse, Api>, ListApisResponse) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListApisPage
 
createPage(PageContext<ListGatewaysRequest, ListGatewaysResponse, Gateway>, ListGatewaysResponse) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListGatewaysPage
 
createPageAsync(PageContext<ListApiConfigsRequest, ListApiConfigsResponse, ApiConfig>, ApiFuture<ListApiConfigsResponse>) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListApiConfigsPage
 
createPageAsync(PageContext<ListApisRequest, ListApisResponse, Api>, ApiFuture<ListApisResponse>) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListApisPage
 
createPageAsync(PageContext<ListGatewaysRequest, ListGatewaysResponse, Gateway>, ApiFuture<ListGatewaysResponse>) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListGatewaysPage
 
createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceCallableFactory
 
createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceCallableFactory
 
createStub() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
 
createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceCallableFactory
 

D

defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
 
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns a builder for the default ExecutorProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns a builder for the default ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns a builder for the default ChannelProvider for this service.
defaultTransportChannelProvider() - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
 
deleteApiAsync(ApiName) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Api.
deleteApiAsync(String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Api.
deleteApiAsync(DeleteApiRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Api.
deleteApiCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Api.
deleteApiCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
deleteApiCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
deleteApiConfigAsync(ApiConfigName) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single ApiConfig.
deleteApiConfigAsync(String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single ApiConfig.
deleteApiConfigAsync(DeleteApiConfigRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single ApiConfig.
deleteApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single ApiConfig.
deleteApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
deleteApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
deleteApiConfigOperationCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single ApiConfig.
deleteApiConfigOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
deleteApiConfigOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
deleteApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to deleteApiConfig.
deleteApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to deleteApiConfig.
deleteApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to deleteApiConfig.
deleteApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to deleteApiConfig.
deleteApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to deleteApiConfig.
deleteApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to deleteApiConfig.
deleteApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to deleteApiConfig.
deleteApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to deleteApiConfig.
deleteApiOperationCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Api.
deleteApiOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
deleteApiOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
deleteApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to deleteApi.
deleteApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to deleteApi.
deleteApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to deleteApi.
deleteApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to deleteApi.
deleteApiSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to deleteApi.
deleteApiSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to deleteApi.
deleteApiSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to deleteApi.
deleteApiSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to deleteApi.
deleteGatewayAsync(GatewayName) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Gateway.
deleteGatewayAsync(String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Gateway.
deleteGatewayAsync(DeleteGatewayRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Gateway.
deleteGatewayCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Gateway.
deleteGatewayCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
deleteGatewayCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
deleteGatewayOperationCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Deletes a single Gateway.
deleteGatewayOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
deleteGatewayOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
deleteGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to deleteGateway.
deleteGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to deleteGateway.
deleteGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to deleteGateway.
deleteGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to deleteGateway.
deleteGatewaySettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to deleteGateway.
deleteGatewaySettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to deleteGateway.
deleteGatewaySettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to deleteGateway.
deleteGatewaySettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to deleteGateway.

G

getApi(ApiName) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single Api.
getApi(String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single Api.
getApi(GetApiRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single Api.
getApiCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single Api.
getApiCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
getApiCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
getApiConfig(ApiConfigName) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single ApiConfig.
getApiConfig(String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single ApiConfig.
getApiConfig(GetApiConfigRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single ApiConfig.
getApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single ApiConfig.
getApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
getApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
getApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to getApiConfig.
getApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to getApiConfig.
getApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to getApiConfig.
getApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to getApiConfig.
getApiSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to getApi.
getApiSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to getApi.
getApiSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to getApi.
getApiSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to getApi.
getDefaultEndpoint() - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the default service endpoint.
getDefaultMtlsEndpoint() - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the default mTLS service endpoint.
getDefaultServiceScopes() - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the default service scopes.
getGateway(GatewayName) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single Gateway.
getGateway(String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single Gateway.
getGateway(GetGatewayRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single Gateway.
getGatewayCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Gets details of a single Gateway.
getGatewayCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
getGatewayCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
getGatewaySettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to getGateway.
getGatewaySettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to getGateway.
getGatewaySettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to getGateway.
getGatewaySettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to getGateway.
getOperationsClient() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
getOperationsStub() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
getOperationsStub() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
getSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
 
getStub() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
 
getStubSettingsBuilder() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
 
GrpcApiGatewayServiceCallableFactory - Class in com.google.cloud.apigateway.v1.stub
gRPC callable factory implementation for the ApiGatewayService service API.
GrpcApiGatewayServiceCallableFactory() - Constructor for class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceCallableFactory
 
GrpcApiGatewayServiceStub - Class in com.google.cloud.apigateway.v1.stub
gRPC stub implementation for the ApiGatewayService service API.
GrpcApiGatewayServiceStub(ApiGatewayServiceStubSettings, ClientContext) - Constructor for class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
Constructs an instance of GrpcApiGatewayServiceStub, using the given settings.
GrpcApiGatewayServiceStub(ApiGatewayServiceStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
Constructs an instance of GrpcApiGatewayServiceStub, using the given settings.

I

isShutdown() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
 
isShutdown() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
isTerminated() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
 
isTerminated() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 

L

listApiConfigs(ApiName) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists ApiConfigs in a given project and location.
listApiConfigs(String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists ApiConfigs in a given project and location.
listApiConfigs(ListApiConfigsRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists ApiConfigs in a given project and location.
listApiConfigsCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists ApiConfigs in a given project and location.
listApiConfigsCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
listApiConfigsCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
listApiConfigsPagedCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists ApiConfigs in a given project and location.
listApiConfigsPagedCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
listApiConfigsPagedCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
listApiConfigsSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to listApiConfigs.
listApiConfigsSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to listApiConfigs.
listApiConfigsSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to listApiConfigs.
listApiConfigsSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to listApiConfigs.
listApis(LocationName) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Apis in a given project and location.
listApis(String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Apis in a given project and location.
listApis(ListApisRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Apis in a given project and location.
listApisCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Apis in a given project and location.
listApisCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
listApisCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
listApisPagedCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Apis in a given project and location.
listApisPagedCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
listApisPagedCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
listApisSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to listApis.
listApisSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to listApis.
listApisSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to listApis.
listApisSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to listApis.
listGateways(LocationName) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Gateways in a given project and location.
listGateways(String) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Gateways in a given project and location.
listGateways(ListGatewaysRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Gateways in a given project and location.
listGatewaysCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Gateways in a given project and location.
listGatewaysCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
listGatewaysCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
listGatewaysPagedCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Lists Gateways in a given project and location.
listGatewaysPagedCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
listGatewaysPagedCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
listGatewaysSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to listGateways.
listGatewaysSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to listGateways.
listGatewaysSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to listGateways.
listGatewaysSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to listGateways.

N

newBuilder() - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns a new builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns a new builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns a new builder for this class.

S

shutdown() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
 
shutdown() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
shutdownNow() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
 
shutdownNow() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 

T

toBuilder() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns a builder containing all the values of this settings class.

U

unaryMethodSettingsBuilders() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
 
updateApiAsync(Api, FieldMask) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single Api.
updateApiAsync(UpdateApiRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single Api.
updateApiCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single Api.
updateApiCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
updateApiCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
updateApiConfigAsync(ApiConfig, FieldMask) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single ApiConfig.
updateApiConfigAsync(UpdateApiConfigRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single ApiConfig.
updateApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single ApiConfig.
updateApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
updateApiConfigCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
updateApiConfigOperationCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single ApiConfig.
updateApiConfigOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
updateApiConfigOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
updateApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to updateApiConfig.
updateApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to updateApiConfig.
updateApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to updateApiConfig.
updateApiConfigOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to updateApiConfig.
updateApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to updateApiConfig.
updateApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to updateApiConfig.
updateApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to updateApiConfig.
updateApiConfigSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to updateApiConfig.
updateApiOperationCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single Api.
updateApiOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
updateApiOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
updateApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to updateApi.
updateApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to updateApi.
updateApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to updateApi.
updateApiOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to updateApi.
updateApiSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to updateApi.
updateApiSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to updateApi.
updateApiSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to updateApi.
updateApiSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to updateApi.
updateGatewayAsync(Gateway, FieldMask) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single Gateway.
updateGatewayAsync(UpdateGatewayRequest) - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single Gateway.
updateGatewayCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single Gateway.
updateGatewayCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
updateGatewayCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
updateGatewayOperationCallable() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceClient
Updates the parameters of a single Gateway.
updateGatewayOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStub
 
updateGatewayOperationCallable() - Method in class com.google.cloud.apigateway.v1.stub.GrpcApiGatewayServiceStub
 
updateGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to updateGateway.
updateGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to updateGateway.
updateGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to updateGateway.
updateGatewayOperationSettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to updateGateway.
updateGatewaySettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings.Builder
Returns the builder for the settings used for calls to updateGateway.
updateGatewaySettings() - Method in class com.google.cloud.apigateway.v1.ApiGatewayServiceSettings
Returns the object with the settings used for calls to updateGateway.
updateGatewaySettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings.Builder
Returns the builder for the settings used for calls to updateGateway.
updateGatewaySettings() - Method in class com.google.cloud.apigateway.v1.stub.ApiGatewayServiceStubSettings
Returns the object with the settings used for calls to updateGateway.
A B C D G I L N S T U 
Skip navigation links

Copyright © 2021 Google LLC. All rights reserved.