Reference documentation and code samples for the Google Cloud Datastream V1 Client class FetchStaticIpsResponse.
Response message for a 'FetchStaticIps' response.
Generated from protobuf message google.cloud.datastream.v1.FetchStaticIpsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ static_ips |
array
list of static ips by account |
↳ next_page_token |
string
A token that can be sent as |
getStaticIps
list of static ips by account
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setStaticIps
list of static ips by account
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |