Uses of Class
com.google.cloud.dataplex.v1.Environment
-
Packages that use Environment Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of Environment in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Environment Modifier and Type Method Description Environment
Environment.Builder. build()
Environment
Environment.Builder. buildPartial()
static Environment
Environment. getDefaultInstance()
Environment
Environment.Builder. getDefaultInstanceForType()
Environment
Environment. getDefaultInstanceForType()
Environment
CreateEnvironmentRequest.Builder. getEnvironment()
Required.Environment
CreateEnvironmentRequest. getEnvironment()
Required.Environment
CreateEnvironmentRequestOrBuilder. getEnvironment()
Required.Environment
DataplexServiceClient. getEnvironment(EnvironmentName name)
Get environment resource.Environment
DataplexServiceClient. getEnvironment(GetEnvironmentRequest request)
Get environment resource.Environment
DataplexServiceClient. getEnvironment(String name)
Get environment resource.Environment
DataplexServiceGrpc.DataplexServiceBlockingStub. getEnvironment(GetEnvironmentRequest request)
Get environment resource.Environment
UpdateEnvironmentRequest.Builder. getEnvironment()
Required.Environment
UpdateEnvironmentRequest. getEnvironment()
Required.Environment
UpdateEnvironmentRequestOrBuilder. getEnvironment()
Required.Environment
ListEnvironmentsResponse.Builder. getEnvironments(int index)
Environments under the given parent lake.Environment
ListEnvironmentsResponse. getEnvironments(int index)
Environments under the given parent lake.Environment
ListEnvironmentsResponseOrBuilder. getEnvironments(int index)
Environments under the given parent lake.static Environment
Environment. parseDelimitedFrom(InputStream input)
static Environment
Environment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(byte[] data)
static Environment
Environment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(com.google.protobuf.ByteString data)
static Environment
Environment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(com.google.protobuf.CodedInputStream input)
static Environment
Environment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(InputStream input)
static Environment
Environment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(ByteBuffer data)
static Environment
Environment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type Environment Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
DataplexServiceClient. createEnvironmentAsync(CreateEnvironmentRequest request)
Create an environment resource.com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
DataplexServiceClient. createEnvironmentAsync(LakeName parent, Environment environment, String environmentId)
Create an environment resource.com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
DataplexServiceClient. createEnvironmentAsync(String parent, Environment environment, String environmentId)
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.common.util.concurrent.ListenableFuture<Environment>
DataplexServiceGrpc.DataplexServiceFutureStub. getEnvironment(GetEnvironmentRequest request)
Get environment resource.com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
DataplexServiceClient. getEnvironmentCallable()
Get environment resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment>
DataplexServiceSettings.Builder. getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment>
DataplexServiceSettings. getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.List<Environment>
ListEnvironmentsResponse.Builder. getEnvironmentsList()
Environments under the given parent lake.List<Environment>
ListEnvironmentsResponse. getEnvironmentsList()
Environments under the given parent lake.List<Environment>
ListEnvironmentsResponseOrBuilder. getEnvironmentsList()
Environments under the given parent lake.static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>
DataplexServiceGrpc. getGetEnvironmentMethod()
com.google.protobuf.Parser<Environment>
Environment. getParserForType()
static com.google.protobuf.Parser<Environment>
Environment. parser()
com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
DataplexServiceClient. updateEnvironmentAsync(Environment environment, com.google.protobuf.FieldMask updateMask)
Update the environment resource.com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
DataplexServiceClient. updateEnvironmentAsync(UpdateEnvironmentRequest request)
Update the environment resource.com.google.api.gax.rpc.OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata>
DataplexServiceClient. updateEnvironmentOperationCallable()
Update the environment resource.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateEnvironmentRequest,Environment,OperationMetadata>
DataplexServiceSettings.Builder. updateEnvironmentOperationSettings()
Returns the builder for the settings used for calls to updateEnvironment.com.google.api.gax.rpc.OperationCallSettings<UpdateEnvironmentRequest,Environment,OperationMetadata>
DataplexServiceSettings. updateEnvironmentOperationSettings()
Returns the object with the settings used for calls to updateEnvironment.Methods in com.google.cloud.dataplex.v1 with parameters of type Environment Modifier and Type Method Description ListEnvironmentsResponse.Builder
ListEnvironmentsResponse.Builder. addEnvironments(int index, Environment value)
Environments under the given parent lake.ListEnvironmentsResponse.Builder
ListEnvironmentsResponse.Builder. addEnvironments(Environment value)
Environments under the given parent lake.com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
DataplexServiceClient. createEnvironmentAsync(LakeName parent, Environment environment, String environmentId)
Create an environment resource.com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
DataplexServiceClient. createEnvironmentAsync(String parent, Environment environment, String environmentId)
Create an environment resource.CreateEnvironmentRequest.Builder
CreateEnvironmentRequest.Builder. mergeEnvironment(Environment value)
Required.UpdateEnvironmentRequest.Builder
UpdateEnvironmentRequest.Builder. mergeEnvironment(Environment value)
Required.Environment.Builder
Environment.Builder. mergeFrom(Environment other)
static Environment.Builder
Environment. newBuilder(Environment prototype)
CreateEnvironmentRequest.Builder
CreateEnvironmentRequest.Builder. setEnvironment(Environment value)
Required.UpdateEnvironmentRequest.Builder
UpdateEnvironmentRequest.Builder. setEnvironment(Environment value)
Required.ListEnvironmentsResponse.Builder
ListEnvironmentsResponse.Builder. setEnvironments(int index, Environment value)
Environments under the given parent lake.com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
DataplexServiceClient. updateEnvironmentAsync(Environment environment, com.google.protobuf.FieldMask updateMask)
Update the environment resource.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type Environment Modifier and Type Method Description ListEnvironmentsResponse.Builder
ListEnvironmentsResponse.Builder. addAllEnvironments(Iterable<? extends Environment> values)
Environments under the given parent lake.static com.google.api.core.ApiFuture<DataplexServiceClient.ListEnvironmentsPagedResponse>
DataplexServiceClient.ListEnvironmentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListEnvironmentsRequest,ListEnvironmentsResponse,Environment> context, com.google.api.core.ApiFuture<ListEnvironmentsResponse> futureResponse)
protected DataplexServiceClient.ListEnvironmentsPage
DataplexServiceClient.ListEnvironmentsPage. createPage(com.google.api.gax.rpc.PageContext<ListEnvironmentsRequest,ListEnvironmentsResponse,Environment> context, ListEnvironmentsResponse response)
com.google.api.core.ApiFuture<DataplexServiceClient.ListEnvironmentsPage>
DataplexServiceClient.ListEnvironmentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListEnvironmentsRequest,ListEnvironmentsResponse,Environment> context, com.google.api.core.ApiFuture<ListEnvironmentsResponse> futureResponse)
default void
DataplexServiceGrpc.AsyncService. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Get environment resource.void
DataplexServiceGrpc.DataplexServiceStub. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Get environment resource. -
Uses of Environment in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type Environment Modifier and Type Method Description 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.UnaryCallable<GetEnvironmentRequest,Environment>
DataplexServiceStub. getEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
GrpcDataplexServiceStub. getEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
HttpJsonDataplexServiceStub. getEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment>
DataplexServiceStubSettings.Builder. getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment>
DataplexServiceStubSettings. getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.com.google.api.gax.rpc.OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata>
DataplexServiceStub. updateEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata>
GrpcDataplexServiceStub. updateEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata>
HttpJsonDataplexServiceStub. updateEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateEnvironmentRequest,Environment,OperationMetadata>
DataplexServiceStubSettings.Builder. updateEnvironmentOperationSettings()
Returns the builder for the settings used for calls to updateEnvironment.com.google.api.gax.rpc.OperationCallSettings<UpdateEnvironmentRequest,Environment,OperationMetadata>
DataplexServiceStubSettings. updateEnvironmentOperationSettings()
Returns the object with the settings used for calls to updateEnvironment.
-