subscription property
The resource name of the subscription for which this event was
generated. The format of the value is
projects/{project-id}/subscriptions/{subscription-id}
.
Implementation
@$pb.TagNumber(2)
$core.String get subscription => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set subscription($core.String v) { $_setString(1, v); }