Class ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource
The "features" collection of methods.
Inherited Members
Namespace: Google.Apis.GKEHub.v2
Assembly: Google.Apis.GKEHub.v2.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 |
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
|
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
|
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:
|
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:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.PatchRequest |