OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:message_attributes
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
queue.py
185
message_attributes
=None):
198
:type
message_attributes
: list
199
:param
message_attributes
: The name(s) of additional message
208
message_attributes
=
message_attributes
)
226
message_attributes
=message.
message_attributes
)
266
message_attributes
=None):
290
:type
message_attributes
: list
291
:param
message_attributes
: The name(s) of additional messag
[
all
...]
connection.py
166
wait_time_seconds=None,
message_attributes
=None):
199
:type
message_attributes
: list
200
:param
message_attributes
: The name(s) of additional message
215
if
message_attributes
is not None:
216
self.build_list_params(params,
message_attributes
,
275
message_attributes
=None):
289
:type
message_attributes
: dict
290
:param
message_attributes
: Message attributes to set. Should be
309
if
message_attributes
is not None:
310
keys = sorted(
message_attributes
.keys()
[
all
...]
message.py
91
self.
message_attributes
= MessageAttributes(self)
101
return self.
message_attributes
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/
connection.py
217
message_structure=None,
message_attributes
=None):
236
:type
message_attributes
: dict
237
:param
message_attributes
: Message attributes to set. Should be
276
if
message_attributes
is not None:
277
keys = sorted(
message_attributes
.keys())
279
attribute =
message_attributes
[name]
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sqs/
test_connection.py
194
mattributes = message.
message_attributes
232
message_attributes
={
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sns/
test_connection.py
254
message_attributes
={
Completed in 609 milliseconds