Class UpdateTopicRequest.Builder (1.125.13)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateTopicRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateTopicRequest.Builder
Overrides

build()

public UpdateTopicRequest build()
Returns
TypeDescription
UpdateTopicRequest

buildPartial()

public UpdateTopicRequest buildPartial()
Returns
TypeDescription
UpdateTopicRequest

clear()

public UpdateTopicRequest.Builder clear()
Returns
TypeDescription
UpdateTopicRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpdateTopicRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UpdateTopicRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateTopicRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
UpdateTopicRequest.Builder

clone()

public UpdateTopicRequest.Builder clone()
Returns
TypeDescription
UpdateTopicRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateTopicRequest getDefaultInstanceForType()
Returns
TypeDescription
UpdateTopicRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getTopic()

public Topic getTopic()

Required. The updated topic object.

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

Returns
TypeDescription
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
TypeDescription
Topic.Builder

getTopicOrBuilder()

public TopicOrBuilder getTopicOrBuilder()

Required. The updated topic object.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
FieldMaskOrBuilder

hasTopic()

public boolean hasTopic()

Required. The updated topic object.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateTopicRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateTopicRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UpdateTopicRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UpdateTopicRequest.Builder
Overrides

mergeFrom(UpdateTopicRequest other)

public UpdateTopicRequest.Builder mergeFrom(UpdateTopicRequest other)
Parameter
NameDescription
otherUpdateTopicRequest
Returns
TypeDescription
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
NameDescription
valueTopic
Returns
TypeDescription
UpdateTopicRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateTopicRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueFieldMask
Returns
TypeDescription
UpdateTopicRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateTopicRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateTopicRequest.Builder
Overrides

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

public UpdateTopicRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueTopic
Returns
TypeDescription
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
NameDescription
builderForValueTopic.Builder
Returns
TypeDescription
UpdateTopicRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateTopicRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueFieldMask
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
UpdateTopicRequest.Builder