public static interface GcdmNetcdfProto.DataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcdmNetcdfProto.Data |
getData()
.ucar.gcdm.Data data = 6; |
GcdmNetcdfProto.DataOrBuilder |
getDataOrBuilder()
.ucar.gcdm.Data data = 6; |
GcdmNetcdfProto.Error |
getError()
non-empty on error
|
GcdmNetcdfProto.ErrorOrBuilder |
getErrorOrBuilder()
non-empty on error
|
java.lang.String |
getLocation()
string location = 3; |
com.google.protobuf.ByteString |
getLocationBytes()
string location = 3; |
java.lang.String |
getVarFullName()
Variable full name
|
com.google.protobuf.ByteString |
getVarFullNameBytes()
Variable full name
|
java.lang.String |
getVariableSpec()
the requested variableSpec
|
com.google.protobuf.ByteString |
getVariableSpecBytes()
the requested variableSpec
|
int |
getVersion()
response version
|
boolean |
hasData()
.ucar.gcdm.Data data = 6; |
boolean |
hasError()
non-empty on error
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasError()
non-empty on error
.ucar.gcdm.Error error = 1;GcdmNetcdfProto.Error getError()
non-empty on error
.ucar.gcdm.Error error = 1;GcdmNetcdfProto.ErrorOrBuilder getErrorOrBuilder()
non-empty on error
.ucar.gcdm.Error error = 1;int getVersion()
response version
uint32 version = 2;java.lang.String getLocation()
string location = 3;com.google.protobuf.ByteString getLocationBytes()
string location = 3;java.lang.String getVariableSpec()
the requested variableSpec
string variable_spec = 4;com.google.protobuf.ByteString getVariableSpecBytes()
the requested variableSpec
string variable_spec = 4;java.lang.String getVarFullName()
Variable full name
string var_full_name = 5;com.google.protobuf.ByteString getVarFullNameBytes()
Variable full name
string var_full_name = 5;boolean hasData()
.ucar.gcdm.Data data = 6;GcdmNetcdfProto.Data getData()
.ucar.gcdm.Data data = 6;GcdmNetcdfProto.DataOrBuilder getDataOrBuilder()
.ucar.gcdm.Data data = 6;