Google Cloud Resource Settings V1 Client - Class ListSettingsRequest (1.0.5)

Reference documentation and code samples for the Google Cloud Resource Settings V1 Client class ListSettingsRequest.

The request for ListSettings.

Generated from protobuf message google.cloud.resourcesettings.v1.ListSettingsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The Cloud resource that parents the setting. Must be in one of the following forms: * projects/{project_number} * projects/{project_id} * folders/{folder_id} * organizations/{organization_id}

↳ page_size int

Unused. The size of the page to be returned.

↳ page_token string

Unused. A page token used to retrieve the next page.

↳ view int

The SettingView for this request.

getParent

Required. The Cloud resource that parents the setting. Must be in one of the following forms:

  • projects/{project_number}
  • projects/{project_id}
  • folders/{folder_id}
  • organizations/{organization_id}
Returns
TypeDescription
string

setParent

Required. The Cloud resource that parents the setting. Must be in one of the following forms:

  • projects/{project_number}
  • projects/{project_id}
  • folders/{folder_id}
  • organizations/{organization_id}
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Unused. The size of the page to be returned.

Returns
TypeDescription
int

setPageSize

Unused. The size of the page to be returned.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Unused. A page token used to retrieve the next page.

Returns
TypeDescription
string

setPageToken

Unused. A page token used to retrieve the next page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

The SettingView for this request.

Returns
TypeDescription
int

setView

The SettingView for this request.

Parameter
NameDescription
var int
Returns
TypeDescription
$this