| Modifier and Type | Method and Description |
|---|---|
Topic.Builder |
Topic.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Topic.Builder |
ListTopicsResponse.Builder.addTopicsBuilder()
The list of topic in the requested parent.
|
Topic.Builder |
ListTopicsResponse.Builder.addTopicsBuilder(int index)
The list of topic in the requested parent.
|
Topic.Builder |
Topic.Builder.clear() |
Topic.Builder |
Topic.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Topic.Builder |
Topic.Builder.clearName()
The name of the topic.
|
Topic.Builder |
Topic.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Topic.Builder |
Topic.Builder.clearPartitionConfig()
The settings for this topic's partitions.
|
Topic.Builder |
Topic.Builder.clearReservationConfig()
The settings for this topic's Reservation usage.
|
Topic.Builder |
Topic.Builder.clearRetentionConfig()
The settings for this topic's message retention.
|
Topic.Builder |
Topic.Builder.clone() |
Topic.Builder |
CreateTopicRequest.Builder.getTopicBuilder()
Required.
|
Topic.Builder |
UpdateTopicRequest.Builder.getTopicBuilder()
Required.
|
Topic.Builder |
ListTopicsResponse.Builder.getTopicsBuilder(int index)
The list of topic in the requested parent.
|
Topic.Builder |
Topic.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Topic.Builder |
Topic.Builder.mergeFrom(com.google.protobuf.Message other) |
Topic.Builder |
Topic.Builder.mergeFrom(Topic other) |
Topic.Builder |
Topic.Builder.mergePartitionConfig(Topic.PartitionConfig value)
The settings for this topic's partitions.
|
Topic.Builder |
Topic.Builder.mergeReservationConfig(Topic.ReservationConfig value)
The settings for this topic's Reservation usage.
|
Topic.Builder |
Topic.Builder.mergeRetentionConfig(Topic.RetentionConfig value)
The settings for this topic's message retention.
|
Topic.Builder |
Topic.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Topic.Builder |
Topic.newBuilder() |
static Topic.Builder |
Topic.newBuilder(Topic prototype) |
Topic.Builder |
Topic.newBuilderForType() |
protected Topic.Builder |
Topic.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Topic.Builder |
Topic.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Topic.Builder |
Topic.Builder.setName(String value)
The name of the topic.
|
Topic.Builder |
Topic.Builder.setNameBytes(com.google.protobuf.ByteString value)
The name of the topic.
|
Topic.Builder |
Topic.Builder.setPartitionConfig(Topic.PartitionConfig.Builder builderForValue)
The settings for this topic's partitions.
|
Topic.Builder |
Topic.Builder.setPartitionConfig(Topic.PartitionConfig value)
The settings for this topic's partitions.
|
Topic.Builder |
Topic.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Topic.Builder |
Topic.Builder.setReservationConfig(Topic.ReservationConfig.Builder builderForValue)
The settings for this topic's Reservation usage.
|
Topic.Builder |
Topic.Builder.setReservationConfig(Topic.ReservationConfig value)
The settings for this topic's Reservation usage.
|
Topic.Builder |
Topic.Builder.setRetentionConfig(Topic.RetentionConfig.Builder builderForValue)
The settings for this topic's message retention.
|
Topic.Builder |
Topic.Builder.setRetentionConfig(Topic.RetentionConfig value)
The settings for this topic's message retention.
|
Topic.Builder |
Topic.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Topic.Builder |
Topic.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Topic.Builder> |
ListTopicsResponse.Builder.getTopicsBuilderList()
The list of topic in the requested parent.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.addTopics(int index,
Topic.Builder builderForValue)
The list of topic in the requested parent.
|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.addTopics(Topic.Builder builderForValue)
The list of topic in the requested parent.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.setTopic(Topic.Builder builderForValue)
Required.
|
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.setTopic(Topic.Builder builderForValue)
Required.
|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.setTopics(int index,
Topic.Builder builderForValue)
The list of topic in the requested parent.
|
Copyright © 2023 Google LLC. All rights reserved.