Class ApiGatewayServiceStub (2.2.1)

public abstract class ApiGatewayServiceStub implements BackgroundResource

Base stub class for the ApiGatewayService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ApiGatewayServiceStub

Implements

BackgroundResource

Constructors

ApiGatewayServiceStub()

public ApiGatewayServiceStub()

Methods

close()

public abstract void close()

createApiCallable()

public UnaryCallable<CreateApiRequest,Operation> createApiCallable()
Returns

createApiConfigCallable()

public UnaryCallable<CreateApiConfigRequest,Operation> createApiConfigCallable()
Returns

createApiConfigOperationCallable()

public OperationCallable<CreateApiConfigRequest,ApiConfig,OperationMetadata> createApiConfigOperationCallable()
Returns

createApiOperationCallable()

public OperationCallable<CreateApiRequest,Api,OperationMetadata> createApiOperationCallable()
Returns

createGatewayCallable()

public UnaryCallable<CreateGatewayRequest,Operation> createGatewayCallable()
Returns

createGatewayOperationCallable()

public OperationCallable<CreateGatewayRequest,Gateway,OperationMetadata> createGatewayOperationCallable()
Returns

deleteApiCallable()

public UnaryCallable<DeleteApiRequest,Operation> deleteApiCallable()
Returns

deleteApiConfigCallable()

public UnaryCallable<DeleteApiConfigRequest,Operation> deleteApiConfigCallable()
Returns

deleteApiConfigOperationCallable()

public OperationCallable<DeleteApiConfigRequest,Empty,OperationMetadata> deleteApiConfigOperationCallable()
Returns

deleteApiOperationCallable()

public OperationCallable<DeleteApiRequest,Empty,OperationMetadata> deleteApiOperationCallable()
Returns

deleteGatewayCallable()

public UnaryCallable<DeleteGatewayRequest,Operation> deleteGatewayCallable()
Returns

deleteGatewayOperationCallable()

public OperationCallable<DeleteGatewayRequest,Empty,OperationMetadata> deleteGatewayOperationCallable()
Returns

getApiCallable()

public UnaryCallable<GetApiRequest,Api> getApiCallable()
Returns

getApiConfigCallable()

public UnaryCallable<GetApiConfigRequest,ApiConfig> getApiConfigCallable()
Returns

getGatewayCallable()

public UnaryCallable<GetGatewayRequest,Gateway> getGatewayCallable()
Returns

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listApiConfigsCallable()

public UnaryCallable<ListApiConfigsRequest,ListApiConfigsResponse> listApiConfigsCallable()
Returns

listApiConfigsPagedCallable()

public UnaryCallable<ListApiConfigsRequest,ApiGatewayServiceClient.ListApiConfigsPagedResponse> listApiConfigsPagedCallable()
Returns

listApisCallable()

public UnaryCallable<ListApisRequest,ListApisResponse> listApisCallable()
Returns

listApisPagedCallable()

public UnaryCallable<ListApisRequest,ApiGatewayServiceClient.ListApisPagedResponse> listApisPagedCallable()
Returns

listGatewaysCallable()

public UnaryCallable<ListGatewaysRequest,ListGatewaysResponse> listGatewaysCallable()
Returns

listGatewaysPagedCallable()

public UnaryCallable<ListGatewaysRequest,ApiGatewayServiceClient.ListGatewaysPagedResponse> listGatewaysPagedCallable()
Returns

updateApiCallable()

public UnaryCallable<UpdateApiRequest,Operation> updateApiCallable()
Returns

updateApiConfigCallable()

public UnaryCallable<UpdateApiConfigRequest,Operation> updateApiConfigCallable()
Returns

updateApiConfigOperationCallable()

public OperationCallable<UpdateApiConfigRequest,ApiConfig,OperationMetadata> updateApiConfigOperationCallable()
Returns

updateApiOperationCallable()

public OperationCallable<UpdateApiRequest,Api,OperationMetadata> updateApiOperationCallable()
Returns

updateGatewayCallable()

public UnaryCallable<UpdateGatewayRequest,Operation> updateGatewayCallable()
Returns

updateGatewayOperationCallable()

public OperationCallable<UpdateGatewayRequest,Gateway,OperationMetadata> updateGatewayOperationCallable()
Returns