Google Cloud Datastream V1 Client - Class FetchStaticIpsRequest (2.3.0)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class FetchStaticIpsRequest.

Request message for 'FetchStaticIps' request.

Generated from protobuf message google.cloud.datastream.v1.FetchStaticIpsRequest

Namespace

Google \ Cloud \ Datastream \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

↳ page_sizeint

Maximum number of Ips to return, will likely not be specified.

↳ page_tokenstring

A page token, received from a previous ListStaticIps call. will likely not be specified.

getName

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

Returns
TypeDescription
string

setName

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getPageSize

Maximum number of Ips to return, will likely not be specified.

Returns
TypeDescription
int

setPageSize

Maximum number of Ips to return, will likely not be specified.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getPageToken

A page token, received from a previous ListStaticIps call.

will likely not be specified.

Returns
TypeDescription
string

setPageToken

A page token, received from a previous ListStaticIps call.

will likely not be specified.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
namestring

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*. Please see DatastreamClient::locationName() for help formatting this field.

Returns
TypeDescription
FetchStaticIpsRequest