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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*
.
↳ page_size
int
Maximum number of Ips to return, will likely not be specified.
↳ page_token
string
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/*
.
string
setName
Required. The resource name for the location for which static IPs should be
returned. Must be in the format projects/*/locations/*
.
var
string
$this
getPageSize
Maximum number of Ips to return, will likely not be specified.
int
setPageSize
Maximum number of Ips to return, will likely not be specified.
var
int
$this
getPageToken
A page token, received from a previous ListStaticIps
call.
will likely not be specified.
string
setPageToken
A page token, received from a previous ListStaticIps
call.
will likely not be specified.
var
string
$this
static::build
name
string
Required. The resource name for the location for which static IPs should be
returned. Must be in the format projects/*/locations/*
. Please see Google\Cloud\Datastream\V1\DatastreamClient::locationName()
for help formatting this field.