Package ucar.gcdm
Interface GcdmNetcdfProto.DataResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmNetcdfProto.DataResponse
,GcdmNetcdfProto.DataResponse.Builder
- Enclosing class:
- GcdmNetcdfProto
public static interface GcdmNetcdfProto.DataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.Data
getData()
.ucar.gcdm.Data data = 6;
GcdmNetcdfProto.DataOrBuilder
getDataOrBuilder()
.ucar.gcdm.Data data = 6;
GcdmNetcdfProto.Error
getError()
non-empty on errorGcdmNetcdfProto.ErrorOrBuilder
getErrorOrBuilder()
non-empty on errorString
getLocation()
string location = 3;
com.google.protobuf.ByteString
getLocationBytes()
string location = 3;
String
getVarFullName()
Variable full namecom.google.protobuf.ByteString
getVarFullNameBytes()
Variable full nameString
getVariableSpec()
the requested variableSpeccom.google.protobuf.ByteString
getVariableSpecBytes()
the requested variableSpecint
getVersion()
response versionboolean
hasData()
.ucar.gcdm.Data data = 6;
boolean
hasError()
non-empty on error-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getErrorOrBuilder
GcdmNetcdfProto.ErrorOrBuilder getErrorOrBuilder()
non-empty on error
.ucar.gcdm.Error error = 1;
-
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.
-
getData
GcdmNetcdfProto.Data getData()
.ucar.gcdm.Data data = 6;
- Returns:
- The data.
-
getDataOrBuilder
GcdmNetcdfProto.DataOrBuilder getDataOrBuilder()
.ucar.gcdm.Data data = 6;
-
-