GoogleCloudApigeeV1GrpcOperationConfig class
Binds the resources in a proxy or remote service with the gRPC operation and its associated quota enforcement.
Constructors
-
GoogleCloudApigeeV1GrpcOperationConfig({String? apiSource, List<
GoogleCloudApigeeV1Attribute> ? attributes, List<String> ? methods, GoogleCloudApigeeV1Quota? quota, String? service}) - GoogleCloudApigeeV1GrpcOperationConfig.fromJson(Map json_)
Properties
- apiSource ↔ String?
-
Name of the API proxy with which the gRPC operation and quota are
associated.
getter/setter pair
-
attributes
↔ List<
GoogleCloudApigeeV1Attribute> ? -
Custom attributes associated with the operation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
methods
↔ List<
String> ? -
List of unqualified gRPC method names for the proxy to which quota will be
applied.
getter/setter pair
- quota ↔ GoogleCloudApigeeV1Quota?
-
Quota parameters to be enforced for the methods and API source
combination.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ String?
-
gRPC Service name associated to be associated with the API proxy, on which
quota rules can be applied upon.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited