Interface protos.google.pubsub.v1.ITopic (4.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Package
@google-cloud/pubsub
Properties
ingestionDataSourceSettings
ingestionDataSourceSettings
?:
(
google
.
pubsub
.
v1
.
IIngestionDataSourceSettings
|
null
);
Topic ingestionDataSourceSettings
kmsKeyName
kmsKeyName
?:
(
string
|
null
);
labels
labels
?:
({
[
k
:
string
]
:
string
}
|
null
);
messageRetentionDuration
messageRetentionDuration
?:
(
google
.
protobuf
.
IDuration
|
null
);
Topic messageRetentionDuration
messageStoragePolicy
messageStoragePolicy
?:
(
google
.
pubsub
.
v1
.
IMessageStoragePolicy
|
null
);
Topic messageStoragePolicy
name
name
?:
(
string
|
null
);
satisfiesPzs
satisfiesPzs
?:
(
boolean
|
null
);
schemaSettings
schemaSettings
?:
(
google
.
pubsub
.
v1
.
ISchemaSettings
|
null
);
state
state
?:
(
google
.
pubsub
.
v1
.
Topic
.
State
|
keyof
typeof
google
.
pubsub
.
v1
.
Topic
.
State
|
null
);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface protos.google.pubsub.v1.ITopic (4.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.8.0 (latest)](/nodejs/docs/reference/pubsub/latest/pubsub/protos.google.pubsub.v1.itopic)\n- [4.4.0](/nodejs/docs/reference/pubsub/4.4.0/pubsub/protos.google.pubsub.v1.itopic)\n- [4.3.3](/nodejs/docs/reference/pubsub/4.3.3/pubsub/protos.google.pubsub.v1.itopic)\n- [4.1.1](/nodejs/docs/reference/pubsub/4.1.1/pubsub/protos.google.pubsub.v1.itopic)\n- [4.0.7](/nodejs/docs/reference/pubsub/4.0.7/pubsub/protos.google.pubsub.v1.itopic)\n- [3.7.5](/nodejs/docs/reference/pubsub/3.7.5/pubsub/protos.google.pubsub.v1.itopic)\n- [3.2.1](/nodejs/docs/reference/pubsub/3.2.1/pubsub/protos.google.pubsub.v1.itopic)\n- [3.1.1](/nodejs/docs/reference/pubsub/3.1.1/pubsub/protos.google.pubsub.v1.itopic)\n- [3.0.3](/nodejs/docs/reference/pubsub/3.0.3/pubsub/protos.google.pubsub.v1.itopic)\n- [2.18.3](/nodejs/docs/reference/pubsub/2.18.3/pubsub/protos.google.pubsub.v1.itopic)\n- [2.17.0](/nodejs/docs/reference/pubsub/2.17.0/pubsub/protos.google.pubsub.v1.itopic)\n- [2.16.6](/nodejs/docs/reference/pubsub/2.16.6/pubsub/protos.google.pubsub.v1.itopic)\n- [2.13.0](/nodejs/docs/reference/pubsub/2.13.0/pubsub/protos.google.pubsub.v1.itopic) \nProperties of a Topic.\n\nPackage\n-------\n\n[@google-cloud/pubsub](../overview.html)\n\nProperties\n----------\n\n### ingestionDataSourceSettings\n\n ingestionDataSourceSettings?: (google.pubsub.v1.IIngestionDataSourceSettings|null);\n\nTopic ingestionDataSourceSettings\n\n### kmsKeyName\n\n kmsKeyName?: (string|null);\n\nTopic kmsKeyName\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nTopic labels\n\n### messageRetentionDuration\n\n messageRetentionDuration?: (google.protobuf.IDuration|null);\n\nTopic messageRetentionDuration\n\n### messageStoragePolicy\n\n messageStoragePolicy?: (google.pubsub.v1.IMessageStoragePolicy|null);\n\nTopic messageStoragePolicy\n\n### name\n\n name?: (string|null);\n\nTopic name\n\n### satisfiesPzs\n\n satisfiesPzs?: (boolean|null);\n\nTopic satisfiesPzs\n\n### schemaSettings\n\n schemaSettings?: (google.pubsub.v1.ISchemaSettings|null);\n\nTopic schemaSettings\n\n### state\n\n state?: (google.pubsub.v1.Topic.State|keyof typeof google.pubsub.v1.Topic.State|null);\n\nTopic state"]]