Google Cloud Service Directory V1beta1 Client - Class ListEndpointsResponse (1.1.2)

Reference documentation and code samples for the Google Cloud Service Directory V1beta1 Client class ListEndpointsResponse.

The response message for RegistrationService.ListEndpoints.

Generated from protobuf message google.cloud.servicedirectory.v1beta1.ListEndpointsResponse

Namespace

Google \ Cloud \ ServiceDirectory \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ endpoints array<Google\Cloud\ServiceDirectory\V1beta1\Endpoint>

The list of endpoints.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results in the list.

getEndpoints

The list of endpoints.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEndpoints

The list of endpoints.

Parameter
NameDescription
var array<Google\Cloud\ServiceDirectory\V1beta1\Endpoint>
Returns
TypeDescription
$this

getNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns
TypeDescription
string

setNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this