public static interface NcStreamProto.HeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
optional string id = 3; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 3; |
java.lang.String |
getLocation()
optional string location = 1; |
com.google.protobuf.ByteString |
getLocationBytes()
optional string location = 1; |
NcStreamProto.Group |
getRoot()
required .Group root = 4; |
NcStreamProto.GroupOrBuilder |
getRootOrBuilder()
required .Group root = 4; |
java.lang.String |
getTitle()
optional string title = 2; |
com.google.protobuf.ByteString |
getTitleBytes()
optional string title = 2; |
int |
getVersion()
optional uint32 version = 5 [default = 0]; |
boolean |
hasId()
optional string id = 3; |
boolean |
hasLocation()
optional string location = 1; |
boolean |
hasRoot()
required .Group root = 4; |
boolean |
hasTitle()
optional string title = 2; |
boolean |
hasVersion()
optional uint32 version = 5 [default = 0]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLocation()
optional string location = 1;
java.lang.String getLocation()
optional string location = 1;
com.google.protobuf.ByteString getLocationBytes()
optional string location = 1;
boolean hasTitle()
optional string title = 2;
??
java.lang.String getTitle()
optional string title = 2;
??
com.google.protobuf.ByteString getTitleBytes()
optional string title = 2;
??
boolean hasId()
optional string id = 3;
??
java.lang.String getId()
optional string id = 3;
??
com.google.protobuf.ByteString getIdBytes()
optional string id = 3;
??
boolean hasRoot()
required .Group root = 4;
NcStreamProto.Group getRoot()
required .Group root = 4;
NcStreamProto.GroupOrBuilder getRootOrBuilder()
required .Group root = 4;
boolean hasVersion()
optional uint32 version = 5 [default = 0];
int getVersion()
optional uint32 version = 5 [default = 0];