Class ProjectsResource.LocationsResource.BindingsResource.FetchAvailableRequest
Fetches available Bindings.
Inheritance
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.BindingsResource.FetchAvailableRequest : AgentRegistryBaseServiceRequest<FetchAvailableBindingsResponse>, IClientServiceRequest<FetchAvailableBindingsResponse>, IClientServiceRequest
Constructors
FetchAvailableRequest(IClientService, string)
Constructs a new FetchAvailable request.
Declaration
public FetchAvailableRequest(IClientService service, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
PageSize
Optional. Requested page size. Server may return fewer items than requested. Page size is 500 if
unspecified and is capped at 500 even if a larger value is given.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Optional. A token identifying a page of results the server should return.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. The parent, in the format projects/{project}/locations/{location}.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
SourceIdentifier
The identifier of the source Agent. Format: * urn:agent:{publisher}:{namespace}:{name}
Declaration
[RequestParameter("sourceIdentifier", RequestParameterType.Query)]
public virtual string SourceIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetIdentifier
Optional. The identifier of the target Agent, MCP Server, or Endpoint. Format: *
urn:agent:{publisher}:{namespace}:{name} * urn:mcp:{publisher}:{namespace}:{name} *
urn:endpoint:{publisher}:{namespace}:{name}
Declaration
[RequestParameter("targetIdentifier", RequestParameterType.Query)]
public virtual string TargetIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes FetchAvailable parameter list.
Declaration
protected override void InitParameters()