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

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

Response message for IdentityMappingStoreService.ListIdentityMappings

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ identity_mapping_entries array<IdentityMappingEntry>

The Identity Mapping Entries.

↳ 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.

getIdentityMappingEntries

The Identity Mapping Entries.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIdentityMappingEntries

The Identity Mapping Entries.

Parameter
Name Description
var array<IdentityMappingEntry>
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