Struct gapi_grpc::google::cloud::asset::v1::ListAssetsRequest [−][src]
ListAssets request.
Fields
parent: String
Required. Name of the organization or project the assets belong to. Format: “organizations/[organization-number]” (such as “organizations/123”), “projects/[project-id]” (such as “projects/my-project-id”), or “projects/[project-number]” (such as “projects/12345”).
read_time: Option<Timestamp>
Timestamp to take an asset snapshot. This can only be set to a timestamp between the current time and the current time minus 35 days (inclusive). If not specified, the current time will be used. Due to delays in resource data collection and indexing, there is a volatile window during which running the same query may get different results.
asset_types: Vec<String>
A list of asset types to take a snapshot for. For example: “compute.googleapis.com/Disk”.
Regular expression is also supported. For example:
- “compute.googleapis.com.*” snapshots resources whose asset type starts with “compute.googleapis.com”.
- “.*Instance” snapshots resources whose asset type ends with “Instance”.
- “.Instance.” snapshots resources whose asset type contains “Instance”.
See RE2 for all supported regular expression syntax. If the regular expression does not match any supported asset type, an INVALID_ARGUMENT error will be returned.
If specified, only matching assets will be returned, otherwise, it will snapshot all asset types. See Introduction to Cloud Asset Inventory for all supported asset types.
content_type: i32
Asset content type. If not specified, no content but the asset name will be returned.
page_size: i32
The maximum number of assets to be returned in a single response. Default is 100, minimum is 1, and maximum is 1000.
page_token: String
The next_page_token
returned from the previous ListAssetsResponse
, or
unspecified for the first ListAssetsRequest
. It is a continuation of a
prior ListAssets
call, and the API should return the next page of assets.
Implementations
impl ListAssetsRequest
[src][−]
pub fn content_type(&self) -> ContentType
[src][−]
Returns the enum value of content_type
, or the default if the field is set to an invalid enum value.
pub fn set_content_type(&mut self, value: ContentType)
[src][−]
Sets content_type
to the provided enum value.
Trait Implementations
impl Clone for ListAssetsRequest
[src][+]
impl Debug for ListAssetsRequest
[src][+]
impl Default for ListAssetsRequest
[src][+]
impl Message for ListAssetsRequest
[src][+]
impl PartialEq<ListAssetsRequest> for ListAssetsRequest
[src][+]
impl StructuralPartialEq for ListAssetsRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for ListAssetsRequest
impl Send for ListAssetsRequest
impl Sync for ListAssetsRequest
impl Unpin for ListAssetsRequest
impl UnwindSafe for ListAssetsRequest
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>,