public final class ExportAssetsRequest extends GeneratedMessageV3 implements ExportAssetsRequestOrBuilder
   
   Export asset request.
 Protobuf type google.cloud.asset.v1p7beta1.ExportAssetsRequest
Static Fields
  
  ASSET_TYPES_FIELD_NUMBER
  
    public static final int ASSET_TYPES_FIELD_NUMBER
   
  Field Value
  
  CONTENT_TYPE_FIELD_NUMBER
  
    public static final int CONTENT_TYPE_FIELD_NUMBER
   
  Field Value
  
  OUTPUT_CONFIG_FIELD_NUMBER
  
    public static final int OUTPUT_CONFIG_FIELD_NUMBER
   
  Field Value
  
  PARENT_FIELD_NUMBER
  
    public static final int PARENT_FIELD_NUMBER
   
  Field Value
  
  READ_TIME_FIELD_NUMBER
  
    public static final int READ_TIME_FIELD_NUMBER
   
  Field Value
  
  RELATIONSHIP_TYPES_FIELD_NUMBER
  
    public static final int RELATIONSHIP_TYPES_FIELD_NUMBER
   
  Field Value
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static ExportAssetsRequest getDefaultInstance()
   
  Returns
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  
  newBuilder()
  
    public static ExportAssetsRequest.Builder newBuilder()
   
  Returns
  
  
  newBuilder(ExportAssetsRequest prototype)
  
    public static ExportAssetsRequest.Builder newBuilder(ExportAssetsRequest prototype)
   
  Parameter
  
  Returns
  
  
  
  
    public static ExportAssetsRequest parseDelimitedFrom(InputStream input)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  
  
    public static ExportAssetsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parseFrom(byte[] data)
  
    public static ExportAssetsRequest parseFrom(byte[] data)
   
  Parameter
  
    
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  Returns
  
  Exceptions
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static ExportAssetsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteString data)
  
    public static ExportAssetsRequest parseFrom(ByteString data)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static ExportAssetsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  
  
    public static ExportAssetsRequest parseFrom(CodedInputStream input)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  
  
    public static ExportAssetsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  
  
    public static ExportAssetsRequest parseFrom(InputStream input)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  
  
    public static ExportAssetsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteBuffer data)
  
    public static ExportAssetsRequest parseFrom(ByteBuffer data)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static ExportAssetsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parser()
  
    public static Parser<ExportAssetsRequest> parser()
   
  Returns
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  getAssetTypes(int index)
  
    public 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;
    
      
        | 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 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;
    
      
        | 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 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;
    
      
        | Type | Description | 
      
        | int | The count of assetTypes. | 
    
  
  
  getAssetTypesList()
  
    public ProtocolStringList 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;
getContentType()
  
    public 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;
getContentTypeValue()
  
    public 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;
    
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for contentType. | 
    
  
  
  getDefaultInstanceForType()
  
    public ExportAssetsRequest getDefaultInstanceForType()
   
  Returns
  
  
  getOutputConfig()
  
    public 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];
 
getOutputConfigOrBuilder()
  
    public 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];
 
getParent()
  
    public 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) = { ... }
 
    
      
        | Type | Description | 
      
        | String | The parent. | 
    
  
  
  getParentBytes()
  
    public 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) = { ... }
 
getParserForType()
  
    public Parser<ExportAssetsRequest> getParserForType()
   
  Returns
  
  Overrides
  
  
  getReadTime()
  
    public 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;
getReadTimeOrBuilder()
  
    public 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;
getRelationshipTypes(int index)
  
    public 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;
    
      
        | 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 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;
    
      
        | 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 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;
    
      
        | Type | Description | 
      
        | int | The count of relationshipTypes. | 
    
  
  
  getRelationshipTypesList()
  
    public ProtocolStringList 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;
getSerializedSize()
  
    public int getSerializedSize()
   
  Returns
  
  Overrides
  
  
  getUnknownFields()
  
    public final UnknownFieldSet getUnknownFields()
   
  Returns
  
  Overrides
  
  
  hasOutputConfig()
  
    public 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];
 
    
      
        | Type | Description | 
      
        | boolean | Whether the outputConfig field is set. | 
    
  
  
  hasReadTime()
  
    public 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;
    
      
        | Type | Description | 
      
        | boolean | Whether the readTime field is set. | 
    
  
  
  hashCode()
  
  Returns
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  newBuilderForType()
  
    public ExportAssetsRequest.Builder newBuilderForType()
   
  Returns
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected ExportAssetsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  toBuilder()
  
    public ExportAssetsRequest.Builder toBuilder()
   
  Returns
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  Parameter
  
  Overrides
  
  Exceptions