subscription property

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

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

Implementation

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