Class ProjectsResource.LocationsResource.PluginsResource.StyleGuideResource
The "styleGuide" collection of methods.
Inherited Members
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
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.PluginsResource.StyleGuideResource.GetContentsRequest |