Uses of Class
com.google.cloud.config.v1.LockInfo
-
Packages that use LockInfo Package Description com.google.cloud.config.v1 A client to Infrastructure Manager APIcom.google.cloud.config.v1.stub -
-
Uses of LockInfo in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return LockInfo Modifier and Type Method Description LockInfo
LockInfo.Builder. build()
LockInfo
LockInfo.Builder. buildPartial()
LockInfo
ConfigClient. exportLockInfo(DeploymentName name)
Exports the lock info on a locked deployment.LockInfo
ConfigClient. exportLockInfo(ExportLockInfoRequest request)
Exports the lock info on a locked deployment.LockInfo
ConfigClient. exportLockInfo(String name)
Exports the lock info on a locked deployment.LockInfo
ConfigGrpc.ConfigBlockingStub. exportLockInfo(ExportLockInfoRequest request)
Exports the lock info on a locked deployment.static LockInfo
LockInfo. getDefaultInstance()
LockInfo
LockInfo.Builder. getDefaultInstanceForType()
LockInfo
LockInfo. getDefaultInstanceForType()
static LockInfo
LockInfo. parseDelimitedFrom(InputStream input)
static LockInfo
LockInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockInfo
LockInfo. parseFrom(byte[] data)
static LockInfo
LockInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockInfo
LockInfo. parseFrom(com.google.protobuf.ByteString data)
static LockInfo
LockInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockInfo
LockInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static LockInfo
LockInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockInfo
LockInfo. parseFrom(InputStream input)
static LockInfo
LockInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockInfo
LockInfo. parseFrom(ByteBuffer data)
static LockInfo
LockInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.config.v1 that return types with arguments of type LockInfo Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<LockInfo>
ConfigGrpc.ConfigFutureStub. exportLockInfo(ExportLockInfoRequest request)
Exports the lock info on a locked deployment.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<LockInfo>
LockInfo. getParserForType()
static com.google.protobuf.Parser<LockInfo>
LockInfo. parser()
Methods in com.google.cloud.config.v1 with parameters of type LockInfo Modifier and Type Method Description LockInfo.Builder
LockInfo.Builder. mergeFrom(LockInfo other)
static LockInfo.Builder
LockInfo. newBuilder(LockInfo prototype)
Method parameters in com.google.cloud.config.v1 with type arguments of type LockInfo Modifier and Type Method Description default void
ConfigGrpc.AsyncService. exportLockInfo(ExportLockInfoRequest request, io.grpc.stub.StreamObserver<LockInfo> responseObserver)
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. -
Uses of LockInfo in com.google.cloud.config.v1.stub
Methods in com.google.cloud.config.v1.stub that return types with arguments of type LockInfo 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.
-