public sealed class ListRuntimesRequest : IMessage<ListRuntimesRequest>, IEquatable<ListRuntimesRequest>, IDeepCloneable<ListRuntimesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Functions v2beta API class ListRuntimesRequest.
Request for the ListRuntimes method.
Implements
IMessageListRuntimesRequest, IEquatableListRuntimesRequest, IDeepCloneableListRuntimesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2BetaAssembly
Google.Cloud.Functions.V2Beta.dll
Constructors
ListRuntimesRequest()
public ListRuntimesRequest()ListRuntimesRequest(ListRuntimesRequest)
public ListRuntimesRequest(ListRuntimesRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListRuntimesRequest | 
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 | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| string | |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| LocationName | |