Google Cloud Datastream V1 Client - Class FetchStaticIpsRequest (1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
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 format |
↳ page_size |
int
Maximum number of Ips to return, will likely not be specified. |
↳ page_token |
string
A page token, received from a previous |
getName
Required. The resource name for the location for which static IPs should be
returned. Must be in the format projects/*/locations/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name for the location for which static IPs should be
returned. Must be in the format projects/*/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 previous ListStaticIps call.
will likely not be specified.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
A page token, received from a previous ListStaticIps call.
will likely not be specified.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|