Reference documentation and code samples for the Google Cloud Datastream V1 Client class ListPrivateConnectionsRequest.
Request for listing private connections.
Generated from protobuf messagegoogle.cloud.datastream.v1.ListPrivateConnectionsRequest
Namespace
Google \ Cloud \ Datastream \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent that owns the collection of private connectivity configurations.
↳ page_size
int
Maximum number of private connectivity configurations to return. If unspecified, at most 50 private connectivity configurations that will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
Page token received from a previousListPrivateConnectionscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListPrivateConnectionsmust match the call that provided the page token.
↳ filter
string
Filter request.
↳ order_by
string
Order by fields for the result.
getParent
Required. The parent that owns the collection of private connectivity
configurations.
Returns
Type
Description
string
setParent
Required. The parent that owns the collection of private connectivity
configurations.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Maximum number of private connectivity configurations to return.
If unspecified, at most 50 private connectivity configurations that will be
returned. The maximum value is 1000; values above 1000 will be coerced to
1000.
Returns
Type
Description
int
setPageSize
Maximum number of private connectivity configurations to return.
If unspecified, at most 50 private connectivity configurations that will be
returned. The maximum value is 1000; values above 1000 will be coerced to
1000.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Page token received from a previousListPrivateConnectionscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListPrivateConnectionsmust match the call that provided the page
token.
Returns
Type
Description
string
setPageToken
Page token received from a previousListPrivateConnectionscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListPrivateConnectionsmust match the call that provided the page
token.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Filter request.
Returns
Type
Description
string
setFilter
Filter request.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Order by fields for the result.
Returns
Type
Description
string
setOrderBy
Order by fields for the result.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The parent that owns the collection of private connectivity
configurations. 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 ListPrivateConnectionsRequest (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/php/docs/reference/cloud-datastream/latest/V1.ListPrivateConnectionsRequest)\n- [2.3.1](/php/docs/reference/cloud-datastream/2.3.1/V1.ListPrivateConnectionsRequest)\n- [2.2.0](/php/docs/reference/cloud-datastream/2.2.0/V1.ListPrivateConnectionsRequest)\n- [2.1.1](/php/docs/reference/cloud-datastream/2.1.1/V1.ListPrivateConnectionsRequest)\n- [2.0.1](/php/docs/reference/cloud-datastream/2.0.1/V1.ListPrivateConnectionsRequest)\n- [1.5.5](/php/docs/reference/cloud-datastream/1.5.5/V1.ListPrivateConnectionsRequest)\n- [1.4.2](/php/docs/reference/cloud-datastream/1.4.2/V1.ListPrivateConnectionsRequest)\n- [1.3.0](/php/docs/reference/cloud-datastream/1.3.0/V1.ListPrivateConnectionsRequest)\n- [1.2.1](/php/docs/reference/cloud-datastream/1.2.1/V1.ListPrivateConnectionsRequest)\n- [1.1.0](/php/docs/reference/cloud-datastream/1.1.0/V1.ListPrivateConnectionsRequest)\n- [1.0.5](/php/docs/reference/cloud-datastream/1.0.5/V1.ListPrivateConnectionsRequest) \nReference documentation and code samples for the Google Cloud Datastream V1 Client class ListPrivateConnectionsRequest.\n\nRequest for listing private connections.\n\nGenerated from protobuf message `google.cloud.datastream.v1.ListPrivateConnectionsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Datastream \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent that owns the collection of private connectivity\nconfigurations.\n\n### setParent\n\nRequired. The parent that owns the collection of private connectivity\nconfigurations.\n\n### getPageSize\n\nMaximum number of private connectivity configurations to return.\n\nIf unspecified, at most 50 private connectivity configurations that will be\nreturned. The maximum value is 1000; values above 1000 will be coerced to\n1000.\n\n### setPageSize\n\nMaximum number of private connectivity configurations to return.\n\nIf unspecified, at most 50 private connectivity configurations that will be\nreturned. The maximum value is 1000; values above 1000 will be coerced to\n1000.\n\n### getPageToken\n\nPage token received from a previous `ListPrivateConnections` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to\n`ListPrivateConnections` must match the call that provided the page\ntoken.\n\n### setPageToken\n\nPage token received from a previous `ListPrivateConnections` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to\n`ListPrivateConnections` must match the call that provided the page\ntoken.\n\n### getFilter\n\nFilter request.\n\n### setFilter\n\nFilter request.\n\n### getOrderBy\n\nOrder by fields for the result.\n\n### setOrderBy\n\nOrder by fields for the result.\n\n### static::build"]]