Class GetFunctionRequest (1.2.0)

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

Request for the GetFunction method.

Inheritance

Object > GetFunctionRequest

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Constructors

GetFunctionRequest()

public GetFunctionRequest()

GetFunctionRequest(GetFunctionRequest)

public GetFunctionRequest(GetFunctionRequest other)
Parameter
NameDescription
otherGetFunctionRequest

Properties

CloudFunctionName

public CloudFunctionName CloudFunctionName { get; set; }

CloudFunctionName-typed view over the Name resource name property.

Property Value
TypeDescription
CloudFunctionName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String