ListViewsRequest class final

The parameters to ListViews.

Inheritance
  • Object
  • ProtoMessage
  • ListViewsRequest

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
pageSize int
Optional. The maximum number of results to return from this request.
final
pageToken String
Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
final
parent String
Required. The bucket whose views are to be listed:
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