subscription property

  1. @TagNumber(2)
String get subscription

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);
  1. @TagNumber(2)
set subscription (String v)

Implementation

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