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

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

Response message for ListServiceConfigs method.

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

Namespace

Google \ Cloud \ ServiceManagement \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_configs array<Google\Api\Service>

The list of service configuration resources.

↳ next_page_token string

The token of the next page of results.

getServiceConfigs

The list of service configuration resources.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServiceConfigs

The list of service configuration resources.

Parameter
NameDescription
var array<Google\Api\Service>
Returns
TypeDescription
$this

getNextPageToken

The token of the next page of results.

Returns
TypeDescription
string

setNextPageToken

The token of the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this