Uses of Class
com.google.cloud.dataplex.v1.CreateEnvironmentRequest
-
Packages that use CreateEnvironmentRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of CreateEnvironmentRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return CreateEnvironmentRequest Modifier and Type Method Description CreateEnvironmentRequestCreateEnvironmentRequest.Builder. build()CreateEnvironmentRequestCreateEnvironmentRequest.Builder. buildPartial()static CreateEnvironmentRequestCreateEnvironmentRequest. getDefaultInstance()CreateEnvironmentRequestCreateEnvironmentRequest.Builder. getDefaultInstanceForType()CreateEnvironmentRequestCreateEnvironmentRequest. getDefaultInstanceForType()static CreateEnvironmentRequestCreateEnvironmentRequest. parseDelimitedFrom(InputStream input)static CreateEnvironmentRequestCreateEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(byte[] data)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(InputStream input)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(ByteBuffer data)static CreateEnvironmentRequestCreateEnvironmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type CreateEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,com.google.longrunning.Operation>DataplexServiceClient. createEnvironmentCallable()Create an environment resource.com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata>DataplexServiceClient. createEnvironmentOperationCallable()Create an environment resource.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEnvironmentRequest,Environment,OperationMetadata>DataplexServiceSettings.Builder. createEnvironmentOperationSettings()Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata>DataplexServiceSettings. createEnvironmentOperationSettings()Returns the object with the settings used for calls to createEnvironment.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEnvironmentRequest,com.google.longrunning.Operation>DataplexServiceSettings.Builder. createEnvironmentSettings()Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,com.google.longrunning.Operation>DataplexServiceSettings. createEnvironmentSettings()Returns the object with the settings used for calls to createEnvironment.static io.grpc.MethodDescriptor<CreateEnvironmentRequest,com.google.longrunning.Operation>DataplexServiceGrpc. getCreateEnvironmentMethod()com.google.protobuf.Parser<CreateEnvironmentRequest>CreateEnvironmentRequest. getParserForType()static com.google.protobuf.Parser<CreateEnvironmentRequest>CreateEnvironmentRequest. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type CreateEnvironmentRequest Modifier and Type Method Description default voidDataplexServiceGrpc.AsyncService. createEnvironment(CreateEnvironmentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Create an environment resource.com.google.longrunning.OperationDataplexServiceGrpc.DataplexServiceBlockingStub. createEnvironment(CreateEnvironmentRequest request)Create an environment resource.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>DataplexServiceGrpc.DataplexServiceFutureStub. createEnvironment(CreateEnvironmentRequest request)Create an environment resource.voidDataplexServiceGrpc.DataplexServiceStub. createEnvironment(CreateEnvironmentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Create an environment resource.com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>DataplexServiceClient. createEnvironmentAsync(CreateEnvironmentRequest request)Create an environment resource.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. mergeFrom(CreateEnvironmentRequest other)static CreateEnvironmentRequest.BuilderCreateEnvironmentRequest. newBuilder(CreateEnvironmentRequest prototype) -
Uses of CreateEnvironmentRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type CreateEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,com.google.longrunning.Operation>DataplexServiceStub. createEnvironmentCallable()com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,com.google.longrunning.Operation>GrpcDataplexServiceStub. createEnvironmentCallable()com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,com.google.longrunning.Operation>HttpJsonDataplexServiceStub. createEnvironmentCallable()com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata>DataplexServiceStub. createEnvironmentOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata>GrpcDataplexServiceStub. createEnvironmentOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata>HttpJsonDataplexServiceStub. createEnvironmentOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEnvironmentRequest,Environment,OperationMetadata>DataplexServiceStubSettings.Builder. createEnvironmentOperationSettings()Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata>DataplexServiceStubSettings. createEnvironmentOperationSettings()Returns the object with the settings used for calls to createEnvironment.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEnvironmentRequest,com.google.longrunning.Operation>DataplexServiceStubSettings.Builder. createEnvironmentSettings()Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,com.google.longrunning.Operation>DataplexServiceStubSettings. createEnvironmentSettings()Returns the object with the settings used for calls to createEnvironment.
-