Cloud Functions v2beta API - Class GetFunctionRequest (1.0.0-beta05)

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

Reference documentation and code samples for the Cloud Functions v2beta API class GetFunctionRequest.

Request for the GetFunction method.

Inheritance

object > GetFunctionRequest

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.dll

Constructors

GetFunctionRequest()

public GetFunctionRequest()

GetFunctionRequest(GetFunctionRequest)

public GetFunctionRequest(GetFunctionRequest other)
Parameter
NameDescription
otherGetFunctionRequest

Properties

FunctionName

public FunctionName FunctionName { get; set; }

FunctionName-typed view over the Name resource name property.

Property Value
TypeDescription
FunctionName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string