Show / Hide Table of Contents

Class AssetsResource

The "assets" collection of methods.

Inheritance
object
AssetsResource
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.v1
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class AssetsResource

Constructors

AssetsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists assets with time and resource types and returns paged results in response.

Declaration
public virtual AssetsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of the organization, folder, or project the assets belong to. Format: "organizations/[organization-number]" (such as "organizations/123"), "projects/[project-id]" (such as "projects/my-project-id"), "projects/[project-number]" (such as "projects/12345"), or "folders/[folder-number]" (such as "folders/12345").

Returns
Type Description
AssetsResource.ListRequest
In This Article
Back to top Generated by DocFX