Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.McpServersResource.ListRequest

Lists McpServers in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListMcpServersResponse>
AgentRegistryBaseServiceRequest<ListMcpServersResponse>
ProjectsResource.LocationsResource.McpServersResource.ListRequest
Implements
IClientServiceRequest<ListMcpServersResponse>
IClientServiceRequest
Inherited Members
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.Xgafv
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.AccessToken
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.Alt
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.Callback
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.Fields
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.Key
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.OauthToken
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.PrettyPrint
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.QuotaUser
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.UploadType
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.UploadProtocol
ClientServiceRequest<ListMcpServersResponse>.Execute()
ClientServiceRequest<ListMcpServersResponse>.ExecuteAsStream()
ClientServiceRequest<ListMcpServersResponse>.ExecuteAsync()
ClientServiceRequest<ListMcpServersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListMcpServersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListMcpServersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListMcpServersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListMcpServersResponse>.GenerateRequestUri()
ClientServiceRequest<ListMcpServersResponse>.GetBody()
ClientServiceRequest<ListMcpServersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListMcpServersResponse>.ETagAction
ClientServiceRequest<ListMcpServersResponse>.ModifyRequest
ClientServiceRequest<ListMcpServersResponse>.ValidateParameters
ClientServiceRequest<ListMcpServersResponse>.ApiVersion
ClientServiceRequest<ListMcpServersResponse>.RequestParameters
ClientServiceRequest<ListMcpServersResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.McpServersResource.ListRequest : AgentRegistryBaseServiceRequest<ListMcpServersResponse>, IClientServiceRequest<ListMcpServersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. Filtering results

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListMcpServersResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListMcpServersResponse>.MethodName

OrderBy

Optional. Hint for how to order the results

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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. Parent value for ListMcpServersRequest. 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
ClientServiceRequest<ListMcpServersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AgentRegistryBaseServiceRequest<ListMcpServersResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX