Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource

The "features" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource

Constructors

FeaturesResource(IClientService)

Constructs a new resource.

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

Methods

Create(MembershipFeature, string)

Creates membershipFeature under a given parent.

Declaration
public virtual ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.CreateRequest Create(MembershipFeature body, string parent)
Parameters
Type Name Description
MembershipFeature body

The body of the request.

string parent

Required. The name of parent where the MembershipFeature will be created. Specified in the format projects/*/locations/*/memberships/*.

Returns
Type Description
ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.CreateRequest

Delete(string)

Removes a membershipFeature.

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

Required. The name of the membershipFeature to be deleted. Specified in the format projects/*/locations/*/memberships/*/features/*.

Returns
Type Description
ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.DeleteRequest

Get(string)

========= MembershipFeature Services ========= Gets details of a membershipFeature.

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

Required. The MembershipFeature resource name in the format projects/*/locations/*/memberships/*/features/*.

Returns
Type Description
ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.GetRequest

List(string)

Lists MembershipFeatures in a given project and location.

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

Required. The parent where the MembershipFeature will be listed. In the format: projects/*/locations/*/memberships/*.

Returns
Type Description
ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.ListRequest

Patch(MembershipFeature, string)

Updates an existing MembershipFeature.

Declaration
public virtual ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.PatchRequest Patch(MembershipFeature body, string name)
Parameters
Type Name Description
MembershipFeature body

The body of the request.

string name

Output only. The resource name of the membershipFeature, in the format: projects/{project}/locations/{location}/memberships/{membership}/features/{feature}. Note that membershipFeatures is shortened to features in the resource name. (see http://go/aip/122#collection-identifiers)

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