Interface ListIdentityMappingStoresResponseOrBuilder (0.60.0)

public interface ListIdentityMappingStoresResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentityMappingStores(int index)

public abstract IdentityMappingStore getIdentityMappingStores(int index)

The Identity Mapping Stores.

repeated .google.cloud.discoveryengine.v1.IdentityMappingStore identity_mapping_stores = 1;

Parameter
Name Description
index int
Returns
Type Description
IdentityMappingStore

getIdentityMappingStoresCount()

public abstract int getIdentityMappingStoresCount()

The Identity Mapping Stores.

repeated .google.cloud.discoveryengine.v1.IdentityMappingStore identity_mapping_stores = 1;

Returns
Type Description
int

getIdentityMappingStoresList()

public abstract List<IdentityMappingStore> getIdentityMappingStoresList()

The Identity Mapping Stores.

repeated .google.cloud.discoveryengine.v1.IdentityMappingStore identity_mapping_stores = 1;

Returns
Type Description
List<IdentityMappingStore>

getIdentityMappingStoresOrBuilder(int index)

public abstract IdentityMappingStoreOrBuilder getIdentityMappingStoresOrBuilder(int index)

The Identity Mapping Stores.

repeated .google.cloud.discoveryengine.v1.IdentityMappingStore identity_mapping_stores = 1;

Parameter
Name Description
index int
Returns
Type Description
IdentityMappingStoreOrBuilder

getIdentityMappingStoresOrBuilderList()

public abstract List<? extends IdentityMappingStoreOrBuilder> getIdentityMappingStoresOrBuilderList()

The Identity Mapping Stores.

repeated .google.cloud.discoveryengine.v1.IdentityMappingStore identity_mapping_stores = 1;

Returns
Type Description
List<? extends com.google.cloud.discoveryengine.v1.IdentityMappingStoreOrBuilder>

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.