Cloud Functions v2 API - Class LocationMetadata (1.5.0)

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

Reference documentation and code samples for the Cloud Functions v2 API class LocationMetadata.

Extra GCF specific location information.

Inheritance

object > LocationMetadata

Namespace

Google.Cloud.Functions.V2

Assembly

Google.Cloud.Functions.V2.dll

Constructors

LocationMetadata()

public LocationMetadata()

LocationMetadata(LocationMetadata)

public LocationMetadata(LocationMetadata other)
Parameter
NameDescription
otherLocationMetadata

Properties

Environments

public RepeatedField<Environment> Environments { get; }

The Cloud Function environments this location supports.

Property Value
TypeDescription
RepeatedFieldEnvironment