Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListIdentityMappingStoresRequest.
Request message for IdentityMappingStoreService.ListIdentityMappingStores
Generated from protobuf message google.cloud.discoveryengine.v1.ListIdentityMappingStoresRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent of the Identity Mapping Stores to list. Format: |
↳ page_size |
int
Maximum number of IdentityMappingStores to return. If unspecified, defaults to 100. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000. |
↳ page_token |
string
A page token, received from a previous |
getParent
Required. The parent of the Identity Mapping Stores to list.
Format:
projects/{project}/locations/{location}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent of the Identity Mapping Stores to list.
Format:
projects/{project}/locations/{location}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Maximum number of IdentityMappingStores to return. If unspecified, defaults to 100. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Maximum number of IdentityMappingStores to return. If unspecified, defaults to 100. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
A page token, received from a previous ListIdentityMappingStores
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListIdentityMappingStores
must match the call that provided the page
token.
Returns | |
---|---|
Type | Description |
string |
setPageToken
A page token, received from a previous ListIdentityMappingStores
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListIdentityMappingStores
must match the call that provided the page
token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent of the Identity Mapping Stores to list.
Format:
|
Returns | |
---|---|
Type | Description |
ListIdentityMappingStoresRequest |