Struct gapi_grpc::google::cloud::metastore::v1::ListMetadataImportsRequest [−][src]
Request message for [DataprocMetastore.ListMetadataImports][google.cloud.metastore.v1.DataprocMetastore.ListMetadataImports].
Fields
parent: String
Required. The relative resource name of the service whose metadata imports to list, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports
.
page_size: i32
Optional. The maximum number of imports to return. The response may contain less than the maximum number. If unspecified, no more than 500 imports are returned. The maximum value is 1000; values above 1000 are changed to 1000.
page_token: String
Optional. A page token, received from a previous [DataprocMetastore.ListServices][google.cloud.metastore.v1.DataprocMetastore.ListServices] call. Provide this token to retrieve the subsequent page.
To retrieve the first page, supply an empty page token.
When paginating, other parameters provided to [DataprocMetastore.ListServices][google.cloud.metastore.v1.DataprocMetastore.ListServices] must match the call that provided the page token.
filter: String
Optional. The filter to apply to list results.
order_by: String
Optional. Specify the ordering of results as described in Sorting Order. If not specified, the results will be sorted in the default order.
Trait Implementations
impl Clone for ListMetadataImportsRequest
[src][+]
impl Debug for ListMetadataImportsRequest
[src][+]
impl Default for ListMetadataImportsRequest
[src][+]
impl Message for ListMetadataImportsRequest
[src][+]
impl PartialEq<ListMetadataImportsRequest> for ListMetadataImportsRequest
[src][+]
impl StructuralPartialEq for ListMetadataImportsRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for ListMetadataImportsRequest
impl Send for ListMetadataImportsRequest
impl Sync for ListMetadataImportsRequest
impl Unpin for ListMetadataImportsRequest
impl UnwindSafe for ListMetadataImportsRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,