Package xyz.block.ftl.schema.v1
Class DatabaseRuntime.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.DatabaseRuntimeOrBuilder
public final class DatabaseRuntime.Builder extends GeneratedMessageV3.Builder<BuilderT> implements DatabaseRuntimeOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.DatabaseRuntime
-
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()DatabaseRuntime.Builderclear()Descriptors.DescriptorgetDescriptorForType()DatabaseRuntimegetDefaultInstanceForType()DatabaseRuntimebuild()DatabaseRuntimebuildPartial()DatabaseRuntime.Builderclone()DatabaseRuntime.BuildersetField(Descriptors.FieldDescriptor field, Object value)DatabaseRuntime.BuilderclearField(Descriptors.FieldDescriptor field)DatabaseRuntime.BuilderclearOneof(Descriptors.OneofDescriptor oneof)DatabaseRuntime.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)DatabaseRuntime.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, Object value)DatabaseRuntime.BuildermergeFrom(Message other)DatabaseRuntime.BuildermergeFrom(DatabaseRuntime other)final booleanisInitialized()DatabaseRuntime.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)booleanhasConnections()optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;DatabaseRuntimeConnectionsgetConnections()optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;DatabaseRuntime.BuildersetConnections(DatabaseRuntimeConnections value)optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;DatabaseRuntime.BuildersetConnections(DatabaseRuntimeConnections.Builder builderForValue)optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;DatabaseRuntime.BuildermergeConnections(DatabaseRuntimeConnections value)optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;DatabaseRuntime.BuilderclearConnections()optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;DatabaseRuntimeConnections.BuildergetConnectionsBuilder()optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;DatabaseRuntimeConnectionsOrBuildergetConnectionsOrBuilder()optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;final DatabaseRuntime.BuildersetUnknownFields(UnknownFieldSet unknownFields)final DatabaseRuntime.BuildermergeUnknownFields(UnknownFieldSet unknownFields)-
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()
-
clear
DatabaseRuntime.Builder clear()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
DatabaseRuntime getDefaultInstanceForType()
-
build
DatabaseRuntime build()
-
buildPartial
DatabaseRuntime buildPartial()
-
clone
DatabaseRuntime.Builder clone()
-
setField
DatabaseRuntime.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
DatabaseRuntime.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
DatabaseRuntime.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
DatabaseRuntime.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
DatabaseRuntime.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
DatabaseRuntime.Builder mergeFrom(Message other)
-
mergeFrom
DatabaseRuntime.Builder mergeFrom(DatabaseRuntime other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
DatabaseRuntime.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
hasConnections
boolean hasConnections()
optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;- Returns:
Whether the connections field is set.
-
getConnections
DatabaseRuntimeConnections getConnections()
optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;- Returns:
The connections.
-
setConnections
DatabaseRuntime.Builder setConnections(DatabaseRuntimeConnections value)
optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
setConnections
DatabaseRuntime.Builder setConnections(DatabaseRuntimeConnections.Builder builderForValue)
optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
mergeConnections
DatabaseRuntime.Builder mergeConnections(DatabaseRuntimeConnections value)
optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
clearConnections
DatabaseRuntime.Builder clearConnections()
optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
getConnectionsBuilder
DatabaseRuntimeConnections.Builder getConnectionsBuilder()
optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
getConnectionsOrBuilder
DatabaseRuntimeConnectionsOrBuilder getConnectionsOrBuilder()
optional .xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 1;
-
setUnknownFields
final DatabaseRuntime.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final DatabaseRuntime.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-