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 GetLakeRequest
GetLakeRequest.Builder. build()
GetLakeRequest
GetLakeRequest.Builder. buildPartial()
static GetLakeRequest
GetLakeRequest. getDefaultInstance()
GetLakeRequest
GetLakeRequest.Builder. getDefaultInstanceForType()
GetLakeRequest
GetLakeRequest. getDefaultInstanceForType()
static GetLakeRequest
GetLakeRequest. parseDelimitedFrom(InputStream input)
static GetLakeRequest
GetLakeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLakeRequest
GetLakeRequest. parseFrom(byte[] data)
static GetLakeRequest
GetLakeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLakeRequest
GetLakeRequest. parseFrom(com.google.protobuf.ByteString data)
static GetLakeRequest
GetLakeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLakeRequest
GetLakeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetLakeRequest
GetLakeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLakeRequest
GetLakeRequest. parseFrom(InputStream input)
static GetLakeRequest
GetLakeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLakeRequest
GetLakeRequest. parseFrom(ByteBuffer data)
static GetLakeRequest
GetLakeRequest. 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 Lake
DataplexServiceClient. getLake(GetLakeRequest request)
Retrieves a lake resource.default void
DataplexServiceGrpc.AsyncService. getLake(GetLakeRequest request, io.grpc.stub.StreamObserver<Lake> responseObserver)
Retrieves a lake resource.Lake
DataplexServiceGrpc.DataplexServiceBlockingStub. getLake(GetLakeRequest request)
Retrieves a lake resource.com.google.common.util.concurrent.ListenableFuture<Lake>
DataplexServiceGrpc.DataplexServiceFutureStub. getLake(GetLakeRequest request)
Retrieves a lake resource.void
DataplexServiceGrpc.DataplexServiceStub. getLake(GetLakeRequest request, io.grpc.stub.StreamObserver<Lake> responseObserver)
Retrieves a lake resource.GetLakeRequest.Builder
GetLakeRequest.Builder. mergeFrom(GetLakeRequest other)
static GetLakeRequest.Builder
GetLakeRequest. 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.
-