Package org.yamcs.protobuf
Interface Table.GetStreamRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- Table.GetStreamRequest,- Table.GetStreamRequest.Builder
- Enclosing class:
- Table
public static interface Table.GetStreamRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryMethods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasInstanceboolean hasInstance()Yamcs instance name optional string instance = 1;- Returns:
- Whether the instance field is set.
 
- 
getInstanceString getInstance()Yamcs instance name optional string instance = 1;- Returns:
- The instance.
 
- 
getInstanceBytescom.google.protobuf.ByteString getInstanceBytes()Yamcs instance name optional string instance = 1;- Returns:
- The bytes for instance.
 
- 
hasNameboolean hasName()Stream name optional string name = 2;- Returns:
- Whether the name field is set.
 
- 
getNameString getName()Stream name optional string name = 2;- Returns:
- The name.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes()Stream name optional string name = 2;- Returns:
- The bytes for name.
 
 
-