Google Cloud Iam V3 Client - Class SearchPrincipalAccessBoundaryPolicyBindingsResponse (1.1.1)

Reference documentation and code samples for the Google Cloud Iam V3 Client class SearchPrincipalAccessBoundaryPolicyBindingsResponse.

Response message for SearchPrincipalAccessBoundaryPolicyBindings rpc.

Generated from protobuf message google.iam.v3.SearchPrincipalAccessBoundaryPolicyBindingsResponse

Namespace

Google \ Cloud \ Iam \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ policy_bindings array<PolicyBinding>

The policy bindings that reference the specified policy.

↳ next_page_token string

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

getPolicyBindings

The policy bindings that reference the specified policy.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPolicyBindings

The policy bindings that reference the specified policy.

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

getNextPageToken

Optional. A token, which 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

Optional. A token, which 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