Class UpdateIcebergNamespaceResponse.Builder (0.62.0)

public static final class UpdateIcebergNamespaceResponse.Builder extends GeneratedMessageV3.Builder<UpdateIcebergNamespaceResponse.Builder> implements UpdateIcebergNamespaceResponseOrBuilder

The response message for the UpdateIcebergNamespace API.

Protobuf type google.cloud.biglake.v1.UpdateIcebergNamespaceResponse

Static Methods

getDescriptor()

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

Methods

addAllMissing(Iterable<String> values)

public UpdateIcebergNamespaceResponse.Builder addAllMissing(Iterable<String> values)

Output only. List of properties that were requested to be removed, but were not found.

repeated string missing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<String>

The missing to add.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

addAllRemoved(Iterable<String> values)

public UpdateIcebergNamespaceResponse.Builder addAllRemoved(Iterable<String> values)

Output only. List of properties that were removed.

repeated string removed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<String>

The removed to add.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

addAllUpdated(Iterable<String> values)

public UpdateIcebergNamespaceResponse.Builder addAllUpdated(Iterable<String> values)

Output only. List of properties that were added or updated.

repeated string updated = 2 [json_name = "added", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<String>

The updated to add.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

addMissing(String value)

public UpdateIcebergNamespaceResponse.Builder addMissing(String value)

Output only. List of properties that were requested to be removed, but were not found.

repeated string missing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The missing to add.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

addMissingBytes(ByteString value)

public UpdateIcebergNamespaceResponse.Builder addMissingBytes(ByteString value)

Output only. List of properties that were requested to be removed, but were not found.

repeated string missing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes of the missing to add.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

addRemoved(String value)

public UpdateIcebergNamespaceResponse.Builder addRemoved(String value)

Output only. List of properties that were removed.

repeated string removed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The removed to add.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

addRemovedBytes(ByteString value)

public UpdateIcebergNamespaceResponse.Builder addRemovedBytes(ByteString value)

Output only. List of properties that were removed.

repeated string removed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes of the removed to add.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addUpdated(String value)

public UpdateIcebergNamespaceResponse.Builder addUpdated(String value)

Output only. List of properties that were added or updated.

repeated string updated = 2 [json_name = "added", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The updated to add.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

addUpdatedBytes(ByteString value)

public UpdateIcebergNamespaceResponse.Builder addUpdatedBytes(ByteString value)

Output only. List of properties that were added or updated.

repeated string updated = 2 [json_name = "added", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes of the updated to add.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

build()

public UpdateIcebergNamespaceResponse build()
Returns
Type Description
UpdateIcebergNamespaceResponse

buildPartial()

public UpdateIcebergNamespaceResponse buildPartial()
Returns
Type Description
UpdateIcebergNamespaceResponse

clear()

public UpdateIcebergNamespaceResponse.Builder clear()
Returns
Type Description
UpdateIcebergNamespaceResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearMissing()

public UpdateIcebergNamespaceResponse.Builder clearMissing()

Output only. List of properties that were requested to be removed, but were not found.

repeated string missing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearRemoved()

public UpdateIcebergNamespaceResponse.Builder clearRemoved()

Output only. List of properties that were removed.

repeated string removed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

clearUpdated()

public UpdateIcebergNamespaceResponse.Builder clearUpdated()

Output only. List of properties that were added or updated.

repeated string updated = 2 [json_name = "added", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public UpdateIcebergNamespaceResponse getDefaultInstanceForType()
Returns
Type Description
UpdateIcebergNamespaceResponse

getDescriptorForType()

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

getMissing(int index)

public String getMissing(int index)

Output only. List of properties that were requested to be removed, but were not found.

repeated string missing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The missing at the given index.

getMissingBytes(int index)

public ByteString getMissingBytes(int index)

Output only. List of properties that were requested to be removed, but were not found.

repeated string missing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the missing at the given index.

getMissingCount()

public int getMissingCount()

Output only. List of properties that were requested to be removed, but were not found.

repeated string missing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of missing.

getMissingList()

public ProtocolStringList getMissingList()

Output only. List of properties that were requested to be removed, but were not found.

repeated string missing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the missing.

getRemoved(int index)

public String getRemoved(int index)

Output only. List of properties that were removed.

repeated string removed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The removed at the given index.

getRemovedBytes(int index)

public ByteString getRemovedBytes(int index)

Output only. List of properties that were removed.

repeated string removed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the removed at the given index.

getRemovedCount()

public int getRemovedCount()

Output only. List of properties that were removed.

repeated string removed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of removed.

getRemovedList()

public ProtocolStringList getRemovedList()

Output only. List of properties that were removed.

repeated string removed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the removed.

getUpdated(int index)

public String getUpdated(int index)

Output only. List of properties that were added or updated.

repeated string updated = 2 [json_name = "added", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The updated at the given index.

getUpdatedBytes(int index)

public ByteString getUpdatedBytes(int index)

Output only. List of properties that were added or updated.

repeated string updated = 2 [json_name = "added", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the updated at the given index.

getUpdatedCount()

public int getUpdatedCount()

Output only. List of properties that were added or updated.

repeated string updated = 2 [json_name = "added", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of updated.

getUpdatedList()

public ProtocolStringList getUpdatedList()

Output only. List of properties that were added or updated.

repeated string updated = 2 [json_name = "added", (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the updated.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateIcebergNamespaceResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateIcebergNamespaceResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIcebergNamespaceResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setMissing(int index, String value)

public UpdateIcebergNamespaceResponse.Builder setMissing(int index, String value)

Output only. List of properties that were requested to be removed, but were not found.

repeated string missing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int

The index to set the value at.

value String

The missing to set.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

setRemoved(int index, String value)

public UpdateIcebergNamespaceResponse.Builder setRemoved(int index, String value)

Output only. List of properties that were removed.

repeated string removed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int

The index to set the value at.

value String

The removed to set.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpdated(int index, String value)

public UpdateIcebergNamespaceResponse.Builder setUpdated(int index, String value)

Output only. List of properties that were added or updated.

repeated string updated = 2 [json_name = "added", (.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int

The index to set the value at.

value String

The updated to set.

Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

This builder for chaining.