Class ProjectsResource.LocationsResource.ApisResource.ConfigsResource.GetRequest
Gets details of a single ApiConfig.
Inheritance
ProjectsResource.LocationsResource.ApisResource.ConfigsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Apigateway.v1
Assembly: Google.Apis.Apigateway.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ApisResource.ConfigsResource.GetRequest : ApigatewayBaseServiceRequest<ApigatewayApiConfig>, IClientServiceRequest<ApigatewayApiConfig>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Apigateway.v1.Data.ApigatewayApiConfig>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Apigateway.v1.Data.ApigatewayApiConfig>.MethodName
Name
Required. Resource name of the form: projects/*/locations/global/apis/*/configs/*
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Apigateway.v1.Data.ApigatewayApiConfig>.RestPath
View
Specifies which fields of the API Config are returned in the response. Defaults to BASIC
view.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.ApisResource.ConfigsResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ApisResource.ConfigsResource.GetRequest.ViewEnum? |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()