Package xyz.block.ftl.v1.schema
Class SubscriptionRuntime
-
- 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.SubscriptionRuntimeOrBuilder
public final class SubscriptionRuntime extends GeneratedMessageV3 implements SubscriptionRuntimeOrBuilder
Protobuf type
xyz.block.ftl.v1.schema.SubscriptionRuntime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubscriptionRuntime.BuilderProtobuf type
xyz.block.ftl.v1.schema.SubscriptionRuntime
-
Field Summary
Fields Modifier and Type Field Description public final static intKAFKA_BROKERS_FIELD_NUMBERpublic final static intTOPIC_ID_FIELD_NUMBERpublic final static intCONSUMER_GROUP_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;StringgetConsumerGroupId()string consumer_group_id = 3;ByteStringgetConsumerGroupIdBytes()string consumer_group_id = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static SubscriptionRuntimeparseFrom(ByteBuffer data)static SubscriptionRuntimeparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static SubscriptionRuntimeparseFrom(ByteString data)static SubscriptionRuntimeparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static SubscriptionRuntimeparseFrom(Array<byte> data)static SubscriptionRuntimeparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static SubscriptionRuntimeparseFrom(InputStream input)static SubscriptionRuntimeparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SubscriptionRuntimeparseDelimitedFrom(InputStream input)static SubscriptionRuntimeparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SubscriptionRuntimeparseFrom(CodedInputStream input)static SubscriptionRuntimeparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)SubscriptionRuntime.BuildernewBuilderForType()static SubscriptionRuntime.BuildernewBuilder()static SubscriptionRuntime.BuildernewBuilder(SubscriptionRuntime prototype)SubscriptionRuntime.BuildertoBuilder()static SubscriptionRuntimegetDefaultInstance()static Parser<SubscriptionRuntime>parser()Parser<SubscriptionRuntime>getParserForType()SubscriptionRuntimegetDefaultInstanceForType()-
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.
-
getConsumerGroupId
String getConsumerGroupId()
string consumer_group_id = 3;- Returns:
The consumerGroupId.
-
getConsumerGroupIdBytes
ByteString getConsumerGroupIdBytes()
string consumer_group_id = 3;- Returns:
The bytes for consumerGroupId.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static SubscriptionRuntime parseFrom(ByteBuffer data)
-
parseFrom
static SubscriptionRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SubscriptionRuntime parseFrom(ByteString data)
-
parseFrom
static SubscriptionRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SubscriptionRuntime parseFrom(Array<byte> data)
-
parseFrom
static SubscriptionRuntime parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SubscriptionRuntime parseFrom(InputStream input)
-
parseFrom
static SubscriptionRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SubscriptionRuntime parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SubscriptionRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SubscriptionRuntime parseFrom(CodedInputStream input)
-
parseFrom
static SubscriptionRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SubscriptionRuntime.Builder newBuilderForType()
-
newBuilder
static SubscriptionRuntime.Builder newBuilder()
-
newBuilder
static SubscriptionRuntime.Builder newBuilder(SubscriptionRuntime prototype)
-
toBuilder
SubscriptionRuntime.Builder toBuilder()
-
getDefaultInstance
static SubscriptionRuntime getDefaultInstance()
-
parser
static Parser<SubscriptionRuntime> parser()
-
getParserForType
Parser<SubscriptionRuntime> getParserForType()
-
getDefaultInstanceForType
SubscriptionRuntime getDefaultInstanceForType()
-
-
-
-