Package ucar.gcdm

Interface GcdmGridProto.VerticalTransformRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getId()
      sint32 id = 1;
      String getLocation()
      string location = 2;
      com.google.protobuf.ByteString getLocationBytes()
      string location = 2;
      int getTimeIndex()
      int32 time_index = 4;
      String getVerticalTransform()
      string vertical_transform = 3;
      com.google.protobuf.ByteString getVerticalTransformBytes()
      string vertical_transform = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.