API hub v1 API - Class GetStyleGuideRequest (1.0.0-beta02)

public sealed class GetStyleGuideRequest : IMessage<GetStyleGuideRequest>, IEquatable<GetStyleGuideRequest>, IDeepCloneable<GetStyleGuideRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class GetStyleGuideRequest.

The [GetStyleGuide][ApiHub.GetStyleGuide] method's request.

Inheritance

object > GetStyleGuideRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

GetStyleGuideRequest()

public GetStyleGuideRequest()

GetStyleGuideRequest(GetStyleGuideRequest)

public GetStyleGuideRequest(GetStyleGuideRequest other)
Parameter
Name Description
other GetStyleGuideRequest

Properties

Name

public string Name { get; set; }

Required. The name of the spec to retrieve. Format: projects/{project}/locations/{location}/plugins/{plugin}/styleGuide.

Property Value
Type Description
string

StyleGuideName

public StyleGuideName StyleGuideName { get; set; }

StyleGuideName-typed view over the Name resource name property.

Property Value
Type Description
StyleGuideName