public interface EventDrivenScheduleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPubsubSubscription()
Pub/Sub subscription name used to receive events.
|
com.google.protobuf.ByteString |
getPubsubSubscriptionBytes()
Pub/Sub subscription name used to receive events.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPubsubSubscription()
Pub/Sub subscription name used to receive events.
Only Google Cloud Storage data source support this option.
Format: projects/{project}/subscriptions/{subscription}
string pubsub_subscription = 1;com.google.protobuf.ByteString getPubsubSubscriptionBytes()
Pub/Sub subscription name used to receive events.
Only Google Cloud Storage data source support this option.
Format: projects/{project}/subscriptions/{subscription}
string pubsub_subscription = 1;Copyright © 2025 Google LLC. All rights reserved.