Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RolloutsResource

The "rollouts" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RolloutsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SaaSServiceManagement.v1beta1
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RolloutsResource

Constructors

RolloutsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Rollout, string)

Create a new rollout.

Declaration
public virtual ProjectsResource.LocationsResource.RolloutsResource.CreateRequest Create(Rollout body, string parent)
Parameters
Type Name Description
Rollout body

The body of the request.

string parent

Required. The parent of the rollout.

Returns
Type Description
ProjectsResource.LocationsResource.RolloutsResource.CreateRequest

Delete(string)

Delete a single rollout.

Declaration
public virtual ProjectsResource.LocationsResource.RolloutsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The resource name of the resource within a service.

Returns
Type Description
ProjectsResource.LocationsResource.RolloutsResource.DeleteRequest

Get(string)

Retrieve a single rollout.

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

Required. The resource name of the resource within a service.

Returns
Type Description
ProjectsResource.LocationsResource.RolloutsResource.GetRequest

List(string)

Retrieve a collection of rollouts.

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

Required. The parent of the rollout.

Returns
Type Description
ProjectsResource.LocationsResource.RolloutsResource.ListRequest

Patch(Rollout, string)

Update a single rollout.

Declaration
public virtual ProjectsResource.LocationsResource.RolloutsResource.PatchRequest Patch(Rollout body, string name)
Parameters
Type Name Description
Rollout body

The body of the request.

string name

Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/rollout/{rollout_id}"

Returns
Type Description
ProjectsResource.LocationsResource.RolloutsResource.PatchRequest
In this article
Back to top Generated by DocFX