Class ApisResource.ListRequest
Retrieve the list of APIs supported at this endpoint.
Inheritance
ApisResource.ListRequest
Inherited Members
Namespace: Google.Apis.Discovery.v1
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class ApisResource.ListRequest : DiscoveryBaseServiceRequest<DirectoryList>, IClientServiceRequest<DirectoryList>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Discovery.v1.Data.DirectoryList>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Discovery.v1.Data.DirectoryList>.MethodName
Name
Only include APIs with the given name.
Declaration
[RequestParameter("name", RequestParameterType.Query)]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Preferred
Return only the preferred version of an API.
Declaration
[RequestParameter("preferred", RequestParameterType.Query)]
public virtual bool? Preferred { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Discovery.v1.Data.DirectoryList>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()