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 UpdateZoneRequest
UpdateZoneRequest.Builder. build()
UpdateZoneRequest
UpdateZoneRequest.Builder. buildPartial()
static UpdateZoneRequest
UpdateZoneRequest. getDefaultInstance()
UpdateZoneRequest
UpdateZoneRequest.Builder. getDefaultInstanceForType()
UpdateZoneRequest
UpdateZoneRequest. getDefaultInstanceForType()
static UpdateZoneRequest
UpdateZoneRequest. parseDelimitedFrom(InputStream input)
static UpdateZoneRequest
UpdateZoneRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateZoneRequest
UpdateZoneRequest. parseFrom(byte[] data)
static UpdateZoneRequest
UpdateZoneRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateZoneRequest
UpdateZoneRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateZoneRequest
UpdateZoneRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateZoneRequest
UpdateZoneRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateZoneRequest
UpdateZoneRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateZoneRequest
UpdateZoneRequest. parseFrom(InputStream input)
static UpdateZoneRequest
UpdateZoneRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateZoneRequest
UpdateZoneRequest. parseFrom(ByteBuffer data)
static UpdateZoneRequest
UpdateZoneRequest. 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.Builder
UpdateZoneRequest.Builder. mergeFrom(UpdateZoneRequest other)
static UpdateZoneRequest.Builder
UpdateZoneRequest. newBuilder(UpdateZoneRequest prototype)
default void
DataplexServiceGrpc.AsyncService. updateZone(UpdateZoneRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates a zone resource.com.google.longrunning.Operation
DataplexServiceGrpc.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.void
DataplexServiceGrpc.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.
-