Uses of Class
com.google.cloud.apigeeregistry.v1.UpdateApiDeploymentRequest
-
Packages that use UpdateApiDeploymentRequest Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry APIcom.google.cloud.apigeeregistry.v1.stub -
-
Uses of UpdateApiDeploymentRequest in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return UpdateApiDeploymentRequest Modifier and Type Method Description UpdateApiDeploymentRequestUpdateApiDeploymentRequest.Builder. build()UpdateApiDeploymentRequestUpdateApiDeploymentRequest.Builder. buildPartial()static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. getDefaultInstance()UpdateApiDeploymentRequestUpdateApiDeploymentRequest.Builder. getDefaultInstanceForType()UpdateApiDeploymentRequestUpdateApiDeploymentRequest. getDefaultInstanceForType()static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseDelimitedFrom(InputStream input)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(byte[] data)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(InputStream input)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(ByteBuffer data)static UpdateApiDeploymentRequestUpdateApiDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type UpdateApiDeploymentRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateApiDeploymentRequest>UpdateApiDeploymentRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateApiDeploymentRequest,ApiDeployment>RegistryGrpc. getUpdateApiDeploymentMethod()static com.google.protobuf.Parser<UpdateApiDeploymentRequest>UpdateApiDeploymentRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment>RegistryClient. updateApiDeploymentCallable()Used to modify a specified deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateApiDeploymentRequest,ApiDeployment>RegistrySettings.Builder. updateApiDeploymentSettings()Returns the builder for the settings used for calls to updateApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<UpdateApiDeploymentRequest,ApiDeployment>RegistrySettings. updateApiDeploymentSettings()Returns the object with the settings used for calls to updateApiDeployment.Methods in com.google.cloud.apigeeregistry.v1 with parameters of type UpdateApiDeploymentRequest Modifier and Type Method Description UpdateApiDeploymentRequest.BuilderUpdateApiDeploymentRequest.Builder. mergeFrom(UpdateApiDeploymentRequest other)static UpdateApiDeploymentRequest.BuilderUpdateApiDeploymentRequest. newBuilder(UpdateApiDeploymentRequest prototype)ApiDeploymentRegistryClient. updateApiDeployment(UpdateApiDeploymentRequest request)Used to modify a specified deployment.default voidRegistryGrpc.AsyncService. updateApiDeployment(UpdateApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)Used to modify a specified deployment.ApiDeploymentRegistryGrpc.RegistryBlockingStub. updateApiDeployment(UpdateApiDeploymentRequest request)Used to modify a specified deployment.com.google.common.util.concurrent.ListenableFuture<ApiDeployment>RegistryGrpc.RegistryFutureStub. updateApiDeployment(UpdateApiDeploymentRequest request)Used to modify a specified deployment.voidRegistryGrpc.RegistryStub. updateApiDeployment(UpdateApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)Used to modify a specified deployment. -
Uses of UpdateApiDeploymentRequest in com.google.cloud.apigeeregistry.v1.stub
Methods in com.google.cloud.apigeeregistry.v1.stub that return types with arguments of type UpdateApiDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment>GrpcRegistryStub. updateApiDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment>HttpJsonRegistryStub. updateApiDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment>RegistryStub. updateApiDeploymentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateApiDeploymentRequest,ApiDeployment>RegistryStubSettings.Builder. updateApiDeploymentSettings()Returns the builder for the settings used for calls to updateApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<UpdateApiDeploymentRequest,ApiDeployment>RegistryStubSettings. updateApiDeploymentSettings()Returns the object with the settings used for calls to updateApiDeployment.
-