public static interface NestedProtobuf.BytesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsBytesMap(String key)
map<string, bytes> bytes_map = 3; |
com.google.protobuf.ByteString |
getBytesField()
optional bytes bytes_field = 1; |
com.google.protobuf.ByteString |
getBytesList(int index)
repeated bytes bytes_list = 2; |
int |
getBytesListCount()
repeated bytes bytes_list = 2; |
List<com.google.protobuf.ByteString> |
getBytesListList()
repeated bytes bytes_list = 2; |
Map<String,com.google.protobuf.ByteString> |
getBytesMap()
Deprecated.
|
int |
getBytesMapCount()
map<string, bytes> bytes_map = 3; |
Map<String,com.google.protobuf.ByteString> |
getBytesMapMap()
map<string, bytes> bytes_map = 3; |
com.google.protobuf.ByteString |
getBytesMapOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> bytes_map = 3; |
com.google.protobuf.ByteString |
getBytesMapOrThrow(String key)
map<string, bytes> bytes_map = 3; |
boolean |
hasBytesField()
optional bytes bytes_field = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBytesField()
optional bytes bytes_field = 1;com.google.protobuf.ByteString getBytesField()
optional bytes bytes_field = 1;List<com.google.protobuf.ByteString> getBytesListList()
repeated bytes bytes_list = 2;int getBytesListCount()
repeated bytes bytes_list = 2;com.google.protobuf.ByteString getBytesList(int index)
repeated bytes bytes_list = 2;int getBytesMapCount()
map<string, bytes> bytes_map = 3;boolean containsBytesMap(String key)
map<string, bytes> bytes_map = 3;@Deprecated Map<String,com.google.protobuf.ByteString> getBytesMap()
getBytesMapMap() instead.Map<String,com.google.protobuf.ByteString> getBytesMapMap()
map<string, bytes> bytes_map = 3;com.google.protobuf.ByteString getBytesMapOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> bytes_map = 3;com.google.protobuf.ByteString getBytesMapOrThrow(String key)
map<string, bytes> bytes_map = 3;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.