Class ListDataAttributeBindingsResponse.Builder (1.81.0)

public static final class ListDataAttributeBindingsResponse.Builder extends GeneratedMessage.Builder<ListDataAttributeBindingsResponse.Builder> implements ListDataAttributeBindingsResponseOrBuilder

List DataAttributeBindings response.

Protobuf type google.cloud.dataplex.v1.ListDataAttributeBindingsResponse

Static Methods

getDescriptor()

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

Methods

addAllDataAttributeBindings(Iterable<? extends DataAttributeBinding> values)

public ListDataAttributeBindingsResponse.Builder addAllDataAttributeBindings(Iterable<? extends DataAttributeBinding> values)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.dataplex.v1.DataAttributeBinding>
Returns
Type Description
ListDataAttributeBindingsResponse.Builder

addAllUnreachableLocations(Iterable<String> values)

public ListDataAttributeBindingsResponse.Builder addAllUnreachableLocations(Iterable<String> values)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
values Iterable<String>

The unreachableLocations to add.

Returns
Type Description
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

addDataAttributeBindings(DataAttributeBinding value)

public ListDataAttributeBindingsResponse.Builder addDataAttributeBindings(DataAttributeBinding value)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameter
Name Description
value DataAttributeBinding
Returns
Type Description
ListDataAttributeBindingsResponse.Builder

addDataAttributeBindings(DataAttributeBinding.Builder builderForValue)

public ListDataAttributeBindingsResponse.Builder addDataAttributeBindings(DataAttributeBinding.Builder builderForValue)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameter
Name Description
builderForValue DataAttributeBinding.Builder
Returns
Type Description
ListDataAttributeBindingsResponse.Builder

addDataAttributeBindings(int index, DataAttributeBinding value)

public ListDataAttributeBindingsResponse.Builder addDataAttributeBindings(int index, DataAttributeBinding value)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameters
Name Description
index int
value DataAttributeBinding
Returns
Type Description
ListDataAttributeBindingsResponse.Builder

addDataAttributeBindings(int index, DataAttributeBinding.Builder builderForValue)

public ListDataAttributeBindingsResponse.Builder addDataAttributeBindings(int index, DataAttributeBinding.Builder builderForValue)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameters
Name Description
index int
builderForValue DataAttributeBinding.Builder
Returns
Type Description
ListDataAttributeBindingsResponse.Builder

addDataAttributeBindingsBuilder()

public DataAttributeBinding.Builder addDataAttributeBindingsBuilder()

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Returns
Type Description
DataAttributeBinding.Builder

addDataAttributeBindingsBuilder(int index)

public DataAttributeBinding.Builder addDataAttributeBindingsBuilder(int index)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameter
Name Description
index int
Returns
Type Description
DataAttributeBinding.Builder

addUnreachableLocations(String value)

public ListDataAttributeBindingsResponse.Builder addUnreachableLocations(String value)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
value String

The unreachableLocations to add.

Returns
Type Description
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

addUnreachableLocationsBytes(ByteString value)

public ListDataAttributeBindingsResponse.Builder addUnreachableLocationsBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
value ByteString

The bytes of the unreachableLocations to add.

Returns
Type Description
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

build()

public ListDataAttributeBindingsResponse build()
Returns
Type Description
ListDataAttributeBindingsResponse

buildPartial()

public ListDataAttributeBindingsResponse buildPartial()
Returns
Type Description
ListDataAttributeBindingsResponse

clear()

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

clearDataAttributeBindings()

public ListDataAttributeBindingsResponse.Builder clearDataAttributeBindings()

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Returns
Type Description
ListDataAttributeBindingsResponse.Builder

clearNextPageToken()

public ListDataAttributeBindingsResponse.Builder clearNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

clearUnreachableLocations()

public ListDataAttributeBindingsResponse.Builder clearUnreachableLocations()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
Type Description
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

getDataAttributeBindings(int index)

public DataAttributeBinding getDataAttributeBindings(int index)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameter
Name Description
index int
Returns
Type Description
DataAttributeBinding

getDataAttributeBindingsBuilder(int index)

public DataAttributeBinding.Builder getDataAttributeBindingsBuilder(int index)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameter
Name Description
index int
Returns
Type Description
DataAttributeBinding.Builder

getDataAttributeBindingsBuilderList()

public List<DataAttributeBinding.Builder> getDataAttributeBindingsBuilderList()

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Returns
Type Description
List<Builder>

getDataAttributeBindingsCount()

public int getDataAttributeBindingsCount()

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Returns
Type Description
int

getDataAttributeBindingsList()

public List<DataAttributeBinding> getDataAttributeBindingsList()

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Returns
Type Description
List<DataAttributeBinding>

getDataAttributeBindingsOrBuilder(int index)

public DataAttributeBindingOrBuilder getDataAttributeBindingsOrBuilder(int index)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameter
Name Description
index int
Returns
Type Description
DataAttributeBindingOrBuilder

getDataAttributeBindingsOrBuilderList()

public List<? extends DataAttributeBindingOrBuilder> getDataAttributeBindingsOrBuilderList()

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Returns
Type Description
List<? extends com.google.cloud.dataplex.v1.DataAttributeBindingOrBuilder>

getDefaultInstanceForType()

public ListDataAttributeBindingsResponse getDefaultInstanceForType()
Returns
Type Description
ListDataAttributeBindingsResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachableLocations(int index)

public String getUnreachableLocations(int index)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachableLocations at the given index.

getUnreachableLocationsBytes(int index)

public ByteString getUnreachableLocationsBytes(int index)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachableLocations at the given index.

getUnreachableLocationsCount()

public int getUnreachableLocationsCount()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
Type Description
int

The count of unreachableLocations.

getUnreachableLocationsList()

public ProtocolStringList getUnreachableLocationsList()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
Type Description
ProtocolStringList

A list containing the unreachableLocations.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListDataAttributeBindingsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeDataAttributeBindings(int index)

public ListDataAttributeBindingsResponse.Builder removeDataAttributeBindings(int index)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameter
Name Description
index int
Returns
Type Description
ListDataAttributeBindingsResponse.Builder

setDataAttributeBindings(int index, DataAttributeBinding value)

public ListDataAttributeBindingsResponse.Builder setDataAttributeBindings(int index, DataAttributeBinding value)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameters
Name Description
index int
value DataAttributeBinding
Returns
Type Description
ListDataAttributeBindingsResponse.Builder

setDataAttributeBindings(int index, DataAttributeBinding.Builder builderForValue)

public ListDataAttributeBindingsResponse.Builder setDataAttributeBindings(int index, DataAttributeBinding.Builder builderForValue)

DataAttributeBindings under the given parent Location.

repeated .google.cloud.dataplex.v1.DataAttributeBinding data_attribute_bindings = 1;

Parameters
Name Description
index int
builderForValue DataAttributeBinding.Builder
Returns
Type Description
ListDataAttributeBindingsResponse.Builder

setNextPageToken(String value)

public ListDataAttributeBindingsResponse.Builder setNextPageToken(String value)

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListDataAttributeBindingsResponse.Builder setNextPageTokenBytes(ByteString value)

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

setUnreachableLocations(int index, String value)

public ListDataAttributeBindingsResponse.Builder setUnreachableLocations(int index, String value)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachableLocations to set.

Returns
Type Description
ListDataAttributeBindingsResponse.Builder

This builder for chaining.