Class ApisResource
The "apis" collection of methods.
Inherited Members
Namespace: Google.Apis.Discovery.v1
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class ApisResource
Constructors
ApisResource(IClientService)
Constructs a new resource.
Declaration
public ApisResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
GetRest(string, string)
Retrieve the description of a particular version of an api.
Declaration
public virtual ApisResource.GetRestRequest GetRest(string api, string version)
Parameters
Type | Name | Description |
---|---|---|
string | api | The name of the API. |
string | version | The version of the API. |
Returns
Type | Description |
---|---|
ApisResource.GetRestRequest |
List()
Retrieve the list of APIs supported at this endpoint.
Declaration
public virtual ApisResource.ListRequest List()
Returns
Type | Description |
---|---|
ApisResource.ListRequest |