- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class ListDataAttributeBindingsResponse.Builder extends GeneratedMessageV3.Builder<ListDataAttributeBindingsResponse.Builder> implements ListDataAttributeBindingsResponseOrBuilder
List DataAttributeBindings response.
Protobuf type google.cloud.dataplex.v1.ListDataAttributeBindingsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListDataAttributeBindingsResponse.BuilderImplements
ListDataAttributeBindingsResponseOrBuilderStatic 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 |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDataAttributeBindingsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListDataAttributeBindingsResponse.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 |
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 |
clearField(Descriptors.FieldDescriptor field)
public ListDataAttributeBindingsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDataAttributeBindingsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListDataAttributeBindingsResponse.Builder |
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. |
clone()
public ListDataAttributeBindingsResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListDataAttributeBindingsResponse.Builder |
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 |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListDataAttributeBindingsResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListDataAttributeBindingsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDataAttributeBindingsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListDataAttributeBindingsResponse.Builder |
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 |
setField(Descriptors.FieldDescriptor field, Object value)
public ListDataAttributeBindingsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDataAttributeBindingsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListDataAttributeBindingsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDataAttributeBindingsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListDataAttributeBindingsResponse.Builder |
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. |