Reference documentation and code samples for the Google Cloud Service Management V1 Client class ListServicesRequest.
Request message for ListServices
method.
Generated from protobuf message google.api.servicemanagement.v1.ListServicesRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ producer_project_id
string
Include services produced by the specified project.
↳ 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.
↳ page_token
string
Token identifying which result to start with; returned by a previous list call.
↳ consumer_id
string
Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project:<project_id>
getProducerProjectId
Include services produced by the specified project.
string
setProducerProjectId
Include services produced by the specified project.
var
string
$this
getPageSize
The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.
int
setPageSize
The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.
var
int
$this
getPageToken
Token identifying which result to start with; returned by a previous list call.
string
setPageToken
Token identifying which result to start with; returned by a previous list call.
var
string
$this
getConsumerId
Include services consumed by the specified consumer.
The Google Service Management implementation accepts the following forms:
- project:<project_id>
string
setConsumerId
Include services consumed by the specified consumer.
The Google Service Management implementation accepts the following forms:
- project:<project_id>
var
string
$this