Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApisResource.ConfigsResource.GetRequest

Gets details of a single ApiConfig.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ApigatewayApiConfig>
ApigatewayBaseServiceRequest<ApigatewayApiConfig>
ProjectsResource.LocationsResource.ApisResource.ConfigsResource.GetRequest
Implements
IClientServiceRequest<ApigatewayApiConfig>
IClientServiceRequest
Inherited Members
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.Xgafv
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.AccessToken
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.Alt
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.Callback
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.Fields
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.Key
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.OauthToken
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.PrettyPrint
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.QuotaUser
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.UploadType
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.UploadProtocol
ClientServiceRequest<ApigatewayApiConfig>.Execute()
ClientServiceRequest<ApigatewayApiConfig>.ExecuteAsStream()
ClientServiceRequest<ApigatewayApiConfig>.ExecuteAsync()
ClientServiceRequest<ApigatewayApiConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ApigatewayApiConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<ApigatewayApiConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ApigatewayApiConfig>.CreateRequest(bool?)
ClientServiceRequest<ApigatewayApiConfig>.GenerateRequestUri()
ClientServiceRequest<ApigatewayApiConfig>.GetBody()
ClientServiceRequest<ApigatewayApiConfig>.GetDefaultETagAction(string)
ClientServiceRequest<ApigatewayApiConfig>.ETagAction
ClientServiceRequest<ApigatewayApiConfig>.ModifyRequest
ClientServiceRequest<ApigatewayApiConfig>.ValidateParameters
ClientServiceRequest<ApigatewayApiConfig>.ApiVersion
ClientServiceRequest<ApigatewayApiConfig>.RequestParameters
ClientServiceRequest<ApigatewayApiConfig>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Apigateway.v1beta
Assembly: Google.Apis.Apigateway.v1beta.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
ClientServiceRequest<ApigatewayApiConfig>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<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
ClientServiceRequest<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()
Overrides
ApigatewayBaseServiceRequest<ApigatewayApiConfig>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX