type property

String? type
getter/setter pair

Specifies how to match against the name.

If not specified, a default value of "EXACT" is used.

Optional. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified.
  • "EXACT" : Will only match the exact name provided.
  • "REGULAR_EXPRESSION" : Will interpret grpc_method and grpc_service as regexes. RE2 syntax is supported.

Implementation

core.String? type;