ListSinksRequest class final
The parameters to ListSinks.
- Inheritance
-
- Object
- ProtoMessage
- ListSinksRequest
Constructors
- ListSinksRequest({required String parent, String pageToken = '', int pageSize = 0})
- ListSinksRequest.fromJson(Object? j)
-
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.
Non-positive values are ignored. The presence of
nextPageTokenin the response indicates that more results might be available.final - pageToken → String
-
Optional. If present, then retrieve the next batch of results from the
preceding call to this method.
pageTokenmust be the value ofnextPageTokenfrom the previous response. The values of other method parameters should be identical to those in the previous call.final - parent → String
-
Required. The parent resource whose sinks are to be listed:
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