Uses of Class
com.google.cloud.dataplex.v1.UpdateZoneRequest
-
Packages that use UpdateZoneRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of UpdateZoneRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return UpdateZoneRequest Modifier and Type Method Description UpdateZoneRequestUpdateZoneRequest.Builder. build()UpdateZoneRequestUpdateZoneRequest.Builder. buildPartial()static UpdateZoneRequestUpdateZoneRequest. getDefaultInstance()UpdateZoneRequestUpdateZoneRequest.Builder. getDefaultInstanceForType()UpdateZoneRequestUpdateZoneRequest. getDefaultInstanceForType()static UpdateZoneRequestUpdateZoneRequest. parseDelimitedFrom(InputStream input)static UpdateZoneRequestUpdateZoneRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateZoneRequestUpdateZoneRequest. parseFrom(byte[] data)static UpdateZoneRequestUpdateZoneRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateZoneRequestUpdateZoneRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateZoneRequestUpdateZoneRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateZoneRequestUpdateZoneRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateZoneRequestUpdateZoneRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateZoneRequestUpdateZoneRequest. parseFrom(InputStream input)static UpdateZoneRequestUpdateZoneRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateZoneRequestUpdateZoneRequest. parseFrom(ByteBuffer data)static UpdateZoneRequestUpdateZoneRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type UpdateZoneRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateZoneRequest>UpdateZoneRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateZoneRequest,com.google.longrunning.Operation>DataplexServiceGrpc. getUpdateZoneMethod()static com.google.protobuf.Parser<UpdateZoneRequest>UpdateZoneRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateZoneRequest,com.google.longrunning.Operation>DataplexServiceClient. updateZoneCallable()Updates a zone resource.com.google.api.gax.rpc.OperationCallable<UpdateZoneRequest,Zone,OperationMetadata>DataplexServiceClient. updateZoneOperationCallable()Updates a zone resource.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateZoneRequest,Zone,OperationMetadata>DataplexServiceSettings.Builder. updateZoneOperationSettings()Returns the builder for the settings used for calls to updateZone.com.google.api.gax.rpc.OperationCallSettings<UpdateZoneRequest,Zone,OperationMetadata>DataplexServiceSettings. updateZoneOperationSettings()Returns the object with the settings used for calls to updateZone.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateZoneRequest,com.google.longrunning.Operation>DataplexServiceSettings.Builder. updateZoneSettings()Returns the builder for the settings used for calls to updateZone.com.google.api.gax.rpc.UnaryCallSettings<UpdateZoneRequest,com.google.longrunning.Operation>DataplexServiceSettings. updateZoneSettings()Returns the object with the settings used for calls to updateZone.Methods in com.google.cloud.dataplex.v1 with parameters of type UpdateZoneRequest Modifier and Type Method Description UpdateZoneRequest.BuilderUpdateZoneRequest.Builder. mergeFrom(UpdateZoneRequest other)static UpdateZoneRequest.BuilderUpdateZoneRequest. newBuilder(UpdateZoneRequest prototype)default voidDataplexServiceGrpc.AsyncService. updateZone(UpdateZoneRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates a zone resource.com.google.longrunning.OperationDataplexServiceGrpc.DataplexServiceBlockingStub. updateZone(UpdateZoneRequest request)Updates a zone resource.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>DataplexServiceGrpc.DataplexServiceFutureStub. updateZone(UpdateZoneRequest request)Updates a zone resource.voidDataplexServiceGrpc.DataplexServiceStub. updateZone(UpdateZoneRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates a zone resource.com.google.api.gax.longrunning.OperationFuture<Zone,OperationMetadata>DataplexServiceClient. updateZoneAsync(UpdateZoneRequest request)Updates a zone resource. -
Uses of UpdateZoneRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type UpdateZoneRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateZoneRequest,com.google.longrunning.Operation>DataplexServiceStub. updateZoneCallable()com.google.api.gax.rpc.UnaryCallable<UpdateZoneRequest,com.google.longrunning.Operation>GrpcDataplexServiceStub. updateZoneCallable()com.google.api.gax.rpc.UnaryCallable<UpdateZoneRequest,com.google.longrunning.Operation>HttpJsonDataplexServiceStub. updateZoneCallable()com.google.api.gax.rpc.OperationCallable<UpdateZoneRequest,Zone,OperationMetadata>DataplexServiceStub. updateZoneOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateZoneRequest,Zone,OperationMetadata>GrpcDataplexServiceStub. updateZoneOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateZoneRequest,Zone,OperationMetadata>HttpJsonDataplexServiceStub. updateZoneOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateZoneRequest,Zone,OperationMetadata>DataplexServiceStubSettings.Builder. updateZoneOperationSettings()Returns the builder for the settings used for calls to updateZone.com.google.api.gax.rpc.OperationCallSettings<UpdateZoneRequest,Zone,OperationMetadata>DataplexServiceStubSettings. updateZoneOperationSettings()Returns the object with the settings used for calls to updateZone.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateZoneRequest,com.google.longrunning.Operation>DataplexServiceStubSettings.Builder. updateZoneSettings()Returns the builder for the settings used for calls to updateZone.com.google.api.gax.rpc.UnaryCallSettings<UpdateZoneRequest,com.google.longrunning.Operation>DataplexServiceStubSettings. updateZoneSettings()Returns the object with the settings used for calls to updateZone.
-