public static final class UpdateTopicRequest.Builder extends GeneratedMessage.Builder<UpdateTopicRequest.Builder> implements UpdateTopicRequestOrBuilderRequest for UpdateTopic.
Protobuf type google.cloud.pubsublite.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.pubsublite.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|
clearUpdateMask()
public UpdateTopicRequest.Builder clearUpdateMask()Required. A mask specifying the topic fields to change.
.google.protobuf.FieldMask update_mask = 2 [(.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.pubsublite.v1.Topic topic = 1 [(.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.pubsublite.v1.Topic topic = 1 [(.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.pubsublite.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TopicOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. A mask specifying the topic fields to change.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. A mask specifying the topic fields to change.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. A mask specifying the topic fields to change.
.google.protobuf.FieldMask update_mask = 2 [(.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.pubsublite.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the topic field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. A mask specifying the topic fields to change.
.google.protobuf.FieldMask update_mask = 2 [(.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.pubsublite.v1.Topic topic = 1 [(.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. A mask specifying the topic fields to change.
.google.protobuf.FieldMask update_mask = 2 [(.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.pubsublite.v1.Topic topic = 1 [(.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.pubsublite.v1.Topic topic = 1 [(.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. A mask specifying the topic fields to change.
.google.protobuf.FieldMask update_mask = 2 [(.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. A mask specifying the topic fields to change.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateTopicRequest.Builder |
|