public sealed class SubmitConfigSourceRequest : IMessage<SubmitConfigSourceRequest>, IEquatable<SubmitConfigSourceRequest>, IDeepCloneable<SubmitConfigSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class SubmitConfigSourceRequest.
Request message for SubmitConfigSource method.
Implements
IMessageSubmitConfigSourceRequest, IEquatableSubmitConfigSourceRequest, IDeepCloneableSubmitConfigSourceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
SubmitConfigSourceRequest()
public SubmitConfigSourceRequest()
SubmitConfigSourceRequest(SubmitConfigSourceRequest)
public SubmitConfigSourceRequest(SubmitConfigSourceRequest other)
Parameter | |
---|---|
Name | Description |
other |
SubmitConfigSourceRequest |
Properties
ConfigSource
public ConfigSource ConfigSource { get; set; }
Required. The source configuration for the service.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |