Uses of Class
com.google.cloud.dataplex.v1.GetEnvironmentRequest
-
Packages that use GetEnvironmentRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of GetEnvironmentRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return GetEnvironmentRequest Modifier and Type Method Description GetEnvironmentRequestGetEnvironmentRequest.Builder. build()GetEnvironmentRequestGetEnvironmentRequest.Builder. buildPartial()static GetEnvironmentRequestGetEnvironmentRequest. getDefaultInstance()GetEnvironmentRequestGetEnvironmentRequest.Builder. getDefaultInstanceForType()GetEnvironmentRequestGetEnvironmentRequest. getDefaultInstanceForType()static GetEnvironmentRequestGetEnvironmentRequest. parseDelimitedFrom(InputStream input)static GetEnvironmentRequestGetEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(byte[] data)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(InputStream input)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(ByteBuffer data)static GetEnvironmentRequestGetEnvironmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type GetEnvironmentRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>DataplexServiceGrpc. getGetEnvironmentMethod()com.google.protobuf.Parser<GetEnvironmentRequest>GetEnvironmentRequest. getParserForType()static com.google.protobuf.Parser<GetEnvironmentRequest>GetEnvironmentRequest. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type GetEnvironmentRequest Modifier and Type Method Description EnvironmentDataplexServiceClient. getEnvironment(GetEnvironmentRequest request)Get environment resource.default voidDataplexServiceGrpc.AsyncService. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)Get environment resource.EnvironmentDataplexServiceGrpc.DataplexServiceBlockingStub. getEnvironment(GetEnvironmentRequest request)Get environment resource.com.google.common.util.concurrent.ListenableFuture<Environment>DataplexServiceGrpc.DataplexServiceFutureStub. getEnvironment(GetEnvironmentRequest request)Get environment resource.voidDataplexServiceGrpc.DataplexServiceStub. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)Get environment resource.GetEnvironmentRequest.BuilderGetEnvironmentRequest.Builder. mergeFrom(GetEnvironmentRequest other)static GetEnvironmentRequest.BuilderGetEnvironmentRequest. newBuilder(GetEnvironmentRequest prototype) -
Uses of GetEnvironmentRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type GetEnvironmentRequest Modifier and Type Method Description 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.
-