public static interface GcdmNetcdfProto.DataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcdmNetcdfProto.Data |
getData()
.ucar.gcdm.Data data = 7; |
GcdmNetcdfProto.DataOrBuilder |
getDataOrBuilder()
.ucar.gcdm.Data data = 7; |
GcdmNetcdfProto.Error |
getError()
non-empty on error
|
GcdmNetcdfProto.ErrorOrBuilder |
getErrorOrBuilder()
non-empty on error
|
String |
getLocation()
string location = 3; |
com.google.protobuf.ByteString |
getLocationBytes()
string location = 3; |
GcdmNetcdfProto.Section |
getSection()
this is the Section of the entire variable.
|
GcdmNetcdfProto.SectionOrBuilder |
getSectionOrBuilder()
this is the Section of the entire variable.
|
String |
getVarFullName()
Variable full name
|
com.google.protobuf.ByteString |
getVarFullNameBytes()
Variable full name
|
String |
getVariableSpec()
the requested variableSpec
|
com.google.protobuf.ByteString |
getVariableSpecBytes()
the requested variableSpec
|
int |
getVersion()
response version
|
boolean |
hasData()
.ucar.gcdm.Data data = 7; |
boolean |
hasError()
non-empty on error
|
boolean |
hasSection()
this is the Section of the entire variable.
|
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;String getLocation()
string location = 3;com.google.protobuf.ByteString getLocationBytes()
string location = 3;String getVariableSpec()
the requested variableSpec
string variable_spec = 4;com.google.protobuf.ByteString getVariableSpecBytes()
the requested variableSpec
string variable_spec = 4;String getVarFullName()
Variable full name
string var_full_name = 5;com.google.protobuf.ByteString getVarFullNameBytes()
Variable full name
string var_full_name = 5;boolean hasSection()
this is the Section of the entire variable. Its shape matches the data.
.ucar.gcdm.Section section = 6;GcdmNetcdfProto.Section getSection()
this is the Section of the entire variable. Its shape matches the data.
.ucar.gcdm.Section section = 6;GcdmNetcdfProto.SectionOrBuilder getSectionOrBuilder()
this is the Section of the entire variable. Its shape matches the data.
.ucar.gcdm.Section section = 6;boolean hasData()
.ucar.gcdm.Data data = 7;GcdmNetcdfProto.Data getData()
.ucar.gcdm.Data data = 7;GcdmNetcdfProto.DataOrBuilder getDataOrBuilder()
.ucar.gcdm.Data data = 7;