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 ListLakeActionsRequestListLakeActionsRequest.Builder. build()ListLakeActionsRequestListLakeActionsRequest.Builder. buildPartial()static ListLakeActionsRequestListLakeActionsRequest. getDefaultInstance()ListLakeActionsRequestListLakeActionsRequest.Builder. getDefaultInstanceForType()ListLakeActionsRequestListLakeActionsRequest. getDefaultInstanceForType()static ListLakeActionsRequestListLakeActionsRequest. parseDelimitedFrom(InputStream input)static ListLakeActionsRequestListLakeActionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLakeActionsRequestListLakeActionsRequest. parseFrom(byte[] data)static ListLakeActionsRequestListLakeActionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLakeActionsRequestListLakeActionsRequest. parseFrom(com.google.protobuf.ByteString data)static ListLakeActionsRequestListLakeActionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLakeActionsRequestListLakeActionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListLakeActionsRequestListLakeActionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLakeActionsRequestListLakeActionsRequest. parseFrom(InputStream input)static ListLakeActionsRequestListLakeActionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLakeActionsRequestListLakeActionsRequest. parseFrom(ByteBuffer data)static ListLakeActionsRequestListLakeActionsRequest. 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.ListLakeActionsPagedResponseDataplexServiceClient. listLakeActions(ListLakeActionsRequest request)Lists action resources in a lake.default voidDataplexServiceGrpc.AsyncService. listLakeActions(ListLakeActionsRequest request, io.grpc.stub.StreamObserver<ListActionsResponse> responseObserver)Lists action resources in a lake.ListActionsResponseDataplexServiceGrpc.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.voidDataplexServiceGrpc.DataplexServiceStub. listLakeActions(ListLakeActionsRequest request, io.grpc.stub.StreamObserver<ListActionsResponse> responseObserver)Lists action resources in a lake.ListLakeActionsRequest.BuilderListLakeActionsRequest.Builder. mergeFrom(ListLakeActionsRequest other)static ListLakeActionsRequest.BuilderListLakeActionsRequest. 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.ListLakeActionsPageDataplexServiceClient.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.
-