Class ApplicationConfigs.EventDeliveryConfig (0.32.0)

publicstaticfinalclass ApplicationConfigs.EventDeliveryConfigextendsGeneratedMessageV3implementsApplicationConfigs.EventDeliveryConfigOrBuilder

message storing the config for event delivery

Protobuf type google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ApplicationConfigs.EventDeliveryConfig

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

CHANNEL_FIELD_NUMBER

publicstaticfinalintCHANNEL_FIELD_NUMBER
Field Value
Type Description
int

MINIMAL_DELIVERY_INTERVAL_FIELD_NUMBER

publicstaticfinalintMINIMAL_DELIVERY_INTERVAL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticApplicationConfigs.EventDeliveryConfiggetDefaultInstance()
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticApplicationConfigs.EventDeliveryConfig.BuildernewBuilder()
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig.Builder

newBuilder(ApplicationConfigs.EventDeliveryConfig prototype)

publicstaticApplicationConfigs.EventDeliveryConfig.BuildernewBuilder(ApplicationConfigs.EventDeliveryConfigprototype)
Parameter
Name Description
prototype ApplicationConfigs.EventDeliveryConfig
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig.Builder

parseDelimitedFrom(InputStream input)

publicstaticApplicationConfigs.EventDeliveryConfigparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplicationConfigs.EventDeliveryConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticApplicationConfigs.EventDeliveryConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<ApplicationConfigs.EventDeliveryConfig>parser()
Returns
Type Description
Parser<EventDeliveryConfig>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getChannel()

publicStringgetChannel()

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()

publicByteStringgetChannelBytes()

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()

publicApplicationConfigs.EventDeliveryConfiggetDefaultInstanceForType()
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig

getMinimalDeliveryInterval()

publicDurationgetMinimalDeliveryInterval()

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()

publicDurationOrBuildergetMinimalDeliveryIntervalOrBuilder()

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

getParserForType()

publicParser<ApplicationConfigs.EventDeliveryConfig>getParserForType()
Returns
Type Description
Parser<EventDeliveryConfig>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hasMinimalDeliveryInterval()

publicbooleanhasMinimalDeliveryInterval()

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.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicApplicationConfigs.EventDeliveryConfig.BuildernewBuilderForType()
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedApplicationConfigs.EventDeliveryConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicApplicationConfigs.EventDeliveryConfig.BuildertoBuilder()
Returns
Type Description
ApplicationConfigs.EventDeliveryConfig.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.