API Overview:
The beyondcorp.googleapis.com
service implements the Google Cloud BeyondCorp API.
Data Model:
The AppConnectorsService exposes the following resource:
- AppConnectors, named as follows:
projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}
.
The AppConnectorsService provides methods to manage (create/read/update/delete) BeyondCorp AppConnectors.
Equality
Instances of this class created via copy-construction or copy-assignment always compare equal. Instances created with equal std::shared_ptr<*Connection>
objects compare equal. Objects that compare equal share the same underlying resources.
Performance
Creating a new instance of this class is a relatively expensive operation, new objects establish new connections to the service. In contrast, copy-construction, move-construction, and the corresponding assignment operations are relatively efficient as the copies share all underlying resources.
Thread Safety
Concurrent access to different instances of this class, even if they compare equal, is guaranteed to work. Two or more threads operating on the same instance of this class is not guaranteed to work. Since copy-construction and move-construction is a relatively efficient operation, consider using such a copy when using this class from multiple threads.
Constructors
AppConnectorsServiceClient(AppConnectorsServiceClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
AppConnectorsServiceClient const &
|
AppConnectorsServiceClient(AppConnectorsServiceClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
AppConnectorsServiceClient &&
|
AppConnectorsServiceClient(std::shared_ptr< AppConnectorsServiceConnection >, Options)
Parameters | |
---|---|
Name | Description |
connection |
std::shared_ptr< AppConnectorsServiceConnection >
|
opts |
Options
|
Operators
operator=(AppConnectorsServiceClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
AppConnectorsServiceClient const &
|
Returns | |
---|---|
Type | Description |
AppConnectorsServiceClient & |
operator=(AppConnectorsServiceClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
AppConnectorsServiceClient &&
|
Returns | |
---|---|
Type | Description |
AppConnectorsServiceClient & |
Functions
ListAppConnectors(std::string const &, Options)
Lists AppConnectors in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The resource name of the AppConnector location using the form: |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::beyondcorp::appconnectors::v1::AppConnector > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListAppConnectors(google::cloud::beyondcorp::appconnectors::v1::ListAppConnectorsRequest, Options)
Lists AppConnectors in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::beyondcorp::appconnectors::v1::ListAppConnectorsRequest
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::beyondcorp::appconnectors::v1::AppConnector > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetAppConnector(std::string const &, Options)
Gets details of a single AppConnector.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. BeyondCorp AppConnector name using the form: |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnector > |
the result of the RPC. The response message type (google.cloud.beyondcorp.appconnectors.v1.AppConnector) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetAppConnector(google::cloud::beyondcorp::appconnectors::v1::GetAppConnectorRequest const &, Options)
Gets details of a single AppConnector.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::beyondcorp::appconnectors::v1::GetAppConnectorRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnector > |
the result of the RPC. The response message type (google.cloud.beyondcorp.appconnectors.v1.AppConnector) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateAppConnector(std::string const &, google::cloud::beyondcorp::appconnectors::v1::AppConnector const &, std::string const &, Options)
Creates a new AppConnector in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The resource project name of the AppConnector location using the form: |
app_connector |
google::cloud::beyondcorp::appconnectors::v1::AppConnector const &
Required. A BeyondCorp AppConnector resource. |
app_connector_id |
std::string const &
Optional. User-settable AppConnector resource ID.
|
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnector > > |
A |
CreateAppConnector(google::cloud::beyondcorp::appconnectors::v1::CreateAppConnectorRequest const &, Options)
Creates a new AppConnector in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::beyondcorp::appconnectors::v1::CreateAppConnectorRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnector > > |
A |
UpdateAppConnector(google::cloud::beyondcorp::appconnectors::v1::AppConnector const &, google::protobuf::FieldMask const &, Options)
Updates the parameters of a single AppConnector.
Parameters | |
---|---|
Name | Description |
app_connector |
google::cloud::beyondcorp::appconnectors::v1::AppConnector const &
Required. AppConnector message with updated fields. Only supported fields specified in update_mask are updated. |
update_mask |
google::protobuf::FieldMask const &
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [BeyondCorp.AppConnector]:
|
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnector > > |
A |
UpdateAppConnector(google::cloud::beyondcorp::appconnectors::v1::UpdateAppConnectorRequest const &, Options)
Updates the parameters of a single AppConnector.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::beyondcorp::appconnectors::v1::UpdateAppConnectorRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnector > > |
A |
DeleteAppConnector(std::string const &, Options)
Deletes a single AppConnector.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. BeyondCorp AppConnector name using the form: |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnectorOperationMetadata > > |
A |
DeleteAppConnector(google::cloud::beyondcorp::appconnectors::v1::DeleteAppConnectorRequest const &, Options)
Deletes a single AppConnector.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::beyondcorp::appconnectors::v1::DeleteAppConnectorRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnectorOperationMetadata > > |
A |
ReportStatus(std::string const &, google::cloud::beyondcorp::appconnectors::v1::ResourceInfo const &, Options)
Report status for a given connector.
Parameters | |
---|---|
Name | Description |
app_connector |
std::string const &
Required. BeyondCorp Connector name using the form: |
resource_info |
google::cloud::beyondcorp::appconnectors::v1::ResourceInfo const &
Required. Resource info of the connector. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnector > > |
A |
ReportStatus(google::cloud::beyondcorp::appconnectors::v1::ReportStatusRequest const &, Options)
Report status for a given connector.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::beyondcorp::appconnectors::v1::ReportStatusRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::beyondcorp::appconnectors::v1::AppConnector > > |
A |