Class DatabaseRuntimeEvent.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.DatabaseRuntimeEventOrBuilder
public final class DatabaseRuntimeEvent.Builder extends GeneratedMessageV3.Builder<BuilderT> implements DatabaseRuntimeEventOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.DatabaseRuntimeEvent
-
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()DatabaseRuntimeEvent.Builderclear()Descriptors.DescriptorgetDescriptorForType()DatabaseRuntimeEventgetDefaultInstanceForType()DatabaseRuntimeEventbuild()DatabaseRuntimeEventbuildPartial()DatabaseRuntimeEvent.Builderclone()DatabaseRuntimeEvent.BuildersetField(Descriptors.FieldDescriptor field, Object value)DatabaseRuntimeEvent.BuilderclearField(Descriptors.FieldDescriptor field)DatabaseRuntimeEvent.BuilderclearOneof(Descriptors.OneofDescriptor oneof)DatabaseRuntimeEvent.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)DatabaseRuntimeEvent.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, Object value)DatabaseRuntimeEvent.BuildermergeFrom(Message other)DatabaseRuntimeEvent.BuildermergeFrom(DatabaseRuntimeEvent other)final booleanisInitialized()DatabaseRuntimeEvent.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)StringgetDeployment()string deployment = 1;ByteStringgetDeploymentBytes()string deployment = 1;DatabaseRuntimeEvent.BuildersetDeployment(String value)string deployment = 1;DatabaseRuntimeEvent.BuilderclearDeployment()string deployment = 1;DatabaseRuntimeEvent.BuildersetDeploymentBytes(ByteString value)string deployment = 1;StringgetChangeset()string changeset = 2;ByteStringgetChangesetBytes()string changeset = 2;DatabaseRuntimeEvent.BuildersetChangeset(String value)string changeset = 2;DatabaseRuntimeEvent.BuilderclearChangeset()string changeset = 2;DatabaseRuntimeEvent.BuildersetChangesetBytes(ByteString value)string changeset = 2;StringgetId()string id = 3;ByteStringgetIdBytes()string id = 3;DatabaseRuntimeEvent.BuildersetId(String value)string id = 3;DatabaseRuntimeEvent.BuilderclearId()string id = 3;DatabaseRuntimeEvent.BuildersetIdBytes(ByteString value)string id = 3;booleanhasConnections().xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;DatabaseRuntimeConnectionsgetConnections().xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;DatabaseRuntimeEvent.BuildersetConnections(DatabaseRuntimeConnections value).xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;DatabaseRuntimeEvent.BuildersetConnections(DatabaseRuntimeConnections.Builder builderForValue).xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;DatabaseRuntimeEvent.BuildermergeConnections(DatabaseRuntimeConnections value).xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;DatabaseRuntimeEvent.BuilderclearConnections().xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;DatabaseRuntimeConnections.BuildergetConnectionsBuilder().xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;DatabaseRuntimeConnectionsOrBuildergetConnectionsOrBuilder().xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;final DatabaseRuntimeEvent.BuildersetUnknownFields(UnknownFieldSet unknownFields)final DatabaseRuntimeEvent.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
DatabaseRuntimeEvent.Builder clear()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
DatabaseRuntimeEvent getDefaultInstanceForType()
-
build
DatabaseRuntimeEvent build()
-
buildPartial
DatabaseRuntimeEvent buildPartial()
-
clone
DatabaseRuntimeEvent.Builder clone()
-
setField
DatabaseRuntimeEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
DatabaseRuntimeEvent.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
DatabaseRuntimeEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
DatabaseRuntimeEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
DatabaseRuntimeEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
DatabaseRuntimeEvent.Builder mergeFrom(Message other)
-
mergeFrom
DatabaseRuntimeEvent.Builder mergeFrom(DatabaseRuntimeEvent other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
DatabaseRuntimeEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
getDeployment
String getDeployment()
string deployment = 1;- Returns:
The deployment.
-
getDeploymentBytes
ByteString getDeploymentBytes()
string deployment = 1;- Returns:
The bytes for deployment.
-
setDeployment
DatabaseRuntimeEvent.Builder setDeployment(String value)
string deployment = 1;- Parameters:
value- The deployment to set.- Returns:
This builder for chaining.
-
clearDeployment
DatabaseRuntimeEvent.Builder clearDeployment()
string deployment = 1;- Returns:
This builder for chaining.
-
setDeploymentBytes
DatabaseRuntimeEvent.Builder setDeploymentBytes(ByteString value)
string deployment = 1;- Parameters:
value- The bytes for deployment to set.- Returns:
This builder for chaining.
-
getChangeset
String getChangeset()
string changeset = 2;- Returns:
The changeset.
-
getChangesetBytes
ByteString getChangesetBytes()
string changeset = 2;- Returns:
The bytes for changeset.
-
setChangeset
DatabaseRuntimeEvent.Builder setChangeset(String value)
string changeset = 2;- Parameters:
value- The changeset to set.- Returns:
This builder for chaining.
-
clearChangeset
DatabaseRuntimeEvent.Builder clearChangeset()
string changeset = 2;- Returns:
This builder for chaining.
-
setChangesetBytes
DatabaseRuntimeEvent.Builder setChangesetBytes(ByteString value)
string changeset = 2;- Parameters:
value- The bytes for changeset to set.- Returns:
This builder for chaining.
-
getIdBytes
ByteString getIdBytes()
string id = 3;- Returns:
The bytes for id.
-
setId
DatabaseRuntimeEvent.Builder setId(String value)
string id = 3;- Parameters:
value- The id to set.- Returns:
This builder for chaining.
-
clearId
DatabaseRuntimeEvent.Builder clearId()
string id = 3;- Returns:
This builder for chaining.
-
setIdBytes
DatabaseRuntimeEvent.Builder setIdBytes(ByteString value)
string id = 3;- Parameters:
value- The bytes for id to set.- Returns:
This builder for chaining.
-
hasConnections
boolean hasConnections()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;- Returns:
Whether the connections field is set.
-
getConnections
DatabaseRuntimeConnections getConnections()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;- Returns:
The connections.
-
setConnections
DatabaseRuntimeEvent.Builder setConnections(DatabaseRuntimeConnections value)
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;
-
setConnections
DatabaseRuntimeEvent.Builder setConnections(DatabaseRuntimeConnections.Builder builderForValue)
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;
-
mergeConnections
DatabaseRuntimeEvent.Builder mergeConnections(DatabaseRuntimeConnections value)
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;
-
clearConnections
DatabaseRuntimeEvent.Builder clearConnections()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;
-
getConnectionsBuilder
DatabaseRuntimeConnections.Builder getConnectionsBuilder()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;
-
getConnectionsOrBuilder
DatabaseRuntimeConnectionsOrBuilder getConnectionsOrBuilder()
.xyz.block.ftl.schema.v1.DatabaseRuntimeConnections connections = 4;
-
setUnknownFields
final DatabaseRuntimeEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final DatabaseRuntimeEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-