Package xyz.block.ftl.schema.v1
Class VerbRuntimeSubscription.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.VerbRuntimeSubscriptionOrBuilder
public final class VerbRuntimeSubscription.Builder extends GeneratedMessageV3.Builder<BuilderT> implements VerbRuntimeSubscriptionOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.VerbRuntimeSubscription
-
-
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()
-
clear
VerbRuntimeSubscription.Builder clear()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
VerbRuntimeSubscription getDefaultInstanceForType()
-
build
VerbRuntimeSubscription build()
-
buildPartial
VerbRuntimeSubscription buildPartial()
-
clone
VerbRuntimeSubscription.Builder clone()
-
setField
VerbRuntimeSubscription.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
VerbRuntimeSubscription.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
VerbRuntimeSubscription.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
VerbRuntimeSubscription.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
VerbRuntimeSubscription.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
VerbRuntimeSubscription.Builder mergeFrom(Message other)
-
mergeFrom
VerbRuntimeSubscription.Builder mergeFrom(VerbRuntimeSubscription other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
VerbRuntimeSubscription.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
getKafkaBrokersList
ProtocolStringList getKafkaBrokersList()
repeated string kafka_brokers = 1;- Returns:
A list containing the kafkaBrokers.
-
getKafkaBrokersCount
int getKafkaBrokersCount()
repeated string kafka_brokers = 1;- Returns:
The count of kafkaBrokers.
-
getKafkaBrokers
String getKafkaBrokers(int index)
repeated string kafka_brokers = 1;- Parameters:
index- The index of the element to return.- Returns:
The kafkaBrokers at the given index.
-
getKafkaBrokersBytes
ByteString getKafkaBrokersBytes(int index)
repeated string kafka_brokers = 1;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the kafkaBrokers at the given index.
-
setKafkaBrokers
VerbRuntimeSubscription.Builder setKafkaBrokers(int index, String value)
repeated string kafka_brokers = 1;- Parameters:
index- The index to set the value at.value- The kafkaBrokers to set.- Returns:
This builder for chaining.
-
addKafkaBrokers
VerbRuntimeSubscription.Builder addKafkaBrokers(String value)
repeated string kafka_brokers = 1;- Parameters:
value- The kafkaBrokers to add.- Returns:
This builder for chaining.
-
addAllKafkaBrokers
VerbRuntimeSubscription.Builder addAllKafkaBrokers(Iterable<String> values)
repeated string kafka_brokers = 1;- Parameters:
values- The kafkaBrokers to add.- Returns:
This builder for chaining.
-
clearKafkaBrokers
VerbRuntimeSubscription.Builder clearKafkaBrokers()
repeated string kafka_brokers = 1;- Returns:
This builder for chaining.
-
addKafkaBrokersBytes
VerbRuntimeSubscription.Builder addKafkaBrokersBytes(ByteString value)
repeated string kafka_brokers = 1;- Parameters:
value- The bytes of the kafkaBrokers to add.- Returns:
This builder for chaining.
-
setUnknownFields
final VerbRuntimeSubscription.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final VerbRuntimeSubscription.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-