Package ucar.nc2.stream
Interface NcStreamProto.HeaderOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NcStreamProto.Header
,NcStreamProto.Header.Builder
- Enclosing class:
- NcStreamProto
public static interface NcStreamProto.HeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
??com.google.protobuf.ByteString
getIdBytes()
??String
getLocation()
string location = 1;
com.google.protobuf.ByteString
getLocationBytes()
string location = 1;
NcStreamProto.Group
getRoot()
.Group root = 4;
NcStreamProto.GroupOrBuilder
getRootOrBuilder()
.Group root = 4;
String
getTitle()
??com.google.protobuf.ByteString
getTitleBytes()
??int
getVersion()
uint32 version = 5;
boolean
hasRoot()
.Group root = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocation
String getLocation()
string location = 1;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
string location = 1;
- Returns:
- The bytes for location.
-
getTitle
String getTitle()
??
string title = 2;
- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
??
string title = 2;
- Returns:
- The bytes for title.
-
getId
String getId()
??
string id = 3;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
??
string id = 3;
- Returns:
- The bytes for id.
-
hasRoot
boolean hasRoot()
.Group root = 4;
- Returns:
- Whether the root field is set.
-
getRoot
NcStreamProto.Group getRoot()
.Group root = 4;
- Returns:
- The root.
-
getRootOrBuilder
NcStreamProto.GroupOrBuilder getRootOrBuilder()
.Group root = 4;
-
getVersion
int getVersion()
uint32 version = 5;
- Returns:
- The version.
-
-