- 0.62.0 (latest)
- 0.61.0
- 0.60.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateIcebergNamespaceResponse.BuilderImplements
UpdateIcebergNamespaceResponseOrBuilderStatic 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 |
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 |
clearField(Descriptors.FieldDescriptor field)
public UpdateIcebergNamespaceResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
UpdateIcebergNamespaceResponse.Builder |
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 |
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 |
getDefaultInstanceForType()
public UpdateIcebergNamespaceResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
UpdateIcebergNamespaceResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public UpdateIcebergNamespaceResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
UpdateIcebergNamespaceResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateIcebergNamespaceResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UpdateIcebergNamespaceResponse.Builder |
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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateIcebergNamespaceResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UpdateIcebergNamespaceResponse.Builder |
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. |