PubsubConfig
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
用于发布 Cloud Pub/Sub 消息的配置。
JSON 表示法 |
{
"topic": string,
"messageFormat": enum(MessageFormat ),
"serviceAccountEmail": string
} |
字段 |
topic |
string
Cloud Pub/Sub 的主题,值的格式为 projects/<project>/topics/<topic> 。其中的项目需要是此配置所属的项目。
|
messageFormat |
enum(MessageFormat )
Cloud Pub/Sub 消息的格式。
|
serviceAccountEmail |
string
用于发布 Cloud Pub/Sub 消息的服务帐号的电子邮件地址。该服务帐号需要与 PubsubConfig 属于同一项目。添加该服务帐号时,调用者需要拥有其 iam.serviceAccounts.actAs 权限。如果未指定,则默认为 Compute Engine 默认服务帐号。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2019-02-14。
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"很难理解"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"信息或示例代码不正确"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"没有我需要的信息/示例"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]