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 CreateEnvironmentRequest
CreateEnvironmentRequest.Builder. build()
CreateEnvironmentRequest
CreateEnvironmentRequest.Builder. buildPartial()
static CreateEnvironmentRequest
CreateEnvironmentRequest. getDefaultInstance()
CreateEnvironmentRequest
CreateEnvironmentRequest.Builder. getDefaultInstanceForType()
CreateEnvironmentRequest
CreateEnvironmentRequest. getDefaultInstanceForType()
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseDelimitedFrom(InputStream input)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(byte[] data)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(InputStream input)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEnvironmentRequest
CreateEnvironmentRequest. parseFrom(ByteBuffer data)
static CreateEnvironmentRequest
CreateEnvironmentRequest. 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 void
DataplexServiceGrpc.AsyncService. createEnvironment(CreateEnvironmentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Create an environment resource.com.google.longrunning.Operation
DataplexServiceGrpc.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.void
DataplexServiceGrpc.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.Builder
CreateEnvironmentRequest.Builder. mergeFrom(CreateEnvironmentRequest other)
static CreateEnvironmentRequest.Builder
CreateEnvironmentRequest. 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.
-