Show / Hide Table of Contents

Class V1p7beta1Resource

The "v1p7beta1" collection of methods.

Inheritance
object
V1p7beta1Resource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAsset.v1p7beta1
Assembly: Google.Apis.CloudAsset.v1p7beta1.dll
Syntax
public class V1p7beta1Resource

Constructors

V1p7beta1Resource(IClientService)

Constructs a new resource.

Declaration
public V1p7beta1Resource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

ExportAssets(GoogleCloudAssetV1p7beta1ExportAssetsRequest, string)

Exports assets with time and resource types to a given Cloud Storage location/BigQuery table. For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line represents a google.cloud.asset.v1p7beta1.Asset in the JSON format; for BigQuery table destinations, the output table stores the fields in asset proto as columns. This API implements the google.longrunning.Operation API , which allows you to keep track of the export. We recommend intervals of at least 2 seconds with exponential retry to poll the export operation result. For regular-size resource parent, the export operation usually finishes within 5 minutes.

Declaration
public virtual V1p7beta1Resource.ExportAssetsRequest ExportAssets(GoogleCloudAssetV1p7beta1ExportAssetsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAssetV1p7beta1ExportAssetsRequest body

The body of the request.

string parent

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").

Returns
Type Description
V1p7beta1Resource.ExportAssetsRequest
In this article
Back to top Generated by DocFX