public static interface PurgeIdentityMappingsRequest.InlineSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentityMappingEntries(int index)
public abstract IdentityMappingEntry getIdentityMappingEntries(int index)A maximum of 10000 entries can be purged at one time
repeated .google.cloud.discoveryengine.v1.IdentityMappingEntry identity_mapping_entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntry |
|
getIdentityMappingEntriesCount()
public abstract int getIdentityMappingEntriesCount()A maximum of 10000 entries can be purged at one time
repeated .google.cloud.discoveryengine.v1.IdentityMappingEntry identity_mapping_entries = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIdentityMappingEntriesList()
public abstract List<IdentityMappingEntry> getIdentityMappingEntriesList()A maximum of 10000 entries can be purged at one time
repeated .google.cloud.discoveryengine.v1.IdentityMappingEntry identity_mapping_entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<IdentityMappingEntry> |
|
getIdentityMappingEntriesOrBuilder(int index)
public abstract IdentityMappingEntryOrBuilder getIdentityMappingEntriesOrBuilder(int index)A maximum of 10000 entries can be purged at one time
repeated .google.cloud.discoveryengine.v1.IdentityMappingEntry identity_mapping_entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOrBuilder |
|
getIdentityMappingEntriesOrBuilderList()
public abstract List<? extends IdentityMappingEntryOrBuilder> getIdentityMappingEntriesOrBuilderList()A maximum of 10000 entries can be purged at one time
repeated .google.cloud.discoveryengine.v1.IdentityMappingEntry identity_mapping_entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.IdentityMappingEntryOrBuilder> |
|