Class ServicesResource.GetConfigRequest
Gets a service configuration (version) for a managed service.
Inheritance
ServicesResource.GetConfigRequest
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class ServicesResource.GetConfigRequest : ServiceManagementBaseServiceRequest<Service>, IClientServiceRequest<Service>, IClientServiceRequest
Constructors
GetConfigRequest(IClientService, string)
Constructs a new GetConfig request.
Declaration
public GetConfigRequest(IClientService service, string serviceName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | serviceName |
Properties
ConfigId
Required. The id of the service configuration resource. This field must be specified for the server to
return all fields, including SourceInfo
.
Declaration
[RequestParameter("configId", RequestParameterType.Query)]
public virtual string ConfigId { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ServiceName
Required. The name of the service. See the
overview for naming requirements. For example:
example.googleapis.com
.
Declaration
[RequestParameter("serviceName", RequestParameterType.Path)]
public virtual string ServiceName { get; }
Property Value
Type | Description |
---|---|
string |
View
Specifies which parts of the Service Config should be returned in the response.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ServicesResource.GetConfigRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
ServicesResource.GetConfigRequest.ViewEnum? |
Methods
InitParameters()
Initializes GetConfig parameter list.
Declaration
protected override void InitParameters()