public static interface ImportEntityTypesResponse.ConflictingResourcesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityDisplayNames(int index)
public abstract String getEntityDisplayNames(int index)Display names of conflicting entities.
repeated string entity_display_names = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The entityDisplayNames at the given index. |
getEntityDisplayNamesBytes(int index)
public abstract ByteString getEntityDisplayNamesBytes(int index)Display names of conflicting entities.
repeated string entity_display_names = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the entityDisplayNames at the given index. |
getEntityDisplayNamesCount()
public abstract int getEntityDisplayNamesCount()Display names of conflicting entities.
repeated string entity_display_names = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of entityDisplayNames. |
getEntityDisplayNamesList()
public abstract List<String> getEntityDisplayNamesList()Display names of conflicting entities.
repeated string entity_display_names = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the entityDisplayNames. |
getEntityTypeDisplayNames(int index)
public abstract String getEntityTypeDisplayNames(int index)Display names of conflicting entity types.
repeated string entity_type_display_names = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The entityTypeDisplayNames at the given index. |
getEntityTypeDisplayNamesBytes(int index)
public abstract ByteString getEntityTypeDisplayNamesBytes(int index)Display names of conflicting entity types.
repeated string entity_type_display_names = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the entityTypeDisplayNames at the given index. |
getEntityTypeDisplayNamesCount()
public abstract int getEntityTypeDisplayNamesCount()Display names of conflicting entity types.
repeated string entity_type_display_names = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of entityTypeDisplayNames. |
getEntityTypeDisplayNamesList()
public abstract List<String> getEntityTypeDisplayNamesList()Display names of conflicting entity types.
repeated string entity_type_display_names = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the entityTypeDisplayNames. |