Show / Hide Table of Contents

Class SubmitConfigSourceRequest

Request message for SubmitConfigSource method.

Inheritance
object
SubmitConfigSourceRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX