public static interface ApplicationConfigs.EventDeliveryConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getChannel()
public abstract String getChannel()
The delivery channel for the event notification, only pub/sub topic is supported now. Example channel: [//pubsub.googleapis.com/projects/visionai-testing-stable/topics/test-topic]
string channel = 1;
Returns | |
---|---|
Type | Description |
String |
The channel. |
getChannelBytes()
public abstract ByteString getChannelBytes()
The delivery channel for the event notification, only pub/sub topic is supported now. Example channel: [//pubsub.googleapis.com/projects/visionai-testing-stable/topics/test-topic]
string channel = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for channel. |
getMinimalDeliveryInterval()
public abstract Duration getMinimalDeliveryInterval()
The expected delivery interval for the same event. The same event won't be notified multiple times during this internal event that it is happening multiple times during the period of time.The same event is identified by <event_id, app_platform_metadata>.
.google.protobuf.Duration minimal_delivery_interval = 2;
Returns | |
---|---|
Type | Description |
Duration |
The minimalDeliveryInterval. |
getMinimalDeliveryIntervalOrBuilder()
public abstract DurationOrBuilder getMinimalDeliveryIntervalOrBuilder()
The expected delivery interval for the same event. The same event won't be notified multiple times during this internal event that it is happening multiple times during the period of time.The same event is identified by <event_id, app_platform_metadata>.
.google.protobuf.Duration minimal_delivery_interval = 2;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasMinimalDeliveryInterval()
public abstract boolean hasMinimalDeliveryInterval()
The expected delivery interval for the same event. The same event won't be notified multiple times during this internal event that it is happening multiple times during the period of time.The same event is identified by <event_id, app_platform_metadata>.
.google.protobuf.Duration minimal_delivery_interval = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minimalDeliveryInterval field is set. |