Uses of Class
com.google.cloud.dataplex.v1.ContentServiceClient.ListContentPagedResponse
-
Packages that use ContentServiceClient.ListContentPagedResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of ContentServiceClient.ListContentPagedResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ContentServiceClient.ListContentPagedResponse Modifier and Type Method Description ContentServiceClient.ListContentPagedResponse
ContentServiceClient. listContent(LakeName parent)
List content.ContentServiceClient.ListContentPagedResponse
ContentServiceClient. listContent(ListContentRequest request)
List content.ContentServiceClient.ListContentPagedResponse
ContentServiceClient. listContent(String parent)
List content.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ContentServiceClient.ListContentPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ContentServiceClient.ListContentPagedResponse>
ContentServiceClient.ListContentPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, com.google.api.core.ApiFuture<ListContentResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListContentRequest,ContentServiceClient.ListContentPagedResponse>
ContentServiceClient. listContentPagedCallable()
List content.com.google.api.gax.rpc.PagedCallSettings.Builder<ListContentRequest,ListContentResponse,ContentServiceClient.ListContentPagedResponse>
ContentServiceSettings.Builder. listContentSettings()
Returns the builder for the settings used for calls to listContent.com.google.api.gax.rpc.PagedCallSettings<ListContentRequest,ListContentResponse,ContentServiceClient.ListContentPagedResponse>
ContentServiceSettings. listContentSettings()
Returns the object with the settings used for calls to listContent. -
Uses of ContentServiceClient.ListContentPagedResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type ContentServiceClient.ListContentPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListContentRequest,ContentServiceClient.ListContentPagedResponse>
ContentServiceStub. listContentPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListContentRequest,ContentServiceClient.ListContentPagedResponse>
GrpcContentServiceStub. listContentPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListContentRequest,ContentServiceClient.ListContentPagedResponse>
HttpJsonContentServiceStub. listContentPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListContentRequest,ListContentResponse,ContentServiceClient.ListContentPagedResponse>
ContentServiceStubSettings.Builder. listContentSettings()
Returns the builder for the settings used for calls to listContent.com.google.api.gax.rpc.PagedCallSettings<ListContentRequest,ListContentResponse,ContentServiceClient.ListContentPagedResponse>
ContentServiceStubSettings. listContentSettings()
Returns the object with the settings used for calls to listContent.
-