public interface ListIdentityMappingsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentityMappingEntries(int index)
public abstract IdentityMappingEntry getIdentityMappingEntries(int index)The Identity Mapping Entries.
repeated .google.cloud.discoveryengine.v1.IdentityMappingEntry identity_mapping_entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntry |
|
getIdentityMappingEntriesCount()
public abstract int getIdentityMappingEntriesCount()The Identity Mapping Entries.
repeated .google.cloud.discoveryengine.v1.IdentityMappingEntry identity_mapping_entries = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIdentityMappingEntriesList()
public abstract List<IdentityMappingEntry> getIdentityMappingEntriesList()The Identity Mapping Entries.
repeated .google.cloud.discoveryengine.v1.IdentityMappingEntry identity_mapping_entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<IdentityMappingEntry> |
|
getIdentityMappingEntriesOrBuilder(int index)
public abstract IdentityMappingEntryOrBuilder getIdentityMappingEntriesOrBuilder(int index)The Identity Mapping Entries.
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()The Identity Mapping Entries.
repeated .google.cloud.discoveryengine.v1.IdentityMappingEntry identity_mapping_entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.IdentityMappingEntryOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token that can be sent as page_token to retrieve the next page. If this
field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token that can be sent as page_token to retrieve the next page. If this
field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |