public static interface GcdmGridProto.GridDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSubset(String key)
map<string, string> subset = 4; |
GcdmGridProto.GridReferencedArray |
getData()
.ucar.gcdm.GridReferencedArray data = 5; |
GcdmGridProto.GridReferencedArrayOrBuilder |
getDataOrBuilder()
.ucar.gcdm.GridReferencedArray data = 5; |
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; |
Map<String,String> |
getSubset()
Deprecated.
|
int |
getSubsetCount()
map<string, string> subset = 4; |
Map<String,String> |
getSubsetMap()
map<string, string> subset = 4; |
String |
getSubsetOrDefault(String key,
String defaultValue)
map<string, string> subset = 4; |
String |
getSubsetOrThrow(String key)
map<string, string> subset = 4; |
int |
getVersion()
response version
|
boolean |
hasData()
.ucar.gcdm.GridReferencedArray data = 5; |
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;String getLocation()
string location = 3;com.google.protobuf.ByteString getLocationBytes()
string location = 3;int getSubsetCount()
map<string, string> subset = 4;boolean containsSubset(String key)
map<string, string> subset = 4;@Deprecated Map<String,String> getSubset()
getSubsetMap() instead.String getSubsetOrDefault(String key, String defaultValue)
map<string, string> subset = 4;boolean hasData()
.ucar.gcdm.GridReferencedArray data = 5;GcdmGridProto.GridReferencedArray getData()
.ucar.gcdm.GridReferencedArray data = 5;GcdmGridProto.GridReferencedArrayOrBuilder getDataOrBuilder()
.ucar.gcdm.GridReferencedArray data = 5;