ListFunctionsRequest class final

Request for the ListFunctions method.

Inheritance
  • Object
  • ProtoMessage
  • ListFunctionsRequest

Constructors

ListFunctionsRequest({required String parent, int pageSize = 0, String pageToken = '', String filter = '', String orderBy = ''})
ListFunctionsRequest.fromJson(Map<String, dynamic> json)
factory

Properties

filter String
The filter for Functions that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
final
hashCode int
The hash code for this object.
no setterinherited
orderBy String
The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting order is ascending. See https://google.aip.dev/132#ordering.
final
pageSize int
Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
final
pageToken String
The value returned by the last ListFunctionsResponse; indicates that this is a continuation of a prior ListFunctions call, and that the system should return the next page of data.
final
parent String
Required. The project and location from which the function should be listed, specified in the format projects/*/locations/* If you want to list functions in all locations, use "-" in place of a location. When listing functions in all locations, if one or more location(s) are unreachable, the response will contain functions from all reachable locations along with the names of any unreachable locations.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String