Interface DataserviceMessages.NewMetaDataRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataserviceMessages.NewMetaDataRequest,DataserviceMessages.NewMetaDataRequest.Builder
- Enclosing class:
- DataserviceMessages
public static interface DataserviceMessages.NewMetaDataRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsMdInfos(String key)map<string, string> mdInfos = 1;Map<String,String>getMdInfos()Deprecated.intgetMdInfosCount()map<string, string> mdInfos = 1;Map<String,String>getMdInfosMap()map<string, string> mdInfos = 1;StringgetMdInfosOrDefault(String key, String defaultValue)map<string, string> mdInfos = 1;StringgetMdInfosOrThrow(String key)map<string, string> mdInfos = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMdInfosCount
int getMdInfosCount()
map<string, string> mdInfos = 1;
-
containsMdInfos
boolean containsMdInfos(String key)
map<string, string> mdInfos = 1;
-
getMdInfos
@Deprecated Map<String,String> getMdInfos()
Deprecated.UsegetMdInfosMap()instead.
-
getMdInfosOrDefault
String getMdInfosOrDefault(String key, String defaultValue)
map<string, string> mdInfos = 1;
-
-