Uses of Class
com.google.cloud.dataplex.v1.MetadataServiceClient.ListPartitionsPagedResponse
-
Packages that use MetadataServiceClient.ListPartitionsPagedResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of MetadataServiceClient.ListPartitionsPagedResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return MetadataServiceClient.ListPartitionsPagedResponse Modifier and Type Method Description MetadataServiceClient.ListPartitionsPagedResponse
MetadataServiceClient. listPartitions(EntityName parent)
List metadata partitions of an entity.MetadataServiceClient.ListPartitionsPagedResponse
MetadataServiceClient. listPartitions(ListPartitionsRequest request)
List metadata partitions of an entity.MetadataServiceClient.ListPartitionsPagedResponse
MetadataServiceClient. listPartitions(String parent)
List metadata partitions of an entity.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type MetadataServiceClient.ListPartitionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetadataServiceClient.ListPartitionsPagedResponse>
MetadataServiceClient.ListPartitionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, com.google.api.core.ApiFuture<ListPartitionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,MetadataServiceClient.ListPartitionsPagedResponse>
MetadataServiceClient. listPartitionsPagedCallable()
List metadata partitions of an entity.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPartitionsRequest,ListPartitionsResponse,MetadataServiceClient.ListPartitionsPagedResponse>
MetadataServiceSettings.Builder. listPartitionsSettings()
Returns the builder for the settings used for calls to listPartitions.com.google.api.gax.rpc.PagedCallSettings<ListPartitionsRequest,ListPartitionsResponse,MetadataServiceClient.ListPartitionsPagedResponse>
MetadataServiceSettings. listPartitionsSettings()
Returns the object with the settings used for calls to listPartitions. -
Uses of MetadataServiceClient.ListPartitionsPagedResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type MetadataServiceClient.ListPartitionsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,MetadataServiceClient.ListPartitionsPagedResponse>
GrpcMetadataServiceStub. listPartitionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,MetadataServiceClient.ListPartitionsPagedResponse>
HttpJsonMetadataServiceStub. listPartitionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,MetadataServiceClient.ListPartitionsPagedResponse>
MetadataServiceStub. listPartitionsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPartitionsRequest,ListPartitionsResponse,MetadataServiceClient.ListPartitionsPagedResponse>
MetadataServiceStubSettings.Builder. listPartitionsSettings()
Returns the builder for the settings used for calls to listPartitions.com.google.api.gax.rpc.PagedCallSettings<ListPartitionsRequest,ListPartitionsResponse,MetadataServiceClient.ListPartitionsPagedResponse>
MetadataServiceStubSettings. listPartitionsSettings()
Returns the object with the settings used for calls to listPartitions.
-