Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PluginsResource.StyleGuideResource.GetContentsRequest

Get the contents of the style guide.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>
ProjectsResource.LocationsResource.PluginsResource.StyleGuideResource.GetContentsRequest
Implements
IClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>
IClientServiceRequest
Inherited Members
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.Xgafv
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.AccessToken
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.Alt
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.Callback
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.Fields
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.Key
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.OauthToken
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.PrettyPrint
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.QuotaUser
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.UploadType
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.UploadProtocol
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.Execute()
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.ExecuteAsync()
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.GetBody()
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.ETagAction
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.ModifyRequest
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.ValidateParameters
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.ApiVersion
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.RequestParameters
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.GetContentsRequest : APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>, IClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>, IClientServiceRequest

Constructors

GetContentsRequest(IClientService, string)

Constructs a new GetContents request.

Declaration
public GetContentsRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.MethodName

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.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudApihubV1StyleGuideContents>.RestPath

Methods

InitParameters()

Initializes GetContents parameter list.

Declaration
protected override void InitParameters()
Overrides
APIhubBaseServiceRequest<GoogleCloudApihubV1StyleGuideContents>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX