Package xyz.block.ftl.schema.v1
Class PlaintextKafkaSubscriptionConnector
-
- 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.schema.v1.PlaintextKafkaSubscriptionConnectorOrBuilder
public final class PlaintextKafkaSubscriptionConnector extends GeneratedMessageV3 implements PlaintextKafkaSubscriptionConnectorOrBuilder
Protobuf typePlaintextKafkaSubscriptionConnector is a non TLS subscription connector to a kafka cluster.xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPlaintextKafkaSubscriptionConnector.Builder
Protobuf typePlaintextKafkaSubscriptionConnector is a non TLS subscription connector to a kafka cluster.xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector
-
Field Summary
Fields Modifier and Type Field Description public final static intKAFKA_BROKERS_FIELD_NUMBER
-
Method Summary
-
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.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(ByteBuffer data)
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(ByteString data)
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(Array<byte> data)
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(InputStream input)
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PlaintextKafkaSubscriptionConnector parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PlaintextKafkaSubscriptionConnector parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(CodedInputStream input)
-
parseFrom
static PlaintextKafkaSubscriptionConnector parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PlaintextKafkaSubscriptionConnector.Builder newBuilderForType()
-
newBuilder
static PlaintextKafkaSubscriptionConnector.Builder newBuilder()
-
newBuilder
static PlaintextKafkaSubscriptionConnector.Builder newBuilder(PlaintextKafkaSubscriptionConnector prototype)
-
toBuilder
PlaintextKafkaSubscriptionConnector.Builder toBuilder()
-
getDefaultInstance
static PlaintextKafkaSubscriptionConnector getDefaultInstance()
-
parser
static Parser<PlaintextKafkaSubscriptionConnector> parser()
-
getParserForType
Parser<PlaintextKafkaSubscriptionConnector> getParserForType()
-
getDefaultInstanceForType
PlaintextKafkaSubscriptionConnector getDefaultInstanceForType()
-
-
-
-