operation property

  1. @TagNumber.new(2)
String get operation

The API operation name. For gRPC requests, it is the fully qualified API method name, such as "google.pubsub.v1.Publisher.Publish". For OpenAPI requests, it is the operationId, such as "getPet".

Implementation

@$pb.TagNumber(2)
$core.String get operation => $_getSZ(1);
  1. @TagNumber.new(2)
set operation (String v)

Implementation

@$pb.TagNumber(2)
set operation($core.String v) { $_setString(1, v); }