Google Cloud Discovery Engine V1 Client - Class ListIdentityMappingStoresResponse (1.6.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListIdentityMappingStoresResponse.

Response message for IdentityMappingStoreService.ListIdentityMappingStores

Generated from protobuf message google.cloud.discoveryengine.v1.ListIdentityMappingStoresResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ identity_mapping_stores array<IdentityMappingStore>

The Identity Mapping Stores.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getIdentityMappingStores

The Identity Mapping Stores.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIdentityMappingStores

The Identity Mapping Stores.

Parameter
Name Description
var array<IdentityMappingStore>
Returns
Type Description
$this

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.

Returns
Type Description
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this