Class DatabaseRuntimeEventPayload.Builder
-
- All Implemented Interfaces:
-
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,xyz.block.ftl.schema.v1.DatabaseRuntimeEventPayloadOrBuilder
public final class DatabaseRuntimeEventPayload.Builder extends GeneratedMessageV3.Builder<BuilderT> implements DatabaseRuntimeEventPayloadOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.DatabaseRuntimeEventPayload
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField -
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
clear, clearOneof, clone, findInitializationErrors, getInitializationErrorString, mergeUnknownFields, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.Message.Builder
addRepeatedField, clear, clearField, clearOneof, clone, mergeFrom, mergeUnknownFields, setField, setRepeatedField, setUnknownFields -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
DatabaseRuntimeEventPayload getDefaultInstanceForType()
-
build
DatabaseRuntimeEventPayload build()
-
buildPartial
DatabaseRuntimeEventPayload buildPartial()
-
setField
DatabaseRuntimeEventPayload.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
DatabaseRuntimeEventPayload.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
DatabaseRuntimeEventPayload.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
DatabaseRuntimeEventPayload.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
DatabaseRuntimeEventPayload.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
DatabaseRuntimeEventPayload.Builder mergeFrom(Message other)
-
mergeFrom
DatabaseRuntimeEventPayload.Builder mergeFrom(DatabaseRuntimeEventPayload other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
DatabaseRuntimeEventPayload.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
getValueCase
DatabaseRuntimeEventPayload.ValueCase getValueCase()
-
clearValue
DatabaseRuntimeEventPayload.Builder clearValue()
-
hasDatabaseRuntimeConnectionsEvent
boolean hasDatabaseRuntimeConnectionsEvent()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;- Returns:
Whether the databaseRuntimeConnectionsEvent field is set.
-
getDatabaseRuntimeConnectionsEvent
DatabaseRuntimeConnectionsEvent getDatabaseRuntimeConnectionsEvent()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;- Returns:
The databaseRuntimeConnectionsEvent.
-
setDatabaseRuntimeConnectionsEvent
DatabaseRuntimeEventPayload.Builder setDatabaseRuntimeConnectionsEvent(DatabaseRuntimeConnectionsEvent value)
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;
-
setDatabaseRuntimeConnectionsEvent
DatabaseRuntimeEventPayload.Builder setDatabaseRuntimeConnectionsEvent(DatabaseRuntimeConnectionsEvent.Builder builderForValue)
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;
-
mergeDatabaseRuntimeConnectionsEvent
DatabaseRuntimeEventPayload.Builder mergeDatabaseRuntimeConnectionsEvent(DatabaseRuntimeConnectionsEvent value)
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;
-
clearDatabaseRuntimeConnectionsEvent
DatabaseRuntimeEventPayload.Builder clearDatabaseRuntimeConnectionsEvent()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;
-
getDatabaseRuntimeConnectionsEventBuilder
DatabaseRuntimeConnectionsEvent.Builder getDatabaseRuntimeConnectionsEventBuilder()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;
-
getDatabaseRuntimeConnectionsEventOrBuilder
DatabaseRuntimeConnectionsEventOrBuilder getDatabaseRuntimeConnectionsEventOrBuilder()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent database_runtime_connections_event = 1;
-
setUnknownFields
final DatabaseRuntimeEventPayload.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final DatabaseRuntimeEventPayload.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-