Package xyz.block.ftl.schema.v1
Class DatabaseRuntimeConnectionsEvent.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.DatabaseRuntimeConnectionsEventOrBuilder
public final class DatabaseRuntimeConnectionsEvent.Builder extends GeneratedMessageV3.Builder<BuilderT> implements DatabaseRuntimeConnectionsEventOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.DatabaseRuntimeConnectionsEvent
-
-
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
DatabaseRuntimeConnectionsEvent getDefaultInstanceForType()
-
build
DatabaseRuntimeConnectionsEvent build()
-
buildPartial
DatabaseRuntimeConnectionsEvent buildPartial()
-
setField
DatabaseRuntimeConnectionsEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
DatabaseRuntimeConnectionsEvent.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
DatabaseRuntimeConnectionsEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
DatabaseRuntimeConnectionsEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
DatabaseRuntimeConnectionsEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
DatabaseRuntimeConnectionsEvent.Builder mergeFrom(Message other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
DatabaseRuntimeConnectionsEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
hasConnections
boolean hasConnections()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;- Returns:
Whether the connections field is set.
-
getConnections
DatabaseRuntimeConnections getConnections()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;- Returns:
The connections.
-
setConnections
DatabaseRuntimeConnectionsEvent.Builder setConnections(DatabaseRuntimeConnections value)
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
setConnections
DatabaseRuntimeConnectionsEvent.Builder setConnections(DatabaseRuntimeConnections.Builder builderForValue)
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
mergeConnections
DatabaseRuntimeConnectionsEvent.Builder mergeConnections(DatabaseRuntimeConnections value)
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
clearConnections
DatabaseRuntimeConnectionsEvent.Builder clearConnections()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
getConnectionsBuilder
DatabaseRuntimeConnections.Builder getConnectionsBuilder()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
getConnectionsOrBuilder
DatabaseRuntimeConnectionsOrBuilder getConnectionsOrBuilder()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
setUnknownFields
final DatabaseRuntimeConnectionsEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final DatabaseRuntimeConnectionsEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-