Usage class final

Configuration controlling usage of a service.

Inheritance

Constructors

Usage({List<String> requirements = const [], List<UsageRule> rules = const [], String producerNotificationChannel = ''})
Usage.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
producerNotificationChannel String
The full resource name of a channel used for sending notifications to the service producer.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
requirements List<String>
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/
final
rules List<UsageRule>
A list of usage rules that apply to individual API methods.
final
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