Class SubmitConfigSourceRequest
Request message for SubmitConfigSource method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class SubmitConfigSourceRequest : IDirectResponseSchema
Properties
ConfigSource
Required. The source configuration for the service.
Declaration
[JsonProperty("configSource")]
public virtual ConfigSource ConfigSource { get; set; }
Property Value
| Type | Description |
|---|---|
| ConfigSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidateOnly
Optional. If set, this will result in the generation of a google.api.Service configuration based on the
ConfigSource provided, but the generated config and the sources will NOT be persisted.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |