Google Cloud Service Management V1 Client - Class ListServiceConfigsRequest (1.3.3)

Reference documentation and code samples for the Google Cloud Service Management V1 Client class ListServiceConfigsRequest.

Request message for ListServiceConfigs method.

Generated from protobuf message google.api.servicemanagement.v1.ListServiceConfigsRequest

Namespace

Google \ Cloud \ ServiceManagement \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_name string

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

↳ page_token string

The token of the page to retrieve.

↳ page_size int

The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.

getServiceName

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Returns
TypeDescription
string

setServiceName

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageToken

The token of the page to retrieve.

Returns
TypeDescription
string

setPageToken

The token of the page to retrieve.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.

Returns
TypeDescription
int

setPageSize

The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
serviceName string

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Returns
TypeDescription
Google\Cloud\ServiceManagement\V1\ListServiceConfigsRequest