- 3.55.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public interface ExportAssetsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAssetTypes(int index)
public abstract String getAssetTypes(int index)
A list of asset types to take a snapshot for. For example: "compute.googleapis.com/Disk".
Regular expressions are 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.
repeated string asset_types = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The assetTypes at the given index. |
getAssetTypesBytes(int index)
public abstract ByteString getAssetTypesBytes(int index)
A list of asset types to take a snapshot for. For example: "compute.googleapis.com/Disk".
Regular expressions are 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.
repeated string asset_types = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the assetTypes at the given index. |
getAssetTypesCount()
public abstract int getAssetTypesCount()
A list of asset types to take a snapshot for. For example: "compute.googleapis.com/Disk".
Regular expressions are 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.
repeated string asset_types = 3;
Returns | |
---|---|
Type | Description |
int |
The count of assetTypes. |
getAssetTypesList()
public abstract List<String> getAssetTypesList()
A list of asset types to take a snapshot for. For example: "compute.googleapis.com/Disk".
Regular expressions are 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.
repeated string asset_types = 3;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the assetTypes. |
getContentType()
public abstract ContentType getContentType()
Asset content type. If not specified, no content but the asset name will be returned.
.google.cloud.asset.v1p7beta1.ContentType content_type = 4;
Returns | |
---|---|
Type | Description |
ContentType |
The contentType. |
getContentTypeValue()
public abstract int getContentTypeValue()
Asset content type. If not specified, no content but the asset name will be returned.
.google.cloud.asset.v1p7beta1.ContentType content_type = 4;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for contentType. |
getOutputConfig()
public abstract OutputConfig getOutputConfig()
Required. Output configuration indicating where the results will be output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OutputConfig |
The outputConfig. |
getOutputConfigOrBuilder()
public abstract OutputConfigOrBuilder getOutputConfigOrBuilder()
Required. Output configuration indicating where the results will be output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OutputConfigOrBuilder |
getParent()
public abstract String 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"), or a folder number (such as "folders/123").
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract 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"), or a folder number (such as "folders/123").
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getReadTime()
public abstract Timestamp getReadTime()
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.
.google.protobuf.Timestamp read_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The readTime. |
getReadTimeOrBuilder()
public abstract TimestampOrBuilder getReadTimeOrBuilder()
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.
.google.protobuf.Timestamp read_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getRelationshipTypes(int index)
public abstract String getRelationshipTypes(int index)
A list of relationship types to export, for example:
INSTANCE_TO_INSTANCEGROUP
. This field should only be specified if
content_type=RELATIONSHIP. If specified, it will snapshot [asset_types]'
specified relationships, or give errors if any relationship_types'
supported types are not in [asset_types]. If not specified, it will
snapshot all [asset_types]' supported relationships. An unspecified
[asset_types] field means all supported asset_types. See Introduction to
Cloud Asset
Inventory for all
supported asset types and relationship types.
repeated string relationship_types = 6;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The relationshipTypes at the given index. |
getRelationshipTypesBytes(int index)
public abstract ByteString getRelationshipTypesBytes(int index)
A list of relationship types to export, for example:
INSTANCE_TO_INSTANCEGROUP
. This field should only be specified if
content_type=RELATIONSHIP. If specified, it will snapshot [asset_types]'
specified relationships, or give errors if any relationship_types'
supported types are not in [asset_types]. If not specified, it will
snapshot all [asset_types]' supported relationships. An unspecified
[asset_types] field means all supported asset_types. See Introduction to
Cloud Asset
Inventory for all
supported asset types and relationship types.
repeated string relationship_types = 6;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the relationshipTypes at the given index. |
getRelationshipTypesCount()
public abstract int getRelationshipTypesCount()
A list of relationship types to export, for example:
INSTANCE_TO_INSTANCEGROUP
. This field should only be specified if
content_type=RELATIONSHIP. If specified, it will snapshot [asset_types]'
specified relationships, or give errors if any relationship_types'
supported types are not in [asset_types]. If not specified, it will
snapshot all [asset_types]' supported relationships. An unspecified
[asset_types] field means all supported asset_types. See Introduction to
Cloud Asset
Inventory for all
supported asset types and relationship types.
repeated string relationship_types = 6;
Returns | |
---|---|
Type | Description |
int |
The count of relationshipTypes. |
getRelationshipTypesList()
public abstract List<String> getRelationshipTypesList()
A list of relationship types to export, for example:
INSTANCE_TO_INSTANCEGROUP
. This field should only be specified if
content_type=RELATIONSHIP. If specified, it will snapshot [asset_types]'
specified relationships, or give errors if any relationship_types'
supported types are not in [asset_types]. If not specified, it will
snapshot all [asset_types]' supported relationships. An unspecified
[asset_types] field means all supported asset_types. See Introduction to
Cloud Asset
Inventory for all
supported asset types and relationship types.
repeated string relationship_types = 6;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the relationshipTypes. |
hasOutputConfig()
public abstract boolean hasOutputConfig()
Required. Output configuration indicating where the results will be output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the outputConfig field is set. |
hasReadTime()
public abstract boolean hasReadTime()
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.
.google.protobuf.Timestamp read_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the readTime field is set. |