public static final class CreateTopicRequest.Builder extends GeneratedMessage.Builder<CreateTopicRequest.Builder> implements CreateTopicRequestOrBuilderRequest for CreateTopic.
Protobuf type google.cloud.managedkafka.v1.CreateTopicRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateTopicRequest.BuilderImplements
CreateTopicRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateTopicRequest build()| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest |
|
buildPartial()
public CreateTopicRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest |
|
clear()
public CreateTopicRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
|
clearParent()
public CreateTopicRequest.Builder clearParent() Required. The parent cluster in which to create the topic.
Structured like
projects/{project}/locations/{location}/clusters/{cluster}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
This builder for chaining. |
clearTopic()
public CreateTopicRequest.Builder clearTopic() Required. Configuration of the topic to create. Its name field is
ignored.
.google.cloud.managedkafka.v1.Topic topic = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
|
clearTopicId()
public CreateTopicRequest.Builder clearTopicId()Required. The ID to use for the topic, which will become the final component of the topic's name.
This value is structured like: my-topic-name.
string topic_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateTopicRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent() Required. The parent cluster in which to create the topic.
Structured like
projects/{project}/locations/{location}/clusters/{cluster}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The parent cluster in which to create the topic.
Structured like
projects/{project}/locations/{location}/clusters/{cluster}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getTopic()
public Topic getTopic() Required. Configuration of the topic to create. Its name field is
ignored.
.google.cloud.managedkafka.v1.Topic topic = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Topic |
The topic. |
getTopicBuilder()
public Topic.Builder getTopicBuilder() Required. Configuration of the topic to create. Its name field is
ignored.
.google.cloud.managedkafka.v1.Topic topic = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Topic.Builder |
|
getTopicId()
public String getTopicId()Required. The ID to use for the topic, which will become the final component of the topic's name.
This value is structured like: my-topic-name.
string topic_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The topicId. |
getTopicIdBytes()
public ByteString getTopicIdBytes()Required. The ID to use for the topic, which will become the final component of the topic's name.
This value is structured like: my-topic-name.
string topic_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for topicId. |
getTopicOrBuilder()
public TopicOrBuilder getTopicOrBuilder() Required. Configuration of the topic to create. Its name field is
ignored.
.google.cloud.managedkafka.v1.Topic topic = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TopicOrBuilder |
|
hasTopic()
public boolean hasTopic() Required. Configuration of the topic to create. Its name field is
ignored.
.google.cloud.managedkafka.v1.Topic topic = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the topic field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateTopicRequest other)
public CreateTopicRequest.Builder mergeFrom(CreateTopicRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateTopicRequest |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateTopicRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateTopicRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
|
mergeTopic(Topic value)
public CreateTopicRequest.Builder mergeTopic(Topic value) Required. Configuration of the topic to create. Its name field is
ignored.
.google.cloud.managedkafka.v1.Topic topic = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Topic |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
|
setParent(String value)
public CreateTopicRequest.Builder setParent(String value) Required. The parent cluster in which to create the topic.
Structured like
projects/{project}/locations/{location}/clusters/{cluster}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateTopicRequest.Builder setParentBytes(ByteString value) Required. The parent cluster in which to create the topic.
Structured like
projects/{project}/locations/{location}/clusters/{cluster}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
This builder for chaining. |
setTopic(Topic value)
public CreateTopicRequest.Builder setTopic(Topic value) Required. Configuration of the topic to create. Its name field is
ignored.
.google.cloud.managedkafka.v1.Topic topic = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Topic |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
|
setTopic(Topic.Builder builderForValue)
public CreateTopicRequest.Builder setTopic(Topic.Builder builderForValue) Required. Configuration of the topic to create. Its name field is
ignored.
.google.cloud.managedkafka.v1.Topic topic = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Topic.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
|
setTopicId(String value)
public CreateTopicRequest.Builder setTopicId(String value)Required. The ID to use for the topic, which will become the final component of the topic's name.
This value is structured like: my-topic-name.
string topic_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe topicId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
This builder for chaining. |
setTopicIdBytes(ByteString value)
public CreateTopicRequest.Builder setTopicIdBytes(ByteString value)Required. The ID to use for the topic, which will become the final component of the topic's name.
This value is structured like: my-topic-name.
string topic_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for topicId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateTopicRequest.Builder |
This builder for chaining. |