Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BindingsResource

The "bindings" collection of methods.

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

Constructors

BindingsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Binding, string)

Creates a new Binding in a given project and location.

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

The body of the request.

string parent

Required. The project and location to create the Binding in. Expected format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.BindingsResource.CreateRequest

Delete(string)

Deletes a single Binding.

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

Required. The name of the Binding. Format: projects/{project}/locations/{location}/bindings/{binding}.

Returns
Type Description
ProjectsResource.LocationsResource.BindingsResource.DeleteRequest

FetchAvailable(string)

Fetches available Bindings.

Declaration
public virtual ProjectsResource.LocationsResource.BindingsResource.FetchAvailableRequest FetchAvailable(string parent)
Parameters
Type Name Description
string parent

Required. The parent, in the format projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.BindingsResource.FetchAvailableRequest

Get(string)

Gets details of a single Binding.

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

Required. The name of the Binding. Format: projects/{project}/locations/{location}/bindings/{binding}.

Returns
Type Description
ProjectsResource.LocationsResource.BindingsResource.GetRequest

List(string)

Lists Bindings in a given project and location.

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

Required. The project and location to list bindings in. Expected format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.BindingsResource.ListRequest

Patch(Binding, string)

Updates the parameters of a single Binding.

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

The body of the request.

string name

Required. Identifier. The resource name of the Binding. Format: projects/{project}/locations/{location}/bindings/{binding}.

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