public sealed class GetServiceConfigRequest : IMessage<GetServiceConfigRequest>, IEquatable<GetServiceConfigRequest>, IDeepCloneable<GetServiceConfigRequest>, IBufferMessage, IMessageRequest message for GetServiceConfig method.
Implements
IMessage<GetServiceConfigRequest>, IEquatable<GetServiceConfigRequest>, IDeepCloneable<GetServiceConfigRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
GetServiceConfigRequest()
public GetServiceConfigRequest()GetServiceConfigRequest(GetServiceConfigRequest)
public GetServiceConfigRequest(GetServiceConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetServiceConfigRequest |
Properties
ConfigId
public string ConfigId { get; set; }Required. The id of the service configuration resource.
This field must be specified for the server to return all fields, including
SourceInfo.
| Property Value | |
|---|---|
| Type | Description |
String |
|
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 |
|
View
public GetServiceConfigRequest.Types.ConfigView View { get; set; }Specifies which parts of the Service Config should be returned in the response.
| Property Value | |
|---|---|
| Type | Description |
GetServiceConfigRequest.Types.ConfigView |
|