Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PreviewsResource.ResourceChangesResource

The "resourceChanges" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.PreviewsResource.ResourceChangesResource
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.ResourceChangesResource

Constructors

ResourceChangesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get a ResourceChange for a given preview.

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

Required. The name of the resource change to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.

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

List(string)

Lists ResourceChanges for a given preview.

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

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

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