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 UpdateApiRequestUpdateApiRequest.Builder. build()UpdateApiRequestUpdateApiRequest.Builder. buildPartial()static UpdateApiRequestUpdateApiRequest. getDefaultInstance()UpdateApiRequestUpdateApiRequest.Builder. getDefaultInstanceForType()UpdateApiRequestUpdateApiRequest. getDefaultInstanceForType()static UpdateApiRequestUpdateApiRequest. parseDelimitedFrom(InputStream input)static UpdateApiRequestUpdateApiRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiRequestUpdateApiRequest. parseFrom(byte[] data)static UpdateApiRequestUpdateApiRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiRequestUpdateApiRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateApiRequestUpdateApiRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiRequestUpdateApiRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateApiRequestUpdateApiRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiRequestUpdateApiRequest. parseFrom(InputStream input)static UpdateApiRequestUpdateApiRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiRequestUpdateApiRequest. parseFrom(ByteBuffer data)static UpdateApiRequestUpdateApiRequest. 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.BuilderUpdateApiRequest.Builder. mergeFrom(UpdateApiRequest other)static UpdateApiRequest.BuilderUpdateApiRequest. newBuilder(UpdateApiRequest prototype)com.google.longrunning.OperationApiGatewayServiceGrpc.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.voidApiGatewayServiceGrpc.ApiGatewayServiceStub. updateApi(UpdateApiRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the parameters of a single Api.default voidApiGatewayServiceGrpc.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.
-