Package org.a2aproject.sdk.grpc
Interface StringListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StringList,StringList.Builder
@Generated
public interface StringListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetList(int index) The individual string values.com.google.protobuf.ByteStringgetListBytes(int index) The individual string values.intThe individual string values.The individual string values.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
-
getListList
The individual string values.
repeated string list = 1;- Returns:
- A list containing the list.
-
getListCount
int getListCount()The individual string values.
repeated string list = 1;- Returns:
- The count of list.
-
getList
The individual string values.
repeated string list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The list at the given index.
-
getListBytes
com.google.protobuf.ByteString getListBytes(int index) The individual string values.
repeated string list = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the list at the given index.
-