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 UpdateApiDeploymentRequest
UpdateApiDeploymentRequest.Builder. build()
UpdateApiDeploymentRequest
UpdateApiDeploymentRequest.Builder. buildPartial()
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. getDefaultInstance()
UpdateApiDeploymentRequest
UpdateApiDeploymentRequest.Builder. getDefaultInstanceForType()
UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. getDefaultInstanceForType()
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseDelimitedFrom(InputStream input)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseFrom(byte[] data)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseFrom(InputStream input)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. parseFrom(ByteBuffer data)
static UpdateApiDeploymentRequest
UpdateApiDeploymentRequest. 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.Builder
UpdateApiDeploymentRequest.Builder. mergeFrom(UpdateApiDeploymentRequest other)
static UpdateApiDeploymentRequest.Builder
UpdateApiDeploymentRequest. newBuilder(UpdateApiDeploymentRequest prototype)
ApiDeployment
RegistryClient. updateApiDeployment(UpdateApiDeploymentRequest request)
Used to modify a specified deployment.default void
RegistryGrpc.AsyncService. updateApiDeployment(UpdateApiDeploymentRequest request, io.grpc.stub.StreamObserver<ApiDeployment> responseObserver)
Used to modify a specified deployment.ApiDeployment
RegistryGrpc.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.void
RegistryGrpc.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.
-