public static interface ImportEntityTypesResponse.ConflictingResourcesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityDisplayNames(int index)
Display names of conflicting entities.
|
com.google.protobuf.ByteString |
getEntityDisplayNamesBytes(int index)
Display names of conflicting entities.
|
int |
getEntityDisplayNamesCount()
Display names of conflicting entities.
|
List<String> |
getEntityDisplayNamesList()
Display names of conflicting entities.
|
String |
getEntityTypeDisplayNames(int index)
Display names of conflicting entity types.
|
com.google.protobuf.ByteString |
getEntityTypeDisplayNamesBytes(int index)
Display names of conflicting entity types.
|
int |
getEntityTypeDisplayNamesCount()
Display names of conflicting entity types.
|
List<String> |
getEntityTypeDisplayNamesList()
Display names of conflicting entity types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getEntityTypeDisplayNamesList()
Display names of conflicting entity types.
repeated string entity_type_display_names = 1;int getEntityTypeDisplayNamesCount()
Display names of conflicting entity types.
repeated string entity_type_display_names = 1;String getEntityTypeDisplayNames(int index)
Display names of conflicting entity types.
repeated string entity_type_display_names = 1;index - The index of the element to return.com.google.protobuf.ByteString getEntityTypeDisplayNamesBytes(int index)
Display names of conflicting entity types.
repeated string entity_type_display_names = 1;index - The index of the value to return.List<String> getEntityDisplayNamesList()
Display names of conflicting entities.
repeated string entity_display_names = 2;int getEntityDisplayNamesCount()
Display names of conflicting entities.
repeated string entity_display_names = 2;String getEntityDisplayNames(int index)
Display names of conflicting entities.
repeated string entity_display_names = 2;index - The index of the element to return.com.google.protobuf.ByteString getEntityDisplayNamesBytes(int index)
Display names of conflicting entities.
repeated string entity_display_names = 2;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.