Uses of Class
com.google.cloud.config.v1.UnlockDeploymentRequest
-
Packages that use UnlockDeploymentRequest Package Description com.google.cloud.config.v1 A client to Infrastructure Manager APIcom.google.cloud.config.v1.stub -
-
Uses of UnlockDeploymentRequest in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return UnlockDeploymentRequest Modifier and Type Method Description UnlockDeploymentRequest
UnlockDeploymentRequest.Builder. build()
UnlockDeploymentRequest
UnlockDeploymentRequest.Builder. buildPartial()
static UnlockDeploymentRequest
UnlockDeploymentRequest. getDefaultInstance()
UnlockDeploymentRequest
UnlockDeploymentRequest.Builder. getDefaultInstanceForType()
UnlockDeploymentRequest
UnlockDeploymentRequest. getDefaultInstanceForType()
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseDelimitedFrom(InputStream input)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(byte[] data)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(InputStream input)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(ByteBuffer data)
static UnlockDeploymentRequest
UnlockDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.config.v1 that return types with arguments of type UnlockDeploymentRequest Modifier and Type Method Description com.google.protobuf.Parser<UnlockDeploymentRequest>
UnlockDeploymentRequest. getParserForType()
static io.grpc.MethodDescriptor<UnlockDeploymentRequest,com.google.longrunning.Operation>
ConfigGrpc. getUnlockDeploymentMethod()
static com.google.protobuf.Parser<UnlockDeploymentRequest>
UnlockDeploymentRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UnlockDeploymentRequest,com.google.longrunning.Operation>
ConfigClient. unlockDeploymentCallable()
Unlocks a locked deployment.com.google.api.gax.rpc.OperationCallable<UnlockDeploymentRequest,Deployment,OperationMetadata>
ConfigClient. unlockDeploymentOperationCallable()
Unlocks a locked deployment.com.google.api.gax.rpc.OperationCallSettings.Builder<UnlockDeploymentRequest,Deployment,OperationMetadata>
ConfigSettings.Builder. unlockDeploymentOperationSettings()
Returns the builder for the settings used for calls to unlockDeployment.com.google.api.gax.rpc.OperationCallSettings<UnlockDeploymentRequest,Deployment,OperationMetadata>
ConfigSettings. unlockDeploymentOperationSettings()
Returns the object with the settings used for calls to unlockDeployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<UnlockDeploymentRequest,com.google.longrunning.Operation>
ConfigSettings.Builder. unlockDeploymentSettings()
Returns the builder for the settings used for calls to unlockDeployment.com.google.api.gax.rpc.UnaryCallSettings<UnlockDeploymentRequest,com.google.longrunning.Operation>
ConfigSettings. unlockDeploymentSettings()
Returns the object with the settings used for calls to unlockDeployment.Methods in com.google.cloud.config.v1 with parameters of type UnlockDeploymentRequest Modifier and Type Method Description UnlockDeploymentRequest.Builder
UnlockDeploymentRequest.Builder. mergeFrom(UnlockDeploymentRequest other)
static UnlockDeploymentRequest.Builder
UnlockDeploymentRequest. newBuilder(UnlockDeploymentRequest prototype)
default void
ConfigGrpc.AsyncService. unlockDeployment(UnlockDeploymentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Unlocks a locked deployment.com.google.longrunning.Operation
ConfigGrpc.ConfigBlockingStub. unlockDeployment(UnlockDeploymentRequest request)
Unlocks a locked deployment.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ConfigGrpc.ConfigFutureStub. unlockDeployment(UnlockDeploymentRequest request)
Unlocks a locked deployment.void
ConfigGrpc.ConfigStub. unlockDeployment(UnlockDeploymentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Unlocks a locked deployment.com.google.api.gax.longrunning.OperationFuture<Deployment,OperationMetadata>
ConfigClient. unlockDeploymentAsync(UnlockDeploymentRequest request)
Unlocks a locked deployment. -
Uses of UnlockDeploymentRequest in com.google.cloud.config.v1.stub
Methods in com.google.cloud.config.v1.stub that return types with arguments of type UnlockDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UnlockDeploymentRequest,com.google.longrunning.Operation>
ConfigStub. unlockDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<UnlockDeploymentRequest,com.google.longrunning.Operation>
GrpcConfigStub. unlockDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<UnlockDeploymentRequest,com.google.longrunning.Operation>
HttpJsonConfigStub. unlockDeploymentCallable()
com.google.api.gax.rpc.OperationCallable<UnlockDeploymentRequest,Deployment,OperationMetadata>
ConfigStub. unlockDeploymentOperationCallable()
com.google.api.gax.rpc.OperationCallable<UnlockDeploymentRequest,Deployment,OperationMetadata>
GrpcConfigStub. unlockDeploymentOperationCallable()
com.google.api.gax.rpc.OperationCallable<UnlockDeploymentRequest,Deployment,OperationMetadata>
HttpJsonConfigStub. unlockDeploymentOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UnlockDeploymentRequest,Deployment,OperationMetadata>
ConfigStubSettings.Builder. unlockDeploymentOperationSettings()
Returns the builder for the settings used for calls to unlockDeployment.com.google.api.gax.rpc.OperationCallSettings<UnlockDeploymentRequest,Deployment,OperationMetadata>
ConfigStubSettings. unlockDeploymentOperationSettings()
Returns the object with the settings used for calls to unlockDeployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<UnlockDeploymentRequest,com.google.longrunning.Operation>
ConfigStubSettings.Builder. unlockDeploymentSettings()
Returns the builder for the settings used for calls to unlockDeployment.com.google.api.gax.rpc.UnaryCallSettings<UnlockDeploymentRequest,com.google.longrunning.Operation>
ConfigStubSettings. unlockDeploymentSettings()
Returns the object with the settings used for calls to unlockDeployment.
-