Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource

The "resourceDrifts" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Config.v1
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource

Constructors

ResourceDriftsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get a ResourceDrift for a given preview.

Declaration
public virtual ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the resource drift to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.

Returns
Type Description
ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource.GetRequest

List(string)

List ResourceDrifts for a given preview.

Declaration
public virtual ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent in whose context the ResourceDrifts are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/previews/{preview}'.

Returns
Type Description
ProjectsResource.LocationsResource.PreviewsResource.ResourceDriftsResource.ListRequest
In this article
Back to top Generated by DocFX