Package xyz.block.ftl.v1.schema
Class TopicRuntime
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.schema.TopicRuntimeOrBuilder
public final class TopicRuntime extends GeneratedMessageV3 implements TopicRuntimeOrBuilder
Protobuf type
xyz.block.ftl.v1.schema.TopicRuntime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTopicRuntime.BuilderProtobuf type
xyz.block.ftl.v1.schema.TopicRuntime
-
Field Summary
Fields Modifier and Type Field Description public final static intKAFKA_BROKERS_FIELD_NUMBERpublic final static intTOPIC_ID_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()ProtocolStringListgetKafkaBrokersList()repeated string kafka_brokers = 1;intgetKafkaBrokersCount()repeated string kafka_brokers = 1;StringgetKafkaBrokers(int index)repeated string kafka_brokers = 1;ByteStringgetKafkaBrokersBytes(int index)repeated string kafka_brokers = 1;StringgetTopicId()string topic_id = 2;ByteStringgetTopicIdBytes()string topic_id = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static TopicRuntimeparseFrom(ByteBuffer data)static TopicRuntimeparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static TopicRuntimeparseFrom(ByteString data)static TopicRuntimeparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static TopicRuntimeparseFrom(Array<byte> data)static TopicRuntimeparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static TopicRuntimeparseFrom(InputStream input)static TopicRuntimeparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TopicRuntimeparseDelimitedFrom(InputStream input)static TopicRuntimeparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TopicRuntimeparseFrom(CodedInputStream input)static TopicRuntimeparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)TopicRuntime.BuildernewBuilderForType()static TopicRuntime.BuildernewBuilder()static TopicRuntime.BuildernewBuilder(TopicRuntime prototype)TopicRuntime.BuildertoBuilder()static TopicRuntimegetDefaultInstance()static Parser<TopicRuntime>parser()Parser<TopicRuntime>getParserForType()TopicRuntimegetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
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()
-
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.
-
getTopicId
String getTopicId()
string topic_id = 2;- Returns:
The topicId.
-
getTopicIdBytes
ByteString getTopicIdBytes()
string topic_id = 2;- Returns:
The bytes for topicId.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static TopicRuntime parseFrom(ByteBuffer data)
-
parseFrom
static TopicRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TopicRuntime parseFrom(ByteString data)
-
parseFrom
static TopicRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TopicRuntime parseFrom(Array<byte> data)
-
parseFrom
static TopicRuntime parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TopicRuntime parseFrom(InputStream input)
-
parseFrom
static TopicRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static TopicRuntime parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static TopicRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TopicRuntime parseFrom(CodedInputStream input)
-
parseFrom
static TopicRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
TopicRuntime.Builder newBuilderForType()
-
newBuilder
static TopicRuntime.Builder newBuilder()
-
newBuilder
static TopicRuntime.Builder newBuilder(TopicRuntime prototype)
-
toBuilder
TopicRuntime.Builder toBuilder()
-
getDefaultInstance
static TopicRuntime getDefaultInstance()
-
parser
static Parser<TopicRuntime> parser()
-
getParserForType
Parser<TopicRuntime> getParserForType()
-
getDefaultInstanceForType
TopicRuntime getDefaultInstanceForType()
-
-
-
-