Package ucar.gcdm
Interface GcdmGridProto.GridDataRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.GridDataRequest,GcdmGridProto.GridDataRequest.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.GridDataRequestOrBuilder 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 = 2;StringgetLocation()string location = 1;com.google.protobuf.ByteStringgetLocationBytes()string location = 1;Map<String,String>getSubset()Deprecated.intgetSubsetCount()map<string, string> subset = 2;Map<String,String>getSubsetMap()map<string, string> subset = 2;StringgetSubsetOrDefault(String key, String defaultValue)map<string, string> subset = 2;StringgetSubsetOrThrow(String key)map<string, string> subset = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocation
String getLocation()
string location = 1;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
string location = 1;- Returns:
- The bytes for location.
-
getSubsetCount
int getSubsetCount()
map<string, string> subset = 2;
-
containsSubset
boolean containsSubset(String key)
map<string, string> subset = 2;
-
getSubset
@Deprecated Map<String,String> getSubset()
Deprecated.UsegetSubsetMap()instead.
-
getSubsetOrDefault
String getSubsetOrDefault(String key, String defaultValue)
map<string, string> subset = 2;
-
-