Package ucar.gcdm
Interface GcdmGridProto.VerticalTransformRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.VerticalTransformRequest,GcdmGridProto.VerticalTransformRequest.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.VerticalTransformRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()sint32 id = 1;StringgetLocation()string location = 2;com.google.protobuf.ByteStringgetLocationBytes()string location = 2;intgetTimeIndex()int32 time_index = 4;StringgetVerticalTransform()string vertical_transform = 3;com.google.protobuf.ByteStringgetVerticalTransformBytes()string vertical_transform = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
int getId()
sint32 id = 1;- Returns:
- The id.
-
getLocation
String getLocation()
string location = 2;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
string location = 2;- Returns:
- The bytes for location.
-
getVerticalTransform
String getVerticalTransform()
string vertical_transform = 3;- Returns:
- The verticalTransform.
-
getVerticalTransformBytes
com.google.protobuf.ByteString getVerticalTransformBytes()
string vertical_transform = 3;- Returns:
- The bytes for verticalTransform.
-
getTimeIndex
int getTimeIndex()
int32 time_index = 4;- Returns:
- The timeIndex.
-
-