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 ExportLockInfoRequestExportLockInfoRequest.Builder. build()ExportLockInfoRequestExportLockInfoRequest.Builder. buildPartial()static ExportLockInfoRequestExportLockInfoRequest. getDefaultInstance()ExportLockInfoRequestExportLockInfoRequest.Builder. getDefaultInstanceForType()ExportLockInfoRequestExportLockInfoRequest. getDefaultInstanceForType()static ExportLockInfoRequestExportLockInfoRequest. parseDelimitedFrom(InputStream input)static ExportLockInfoRequestExportLockInfoRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLockInfoRequestExportLockInfoRequest. parseFrom(byte[] data)static ExportLockInfoRequestExportLockInfoRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLockInfoRequestExportLockInfoRequest. parseFrom(com.google.protobuf.ByteString data)static ExportLockInfoRequestExportLockInfoRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLockInfoRequestExportLockInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ExportLockInfoRequestExportLockInfoRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLockInfoRequestExportLockInfoRequest. parseFrom(InputStream input)static ExportLockInfoRequestExportLockInfoRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportLockInfoRequestExportLockInfoRequest. parseFrom(ByteBuffer data)static ExportLockInfoRequestExportLockInfoRequest. 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 LockInfoConfigClient. exportLockInfo(ExportLockInfoRequest request)Exports the lock info on a locked deployment.default voidConfigGrpc.AsyncService. exportLockInfo(ExportLockInfoRequest request, io.grpc.stub.StreamObserver<LockInfo> responseObserver)Exports the lock info on a locked deployment.LockInfoConfigGrpc.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.voidConfigGrpc.ConfigStub. exportLockInfo(ExportLockInfoRequest request, io.grpc.stub.StreamObserver<LockInfo> responseObserver)Exports the lock info on a locked deployment.ExportLockInfoRequest.BuilderExportLockInfoRequest.Builder. mergeFrom(ExportLockInfoRequest other)static ExportLockInfoRequest.BuilderExportLockInfoRequest. 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.
-