Class UpdateTopicRequest.Builder (1.147.0)

public static final class UpdateTopicRequest.Builder extends GeneratedMessage.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

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

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

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 GeneratedMessage.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

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

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

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