public static interface DataAttributeBinding.PathOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttributes(int index)
public abstract String getAttributes(int index)Optional. List of attributes to be associated with the path of the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
repeated string attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The attributes at the given index. |
getAttributesBytes(int index)
public abstract ByteString getAttributesBytes(int index)Optional. List of attributes to be associated with the path of the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
repeated string attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the attributes at the given index. |
getAttributesCount()
public abstract int getAttributesCount()Optional. List of attributes to be associated with the path of the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
repeated string attributes = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of attributes. |
getAttributesList()
public abstract List<String> getAttributesList()Optional. List of attributes to be associated with the path of the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
repeated string attributes = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the attributes. |
getName()
public abstract String getName()Required. The name identifier of the path. Nested columns should be of the form: 'country.state.city'.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The name identifier of the path. Nested columns should be of the form: 'country.state.city'.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |