provider property
The name of the event provider (e.g. Eventarc SaaS partner) associated
with the channel. This provider will be granted permissions to publish
events to the channel. Format:
projects/{project}/locations/{location}/providers/{provider_id}.
Implementation
@$pb.TagNumber(7)
$core.String get provider => $_getSZ(4);
Implementation
@$pb.TagNumber(7)
set provider($core.String v) {
$_setString(4, v);
}