Class ProjectsResource.LocationsResource.BindingsResource
The "bindings" collection of methods.
Inherited Members
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:
|
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:
|
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 |
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:
|
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:
|
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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.BindingsResource.PatchRequest |