Class CreateFunctionRequest (1.3.0)

public sealed class CreateFunctionRequest : IMessage<CreateFunctionRequest>, IEquatable<CreateFunctionRequest>, IDeepCloneable<CreateFunctionRequest>, IBufferMessage, IMessage

Request for the CreateFunction method.

Inheritance

Object > CreateFunctionRequest

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Constructors

CreateFunctionRequest()

public CreateFunctionRequest()

CreateFunctionRequest(CreateFunctionRequest)

public CreateFunctionRequest(CreateFunctionRequest other)
Parameter
NameDescription
otherCreateFunctionRequest

Properties

Function

public CloudFunction Function { get; set; }

Required. Function to be created.

Property Value
TypeDescription
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
TypeDescription
String

LocationAsLocationName

public LocationName LocationAsLocationName { get; set; }

LocationName-typed view over the Location resource name property.

Property Value
TypeDescription
LocationName