public static interface ImportIntentsResponse.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. |
getIntentDisplayNames(int index)
public abstract String getIntentDisplayNames(int index)Display names of conflicting intents.
repeated string intent_display_names = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The intentDisplayNames at the given index. |
getIntentDisplayNamesBytes(int index)
public abstract ByteString getIntentDisplayNamesBytes(int index)Display names of conflicting intents.
repeated string intent_display_names = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the intentDisplayNames at the given index. |
getIntentDisplayNamesCount()
public abstract int getIntentDisplayNamesCount()Display names of conflicting intents.
repeated string intent_display_names = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of intentDisplayNames. |
getIntentDisplayNamesList()
public abstract List<String> getIntentDisplayNamesList()Display names of conflicting intents.
repeated string intent_display_names = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the intentDisplayNames. |