Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.FunctionsResource.GetRequest

Returns a function with the given name from the requested project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Function>
CloudFunctionsBaseServiceRequest<Function>
ProjectsResource.LocationsResource.FunctionsResource.GetRequest
Implements
IClientServiceRequest<Function>
IClientServiceRequest
Inherited Members
CloudFunctionsBaseServiceRequest<Function>.Xgafv
CloudFunctionsBaseServiceRequest<Function>.AccessToken
CloudFunctionsBaseServiceRequest<Function>.Alt
CloudFunctionsBaseServiceRequest<Function>.Callback
CloudFunctionsBaseServiceRequest<Function>.Fields
CloudFunctionsBaseServiceRequest<Function>.Key
CloudFunctionsBaseServiceRequest<Function>.OauthToken
CloudFunctionsBaseServiceRequest<Function>.PrettyPrint
CloudFunctionsBaseServiceRequest<Function>.QuotaUser
CloudFunctionsBaseServiceRequest<Function>.UploadType
CloudFunctionsBaseServiceRequest<Function>.UploadProtocol
ClientServiceRequest<Function>.Execute()
ClientServiceRequest<Function>.ExecuteAsStream()
ClientServiceRequest<Function>.ExecuteAsync()
ClientServiceRequest<Function>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Function>.ExecuteAsStreamAsync()
ClientServiceRequest<Function>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Function>.CreateRequest(bool?)
ClientServiceRequest<Function>.GenerateRequestUri()
ClientServiceRequest<Function>.GetBody()
ClientServiceRequest<Function>.GetDefaultETagAction(string)
ClientServiceRequest<Function>.ETagAction
ClientServiceRequest<Function>.ModifyRequest
ClientServiceRequest<Function>.ValidateParameters
ClientServiceRequest<Function>.ApiVersion
ClientServiceRequest<Function>.RequestParameters
ClientServiceRequest<Function>.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.CloudFunctions.v2alpha
Assembly: Google.Apis.CloudFunctions.v2alpha.dll
Syntax
public class ProjectsResource.LocationsResource.FunctionsResource.GetRequest : CloudFunctionsBaseServiceRequest<Function>, IClientServiceRequest<Function>, 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<Function>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Function>.MethodName

Name

Required. The name of the function which details should be obtained.

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<Function>.RestPath

Revision

Optional. The optional version of the 1st gen function whose details should be obtained. The version of a 1st gen function is an integer that starts from 1 and gets incremented on redeployments. GCF may keep historical configs for old versions of 1st gen function. This field can be specified to fetch the historical configs. This field is valid only for GCF 1st gen function.

Declaration
[RequestParameter("revision", RequestParameterType.Query)]
public virtual string Revision { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudFunctionsBaseServiceRequest<Function>.InitParameters()

Implements

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