Class SubmitConfigSourceRequest (2.0.0)

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

Request message for SubmitConfigSource method.

Inheritance

Object > SubmitConfigSourceRequest

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

SubmitConfigSourceRequest()

public SubmitConfigSourceRequest()

SubmitConfigSourceRequest(SubmitConfigSourceRequest)

public SubmitConfigSourceRequest(SubmitConfigSourceRequest other)
Parameter
NameDescription
otherSubmitConfigSourceRequest

Properties

ConfigSource

public ConfigSource ConfigSource { get; set; }

Required. The source configuration for the service.

Property Value
TypeDescription
ConfigSource

ServiceName

public string ServiceName { get; set; }

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Property Value
TypeDescription
String

ValidateOnly

public bool ValidateOnly { get; set; }

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.

Property Value
TypeDescription
Boolean