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 EnvironmentEnvironment.Builder. build()EnvironmentEnvironment.Builder. buildPartial()static EnvironmentEnvironment. getDefaultInstance()EnvironmentEnvironment.Builder. getDefaultInstanceForType()EnvironmentEnvironment. getDefaultInstanceForType()EnvironmentCreateEnvironmentRequest.Builder. getEnvironment()Required.EnvironmentCreateEnvironmentRequest. getEnvironment()Required.EnvironmentCreateEnvironmentRequestOrBuilder. getEnvironment()Required.EnvironmentDataplexServiceClient. getEnvironment(EnvironmentName name)Get environment resource.EnvironmentDataplexServiceClient. getEnvironment(GetEnvironmentRequest request)Get environment resource.EnvironmentDataplexServiceClient. getEnvironment(String name)Get environment resource.EnvironmentDataplexServiceGrpc.DataplexServiceBlockingStub. getEnvironment(GetEnvironmentRequest request)Get environment resource.EnvironmentUpdateEnvironmentRequest.Builder. getEnvironment()Required.EnvironmentUpdateEnvironmentRequest. getEnvironment()Required.EnvironmentUpdateEnvironmentRequestOrBuilder. getEnvironment()Required.EnvironmentListEnvironmentsResponse.Builder. getEnvironments(int index)Environments under the given parent lake.EnvironmentListEnvironmentsResponse. getEnvironments(int index)Environments under the given parent lake.EnvironmentListEnvironmentsResponseOrBuilder. getEnvironments(int index)Environments under the given parent lake.static EnvironmentEnvironment. parseDelimitedFrom(InputStream input)static EnvironmentEnvironment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(byte[] data)static EnvironmentEnvironment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(com.google.protobuf.ByteString data)static EnvironmentEnvironment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(com.google.protobuf.CodedInputStream input)static EnvironmentEnvironment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(InputStream input)static EnvironmentEnvironment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(ByteBuffer data)static EnvironmentEnvironment. 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.BuilderListEnvironmentsResponse.Builder. addEnvironments(int index, Environment value)Environments under the given parent lake.ListEnvironmentsResponse.BuilderListEnvironmentsResponse.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.BuilderCreateEnvironmentRequest.Builder. mergeEnvironment(Environment value)Required.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. mergeEnvironment(Environment value)Required.Environment.BuilderEnvironment.Builder. mergeFrom(Environment other)static Environment.BuilderEnvironment. newBuilder(Environment prototype)CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. setEnvironment(Environment value)Required.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. setEnvironment(Environment value)Required.ListEnvironmentsResponse.BuilderListEnvironmentsResponse.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.BuilderListEnvironmentsResponse.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.ListEnvironmentsPageDataplexServiceClient.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 voidDataplexServiceGrpc.AsyncService. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)Get environment resource.voidDataplexServiceGrpc.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.
-