| Modifier and Type | Method and Description |
|---|---|
Topic.RetentionConfig |
Topic.RetentionConfig.Builder.build() |
Topic.RetentionConfig |
Topic.RetentionConfig.Builder.buildPartial() |
static Topic.RetentionConfig |
Topic.RetentionConfig.getDefaultInstance() |
Topic.RetentionConfig |
Topic.RetentionConfig.getDefaultInstanceForType() |
Topic.RetentionConfig |
Topic.RetentionConfig.Builder.getDefaultInstanceForType() |
Topic.RetentionConfig |
Topic.getRetentionConfig()
The settings for this topic's message retention.
|
Topic.RetentionConfig |
Topic.Builder.getRetentionConfig()
The settings for this topic's message retention.
|
Topic.RetentionConfig |
TopicOrBuilder.getRetentionConfig()
The settings for this topic's message retention.
|
static Topic.RetentionConfig |
Topic.RetentionConfig.parseDelimitedFrom(InputStream input) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(byte[] data) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(ByteBuffer data) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(com.google.protobuf.ByteString data) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(InputStream input) |
static Topic.RetentionConfig |
Topic.RetentionConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Topic.RetentionConfig> |
Topic.RetentionConfig.getParserForType() |
static com.google.protobuf.Parser<Topic.RetentionConfig> |
Topic.RetentionConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
Topic.RetentionConfig.Builder |
Topic.RetentionConfig.Builder.mergeFrom(Topic.RetentionConfig other) |
Topic.Builder |
Topic.Builder.mergeRetentionConfig(Topic.RetentionConfig value)
The settings for this topic's message retention.
|
static Topic.RetentionConfig.Builder |
Topic.RetentionConfig.newBuilder(Topic.RetentionConfig prototype) |
Topic.Builder |
Topic.Builder.setRetentionConfig(Topic.RetentionConfig value)
The settings for this topic's message retention.
|
Copyright © 2023 Google LLC. All rights reserved.