Class ListIcebergNamespacesResponse.Builder (0.83.0)

public static final class ListIcebergNamespacesResponse.Builder extends GeneratedMessage.Builder<ListIcebergNamespacesResponse.Builder> implements ListIcebergNamespacesResponseOrBuilder

The response message for the ListIcebergNamespaces API.

Protobuf type google.cloud.biglake.v1.ListIcebergNamespacesResponse

Static Methods

getDescriptor()

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

Methods

addAllNamespaces(Iterable<? extends ListValue> values)

public ListIcebergNamespacesResponse.Builder addAllNamespaces(Iterable<? extends ListValue> values)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameter
Name Description
values Iterable<? extends com.google.protobuf.ListValue>
Returns
Type Description
ListIcebergNamespacesResponse.Builder

addAllUnreachable(Iterable<String> values)

public ListIcebergNamespacesResponse.Builder addAllUnreachable(Iterable<String> values)

Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.

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

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListIcebergNamespacesResponse.Builder

This builder for chaining.

addNamespaces(ListValue value)

public ListIcebergNamespacesResponse.Builder addNamespaces(ListValue value)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameter
Name Description
value ListValue
Returns
Type Description
ListIcebergNamespacesResponse.Builder

addNamespaces(ListValue.Builder builderForValue)

public ListIcebergNamespacesResponse.Builder addNamespaces(ListValue.Builder builderForValue)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ListIcebergNamespacesResponse.Builder

addNamespaces(int index, ListValue value)

public ListIcebergNamespacesResponse.Builder addNamespaces(int index, ListValue value)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameters
Name Description
index int
value ListValue
Returns
Type Description
ListIcebergNamespacesResponse.Builder

addNamespaces(int index, ListValue.Builder builderForValue)

public ListIcebergNamespacesResponse.Builder addNamespaces(int index, ListValue.Builder builderForValue)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameters
Name Description
index int
builderForValue Builder
Returns
Type Description
ListIcebergNamespacesResponse.Builder

addNamespacesBuilder()

public ListValue.Builder addNamespacesBuilder()

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Returns
Type Description
Builder

addNamespacesBuilder(int index)

public ListValue.Builder addNamespacesBuilder(int index)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameter
Name Description
index int
Returns
Type Description
Builder

addUnreachable(String value)

public ListIcebergNamespacesResponse.Builder addUnreachable(String value)

Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.

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

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListIcebergNamespacesResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListIcebergNamespacesResponse.Builder addUnreachableBytes(ByteString value)

Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.

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

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListIcebergNamespacesResponse.Builder

This builder for chaining.

build()

public ListIcebergNamespacesResponse build()
Returns
Type Description
ListIcebergNamespacesResponse

buildPartial()

public ListIcebergNamespacesResponse buildPartial()
Returns
Type Description
ListIcebergNamespacesResponse

clear()

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

clearNamespaces()

public ListIcebergNamespacesResponse.Builder clearNamespaces()

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Returns
Type Description
ListIcebergNamespacesResponse.Builder

clearNextPageToken()

public ListIcebergNamespacesResponse.Builder clearNextPageToken()

The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token"];

Returns
Type Description
ListIcebergNamespacesResponse.Builder

This builder for chaining.

clearUnreachable()

public ListIcebergNamespacesResponse.Builder clearUnreachable()

Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.

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

Returns
Type Description
ListIcebergNamespacesResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListIcebergNamespacesResponse getDefaultInstanceForType()
Returns
Type Description
ListIcebergNamespacesResponse

getDescriptorForType()

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

getNamespaces(int index)

public ListValue getNamespaces(int index)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameter
Name Description
index int
Returns
Type Description
ListValue

getNamespacesBuilder(int index)

public ListValue.Builder getNamespacesBuilder(int index)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameter
Name Description
index int
Returns
Type Description
Builder

getNamespacesBuilderList()

public List<ListValue.Builder> getNamespacesBuilderList()

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Returns
Type Description
List<Builder>

getNamespacesCount()

public int getNamespacesCount()

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Returns
Type Description
int

getNamespacesList()

public List<ListValue> getNamespacesList()

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Returns
Type Description
List<ListValue>

getNamespacesOrBuilder(int index)

public ListValueOrBuilder getNamespacesOrBuilder(int index)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameter
Name Description
index int
Returns
Type Description
ListValueOrBuilder

getNamespacesOrBuilderList()

public List<? extends ListValueOrBuilder> getNamespacesOrBuilderList()

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Returns
Type Description
List<? extends com.google.protobuf.ListValueOrBuilder>

getNextPageToken()

public String getNextPageToken()

The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token"];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token"];

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.

repeated string unreachable = 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 unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.

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

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.

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

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListIcebergNamespacesResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeNamespaces(int index)

public ListIcebergNamespacesResponse.Builder removeNamespaces(int index)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameter
Name Description
index int
Returns
Type Description
ListIcebergNamespacesResponse.Builder

setNamespaces(int index, ListValue value)

public ListIcebergNamespacesResponse.Builder setNamespaces(int index, ListValue value)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameters
Name Description
index int
value ListValue
Returns
Type Description
ListIcebergNamespacesResponse.Builder

setNamespaces(int index, ListValue.Builder builderForValue)

public ListIcebergNamespacesResponse.Builder setNamespaces(int index, ListValue.Builder builderForValue)

The list of namespaces.

repeated .google.protobuf.ListValue namespaces = 1;

Parameters
Name Description
index int
builderForValue Builder
Returns
Type Description
ListIcebergNamespacesResponse.Builder

setNextPageToken(String value)

public ListIcebergNamespacesResponse.Builder setNextPageToken(String value)

The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token"];

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListIcebergNamespacesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListIcebergNamespacesResponse.Builder setNextPageTokenBytes(ByteString value)

The next page token for pagination.

string next_page_token = 2 [json_name = "next-page-token"];

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListIcebergNamespacesResponse.Builder

This builder for chaining.

setUnreachable(int index, String value)

public ListIcebergNamespacesResponse.Builder setUnreachable(int index, String value)

Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.

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

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListIcebergNamespacesResponse.Builder

This builder for chaining.