Package ucar.gcdm

Interface GcdmNetcdfProto.DataResponseOrBuilder

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

        String getVariableSpec()
         the requested variableSpec
         
        string variable_spec = 4;
        Returns:
        The variableSpec.
      • getVariableSpecBytes

        com.google.protobuf.ByteString getVariableSpecBytes()
         the requested variableSpec
         
        string variable_spec = 4;
        Returns:
        The bytes for variableSpec.
      • getVarFullName

        String getVarFullName()
         Variable full name
         
        string var_full_name = 5;
        Returns:
        The varFullName.
      • getVarFullNameBytes

        com.google.protobuf.ByteString getVarFullNameBytes()
         Variable full name
         
        string var_full_name = 5;
        Returns:
        The bytes for varFullName.
      • hasData

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