Module types (1.2.0)

API documentation for asset_v1p2beta1.types module.

Classes

CreateFeedRequest

Create asset feed request.

Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.

DeleteFeedRequest

Empty

API documentation for asset_v1p2beta1.types.Empty class.

Feed

An asset feed used to export asset updates to a destinations. An asset feed filter controls what updates are exported. The asset feed must be created within a project, organization, or folder. Supported destinations are: Cloud Pub/Sub topics.

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: //compute .googleapis.com/projects/my_project_123/zones/zone1/instances/ instance1. See Resource Names <https://cloud.google.com/api s/design/resource_names#full_resource_name>__ for more info.

Asset content type. If not specified, no content but the asset name and type will be returned.

FeedOutputConfig

Output configuration for asset feed destination.

Destination on Cloud Pubsub.

FieldMask

API documentation for asset_v1p2beta1.types.FieldMask class.

GcsDestination

A Cloud Storage location.

The uri of the Cloud Storage object. It’s the same uri that is used by gsutil. For example: “gs://bucket_name/object_name”. See Viewing and Editing Object Metadata <https://cloud.google.com/storage/docs/viewing-editing- metadata>__ for more information.

GetFeedRequest

Get asset feed request.

ListFeedsRequest

List asset feeds request.

ListFeedsResponse

OutputConfig

Output configuration for export assets destination.

Destination on Cloud Storage.

PubsubDestination

A Cloud Pubsub destination.

UpdateFeedRequest

Update asset feed request.

Required. Only updates the feed fields indicated by this mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server.