Reference documentation and code samples for the Google Cloud Datastream V1 Client class FetchStaticIpsRequest.
Request message for 'FetchStaticIps' request.
Generated from protobuf messagegoogle.cloud.datastream.v1.FetchStaticIpsRequest
Namespace
Google \ Cloud \ Datastream \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
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 formatprojects/*/locations/*.
↳ page_size
int
Maximum number of Ips to return, will likely not be specified.
↳ page_token
string
A page token, received from a previousListStaticIpscall. will likely not be specified.
getName
Required. The resource name for the location for which static IPs should be
returned. Must be in the formatprojects/*/locations/*.
Returns
Type
Description
string
setName
Required. The resource name for the location for which static IPs should be
returned. Must be in the formatprojects/*/locations/*.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Maximum number of Ips to return, will likely not be specified.
Returns
Type
Description
int
setPageSize
Maximum number of Ips to return, will likely not be specified.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
A page token, received from a previousListStaticIpscall.
will likely not be specified.
Returns
Type
Description
string
setPageToken
A page token, received from a previousListStaticIpscall.
will likely not be specified.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
name
string
Required. The resource name for the location for which static IPs should be
returned. Must be in the formatprojects/*/locations/*. Please seeDatastreamClient::locationName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Datastream V1 Client - Class FetchStaticIpsRequest (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/php/docs/reference/cloud-datastream/latest/V1.FetchStaticIpsRequest)\n- [2.3.1](/php/docs/reference/cloud-datastream/2.3.1/V1.FetchStaticIpsRequest)\n- [2.2.0](/php/docs/reference/cloud-datastream/2.2.0/V1.FetchStaticIpsRequest)\n- [2.1.1](/php/docs/reference/cloud-datastream/2.1.1/V1.FetchStaticIpsRequest)\n- [2.0.1](/php/docs/reference/cloud-datastream/2.0.1/V1.FetchStaticIpsRequest)\n- [1.5.5](/php/docs/reference/cloud-datastream/1.5.5/V1.FetchStaticIpsRequest)\n- [1.4.2](/php/docs/reference/cloud-datastream/1.4.2/V1.FetchStaticIpsRequest)\n- [1.3.0](/php/docs/reference/cloud-datastream/1.3.0/V1.FetchStaticIpsRequest)\n- [1.2.1](/php/docs/reference/cloud-datastream/1.2.1/V1.FetchStaticIpsRequest)\n- [1.1.0](/php/docs/reference/cloud-datastream/1.1.0/V1.FetchStaticIpsRequest)\n- [1.0.5](/php/docs/reference/cloud-datastream/1.0.5/V1.FetchStaticIpsRequest) \nReference documentation and code samples for the Google Cloud Datastream V1 Client class FetchStaticIpsRequest.\n\nRequest message for 'FetchStaticIps' request.\n\nGenerated from protobuf message `google.cloud.datastream.v1.FetchStaticIpsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Datastream \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The resource name for the location for which static IPs should be\nreturned. Must be in the format `projects/*/locations/*`.\n\n### setName\n\nRequired. The resource name for the location for which static IPs should be\nreturned. Must be in the format `projects/*/locations/*`.\n\n### getPageSize\n\nMaximum number of Ips to return, will likely not be specified.\n\n### setPageSize\n\nMaximum number of Ips to return, will likely not be specified.\n\n### getPageToken\n\nA page token, received from a previous `ListStaticIps` call.\n\nwill likely not be specified.\n\n### setPageToken\n\nA page token, received from a previous `ListStaticIps` call.\n\nwill likely not be specified.\n\n### static::build"]]