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