public sealed class GetServiceConfigRequest : IMessage<GetServiceConfigRequest>, IEquatable<GetServiceConfigRequest>, IDeepCloneable<GetServiceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class GetServiceConfigRequest.
Request message for GetServiceConfig method.
Implements
IMessageGetServiceConfigRequest, IEquatableGetServiceConfigRequest, IDeepCloneableGetServiceConfigRequest, 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 |
GetServiceConfigRequestTypesConfigView |