Class UpdateTopicRequest.Builder (1.129.3)

public static final class UpdateTopicRequest.Builder extends GeneratedMessageV3.Builder<UpdateTopicRequest.Builder> implements UpdateTopicRequestOrBuilder

Request for the UpdateTopic method.

Protobuf type google.pubsub.v1.UpdateTopicRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateTopicRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateTopicRequest.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpdateTopicRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateTopicRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateTopicRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateTopicRequest.Builder
Overrides

clearTopic()

public UpdateTopicRequest.Builder clearTopic()

Required. The updated topic object.

.google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateTopicRequest.Builder

clearUpdateMask()

public UpdateTopicRequest.Builder clearUpdateMask()

Required. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if update_mask contains "message_storage_policy" but the message_storage_policy is not set in the topic provided above, then the updated value is determined by the policy configured at the project or organization level.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateTopicRequest.Builder

clone()

public UpdateTopicRequest.Builder clone()
Returns
Type Description
UpdateTopicRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateTopicRequest getDefaultInstanceForType()
Returns
Type Description
UpdateTopicRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTopic()

public Topic getTopic()

Required. The updated topic object.

.google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Topic

The topic.

getTopicBuilder()

public Topic.Builder getTopicBuilder()

Required. The updated topic object.

.google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Topic.Builder

getTopicOrBuilder()

public TopicOrBuilder getTopicOrBuilder()

Required. The updated topic object.

.google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TopicOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

Required. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if update_mask contains "message_storage_policy" but the message_storage_policy is not set in the topic provided above, then the updated value is determined by the policy configured at the project or organization level.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Required. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if update_mask contains "message_storage_policy" but the message_storage_policy is not set in the topic provided above, then the updated value is determined by the policy configured at the project or organization level.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if update_mask contains "message_storage_policy" but the message_storage_policy is not set in the topic provided above, then the updated value is determined by the policy configured at the project or organization level.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

hasTopic()

public boolean hasTopic()

Required. The updated topic object.

.google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the topic field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Required. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if update_mask contains "message_storage_policy" but the message_storage_policy is not set in the topic provided above, then the updated value is determined by the policy configured at the project or organization level.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateTopicRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateTopicRequest.Builder
Overrides

mergeFrom(UpdateTopicRequest other)

public UpdateTopicRequest.Builder mergeFrom(UpdateTopicRequest other)
Parameter
Name Description
other UpdateTopicRequest
Returns
Type Description
UpdateTopicRequest.Builder

mergeTopic(Topic value)

public UpdateTopicRequest.Builder mergeTopic(Topic value)

Required. The updated topic object.

.google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Topic
Returns
Type Description
UpdateTopicRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateTopicRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateTopicRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateTopicRequest.Builder mergeUpdateMask(FieldMask value)

Required. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if update_mask contains "message_storage_policy" but the message_storage_policy is not set in the topic provided above, then the updated value is determined by the policy configured at the project or organization level.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateTopicRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateTopicRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateTopicRequest.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdateTopicRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdateTopicRequest.Builder
Overrides

setTopic(Topic value)

public UpdateTopicRequest.Builder setTopic(Topic value)

Required. The updated topic object.

.google.pubsub.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 updated topic object.

.google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Topic.Builder
Returns
Type Description
UpdateTopicRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateTopicRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateTopicRequest.Builder
Overrides

setUpdateMask(FieldMask value)

public UpdateTopicRequest.Builder setUpdateMask(FieldMask value)

Required. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if update_mask contains "message_storage_policy" but the message_storage_policy is not set in the topic provided above, then the updated value is determined by the policy configured at the project or organization level.

.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. Indicates which fields in the provided topic to update. Must be specified and non-empty. Note that if update_mask contains "message_storage_policy" but the message_storage_policy is not set in the topic provided above, then the updated value is determined by the policy configured at the project or organization level.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateTopicRequest.Builder