Uses of Interface
com.google.cloud.secretmanager.v1.TopicOrBuilder
-
Packages that use TopicOrBuilder Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager API -
-
Uses of TopicOrBuilder in com.google.cloud.secretmanager.v1
Classes in com.google.cloud.secretmanager.v1 that implement TopicOrBuilder Modifier and Type Class Description class
Topic
A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.static class
Topic.Builder
A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.Methods in com.google.cloud.secretmanager.v1 that return TopicOrBuilder Modifier and Type Method Description TopicOrBuilder
Secret.Builder. getTopicsOrBuilder(int index)
Optional.TopicOrBuilder
Secret. getTopicsOrBuilder(int index)
Optional.TopicOrBuilder
SecretOrBuilder. getTopicsOrBuilder(int index)
Optional.Methods in com.google.cloud.secretmanager.v1 that return types with arguments of type TopicOrBuilder Modifier and Type Method Description List<? extends TopicOrBuilder>
Secret.Builder. getTopicsOrBuilderList()
Optional.List<? extends TopicOrBuilder>
Secret. getTopicsOrBuilderList()
Optional.List<? extends TopicOrBuilder>
SecretOrBuilder. getTopicsOrBuilderList()
Optional.
-