public interface UserMappingDtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsIdentifies(String key)
map<string, string> identifies = 3; |
String |
getDataSourceId()
string data_source_id = 4; |
com.google.protobuf.ByteString |
getDataSourceIdBytes()
string data_source_id = 4; |
Map<String,String> |
getIdentifies()
Deprecated.
|
int |
getIdentifiesCount()
map<string, string> identifies = 3; |
Map<String,String> |
getIdentifiesMap()
map<string, string> identifies = 3; |
String |
getIdentifiesOrDefault(String key,
String defaultValue)
map<string, string> identifies = 3; |
String |
getIdentifiesOrThrow(String key)
map<string, string> identifies = 3; |
String |
getProjectKey()
string project_key = 1; |
com.google.protobuf.ByteString |
getProjectKeyBytes()
string project_key = 1; |
long |
getSendTime()
int64 send_time = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectKey()
string project_key = 1;com.google.protobuf.ByteString getProjectKeyBytes()
string project_key = 1;long getSendTime()
int64 send_time = 2;int getIdentifiesCount()
map<string, string> identifies = 3;boolean containsIdentifies(String key)
map<string, string> identifies = 3;@Deprecated Map<String,String> getIdentifies()
getIdentifiesMap() instead.String getIdentifiesOrDefault(String key, String defaultValue)
map<string, string> identifies = 3;String getDataSourceId()
string data_source_id = 4;com.google.protobuf.ByteString getDataSourceIdBytes()
string data_source_id = 4;Copyright © 2022. All rights reserved.