Show / Hide Table of Contents

Class ApisResource

The "apis" collection of methods.

Inheritance
System.Object
ApisResource
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 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
System.String api

The name of the API.

System.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
In This Article
Back to top Generated by DocFX