Package ucar.gcdm
Interface GcdmNetcdfProto.HeaderOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmNetcdfProto.Header
,GcdmNetcdfProto.Header.Builder
- Enclosing class:
- GcdmNetcdfProto
public static interface GcdmNetcdfProto.HeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
string id = 3;
com.google.protobuf.ByteString
getIdBytes()
string id = 3;
String
getLocation()
string location = 1;
com.google.protobuf.ByteString
getLocationBytes()
string location = 1;
GcdmNetcdfProto.Group
getRoot()
.ucar.gcdm.Group root = 4;
GcdmNetcdfProto.GroupOrBuilder
getRootOrBuilder()
.ucar.gcdm.Group root = 4;
String
getTitle()
string title = 2;
com.google.protobuf.ByteString
getTitleBytes()
string title = 2;
boolean
hasRoot()
.ucar.gcdm.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()
.ucar.gcdm.Group root = 4;
- Returns:
- Whether the root field is set.
-
getRoot
GcdmNetcdfProto.Group getRoot()
.ucar.gcdm.Group root = 4;
- Returns:
- The root.
-
getRootOrBuilder
GcdmNetcdfProto.GroupOrBuilder getRootOrBuilder()
.ucar.gcdm.Group root = 4;
-
-