public static final class ApplicationConfigs.EventDeliveryConfig.Builder extends GeneratedMessageV3.Builder<ApplicationConfigs.EventDeliveryConfig.Builder> implements ApplicationConfigs.EventDeliveryConfigOrBuilder
message storing the config for event delivery
Protobuf type google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ApplicationConfigs.EventDeliveryConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ApplicationConfigs.EventDeliveryConfig build()
buildPartial()
public ApplicationConfigs.EventDeliveryConfig buildPartial()
clear()
public ApplicationConfigs.EventDeliveryConfig.Builder clear()
Overrides
clearChannel()
public ApplicationConfigs.EventDeliveryConfig.Builder clearChannel()
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;
clearField(Descriptors.FieldDescriptor field)
public ApplicationConfigs.EventDeliveryConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearMinimalDeliveryInterval()
public ApplicationConfigs.EventDeliveryConfig.Builder clearMinimalDeliveryInterval()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ApplicationConfigs.EventDeliveryConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ApplicationConfigs.EventDeliveryConfig.Builder clone()
Overrides
getChannel()
public 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 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.
|
getDefaultInstanceForType()
public ApplicationConfigs.EventDeliveryConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMinimalDeliveryInterval()
public 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.
|
getMinimalDeliveryIntervalBuilder()
public Duration.Builder getMinimalDeliveryIntervalBuilder()
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;
getMinimalDeliveryIntervalOrBuilder()
public 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;
hasMinimalDeliveryInterval()
public 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ApplicationConfigs.EventDeliveryConfig other)
public ApplicationConfigs.EventDeliveryConfig.Builder mergeFrom(ApplicationConfigs.EventDeliveryConfig other)
public ApplicationConfigs.EventDeliveryConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ApplicationConfigs.EventDeliveryConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeMinimalDeliveryInterval(Duration value)
public ApplicationConfigs.EventDeliveryConfig.Builder mergeMinimalDeliveryInterval(Duration value)
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;
Parameter |
Name |
Description |
value |
Duration
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ApplicationConfigs.EventDeliveryConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setChannel(String value)
public ApplicationConfigs.EventDeliveryConfig.Builder setChannel(String value)
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;
Parameter |
Name |
Description |
value |
String
The channel to set.
|
setChannelBytes(ByteString value)
public ApplicationConfigs.EventDeliveryConfig.Builder setChannelBytes(ByteString value)
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;
Parameter |
Name |
Description |
value |
ByteString
The bytes for channel to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ApplicationConfigs.EventDeliveryConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setMinimalDeliveryInterval(Duration value)
public ApplicationConfigs.EventDeliveryConfig.Builder setMinimalDeliveryInterval(Duration value)
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;
Parameter |
Name |
Description |
value |
Duration
|
setMinimalDeliveryInterval(Duration.Builder builderForValue)
public ApplicationConfigs.EventDeliveryConfig.Builder setMinimalDeliveryInterval(Duration.Builder builderForValue)
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;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ApplicationConfigs.EventDeliveryConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ApplicationConfigs.EventDeliveryConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides