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