Cloud Functions v2 API - Class ListRuntimesRequest (1.1.0)

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

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

Request for the ListRuntimes method.

Inheritance

Object > ListRuntimesRequest

Namespace

Google.Cloud.Functions.V2

Assembly

Google.Cloud.Functions.V2.dll

Constructors

ListRuntimesRequest()

public ListRuntimesRequest()

ListRuntimesRequest(ListRuntimesRequest)

public ListRuntimesRequest(ListRuntimesRequest other)
Parameter
NameDescription
otherListRuntimesRequest

Properties

Filter

public string Filter { get; set; }

The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName