Reference documentation and code samples for the Google Cloud Privileged Access Manager V1 Client class SearchEntitlementsRequest.
Request message for SearchEntitlements
method.
Generated from protobuf message google.cloud.privilegedaccessmanager.v1.SearchEntitlementsRequest
Namespace
Google \ Cloud \ PrivilegedAccessManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent which owns the entitlement resources. |
↳ caller_access_type |
int
Required. Only entitlements where the calling user has this access are returned. |
↳ filter |
string
Optional. Only entitlements matching this filter are returned in the response. |
↳ page_size |
int
Optional. Requested page size. The server may return fewer items than requested. If unspecified, the server picks an appropriate default. |
↳ page_token |
string
Optional. A token identifying a page of results the server should return. |
getParent
Required. The parent which owns the entitlement resources.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent which owns the entitlement resources.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCallerAccessType
Required. Only entitlements where the calling user has this access are returned.
Returns | |
---|---|
Type | Description |
int |
setCallerAccessType
Required. Only entitlements where the calling user has this access are returned.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
Optional. Only entitlements matching this filter are returned in the response.
Returns | |
---|---|
Type | Description |
string |
setFilter
Optional. Only entitlements matching this filter are returned in the response.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. Requested page size. The server may return fewer items than requested. If unspecified, the server picks an appropriate default.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. Requested page size. The server may return fewer items than requested. If unspecified, the server picks an appropriate default.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |