public interface KafkaBrokersOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBrokers(int index)
Each broker here should be identified using the (IP|host):port notation,
e.g.
|
com.google.protobuf.ByteString |
getBrokersBytes(int index)
Each broker here should be identified using the (IP|host):port notation,
e.g.
|
int |
getBrokersCount()
Each broker here should be identified using the (IP|host):port notation,
e.g.
|
List<String> |
getBrokersList()
Each broker here should be identified using the (IP|host):port notation,
e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getBrokersList()
Each broker here should be identified using the (IP|host):port notation, e.g. 127.0.0.1:7050, or localhost:7050 are valid entries
repeated string brokers = 1 [json_name = "brokers"];
int getBrokersCount()
Each broker here should be identified using the (IP|host):port notation, e.g. 127.0.0.1:7050, or localhost:7050 are valid entries
repeated string brokers = 1 [json_name = "brokers"];
String getBrokers(int index)
Each broker here should be identified using the (IP|host):port notation, e.g. 127.0.0.1:7050, or localhost:7050 are valid entries
repeated string brokers = 1 [json_name = "brokers"];
index
- The index of the element to return.com.google.protobuf.ByteString getBrokersBytes(int index)
Each broker here should be identified using the (IP|host):port notation, e.g. 127.0.0.1:7050, or localhost:7050 are valid entries
repeated string brokers = 1 [json_name = "brokers"];
index
- The index of the value to return.Copyright © 2022. All rights reserved.