public sealed class LintSpecRequest : IMessage<LintSpecRequest>, IEquatable<LintSpecRequest>, IDeepCloneable<LintSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class LintSpecRequest.
The [LintSpec][ApiHub.LintSpec] method's request.
Implements
IMessageLintSpecRequest, IEquatableLintSpecRequest, IDeepCloneableLintSpecRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
LintSpecRequest()
public LintSpecRequest()
LintSpecRequest(LintSpecRequest)
public LintSpecRequest(LintSpecRequest other)
Parameter | |
---|---|
Name | Description |
other |
LintSpecRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the spec to be linted.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
Property Value | |
---|---|
Type | Description |
string |
SpecName
public SpecName SpecName { get; set; }
Property Value | |
---|---|
Type | Description |
SpecName |