public sealed class CreateFunctionRequest : IMessage<CreateFunctionRequest>, IEquatable<CreateFunctionRequest>, IDeepCloneable<CreateFunctionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Functions v1 API class CreateFunctionRequest.
Request for the CreateFunction method.
Implements
IMessageCreateFunctionRequest, IEquatableCreateFunctionRequest, IDeepCloneableCreateFunctionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V1Assembly
Google.Cloud.Functions.V1.dll
Constructors
CreateFunctionRequest()
public CreateFunctionRequest()CreateFunctionRequest(CreateFunctionRequest)
public CreateFunctionRequest(CreateFunctionRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CreateFunctionRequest | 
Properties
Function
public CloudFunction Function { get; set; }Required. Function to be created.
| Property Value | |
|---|---|
| Type | Description | 
| CloudFunction | |
Location
public string Location { get; set; }Required. The project and location in which the function should be created,
specified in the format projects/*/locations/*
| Property Value | |
|---|---|
| Type | Description | 
| string | |
LocationAsLocationName
public LocationName LocationAsLocationName { get; set; }LocationName-typed view over the Location resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| LocationName | |