Class ApisResource.ListRequest
Retrieve the list of APIs supported at this endpoint.
Inheritance
System.Object
ApisResource.ListRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Discovery.v1
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class 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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Nullable<System.Boolean> |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Discovery.v1.Data.DirectoryList>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Discovery.v1.DiscoveryBaseServiceRequest<Google.Apis.Discovery.v1.Data.DirectoryList>.InitParameters()