operation property
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);
Implementation
@$pb.TagNumber(2)
set operation($core.String v) { $_setString(1, v); }