Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApisResource.VersionsResource.DefinitionsResource

The "definitions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ApisResource.VersionsResource.DefinitionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIhub.v1
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ApisResource.VersionsResource.DefinitionsResource

Constructors

DefinitionsResource(IClientService)

Constructs a new resource.

Declaration
public DefinitionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Get details about a definition in an API version.

Declaration
public virtual ProjectsResource.LocationsResource.ApisResource.VersionsResource.DefinitionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the definition to retrieve. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/definitions/{definition}

Returns
Type Description
ProjectsResource.LocationsResource.ApisResource.VersionsResource.DefinitionsResource.GetRequest
In this article
Back to top Generated by DocFX