ListCachedContentsRequest class final
Request to list CachedContents.
- Inheritance
-
- Object
- ProtoMessage
- ListCachedContentsRequest
Constructors
- ListCachedContentsRequest({int pageSize = 0, String pageToken = ''})
-
ListCachedContentsRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageSize → int
-
Optional. The maximum number of cached contents to return. The service may
return fewer than this value. If unspecified, some default (under maximum)
number of items will be returned. The maximum value is 1000; values above
1000 will be coerced to 1000.
final
- pageToken → String
-
Optional. A page token, received from a previous
ListCachedContentscall. Provide this to retrieve the subsequent page.final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.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