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 LockInfoLockInfo.Builder. build()LockInfoLockInfo.Builder. buildPartial()LockInfoConfigClient. exportLockInfo(DeploymentName name)Exports the lock info on a locked deployment.LockInfoConfigClient. exportLockInfo(ExportLockInfoRequest request)Exports the lock info on a locked deployment.LockInfoConfigClient. exportLockInfo(String name)Exports the lock info on a locked deployment.LockInfoConfigGrpc.ConfigBlockingStub. exportLockInfo(ExportLockInfoRequest request)Exports the lock info on a locked deployment.static LockInfoLockInfo. getDefaultInstance()LockInfoLockInfo.Builder. getDefaultInstanceForType()LockInfoLockInfo. getDefaultInstanceForType()static LockInfoLockInfo. parseDelimitedFrom(InputStream input)static LockInfoLockInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LockInfoLockInfo. parseFrom(byte[] data)static LockInfoLockInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LockInfoLockInfo. parseFrom(com.google.protobuf.ByteString data)static LockInfoLockInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LockInfoLockInfo. parseFrom(com.google.protobuf.CodedInputStream input)static LockInfoLockInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LockInfoLockInfo. parseFrom(InputStream input)static LockInfoLockInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LockInfoLockInfo. parseFrom(ByteBuffer data)static LockInfoLockInfo. 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.BuilderLockInfo.Builder. mergeFrom(LockInfo other)static LockInfo.BuilderLockInfo. newBuilder(LockInfo prototype)Method parameters in com.google.cloud.config.v1 with type arguments of type LockInfo Modifier and Type Method Description default voidConfigGrpc.AsyncService. exportLockInfo(ExportLockInfoRequest request, io.grpc.stub.StreamObserver<LockInfo> responseObserver)Exports the lock info on a locked deployment.voidConfigGrpc.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.
-