Uses of Class
com.google.cloud.apigateway.v1.GetApiConfigRequest
-
Packages that use GetApiConfigRequest Package Description com.google.cloud.apigateway.v1 A client to API Gateway APIcom.google.cloud.apigateway.v1.stub -
-
Uses of GetApiConfigRequest in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return GetApiConfigRequest Modifier and Type Method Description GetApiConfigRequest
GetApiConfigRequest.Builder. build()
GetApiConfigRequest
GetApiConfigRequest.Builder. buildPartial()
static GetApiConfigRequest
GetApiConfigRequest. getDefaultInstance()
GetApiConfigRequest
GetApiConfigRequest.Builder. getDefaultInstanceForType()
GetApiConfigRequest
GetApiConfigRequest. getDefaultInstanceForType()
static GetApiConfigRequest
GetApiConfigRequest. parseDelimitedFrom(InputStream input)
static GetApiConfigRequest
GetApiConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(byte[] data)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(InputStream input)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(ByteBuffer data)
static GetApiConfigRequest
GetApiConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.apigateway.v1 that return types with arguments of type GetApiConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetApiConfigRequest,ApiConfig>
ApiGatewayServiceClient. getApiConfigCallable()
Gets details of a single ApiConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiConfigRequest,ApiConfig>
ApiGatewayServiceSettings.Builder. getApiConfigSettings()
Returns the builder for the settings used for calls to getApiConfig.com.google.api.gax.rpc.UnaryCallSettings<GetApiConfigRequest,ApiConfig>
ApiGatewayServiceSettings. getApiConfigSettings()
Returns the object with the settings used for calls to getApiConfig.static io.grpc.MethodDescriptor<GetApiConfigRequest,ApiConfig>
ApiGatewayServiceGrpc. getGetApiConfigMethod()
com.google.protobuf.Parser<GetApiConfigRequest>
GetApiConfigRequest. getParserForType()
static com.google.protobuf.Parser<GetApiConfigRequest>
GetApiConfigRequest. parser()
Methods in com.google.cloud.apigateway.v1 with parameters of type GetApiConfigRequest Modifier and Type Method Description ApiConfig
ApiGatewayServiceClient. getApiConfig(GetApiConfigRequest request)
Gets details of a single ApiConfig.ApiConfig
ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub. getApiConfig(GetApiConfigRequest request)
Gets details of a single ApiConfig.com.google.common.util.concurrent.ListenableFuture<ApiConfig>
ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub. getApiConfig(GetApiConfigRequest request)
Gets details of a single ApiConfig.void
ApiGatewayServiceGrpc.ApiGatewayServiceStub. getApiConfig(GetApiConfigRequest request, io.grpc.stub.StreamObserver<ApiConfig> responseObserver)
Gets details of a single ApiConfig.default void
ApiGatewayServiceGrpc.AsyncService. getApiConfig(GetApiConfigRequest request, io.grpc.stub.StreamObserver<ApiConfig> responseObserver)
Gets details of a single ApiConfig.GetApiConfigRequest.Builder
GetApiConfigRequest.Builder. mergeFrom(GetApiConfigRequest other)
static GetApiConfigRequest.Builder
GetApiConfigRequest. newBuilder(GetApiConfigRequest prototype)
-
Uses of GetApiConfigRequest in com.google.cloud.apigateway.v1.stub
Methods in com.google.cloud.apigateway.v1.stub that return types with arguments of type GetApiConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetApiConfigRequest,ApiConfig>
ApiGatewayServiceStub. getApiConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetApiConfigRequest,ApiConfig>
GrpcApiGatewayServiceStub. getApiConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetApiConfigRequest,ApiConfig>
HttpJsonApiGatewayServiceStub. getApiConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiConfigRequest,ApiConfig>
ApiGatewayServiceStubSettings.Builder. getApiConfigSettings()
Returns the builder for the settings used for calls to getApiConfig.com.google.api.gax.rpc.UnaryCallSettings<GetApiConfigRequest,ApiConfig>
ApiGatewayServiceStubSettings. getApiConfigSettings()
Returns the object with the settings used for calls to getApiConfig.
-