package google.cloud.asset.v1p2beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AssetService

asset_service.proto:36

Asset service definition.

message Asset

assets.proto:59

Cloud asset. This includes all Google Cloud Platform resources, Cloud IAM policies, and other non-GCP assets.

Used in: TemporalAsset

message BigQueryDestination

asset_service.proto:288

A Bigquery destination.

Used in: OutputConfig

enum ContentType

asset_service.proto:315

Asset content type.

Used in: BatchGetAssetsHistoryRequest, ExportAssetsRequest, Feed

message ExportAssetsResponse

asset_service.proto:134

The export asset response. This message is returned by the [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned [google.longrunning.Operation.response][google.longrunning.Operation.response] field.

message Feed

asset_service.proto:348

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.

Used as response type in: AssetService.CreateFeed, AssetService.GetFeed, AssetService.UpdateFeed

Used as field type in: CreateFeedRequest, ListFeedsResponse, UpdateFeedRequest

message FeedOutputConfig

asset_service.proto:335

Output configuration for asset feed destination.

Used in: Feed

message GcsDestination

asset_service.proto:264

A Cloud Storage location.

Used in: OutputConfig

message OutputConfig

asset_service.proto:249

Output configuration for export assets destination.

Used in: ExportAssetsRequest, ExportAssetsResponse

message PubsubDestination

asset_service.proto:308

A Cloud Pubsub destination.

Used in: FeedOutputConfig

message Resource

assets.proto:92

Representation of a cloud resource.

Used in: Asset

message TemporalAsset

assets.proto:36

Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.

Used in: BatchGetAssetsHistoryResponse

message TimeWindow

assets.proto:48

A time window of (start_time, end_time].

Used in: BatchGetAssetsHistoryRequest, TemporalAsset