Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MembershipsResource.BindingsResource

The "bindings" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MembershipsResource.BindingsResource
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.v1alpha
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.MembershipsResource.BindingsResource

Constructors

BindingsResource(IClientService)

Constructs a new resource.

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

Methods

Create(MembershipBinding, string)

Creates a MembershipBinding.

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

The body of the request.

string parent

Required. The parent (project and location) where the MembershipBinding will be created. Specified in the format projects/*/locations/*/memberships/*.

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

Delete(string)

Deletes a MembershipBinding.

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

Required. The MembershipBinding resource name in the format projects/*/locations/*/memberships/*/bindings/*.

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

Get(string)

Returns the details of a MembershipBinding.

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

Required. The MembershipBinding resource name in the format projects/*/locations/*/memberships/*/bindings/*.

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

List(string)

Lists MembershipBindings.

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

Required. The parent Membership for which the MembershipBindings will be listed. Specified in the format projects/*/locations/*/memberships/*.

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

Patch(MembershipBinding, string)

Updates a MembershipBinding.

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

The body of the request.

string name

The resource name for the membershipbinding itself projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}

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