Google Cloud Secure Source Manager V1 Client - Class ListBranchRulesResponse (1.3.0)

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class ListBranchRulesResponse.

ListBranchRulesResponse is the response to listing branchRules.

Generated from protobuf message google.cloud.securesourcemanager.v1.ListBranchRulesResponse

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ branch_rules array<Google\Cloud\SecureSourceManager\V1\BranchRule>

The list of branch rules.

↳ next_page_token string

A token identifying a page of results the server should return.

getBranchRules

The list of branch rules.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBranchRules

The list of branch rules.

Parameter
Name Description
var array<Google\Cloud\SecureSourceManager\V1\BranchRule>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this