Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

Namespace: pubsub

test.pubsub

namespace   static

Namespace for testing Pubsub functions using the Cloud Functions for Firebase Test SDK.

Methods

exampleMessage

static

exampleMessage() returns functions.pubsub.Message

Fetch an example Message already populated with data.

Returns

non-null functions.pubsub.Message 

makeMessage

static

makeMessage(encodedString, attributes) returns functions.pubsub.Message

Function to create a Pubsub event for a message with data payload in the form of a base64-encoded string.

Parameter

encodedString

string

Base64-encoded string for the content of apubsubMessage.

attributes

Optional

Object

Attributes ofpubsubMessage to specify.

Value may be null.

Returns

non-null functions.pubsub.Message 

makeMessage

static

makeMessage(json, attributes) returns functions.pubsub.Message

Function to create a Pubsub event for a message with JSON payload.

Parameter

json

Object

Content ofpubsubMessage as a JSON payload.

Value must not be null.

attributes

Optional

Object

Attributes ofpubsubMessage to specify.

Value may be null.

Returns

non-null functions.pubsub.Message 

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2019-12-03 UTC.


[8]ページ先頭

©2009-2025 Movatter.jp