Google Cloud Dms V1 Client - Class FetchStaticIpsResponse (1.4.2)

Reference documentation and code samples for the Google Cloud Dms V1 Client class FetchStaticIpsResponse.

Response message for a 'FetchStaticIps' request.

Generated from protobuf message google.cloud.clouddms.v1.FetchStaticIpsResponse

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ static_ips array

List of static IPs.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getStaticIps

List of static IPs.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setStaticIps

List of static IPs.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this