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