Package proto.stream.v1
Interface Stream.ListStreamsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Stream.ListStreamsResponse
,Stream.ListStreamsResponse.Builder
- Enclosing class:
- Stream
public static interface Stream.ListStreamsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNames
(int index) repeated string names = 1 [json_name = "names"];
com.google.protobuf.ByteString
getNamesBytes
(int index) repeated string names = 1 [json_name = "names"];
int
repeated string names = 1 [json_name = "names"];
repeated string names = 1 [json_name = "names"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getNamesList
repeated string names = 1 [json_name = "names"];
- Returns:
- A list containing the names.
-
getNamesCount
int getNamesCount()repeated string names = 1 [json_name = "names"];
- Returns:
- The count of names.
-
getNames
repeated string names = 1 [json_name = "names"];
- Parameters:
index
- The index of the element to return.- Returns:
- The names at the given index.
-
getNamesBytes
com.google.protobuf.ByteString getNamesBytes(int index) repeated string names = 1 [json_name = "names"];
- Parameters:
index
- The index of the element to return.- Returns:
- The names at the given index.
-