docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/cloudasset_v1.feeds.html b/docs/dyn/cloudasset_v1.feeds.html
index bf272f1..5e0d97b 100644
--- a/docs/dyn/cloudasset_v1.feeds.html
+++ b/docs/dyn/cloudasset_v1.feeds.html
@@ -116,10 +116,27 @@
# The asset feed must be created within a project, organization, or
# folder. Supported destinations are:
# Pub/Sub topics.
+ "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
+ # or both of asset_names and asset_types. Only asset updates matching
+ # specified asset_names or asset_types are exported to the feed.
+ # Example: `"compute.googleapis.com/Disk"`
+ #
+ # See [this
+ # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
+ # for a list of all supported asset types.
+ "A String",
+ ],
+ "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
+ # published to.
+ "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
+ "topic": "A String", # The name of the Pub/Sub topic to publish to.
+ # Example: `projects/PROJECT_ID/topics/TOPIC_ID`.
+ },
+ },
"assetNames": [ # A list of the full names of the assets to receive updates. You must specify
# either or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed. For
- # example:
+ # specified asset_names or asset_types are exported to the feed.
+ # Example:
# `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
# See [Resource
# Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
@@ -135,23 +152,6 @@
# project/folder/organization.
"contentType": "A String", # Asset content type. If not specified, no content but the asset name and
# type will be returned.
- "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
- # or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed.
- # For example: `"compute.googleapis.com/Disk"`
- #
- # See [this
- # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
- # for a list of all supported asset types.
- "A String",
- ],
- "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
- # published to.
- "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
- "topic": "A String", # The name of the Pub/Sub topic to publish to.
- # For example: `projects/PROJECT_ID/topics/TOPIC_ID`.
- },
- },
},
}
@@ -168,10 +168,27 @@
# The asset feed must be created within a project, organization, or
# folder. Supported destinations are:
# Pub/Sub topics.
+ "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
+ # or both of asset_names and asset_types. Only asset updates matching
+ # specified asset_names or asset_types are exported to the feed.
+ # Example: `"compute.googleapis.com/Disk"`
+ #
+ # See [this
+ # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
+ # for a list of all supported asset types.
+ "A String",
+ ],
+ "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
+ # published to.
+ "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
+ "topic": "A String", # The name of the Pub/Sub topic to publish to.
+ # Example: `projects/PROJECT_ID/topics/TOPIC_ID`.
+ },
+ },
"assetNames": [ # A list of the full names of the assets to receive updates. You must specify
# either or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed. For
- # example:
+ # specified asset_names or asset_types are exported to the feed.
+ # Example:
# `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
# See [Resource
# Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
@@ -187,23 +204,6 @@
# project/folder/organization.
"contentType": "A String", # Asset content type. If not specified, no content but the asset name and
# type will be returned.
- "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
- # or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed.
- # For example: `"compute.googleapis.com/Disk"`
- #
- # See [this
- # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
- # for a list of all supported asset types.
- "A String",
- ],
- "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
- # published to.
- "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
- "topic": "A String", # The name of the Pub/Sub topic to publish to.
- # For example: `projects/PROJECT_ID/topics/TOPIC_ID`.
- },
- },
}</pre>
</div>
@@ -258,10 +258,27 @@
# The asset feed must be created within a project, organization, or
# folder. Supported destinations are:
# Pub/Sub topics.
+ "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
+ # or both of asset_names and asset_types. Only asset updates matching
+ # specified asset_names or asset_types are exported to the feed.
+ # Example: `"compute.googleapis.com/Disk"`
+ #
+ # See [this
+ # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
+ # for a list of all supported asset types.
+ "A String",
+ ],
+ "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
+ # published to.
+ "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
+ "topic": "A String", # The name of the Pub/Sub topic to publish to.
+ # Example: `projects/PROJECT_ID/topics/TOPIC_ID`.
+ },
+ },
"assetNames": [ # A list of the full names of the assets to receive updates. You must specify
# either or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed. For
- # example:
+ # specified asset_names or asset_types are exported to the feed.
+ # Example:
# `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
# See [Resource
# Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
@@ -277,23 +294,6 @@
# project/folder/organization.
"contentType": "A String", # Asset content type. If not specified, no content but the asset name and
# type will be returned.
- "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
- # or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed.
- # For example: `"compute.googleapis.com/Disk"`
- #
- # See [this
- # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
- # for a list of all supported asset types.
- "A String",
- ],
- "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
- # published to.
- "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
- "topic": "A String", # The name of the Pub/Sub topic to publish to.
- # For example: `projects/PROJECT_ID/topics/TOPIC_ID`.
- },
- },
}</pre>
</div>
@@ -320,10 +320,27 @@
# The asset feed must be created within a project, organization, or
# folder. Supported destinations are:
# Pub/Sub topics.
+ "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
+ # or both of asset_names and asset_types. Only asset updates matching
+ # specified asset_names or asset_types are exported to the feed.
+ # Example: `"compute.googleapis.com/Disk"`
+ #
+ # See [this
+ # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
+ # for a list of all supported asset types.
+ "A String",
+ ],
+ "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
+ # published to.
+ "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
+ "topic": "A String", # The name of the Pub/Sub topic to publish to.
+ # Example: `projects/PROJECT_ID/topics/TOPIC_ID`.
+ },
+ },
"assetNames": [ # A list of the full names of the assets to receive updates. You must specify
# either or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed. For
- # example:
+ # specified asset_names or asset_types are exported to the feed.
+ # Example:
# `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
# See [Resource
# Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
@@ -339,23 +356,6 @@
# project/folder/organization.
"contentType": "A String", # Asset content type. If not specified, no content but the asset name and
# type will be returned.
- "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
- # or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed.
- # For example: `"compute.googleapis.com/Disk"`
- #
- # See [this
- # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
- # for a list of all supported asset types.
- "A String",
- ],
- "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
- # published to.
- "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
- "topic": "A String", # The name of the Pub/Sub topic to publish to.
- # For example: `projects/PROJECT_ID/topics/TOPIC_ID`.
- },
- },
},
],
}</pre>
@@ -389,10 +389,27 @@
# The asset feed must be created within a project, organization, or
# folder. Supported destinations are:
# Pub/Sub topics.
+ "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
+ # or both of asset_names and asset_types. Only asset updates matching
+ # specified asset_names or asset_types are exported to the feed.
+ # Example: `"compute.googleapis.com/Disk"`
+ #
+ # See [this
+ # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
+ # for a list of all supported asset types.
+ "A String",
+ ],
+ "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
+ # published to.
+ "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
+ "topic": "A String", # The name of the Pub/Sub topic to publish to.
+ # Example: `projects/PROJECT_ID/topics/TOPIC_ID`.
+ },
+ },
"assetNames": [ # A list of the full names of the assets to receive updates. You must specify
# either or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed. For
- # example:
+ # specified asset_names or asset_types are exported to the feed.
+ # Example:
# `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
# See [Resource
# Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
@@ -408,23 +425,6 @@
# project/folder/organization.
"contentType": "A String", # Asset content type. If not specified, no content but the asset name and
# type will be returned.
- "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
- # or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed.
- # For example: `"compute.googleapis.com/Disk"`
- #
- # See [this
- # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
- # for a list of all supported asset types.
- "A String",
- ],
- "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
- # published to.
- "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
- "topic": "A String", # The name of the Pub/Sub topic to publish to.
- # For example: `projects/PROJECT_ID/topics/TOPIC_ID`.
- },
- },
},
}
@@ -441,10 +441,27 @@
# The asset feed must be created within a project, organization, or
# folder. Supported destinations are:
# Pub/Sub topics.
+ "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
+ # or both of asset_names and asset_types. Only asset updates matching
+ # specified asset_names or asset_types are exported to the feed.
+ # Example: `"compute.googleapis.com/Disk"`
+ #
+ # See [this
+ # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
+ # for a list of all supported asset types.
+ "A String",
+ ],
+ "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
+ # published to.
+ "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
+ "topic": "A String", # The name of the Pub/Sub topic to publish to.
+ # Example: `projects/PROJECT_ID/topics/TOPIC_ID`.
+ },
+ },
"assetNames": [ # A list of the full names of the assets to receive updates. You must specify
# either or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed. For
- # example:
+ # specified asset_names or asset_types are exported to the feed.
+ # Example:
# `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`.
# See [Resource
# Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
@@ -460,23 +477,6 @@
# project/folder/organization.
"contentType": "A String", # Asset content type. If not specified, no content but the asset name and
# type will be returned.
- "assetTypes": [ # A list of types of the assets to receive updates. You must specify either
- # or both of asset_names and asset_types. Only asset updates matching
- # specified asset_names and asset_types are exported to the feed.
- # For example: `"compute.googleapis.com/Disk"`
- #
- # See [this
- # topic](https://cloud.google.com/asset-inventory/docs/supported-asset-types)
- # for a list of all supported asset types.
- "A String",
- ],
- "feedOutputConfig": { # Output configuration for asset feed destination. # Required. Feed output configuration defining where the asset updates are
- # published to.
- "pubsubDestination": { # A Pub/Sub destination. # Destination on Pub/Sub.
- "topic": "A String", # The name of the Pub/Sub topic to publish to.
- # For example: `projects/PROJECT_ID/topics/TOPIC_ID`.
- },
- },
}</pre>
</div>