Class ExportAssetsRequest

  • All Implemented Interfaces:
    ExportAssetsRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class ExportAssetsRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements ExportAssetsRequestOrBuilder
     Export asset request.
     
    Protobuf type google.cloud.asset.v1p7beta1.ExportAssetsRequest
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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) = { ... }
        Specified by:
        getParent in interface ExportAssetsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public 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"),
         or a folder number (such as "folders/123").
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ExportAssetsRequestOrBuilder
        Returns:
        The bytes for parent.
      • 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;
        Specified by:
        hasReadTime in interface ExportAssetsRequestOrBuilder
        Returns:
        Whether the readTime field is set.
      • getReadTime

        public com.google.protobuf.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;
        Specified by:
        getReadTime in interface ExportAssetsRequestOrBuilder
        Returns:
        The readTime.
      • getReadTimeOrBuilder

        public com.google.protobuf.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;
        Specified by:
        getReadTimeOrBuilder in interface ExportAssetsRequestOrBuilder
      • getAssetTypesList

        public com.google.protobuf.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](https://github.com/google/re2/wiki/Syntax) 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](https://cloud.google.com/asset-inventory/docs/overview)
         for all supported asset types.
         
        repeated string asset_types = 3;
        Specified by:
        getAssetTypesList in interface ExportAssetsRequestOrBuilder
        Returns:
        A list containing the assetTypes.
      • 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](https://github.com/google/re2/wiki/Syntax) 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](https://cloud.google.com/asset-inventory/docs/overview)
         for all supported asset types.
         
        repeated string asset_types = 3;
        Specified by:
        getAssetTypesCount in interface ExportAssetsRequestOrBuilder
        Returns:
        The count of assetTypes.
      • getAssetTypes

        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](https://github.com/google/re2/wiki/Syntax) 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](https://cloud.google.com/asset-inventory/docs/overview)
         for all supported asset types.
         
        repeated string asset_types = 3;
        Specified by:
        getAssetTypes in interface ExportAssetsRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The assetTypes at the given index.
      • getAssetTypesBytes

        public com.google.protobuf.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](https://github.com/google/re2/wiki/Syntax) 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](https://cloud.google.com/asset-inventory/docs/overview)
         for all supported asset types.
         
        repeated string asset_types = 3;
        Specified by:
        getAssetTypesBytes in interface ExportAssetsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the assetTypes at the given index.
      • 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;
        Specified by:
        getContentTypeValue in interface ExportAssetsRequestOrBuilder
        Returns:
        The enum numeric value on the wire for contentType.
      • 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;
        Specified by:
        getContentType in interface ExportAssetsRequestOrBuilder
        Returns:
        The contentType.
      • 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];
        Specified by:
        hasOutputConfig in interface ExportAssetsRequestOrBuilder
        Returns:
        Whether the outputConfig field is set.
      • 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];
        Specified by:
        getOutputConfig in interface ExportAssetsRequestOrBuilder
        Returns:
        The outputConfig.
      • getRelationshipTypesList

        public com.google.protobuf.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](https://cloud.google.com/asset-inventory/docs/overview) for all
         supported asset types and relationship types.
         
        repeated string relationship_types = 6;
        Specified by:
        getRelationshipTypesList in interface ExportAssetsRequestOrBuilder
        Returns:
        A list containing the relationshipTypes.
      • 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](https://cloud.google.com/asset-inventory/docs/overview) for all
         supported asset types and relationship types.
         
        repeated string relationship_types = 6;
        Specified by:
        getRelationshipTypesCount in interface ExportAssetsRequestOrBuilder
        Returns:
        The count of relationshipTypes.
      • getRelationshipTypes

        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](https://cloud.google.com/asset-inventory/docs/overview) for all
         supported asset types and relationship types.
         
        repeated string relationship_types = 6;
        Specified by:
        getRelationshipTypes in interface ExportAssetsRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The relationshipTypes at the given index.
      • getRelationshipTypesBytes

        public com.google.protobuf.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](https://cloud.google.com/asset-inventory/docs/overview) for all
         supported asset types and relationship types.
         
        repeated string relationship_types = 6;
        Specified by:
        getRelationshipTypesBytes in interface ExportAssetsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the relationshipTypes at the given index.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static ExportAssetsRequest parseFrom​(ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExportAssetsRequest parseFrom​(ByteBuffer data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExportAssetsRequest parseFrom​(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExportAssetsRequest parseFrom​(com.google.protobuf.ByteString data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExportAssetsRequest parseFrom​(byte[] data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExportAssetsRequest parseFrom​(byte[] data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExportAssetsRequest parseFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        Throws:
        IOException
      • newBuilderForType

        public ExportAssetsRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public ExportAssetsRequest.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected ExportAssetsRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<ExportAssetsRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public ExportAssetsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder