Package ucar.gcdm

Interface GcdmGridProto.GridDataResponseOrBuilder

    • Method Detail

      • hasError

        boolean hasError()
         non-empty on error
         
        .ucar.gcdm.Error error = 1;
        Returns:
        Whether the error field is set.
      • getError

        GcdmNetcdfProto.Error getError()
         non-empty on error
         
        .ucar.gcdm.Error error = 1;
        Returns:
        The error.
      • getVersion

        int getVersion()
         response version
         
        uint32 version = 2;
        Returns:
        The version.
      • getLocation

        String getLocation()
        string location = 3;
        Returns:
        The location.
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
        string location = 3;
        Returns:
        The bytes for location.
      • getSubsetCount

        int getSubsetCount()
        map<string, string> subset = 4;
      • containsSubset

        boolean containsSubset​(String key)
        map<string, string> subset = 4;
      • getSubsetMap

        Map<String,​String> getSubsetMap()
        map<string, string> subset = 4;
      • getSubsetOrDefault

        String getSubsetOrDefault​(String key,
                                  String defaultValue)
        map<string, string> subset = 4;
      • getSubsetOrThrow

        String getSubsetOrThrow​(String key)
        map<string, string> subset = 4;
      • hasData

        boolean hasData()
        .ucar.gcdm.GridReferencedArray data = 5;
        Returns:
        Whether the data field is set.