Reference documentation and code samples for the Google Cloud BeyondCorp AppConnectors V1 Client class ListAppConnectorsResponse.
Response message for BeyondCorp.ListAppConnectors.
Generated from protobuf message google.cloud.beyondcorp.appconnectors.v1.ListAppConnectorsResponse
Namespace
Google \ Cloud \ BeyondCorp \ AppConnectors \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ app_connectors |
array<AppConnector>
A list of BeyondCorp AppConnectors in the project. |
↳ next_page_token |
string
A token to retrieve the next page of results, or empty if there are no more results in the list. |
↳ unreachable |
string[]
A list of locations that could not be reached. |
getAppConnectors
A list of BeyondCorp AppConnectors in the project.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<AppConnector> |
|
setAppConnectors
A list of BeyondCorp AppConnectors in the project.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AppConnector>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve the next page of results, or empty if there are no more results in the list.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to retrieve the next page of results, or empty if there are no more results in the list.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
A list of locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setUnreachable
A list of locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|