Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.FlagAttributesResource

The "flagAttributes" collection of methods.

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

Constructors

FlagAttributesResource(IClientService)

Constructs a new resource.

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

Methods

Create(FlagAttribute, string)

Create a new flag attribute.

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

The body of the request.

string parent

Required. The parent of the flag attribute.

Returns
Type Description
ProjectsResource.LocationsResource.FlagAttributesResource.CreateRequest

Delete(string)

Delete a single flag attribute.

Declaration
public virtual ProjectsResource.LocationsResource.FlagAttributesResource.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.FlagAttributesResource.DeleteRequest

Get(string)

Retrieve a single flag attribute.

Declaration
public virtual ProjectsResource.LocationsResource.FlagAttributesResource.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.FlagAttributesResource.GetRequest

List(string)

Retrieve a collection of flag attributes.

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

Required. The parent of the flag attribute.

Returns
Type Description
ProjectsResource.LocationsResource.FlagAttributesResource.ListRequest

Patch(FlagAttribute, string)

Update a single flag attribute.

Declaration
public virtual ProjectsResource.LocationsResource.FlagAttributesResource.PatchRequest Patch(FlagAttribute body, string name)
Parameters
Type Name Description
FlagAttribute 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}/flagAttributes/{flag_attribute_id}"

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