Interface ImportEntityTypesResponse.ConflictingResourcesOrBuilder (0.52.0)

public static interface ImportEntityTypesResponse.ConflictingResourcesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityDisplayNames(int index)

public abstract String getEntityDisplayNames(int index)

Display names of conflicting entities.

repeated string entity_display_names = 2;

Parameter
NameDescription
indexint

The index of the element to return.

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

The index of the value to return.

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

The count of entityDisplayNames.

getEntityDisplayNamesList()

public abstract List<String> getEntityDisplayNamesList()

Display names of conflicting entities.

repeated string entity_display_names = 2;

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

The index of the element to return.

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

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the entityTypeDisplayNames.