Resource: Topic
A topic resource.
JSON representation | |
---|---|
{
"name": string,
"labels": {
string: string,
...
},
"messageStoragePolicy": {
object ( |
Fields | |
---|---|
name |
Required. Name of the topic. Format is |
labels |
See Creating and managing labels. An object containing a list of |
messageStoragePolicy |
Policy constraining the set of Google Cloud Platform regions where messages published to the topic may be stored. If not present, then no constraints are in effect. |
kmsKeyName |
The resource name of the Cloud KMS CryptoKey to be used to protect access to messages published on this topic. The expected format is |
MessageStoragePolicy
A policy constraining the storage of messages published to the topic.
JSON representation | |
---|---|
{ "allowedPersistenceRegions": [ string ] } |
Fields | |
---|---|
allowedPersistenceRegions[] |
A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration. |
Methods |
|
---|---|
|
Creates the given topic with the given name. |
|
Deletes the topic with the given name. |
|
Gets the configuration of a topic. |
|
Gets the access control policy for a resource. |
|
Lists matching topics. |
|
Updates an existing topic. |
|
Adds one or more messages to the topic. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |