Uses of Class
com.google.cloud.dataplex.v1.GetLakeRequest
-
Packages that use GetLakeRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of GetLakeRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return GetLakeRequest Modifier and Type Method Description GetLakeRequestGetLakeRequest.Builder. build()GetLakeRequestGetLakeRequest.Builder. buildPartial()static GetLakeRequestGetLakeRequest. getDefaultInstance()GetLakeRequestGetLakeRequest.Builder. getDefaultInstanceForType()GetLakeRequestGetLakeRequest. getDefaultInstanceForType()static GetLakeRequestGetLakeRequest. parseDelimitedFrom(InputStream input)static GetLakeRequestGetLakeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLakeRequestGetLakeRequest. parseFrom(byte[] data)static GetLakeRequestGetLakeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLakeRequestGetLakeRequest. parseFrom(com.google.protobuf.ByteString data)static GetLakeRequestGetLakeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLakeRequestGetLakeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetLakeRequestGetLakeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLakeRequestGetLakeRequest. parseFrom(InputStream input)static GetLakeRequestGetLakeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLakeRequestGetLakeRequest. parseFrom(ByteBuffer data)static GetLakeRequestGetLakeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type GetLakeRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetLakeRequest,Lake>DataplexServiceGrpc. getGetLakeMethod()com.google.api.gax.rpc.UnaryCallable<GetLakeRequest,Lake>DataplexServiceClient. getLakeCallable()Retrieves a lake resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLakeRequest,Lake>DataplexServiceSettings.Builder. getLakeSettings()Returns the builder for the settings used for calls to getLake.com.google.api.gax.rpc.UnaryCallSettings<GetLakeRequest,Lake>DataplexServiceSettings. getLakeSettings()Returns the object with the settings used for calls to getLake.com.google.protobuf.Parser<GetLakeRequest>GetLakeRequest. getParserForType()static com.google.protobuf.Parser<GetLakeRequest>GetLakeRequest. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type GetLakeRequest Modifier and Type Method Description LakeDataplexServiceClient. getLake(GetLakeRequest request)Retrieves a lake resource.default voidDataplexServiceGrpc.AsyncService. getLake(GetLakeRequest request, io.grpc.stub.StreamObserver<Lake> responseObserver)Retrieves a lake resource.LakeDataplexServiceGrpc.DataplexServiceBlockingStub. getLake(GetLakeRequest request)Retrieves a lake resource.com.google.common.util.concurrent.ListenableFuture<Lake>DataplexServiceGrpc.DataplexServiceFutureStub. getLake(GetLakeRequest request)Retrieves a lake resource.voidDataplexServiceGrpc.DataplexServiceStub. getLake(GetLakeRequest request, io.grpc.stub.StreamObserver<Lake> responseObserver)Retrieves a lake resource.GetLakeRequest.BuilderGetLakeRequest.Builder. mergeFrom(GetLakeRequest other)static GetLakeRequest.BuilderGetLakeRequest. newBuilder(GetLakeRequest prototype) -
Uses of GetLakeRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type GetLakeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLakeRequest,Lake>DataplexServiceStub. getLakeCallable()com.google.api.gax.rpc.UnaryCallable<GetLakeRequest,Lake>GrpcDataplexServiceStub. getLakeCallable()com.google.api.gax.rpc.UnaryCallable<GetLakeRequest,Lake>HttpJsonDataplexServiceStub. getLakeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLakeRequest,Lake>DataplexServiceStubSettings.Builder. getLakeSettings()Returns the builder for the settings used for calls to getLake.com.google.api.gax.rpc.UnaryCallSettings<GetLakeRequest,Lake>DataplexServiceStubSettings. getLakeSettings()Returns the object with the settings used for calls to getLake.
-