Package com.ocient.jdbc.proto
Interface ClientWireProtocol.SecondaryInterfaceListOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.SecondaryInterfaceList,ClientWireProtocol.SecondaryInterfaceList.Builder
- Enclosing class:
ClientWireProtocol
-
Method Summary
Modifier and TypeMethodDescriptiongetAddress(int index) repeated string address = 1;getAddressBytes(int index) repeated string address = 1;intrepeated string address = 1;repeated string address = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAddressList
repeated string address = 1;- Returns:
- A list containing the address.
-
getAddressCount
int getAddressCount()repeated string address = 1;- Returns:
- The count of address.
-
getAddress
repeated string address = 1;- Parameters:
index- The index of the element to return.- Returns:
- The address at the given index.
-
getAddressBytes
repeated string address = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the address at the given index.
-