public static final class UpdateTopicRequest.Builder extends GeneratedMessage.Builder<UpdateTopicRequest.Builder> implements UpdateTopicRequestOrBuilderRequest for UpdateTopic.
Protobuf type google.cloud.managedkafka.v1.UpdateTopicRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateTopicRequest.BuilderImplements
UpdateTopicRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateTopicRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest |
|
buildPartial()
public UpdateTopicRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest |
|
clear()
public UpdateTopicRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
clearTopic()
public UpdateTopicRequest.Builder clearTopic() Required. The topic to update. Its name field must be populated.
.google.cloud.managedkafka.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
clearUpdateMask()
public UpdateTopicRequest.Builder clearUpdateMask()Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
getDefaultInstanceForType()
public UpdateTopicRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTopic()
public Topic getTopic() Required. The topic to update. Its name field must be populated.
.google.cloud.managedkafka.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Topic |
The topic. |
getTopicBuilder()
public Topic.Builder getTopicBuilder() Required. The topic to update. Its name field must be populated.
.google.cloud.managedkafka.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Topic.Builder |
|
getTopicOrBuilder()
public TopicOrBuilder getTopicOrBuilder() Required. The topic to update. Its name field must be populated.
.google.cloud.managedkafka.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TopicOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasTopic()
public boolean hasTopic() Required. The topic to update. Its name field must be populated.
.google.cloud.managedkafka.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the topic field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateTopicRequest other)
public UpdateTopicRequest.Builder mergeFrom(UpdateTopicRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateTopicRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateTopicRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateTopicRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
mergeTopic(Topic value)
public UpdateTopicRequest.Builder mergeTopic(Topic value) Required. The topic to update. Its name field must be populated.
.google.cloud.managedkafka.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Topic |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateTopicRequest.Builder mergeUpdateMask(FieldMask value)Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
setTopic(Topic value)
public UpdateTopicRequest.Builder setTopic(Topic value) Required. The topic to update. Its name field must be populated.
.google.cloud.managedkafka.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Topic |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
setTopic(Topic.Builder builderForValue)
public UpdateTopicRequest.Builder setTopic(Topic.Builder builderForValue) Required. The topic to update. Its name field must be populated.
.google.cloud.managedkafka.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Topic.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateTopicRequest.Builder setUpdateMask(FieldMask value)Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateTopicRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. Field mask is used to specify the fields to be overwritten in the Topic resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|