Class ProjectsResource.LocationsResource.FunctionsResource.CreateRequest
Creates a new function. If a function with the given name already exists in the specified project,
the long running operation will return ALREADY_EXISTS
error.
Inheritance
ProjectsResource.LocationsResource.FunctionsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2alpha
Assembly: Google.Apis.CloudFunctions.v2alpha.dll
Syntax
public class ProjectsResource.LocationsResource.FunctionsResource.CreateRequest : CloudFunctionsBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, Function, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, Function body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Function | body | |
string | parent |
Properties
FunctionId
The ID to use for the function, which will become the final component of the function's resource name. This value should be 4-63 characters, and valid characters are /a-z-/.
Declaration
[RequestParameter("functionId", RequestParameterType.Query)]
public virtual string FunctionId { 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
Parent
Required. The project and location in which the function should be created, specified in the
format projects/*/locations/*
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()