public interface StreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
The label is an arbitrary identifying string, if the stream has one.
|
com.google.protobuf.ByteString |
getLabelBytes()
The label is an arbitrary identifying string, if the stream has one.
|
int |
getMode()
Mode identifies the type of stream.
|
java.lang.String |
getSubcontext()
Subcontext is a secondary identifier, if any.
|
com.google.protobuf.ByteString |
getSubcontextBytes()
Subcontext is a secondary identifier, if any.
|
java.lang.String |
getSubject()
Subject is the primary identifier, if any.
|
com.google.protobuf.ByteString |
getSubjectBytes()
Subject is the primary identifier, if any.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getMode()
Mode identifies the type of stream.
int32 mode = 1 [json_name = "mode"];
java.lang.String getSubject()
Subject is the primary identifier, if any.
string subject = 2 [json_name = "subject"];
com.google.protobuf.ByteString getSubjectBytes()
Subject is the primary identifier, if any.
string subject = 2 [json_name = "subject"];
java.lang.String getSubcontext()
Subcontext is a secondary identifier, if any.
string subcontext = 3 [json_name = "subcontext"];
com.google.protobuf.ByteString getSubcontextBytes()
Subcontext is a secondary identifier, if any.
string subcontext = 3 [json_name = "subcontext"];
java.lang.String getLabel()
The label is an arbitrary identifying string, if the stream has one.
string label = 4 [json_name = "label"];
com.google.protobuf.ByteString getLabelBytes()
The label is an arbitrary identifying string, if the stream has one.
string label = 4 [json_name = "label"];