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