subscription property
Output only. The name of the Pub/Sub subscription created and managed by
Eventarc as a transport for the event delivery. Format:
projects/{PROJECT_ID}/subscriptions/{SUBSCRIPTION_NAME}.
Implementation
@$pb.TagNumber(2)
$core.String get subscription => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set subscription($core.String v) {
$_setString(1, v);
}