Class UpdateIcebergNamespaceResponse (0.62.0)

public final class UpdateIcebergNamespaceResponse extends GeneratedMessageV3 implements UpdateIcebergNamespaceResponseOrBuilder

The response message for the UpdateIcebergNamespace API.

Protobuf type google.cloud.biglake.v1.UpdateIcebergNamespaceResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UpdateIcebergNamespaceResponse

Static Fields

MISSING_FIELD_NUMBER

public static final int MISSING_FIELD_NUMBER
Field Value
Type Description
int

REMOVED_FIELD_NUMBER

public static final int REMOVED_FIELD_NUMBER
Field Value
Type Description
int

UPDATED_FIELD_NUMBER

public static final int UPDATED_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static UpdateIcebergNamespaceResponse getDefaultInstance()
Returns
Type Description
UpdateIcebergNamespaceResponse

getDescriptor()

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

newBuilder()

public static UpdateIcebergNamespaceResponse.Builder newBuilder()
Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

newBuilder(UpdateIcebergNamespaceResponse prototype)

public static UpdateIcebergNamespaceResponse.Builder newBuilder(UpdateIcebergNamespaceResponse prototype)
Parameter
Name Description
prototype UpdateIcebergNamespaceResponse
Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

parseDelimitedFrom(InputStream input)

public static UpdateIcebergNamespaceResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateIcebergNamespaceResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static UpdateIcebergNamespaceResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static UpdateIcebergNamespaceResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static UpdateIcebergNamespaceResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static UpdateIcebergNamespaceResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static UpdateIcebergNamespaceResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateIcebergNamespaceResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static UpdateIcebergNamespaceResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateIcebergNamespaceResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static UpdateIcebergNamespaceResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static UpdateIcebergNamespaceResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIcebergNamespaceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<UpdateIcebergNamespaceResponse> parser()
Returns
Type Description
Parser<UpdateIcebergNamespaceResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public UpdateIcebergNamespaceResponse getDefaultInstanceForType()
Returns
Type Description
UpdateIcebergNamespaceResponse

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.

getParserForType()

public Parser<UpdateIcebergNamespaceResponse> getParserForType()
Returns
Type Description
Parser<UpdateIcebergNamespaceResponse>
Overrides

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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public UpdateIcebergNamespaceResponse.Builder newBuilderForType()
Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected UpdateIcebergNamespaceResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
UpdateIcebergNamespaceResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public UpdateIcebergNamespaceResponse.Builder toBuilder()
Returns
Type Description
UpdateIcebergNamespaceResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException