public interface ExportAssetsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetTypes(int index)
A list of asset types of which to take a snapshot for.
|
com.google.protobuf.ByteString |
getAssetTypesBytes(int index)
A list of asset types of which to take a snapshot for.
|
int |
getAssetTypesCount()
A list of asset types of which to take a snapshot for.
|
List<String> |
getAssetTypesList()
A list of asset types of which to take a snapshot for.
|
ContentType |
getContentType()
Asset content type.
|
int |
getContentTypeValue()
Asset content type.
|
OutputConfig |
getOutputConfig()
Required.
|
OutputConfigOrBuilder |
getOutputConfigOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
com.google.protobuf.Timestamp |
getReadTime()
Timestamp to take an asset snapshot.
|
com.google.protobuf.TimestampOrBuilder |
getReadTimeOrBuilder()
Timestamp to take an asset snapshot.
|
boolean |
hasOutputConfig()
Required.
|
boolean |
hasReadTime()
Timestamp to take an asset snapshot.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The relative name of the root asset. This can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345").
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The relative name of the root asset. This can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345").
string parent = 1;boolean hasReadTime()
Timestamp to take an asset snapshot. This can only be set to a timestamp between 2018-10-02 UTC (inclusive) and the current time. 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.
.google.protobuf.Timestamp read_time = 2;com.google.protobuf.Timestamp getReadTime()
Timestamp to take an asset snapshot. This can only be set to a timestamp between 2018-10-02 UTC (inclusive) and the current time. 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.
.google.protobuf.Timestamp read_time = 2;com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
Timestamp to take an asset snapshot. This can only be set to a timestamp between 2018-10-02 UTC (inclusive) and the current time. 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.
.google.protobuf.Timestamp read_time = 2;List<String> getAssetTypesList()
A list of asset types of which to take a snapshot for. For example: "compute.googleapis.com/Disk". If specified, only matching assets will be returned. See [Introduction to Cloud Asset Inventory](https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview) for all supported asset types.
repeated string asset_types = 3;int getAssetTypesCount()
A list of asset types of which to take a snapshot for. For example: "compute.googleapis.com/Disk". If specified, only matching assets will be returned. See [Introduction to Cloud Asset Inventory](https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview) for all supported asset types.
repeated string asset_types = 3;String getAssetTypes(int index)
A list of asset types of which to take a snapshot for. For example: "compute.googleapis.com/Disk". If specified, only matching assets will be returned. See [Introduction to Cloud Asset Inventory](https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview) for all supported asset types.
repeated string asset_types = 3;index - The index of the element to return.com.google.protobuf.ByteString getAssetTypesBytes(int index)
A list of asset types of which to take a snapshot for. For example: "compute.googleapis.com/Disk". If specified, only matching assets will be returned. See [Introduction to Cloud Asset Inventory](https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview) for all supported asset types.
repeated string asset_types = 3;index - The index of the value to return.int getContentTypeValue()
Asset content type. If not specified, no content but the asset name will be returned.
.google.cloud.asset.v1p2beta1.ContentType content_type = 4;ContentType getContentType()
Asset content type. If not specified, no content but the asset name will be returned.
.google.cloud.asset.v1p2beta1.ContentType content_type = 4;boolean hasOutputConfig()
Required. Output configuration indicating where the results will be output to. All results will be in newline delimited JSON format.
.google.cloud.asset.v1p2beta1.OutputConfig output_config = 5;OutputConfig getOutputConfig()
Required. Output configuration indicating where the results will be output to. All results will be in newline delimited JSON format.
.google.cloud.asset.v1p2beta1.OutputConfig output_config = 5;OutputConfigOrBuilder getOutputConfigOrBuilder()
Required. Output configuration indicating where the results will be output to. All results will be in newline delimited JSON format.
.google.cloud.asset.v1p2beta1.OutputConfig output_config = 5;Copyright © 2020 Google LLC. All rights reserved.