Package ucar.gcdm
Interface GcdmGridProto.GridDataResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.GridDataResponse,GcdmGridProto.GridDataResponse.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.GridDataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsSubset(String key)map<string, string> subset = 4;GcdmGridProto.GridReferencedArraygetData().ucar.gcdm.GridReferencedArray data = 5;GcdmGridProto.GridReferencedArrayOrBuildergetDataOrBuilder().ucar.gcdm.GridReferencedArray data = 5;GcdmNetcdfProto.ErrorgetError()non-empty on errorGcdmNetcdfProto.ErrorOrBuildergetErrorOrBuilder()non-empty on errorStringgetLocation()string location = 3;com.google.protobuf.ByteStringgetLocationBytes()string location = 3;Map<String,String>getSubset()Deprecated.intgetSubsetCount()map<string, string> subset = 4;Map<String,String>getSubsetMap()map<string, string> subset = 4;StringgetSubsetOrDefault(String key, String defaultValue)map<string, string> subset = 4;StringgetSubsetOrThrow(String key)map<string, string> subset = 4;intgetVersion()response versionbooleanhasData().ucar.gcdm.GridReferencedArray data = 5;booleanhasError()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.
-
getSubsetCount
int getSubsetCount()
map<string, string> subset = 4;
-
containsSubset
boolean containsSubset(String key)
map<string, string> subset = 4;
-
getSubset
@Deprecated Map<String,String> getSubset()
Deprecated.UsegetSubsetMap()instead.
-
getSubsetOrDefault
String getSubsetOrDefault(String key, String defaultValue)
map<string, string> subset = 4;
-
hasData
boolean hasData()
.ucar.gcdm.GridReferencedArray data = 5;- Returns:
- Whether the data field is set.
-
getData
GcdmGridProto.GridReferencedArray getData()
.ucar.gcdm.GridReferencedArray data = 5;- Returns:
- The data.
-
getDataOrBuilder
GcdmGridProto.GridReferencedArrayOrBuilder getDataOrBuilder()
.ucar.gcdm.GridReferencedArray data = 5;
-
-