Class ListDataAttributeBindingsResponse.Builder (1.39.0)

public static final class ListDataAttributeBindingsResponse.Builder extends GeneratedMessageV3.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.dataplex.v1.DataAttributeBinding>
Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The unreachableLocations to add.

Returns
TypeDescription
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
NameDescription
valueDataAttributeBinding
Returns
TypeDescription
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
NameDescription
builderForValueDataAttributeBinding.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueDataAttributeBinding
Returns
TypeDescription
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
NameDescription
indexint
builderForValueDataAttributeBinding.Builder
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder

addDataAttributeBindingsBuilder()

public DataAttributeBinding.Builder addDataAttributeBindingsBuilder()

DataAttributeBindings under the given parent Location.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
DataAttributeBinding.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListDataAttributeBindingsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder
Overrides

addUnreachableLocations(String value)

public ListDataAttributeBindingsResponse.Builder addUnreachableLocations(String value)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
NameDescription
valueString

The unreachableLocations to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the unreachableLocations to add.

Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

build()

public ListDataAttributeBindingsResponse build()
Returns
TypeDescription
ListDataAttributeBindingsResponse

buildPartial()

public ListDataAttributeBindingsResponse buildPartial()
Returns
TypeDescription
ListDataAttributeBindingsResponse

clear()

public ListDataAttributeBindingsResponse.Builder clear()
Returns
TypeDescription
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
TypeDescription
ListDataAttributeBindingsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListDataAttributeBindingsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder
Overrides

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
TypeDescription
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListDataAttributeBindingsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder
Overrides

clearUnreachableLocations()

public ListDataAttributeBindingsResponse.Builder clearUnreachableLocations()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

clone()

public ListDataAttributeBindingsResponse.Builder clone()
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder
Overrides

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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<Builder>

getDataAttributeBindingsCount()

public int getDataAttributeBindingsCount()

DataAttributeBindings under the given parent Location.

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

Returns
TypeDescription
int

getDataAttributeBindingsList()

public List<DataAttributeBinding> getDataAttributeBindingsList()

DataAttributeBindings under the given parent Location.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
DataAttributeBindingOrBuilder

getDataAttributeBindingsOrBuilderList()

public List<? extends DataAttributeBindingOrBuilder> getDataAttributeBindingsOrBuilderList()

DataAttributeBindings under the given parent Location.

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

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

getDefaultInstanceForType()

public ListDataAttributeBindingsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDataAttributeBindingsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of unreachableLocations.

getUnreachableLocationsList()

public ProtocolStringList getUnreachableLocationsList()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachableLocations.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListDataAttributeBindingsResponse other)

public ListDataAttributeBindingsResponse.Builder mergeFrom(ListDataAttributeBindingsResponse other)
Parameter
NameDescription
otherListDataAttributeBindingsResponse
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListDataAttributeBindingsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListDataAttributeBindingsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListDataAttributeBindingsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueDataAttributeBinding
Returns
TypeDescription
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
NameDescription
indexint
builderForValueDataAttributeBinding.Builder
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListDataAttributeBindingsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder
Overrides

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
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder

This builder for chaining.

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

public ListDataAttributeBindingsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListDataAttributeBindingsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder
Overrides

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
NameDescription
indexint

The index to set the value at.

valueString

The unreachableLocations to set.

Returns
TypeDescription
ListDataAttributeBindingsResponse.Builder

This builder for chaining.