Uses of Class
com.google.cloud.secretmanager.v1.Topic
-
Packages that use Topic Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager API -
-
Uses of Topic in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 that return Topic Modifier and Type Method Description Topic
Topic.Builder. build()
Topic
Topic.Builder. buildPartial()
static Topic
Topic. getDefaultInstance()
Topic
Topic.Builder. getDefaultInstanceForType()
Topic
Topic. getDefaultInstanceForType()
Topic
Secret.Builder. getTopics(int index)
Optional.Topic
Secret. getTopics(int index)
Optional.Topic
SecretOrBuilder. getTopics(int index)
Optional.static Topic
Topic. parseDelimitedFrom(InputStream input)
static Topic
Topic. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(byte[] data)
static Topic
Topic. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(com.google.protobuf.ByteString data)
static Topic
Topic. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(com.google.protobuf.CodedInputStream input)
static Topic
Topic. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(InputStream input)
static Topic
Topic. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Topic
Topic. parseFrom(ByteBuffer data)
static Topic
Topic. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.secretmanager.v1 that return types with arguments of type Topic Modifier and Type Method Description com.google.protobuf.Parser<Topic>
Topic. getParserForType()
List<Topic>
Secret.Builder. getTopicsList()
Optional.List<Topic>
Secret. getTopicsList()
Optional.List<Topic>
SecretOrBuilder. getTopicsList()
Optional.static com.google.protobuf.Parser<Topic>
Topic. parser()
Methods in com.google.cloud.secretmanager.v1 with parameters of type Topic Modifier and Type Method Description Secret.Builder
Secret.Builder. addTopics(int index, Topic value)
Optional.Secret.Builder
Secret.Builder. addTopics(Topic value)
Optional.Topic.Builder
Topic.Builder. mergeFrom(Topic other)
static Topic.Builder
Topic. newBuilder(Topic prototype)
Secret.Builder
Secret.Builder. setTopics(int index, Topic value)
Optional.Method parameters in com.google.cloud.secretmanager.v1 with type arguments of type Topic Modifier and Type Method Description Secret.Builder
Secret.Builder. addAllTopics(Iterable<? extends Topic> values)
Optional.
-