Class ProjectsResource.LocationsResource.GetRuntimeConfigRequest
Gets the runtimeConfig of a location. RuntimeConfig is a singleton resource for each location.
Inheritance
ProjectsResource.LocationsResource.GetRuntimeConfigRequest
Inherited Members
Namespace: Google.Apis.Connectors.v1
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GetRuntimeConfigRequest : ConnectorsBaseServiceRequest<RuntimeConfig>, IClientServiceRequest<RuntimeConfig>, IClientServiceRequest
Constructors
GetRuntimeConfigRequest(IClientService, string)
Constructs a new GetRuntimeConfig request.
Declaration
public GetRuntimeConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
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
Name
Required. Resource name of the form: projects/*/locations/*/runtimeConfig
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetRuntimeConfig parameter list.
Declaration
protected override void InitParameters()