Package org.yamcs.replication.protobuf
Interface StreamInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamInfo
,StreamInfo.Builder
public interface StreamInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumns
(int index) repeated .ColumnInfo columns = 3;
int
repeated .ColumnInfo columns = 3;
repeated .ColumnInfo columns = 3;
getColumnsOrBuilder
(int index) repeated .ColumnInfo columns = 3;
List<? extends ColumnInfoOrBuilder>
repeated .ColumnInfo columns = 3;
int
getId()
stream idgetName()
stream namecom.google.protobuf.ByteString
stream nameboolean
hasId()
stream idboolean
hasName()
stream nameMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasId
boolean hasId()stream id
optional uint32 id = 1;
- Returns:
- Whether the id field is set.
-
getId
int getId()stream id
optional uint32 id = 1;
- Returns:
- The id.
-
hasName
boolean hasName()stream name
optional string name = 2;
- Returns:
- Whether the name field is set.
-
getName
String getName()stream name
optional string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()stream name
optional string name = 2;
- Returns:
- The bytes for name.
-
getColumnsList
List<ColumnInfo> getColumnsList()repeated .ColumnInfo columns = 3;
-
getColumns
repeated .ColumnInfo columns = 3;
-
getColumnsCount
int getColumnsCount()repeated .ColumnInfo columns = 3;
-
getColumnsOrBuilderList
List<? extends ColumnInfoOrBuilder> getColumnsOrBuilderList()repeated .ColumnInfo columns = 3;
-
getColumnsOrBuilder
repeated .ColumnInfo columns = 3;
-