Class SelectiveGapicGeneration
This message is used to configure the generation of a subset of the RPCs in a service for client libraries.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class SelectiveGapicGeneration : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
Declaration
[JsonProperty("methods")]
public virtual IList<string> Methods { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |