Package | Description |
---|---|
com.google.cloud.secretmanager.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Topic |
Topic.Builder.build() |
Topic |
Topic.Builder.buildPartial() |
static Topic |
Topic.getDefaultInstance() |
Topic |
Topic.getDefaultInstanceForType() |
Topic |
Topic.Builder.getDefaultInstanceForType() |
Topic |
Secret.getTopics(int index)
Optional.
|
Topic |
Secret.Builder.getTopics(int index)
Optional.
|
Topic |
SecretOrBuilder.getTopics(int index)
Optional.
|
static Topic |
Topic.parseDelimitedFrom(InputStream input) |
static Topic |
Topic.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(byte[] data) |
static Topic |
Topic.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(ByteBuffer data) |
static Topic |
Topic.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(ByteString data) |
static Topic |
Topic.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(CodedInputStream input) |
static Topic |
Topic.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(InputStream input) |
static Topic |
Topic.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Topic> |
Topic.getParserForType() |
List<Topic> |
Secret.getTopicsList()
Optional.
|
List<Topic> |
Secret.Builder.getTopicsList()
Optional.
|
List<Topic> |
SecretOrBuilder.getTopicsList()
Optional.
|
static Parser<Topic> |
Topic.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Secret.Builder |
Secret.Builder.addAllTopics(Iterable<? extends Topic> values)
Optional.
|
Copyright © 2022 Google LLC. All rights reserved.