Uses of Class
com.google.cloud.dataplex.v1.ListLakesRequest
-
Packages that use ListLakesRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of ListLakesRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ListLakesRequest Modifier and Type Method Description ListLakesRequest
ListLakesRequest.Builder. build()
ListLakesRequest
ListLakesRequest.Builder. buildPartial()
static ListLakesRequest
ListLakesRequest. getDefaultInstance()
ListLakesRequest
ListLakesRequest.Builder. getDefaultInstanceForType()
ListLakesRequest
ListLakesRequest. getDefaultInstanceForType()
static ListLakesRequest
ListLakesRequest. parseDelimitedFrom(InputStream input)
static ListLakesRequest
ListLakesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLakesRequest
ListLakesRequest. parseFrom(byte[] data)
static ListLakesRequest
ListLakesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLakesRequest
ListLakesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListLakesRequest
ListLakesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLakesRequest
ListLakesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListLakesRequest
ListLakesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLakesRequest
ListLakesRequest. parseFrom(InputStream input)
static ListLakesRequest
ListLakesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLakesRequest
ListLakesRequest. parseFrom(ByteBuffer data)
static ListLakesRequest
ListLakesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ListLakesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLakesRequest,ListLakesResponse>
DataplexServiceGrpc. getListLakesMethod()
com.google.protobuf.Parser<ListLakesRequest>
ListLakesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,ListLakesResponse>
DataplexServiceClient. listLakesCallable()
Lists lake resources in a project and location.com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceClient. listLakesPagedCallable()
Lists lake resources in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceSettings.Builder. listLakesSettings()
Returns the builder for the settings used for calls to listLakes.com.google.api.gax.rpc.PagedCallSettings<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceSettings. listLakesSettings()
Returns the object with the settings used for calls to listLakes.static com.google.protobuf.Parser<ListLakesRequest>
ListLakesRequest. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type ListLakesRequest Modifier and Type Method Description DataplexServiceClient.ListLakesPagedResponse
DataplexServiceClient. listLakes(ListLakesRequest request)
Lists lake resources in a project and location.default void
DataplexServiceGrpc.AsyncService. listLakes(ListLakesRequest request, io.grpc.stub.StreamObserver<ListLakesResponse> responseObserver)
Lists lake resources in a project and location.ListLakesResponse
DataplexServiceGrpc.DataplexServiceBlockingStub. listLakes(ListLakesRequest request)
Lists lake resources in a project and location.com.google.common.util.concurrent.ListenableFuture<ListLakesResponse>
DataplexServiceGrpc.DataplexServiceFutureStub. listLakes(ListLakesRequest request)
Lists lake resources in a project and location.void
DataplexServiceGrpc.DataplexServiceStub. listLakes(ListLakesRequest request, io.grpc.stub.StreamObserver<ListLakesResponse> responseObserver)
Lists lake resources in a project and location.ListLakesRequest.Builder
ListLakesRequest.Builder. mergeFrom(ListLakesRequest other)
static ListLakesRequest.Builder
ListLakesRequest. newBuilder(ListLakesRequest prototype)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ListLakesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceClient.ListLakesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLakesRequest,ListLakesResponse,Lake> context, com.google.api.core.ApiFuture<ListLakesResponse> futureResponse)
protected DataplexServiceClient.ListLakesPage
DataplexServiceClient.ListLakesPage. createPage(com.google.api.gax.rpc.PageContext<ListLakesRequest,ListLakesResponse,Lake> context, ListLakesResponse response)
com.google.api.core.ApiFuture<DataplexServiceClient.ListLakesPage>
DataplexServiceClient.ListLakesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLakesRequest,ListLakesResponse,Lake> context, com.google.api.core.ApiFuture<ListLakesResponse> futureResponse)
-
Uses of ListLakesRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type ListLakesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,ListLakesResponse>
DataplexServiceStub. listLakesCallable()
com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,ListLakesResponse>
GrpcDataplexServiceStub. listLakesCallable()
com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,ListLakesResponse>
HttpJsonDataplexServiceStub. listLakesCallable()
com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceStub. listLakesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,DataplexServiceClient.ListLakesPagedResponse>
GrpcDataplexServiceStub. listLakesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,DataplexServiceClient.ListLakesPagedResponse>
HttpJsonDataplexServiceStub. listLakesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceStubSettings.Builder. listLakesSettings()
Returns the builder for the settings used for calls to listLakes.com.google.api.gax.rpc.PagedCallSettings<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceStubSettings. listLakesSettings()
Returns the object with the settings used for calls to listLakes.
-