MethodSettings class
Describes the generator configuration for a method.
Constructors
- 
          MethodSettings({List<String> ? autoPopulatedFields, BatchingConfigProto? batching, LongRunning? longRunning, String? selector})
- MethodSettings.fromJson(Map json_)
Properties
- 
  autoPopulatedFields
  ↔ List<String> ?
- 
  List of top-level fields of the request message, that should be
automatically populated by the client libraries based on their
(google.api.field_info).format.
  getter/setter pair
- batching ↔ BatchingConfigProto?
- 
  Batching configuration for an API method in client libraries.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- longRunning ↔ LongRunning?
- 
  Describes settings to use for long-running operations when generating API
methods for RPCs.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- selector ↔ String?
- 
  The fully qualified name of the method, for which the options below apply.
  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