public interface ItemDtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributes(String key)
map<string, string> attributes = 3; |
Map<String,String> |
getAttributes()
Deprecated.
|
int |
getAttributesCount()
map<string, string> attributes = 3; |
Map<String,String> |
getAttributesMap()
map<string, string> attributes = 3; |
String |
getAttributesOrDefault(String key,
String defaultValue)
map<string, string> attributes = 3; |
String |
getAttributesOrThrow(String key)
map<string, string> attributes = 3; |
String |
getDataSourceId()
string data_source_id = 4; |
com.google.protobuf.ByteString |
getDataSourceIdBytes()
string data_source_id = 4; |
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
String |
getKey()
string key = 2; |
com.google.protobuf.ByteString |
getKeyBytes()
string key = 2; |
String |
getProjectKey()
string project_key = 5; |
com.google.protobuf.ByteString |
getProjectKeyBytes()
string project_key = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
string id = 1;com.google.protobuf.ByteString getIdBytes()
string id = 1;String getKey()
string key = 2;com.google.protobuf.ByteString getKeyBytes()
string key = 2;int getAttributesCount()
map<string, string> attributes = 3;boolean containsAttributes(String key)
map<string, string> attributes = 3;@Deprecated Map<String,String> getAttributes()
getAttributesMap() instead.String getAttributesOrDefault(String key, String defaultValue)
map<string, string> attributes = 3;String getDataSourceId()
string data_source_id = 4;com.google.protobuf.ByteString getDataSourceIdBytes()
string data_source_id = 4;String getProjectKey()
string project_key = 5;com.google.protobuf.ByteString getProjectKeyBytes()
string project_key = 5;Copyright © 2022. All rights reserved.