Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PluginsResource.StyleGuideResource

The "styleGuide" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.PluginsResource.StyleGuideResource
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.PluginsResource.StyleGuideResource

Constructors

StyleGuideResource(IClientService)

Constructs a new resource.

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

Methods

GetContents(string)

Get the contents of the style guide.

Declaration
public virtual ProjectsResource.LocationsResource.PluginsResource.StyleGuideResource.GetContentsRequest GetContents(string name)
Parameters
Type Name Description
string name

Required. The name of the StyleGuide whose contents need to be retrieved. There is exactly one style guide resource per project per location. The expected format is projects/{project}/locations/{location}/plugins/{plugin}/styleGuide.

Returns
Type Description
ProjectsResource.LocationsResource.PluginsResource.StyleGuideResource.GetContentsRequest
In this article
Back to top Generated by DocFX