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
NetworkServicesClient(NetworkServicesClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
NetworkServicesClient const &
|
NetworkServicesClient(NetworkServicesClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
NetworkServicesClient &&
|
NetworkServicesClient(std::shared_ptr< NetworkServicesConnection >, Options)
Parameters | |
---|---|
Name | Description |
connection |
std::shared_ptr< NetworkServicesConnection >
|
opts |
Options
|
Operators
operator=(NetworkServicesClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
NetworkServicesClient const &
|
Returns | |
---|---|
Type | Description |
NetworkServicesClient & |
operator=(NetworkServicesClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
NetworkServicesClient &&
|
Returns | |
---|---|
Type | Description |
NetworkServicesClient & |
Functions
ListEndpointPolicies(std::string const &, Options)
Lists EndpointPolicies in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The project and location from which the EndpointPolicies should be listed, specified in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::networkservices::v1::EndpointPolicy > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListEndpointPolicies(google::cloud::networkservices::v1::ListEndpointPoliciesRequest, Options)
Lists EndpointPolicies in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::ListEndpointPoliciesRequest
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::networkservices::v1::EndpointPolicy > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetEndpointPolicy(std::string const &, Options)
Gets details of a single EndpointPolicy.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the EndpointPolicy to get. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::networkservices::v1::EndpointPolicy > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.EndpointPolicy) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetEndpointPolicy(google::cloud::networkservices::v1::GetEndpointPolicyRequest const &, Options)
Gets details of a single EndpointPolicy.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::GetEndpointPolicyRequest 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::networkservices::v1::EndpointPolicy > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.EndpointPolicy) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateEndpointPolicy(std::string const &, google::cloud::networkservices::v1::EndpointPolicy const &, std::string const &, Options)
Creates a new EndpointPolicy in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource of the EndpointPolicy. Must be in the format |
endpoint_policy |
google::cloud::networkservices::v1::EndpointPolicy const &
Required. EndpointPolicy resource to be created. |
endpoint_policy_id |
std::string const &
Required. Short name of the EndpointPolicy resource to be created. E.g. "CustomECS". |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::EndpointPolicy > > |
A |
CreateEndpointPolicy(google::cloud::networkservices::v1::CreateEndpointPolicyRequest const &, Options)
Creates a new EndpointPolicy in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::CreateEndpointPolicyRequest 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::networkservices::v1::EndpointPolicy > > |
A |
UpdateEndpointPolicy(google::cloud::networkservices::v1::EndpointPolicy const &, google::protobuf::FieldMask const &, Options)
Updates the parameters of a single EndpointPolicy.
Parameters | |
---|---|
Name | Description |
endpoint_policy |
google::cloud::networkservices::v1::EndpointPolicy const &
Required. Updated EndpointPolicy resource. |
update_mask |
google::protobuf::FieldMask const &
Optional. Field mask is used to specify the fields to be overwritten in the EndpointPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::EndpointPolicy > > |
A |
UpdateEndpointPolicy(google::cloud::networkservices::v1::UpdateEndpointPolicyRequest const &, Options)
Updates the parameters of a single EndpointPolicy.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::UpdateEndpointPolicyRequest 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::networkservices::v1::EndpointPolicy > > |
A |
DeleteEndpointPolicy(std::string const &, Options)
Deletes a single EndpointPolicy.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the EndpointPolicy to delete. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::OperationMetadata > > |
A |
DeleteEndpointPolicy(google::cloud::networkservices::v1::DeleteEndpointPolicyRequest const &, Options)
Deletes a single EndpointPolicy.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::DeleteEndpointPolicyRequest 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::networkservices::v1::OperationMetadata > > |
A |
ListGateways(std::string const &, Options)
Lists Gateways in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The project and location from which the Gateways should be listed, specified in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::networkservices::v1::Gateway > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListGateways(google::cloud::networkservices::v1::ListGatewaysRequest, Options)
Lists Gateways in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::ListGatewaysRequest
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::networkservices::v1::Gateway > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetGateway(std::string const &, Options)
Gets details of a single Gateway.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the Gateway to get. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::networkservices::v1::Gateway > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.Gateway) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetGateway(google::cloud::networkservices::v1::GetGatewayRequest const &, Options)
Gets details of a single Gateway.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::GetGatewayRequest 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::networkservices::v1::Gateway > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.Gateway) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateGateway(std::string const &, google::cloud::networkservices::v1::Gateway const &, std::string const &, Options)
Creates a new Gateway in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource of the Gateway. Must be in the format |
gateway |
google::cloud::networkservices::v1::Gateway const &
Required. Gateway resource to be created. |
gateway_id |
std::string const &
Required. Short name of the Gateway resource to be created. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::Gateway > > |
A |
CreateGateway(google::cloud::networkservices::v1::CreateGatewayRequest const &, Options)
Creates a new Gateway in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::CreateGatewayRequest 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::networkservices::v1::Gateway > > |
A |
UpdateGateway(google::cloud::networkservices::v1::Gateway const &, google::protobuf::FieldMask const &, Options)
Updates the parameters of a single Gateway.
Parameters | |
---|---|
Name | Description |
gateway |
google::cloud::networkservices::v1::Gateway const &
Required. Updated Gateway resource. |
update_mask |
google::protobuf::FieldMask const &
Optional. Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::Gateway > > |
A |
UpdateGateway(google::cloud::networkservices::v1::UpdateGatewayRequest const &, Options)
Updates the parameters of a single Gateway.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::UpdateGatewayRequest 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::networkservices::v1::Gateway > > |
A |
DeleteGateway(std::string const &, Options)
Deletes a single Gateway.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the Gateway to delete. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::OperationMetadata > > |
A |
DeleteGateway(google::cloud::networkservices::v1::DeleteGatewayRequest const &, Options)
Deletes a single Gateway.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::DeleteGatewayRequest 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::networkservices::v1::OperationMetadata > > |
A |
ListGrpcRoutes(std::string const &, Options)
Lists GrpcRoutes in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The project and location from which the GrpcRoutes should be listed, specified in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::networkservices::v1::GrpcRoute > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListGrpcRoutes(google::cloud::networkservices::v1::ListGrpcRoutesRequest, Options)
Lists GrpcRoutes in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::ListGrpcRoutesRequest
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::networkservices::v1::GrpcRoute > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetGrpcRoute(std::string const &, Options)
Gets details of a single GrpcRoute.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the GrpcRoute to get. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::networkservices::v1::GrpcRoute > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.GrpcRoute) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetGrpcRoute(google::cloud::networkservices::v1::GetGrpcRouteRequest const &, Options)
Gets details of a single GrpcRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::GetGrpcRouteRequest 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::networkservices::v1::GrpcRoute > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.GrpcRoute) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateGrpcRoute(std::string const &, google::cloud::networkservices::v1::GrpcRoute const &, std::string const &, Options)
Creates a new GrpcRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource of the GrpcRoute. Must be in the format |
grpc_route |
google::cloud::networkservices::v1::GrpcRoute const &
Required. GrpcRoute resource to be created. |
grpc_route_id |
std::string const &
Required. Short name of the GrpcRoute resource to be created. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::GrpcRoute > > |
A |
CreateGrpcRoute(google::cloud::networkservices::v1::CreateGrpcRouteRequest const &, Options)
Creates a new GrpcRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::CreateGrpcRouteRequest 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::networkservices::v1::GrpcRoute > > |
A |
UpdateGrpcRoute(google::cloud::networkservices::v1::GrpcRoute const &, google::protobuf::FieldMask const &, Options)
Updates the parameters of a single GrpcRoute.
Parameters | |
---|---|
Name | Description |
grpc_route |
google::cloud::networkservices::v1::GrpcRoute const &
Required. Updated GrpcRoute resource. |
update_mask |
google::protobuf::FieldMask const &
Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::GrpcRoute > > |
A |
UpdateGrpcRoute(google::cloud::networkservices::v1::UpdateGrpcRouteRequest const &, Options)
Updates the parameters of a single GrpcRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::UpdateGrpcRouteRequest 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::networkservices::v1::GrpcRoute > > |
A |
DeleteGrpcRoute(std::string const &, Options)
Deletes a single GrpcRoute.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the GrpcRoute to delete. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::OperationMetadata > > |
A |
DeleteGrpcRoute(google::cloud::networkservices::v1::DeleteGrpcRouteRequest const &, Options)
Deletes a single GrpcRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::DeleteGrpcRouteRequest 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::networkservices::v1::OperationMetadata > > |
A |
ListHttpRoutes(std::string const &, Options)
Lists HttpRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The project and location from which the HttpRoutes should be listed, specified in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::networkservices::v1::HttpRoute > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListHttpRoutes(google::cloud::networkservices::v1::ListHttpRoutesRequest, Options)
Lists HttpRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::ListHttpRoutesRequest
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::networkservices::v1::HttpRoute > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetHttpRoute(std::string const &, Options)
Gets details of a single HttpRoute.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the HttpRoute to get. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::networkservices::v1::HttpRoute > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.HttpRoute) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetHttpRoute(google::cloud::networkservices::v1::GetHttpRouteRequest const &, Options)
Gets details of a single HttpRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::GetHttpRouteRequest 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::networkservices::v1::HttpRoute > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.HttpRoute) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateHttpRoute(std::string const &, google::cloud::networkservices::v1::HttpRoute const &, std::string const &, Options)
Creates a new HttpRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource of the HttpRoute. Must be in the format |
http_route |
google::cloud::networkservices::v1::HttpRoute const &
Required. HttpRoute resource to be created. |
http_route_id |
std::string const &
Required. Short name of the HttpRoute resource to be created. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::HttpRoute > > |
A |
CreateHttpRoute(google::cloud::networkservices::v1::CreateHttpRouteRequest const &, Options)
Creates a new HttpRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::CreateHttpRouteRequest 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::networkservices::v1::HttpRoute > > |
A |
UpdateHttpRoute(google::cloud::networkservices::v1::HttpRoute const &, google::protobuf::FieldMask const &, Options)
Updates the parameters of a single HttpRoute.
Parameters | |
---|---|
Name | Description |
http_route |
google::cloud::networkservices::v1::HttpRoute const &
Required. Updated HttpRoute resource. |
update_mask |
google::protobuf::FieldMask const &
Optional. Field mask is used to specify the fields to be overwritten in the HttpRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::HttpRoute > > |
A |
UpdateHttpRoute(google::cloud::networkservices::v1::UpdateHttpRouteRequest const &, Options)
Updates the parameters of a single HttpRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::UpdateHttpRouteRequest 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::networkservices::v1::HttpRoute > > |
A |
DeleteHttpRoute(std::string const &, Options)
Deletes a single HttpRoute.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the HttpRoute to delete. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::OperationMetadata > > |
A |
DeleteHttpRoute(google::cloud::networkservices::v1::DeleteHttpRouteRequest const &, Options)
Deletes a single HttpRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::DeleteHttpRouteRequest 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::networkservices::v1::OperationMetadata > > |
A |
ListTcpRoutes(std::string const &, Options)
Lists TcpRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The project and location from which the TcpRoutes should be listed, specified in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::networkservices::v1::TcpRoute > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListTcpRoutes(google::cloud::networkservices::v1::ListTcpRoutesRequest, Options)
Lists TcpRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::ListTcpRoutesRequest
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::networkservices::v1::TcpRoute > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetTcpRoute(std::string const &, Options)
Gets details of a single TcpRoute.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the TcpRoute to get. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::networkservices::v1::TcpRoute > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.TcpRoute) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetTcpRoute(google::cloud::networkservices::v1::GetTcpRouteRequest const &, Options)
Gets details of a single TcpRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::GetTcpRouteRequest 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::networkservices::v1::TcpRoute > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.TcpRoute) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateTcpRoute(std::string const &, google::cloud::networkservices::v1::TcpRoute const &, std::string const &, Options)
Creates a new TcpRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource of the TcpRoute. Must be in the format |
tcp_route |
google::cloud::networkservices::v1::TcpRoute const &
Required. TcpRoute resource to be created. |
tcp_route_id |
std::string const &
Required. Short name of the TcpRoute resource to be created. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::TcpRoute > > |
A |
CreateTcpRoute(google::cloud::networkservices::v1::CreateTcpRouteRequest const &, Options)
Creates a new TcpRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::CreateTcpRouteRequest 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::networkservices::v1::TcpRoute > > |
A |
UpdateTcpRoute(google::cloud::networkservices::v1::TcpRoute const &, google::protobuf::FieldMask const &, Options)
Updates the parameters of a single TcpRoute.
Parameters | |
---|---|
Name | Description |
tcp_route |
google::cloud::networkservices::v1::TcpRoute const &
Required. Updated TcpRoute resource. |
update_mask |
google::protobuf::FieldMask const &
Optional. Field mask is used to specify the fields to be overwritten in the TcpRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::TcpRoute > > |
A |
UpdateTcpRoute(google::cloud::networkservices::v1::UpdateTcpRouteRequest const &, Options)
Updates the parameters of a single TcpRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::UpdateTcpRouteRequest 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::networkservices::v1::TcpRoute > > |
A |
DeleteTcpRoute(std::string const &, Options)
Deletes a single TcpRoute.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the TcpRoute to delete. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::OperationMetadata > > |
A |
DeleteTcpRoute(google::cloud::networkservices::v1::DeleteTcpRouteRequest const &, Options)
Deletes a single TcpRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::DeleteTcpRouteRequest 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::networkservices::v1::OperationMetadata > > |
A |
ListTlsRoutes(std::string const &, Options)
Lists TlsRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The project and location from which the TlsRoutes should be listed, specified in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::networkservices::v1::TlsRoute > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListTlsRoutes(google::cloud::networkservices::v1::ListTlsRoutesRequest, Options)
Lists TlsRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::ListTlsRoutesRequest
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::networkservices::v1::TlsRoute > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetTlsRoute(std::string const &, Options)
Gets details of a single TlsRoute.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the TlsRoute to get. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::networkservices::v1::TlsRoute > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.TlsRoute) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetTlsRoute(google::cloud::networkservices::v1::GetTlsRouteRequest const &, Options)
Gets details of a single TlsRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::GetTlsRouteRequest 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::networkservices::v1::TlsRoute > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.TlsRoute) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateTlsRoute(std::string const &, google::cloud::networkservices::v1::TlsRoute const &, std::string const &, Options)
Creates a new TlsRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource of the TlsRoute. Must be in the format |
tls_route |
google::cloud::networkservices::v1::TlsRoute const &
Required. TlsRoute resource to be created. |
tls_route_id |
std::string const &
Required. Short name of the TlsRoute resource to be created. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::TlsRoute > > |
A |
CreateTlsRoute(google::cloud::networkservices::v1::CreateTlsRouteRequest const &, Options)
Creates a new TlsRoute in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::CreateTlsRouteRequest 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::networkservices::v1::TlsRoute > > |
A |
UpdateTlsRoute(google::cloud::networkservices::v1::TlsRoute const &, google::protobuf::FieldMask const &, Options)
Updates the parameters of a single TlsRoute.
Parameters | |
---|---|
Name | Description |
tls_route |
google::cloud::networkservices::v1::TlsRoute const &
Required. Updated TlsRoute resource. |
update_mask |
google::protobuf::FieldMask const &
Optional. Field mask is used to specify the fields to be overwritten in the TlsRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::TlsRoute > > |
A |
UpdateTlsRoute(google::cloud::networkservices::v1::UpdateTlsRouteRequest const &, Options)
Updates the parameters of a single TlsRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::UpdateTlsRouteRequest 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::networkservices::v1::TlsRoute > > |
A |
DeleteTlsRoute(std::string const &, Options)
Deletes a single TlsRoute.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the TlsRoute to delete. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::OperationMetadata > > |
A |
DeleteTlsRoute(google::cloud::networkservices::v1::DeleteTlsRouteRequest const &, Options)
Deletes a single TlsRoute.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::DeleteTlsRouteRequest 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::networkservices::v1::OperationMetadata > > |
A |
ListServiceBindings(std::string const &, Options)
Lists ServiceBinding in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The project and location from which the ServiceBindings should be listed, specified in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::networkservices::v1::ServiceBinding > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListServiceBindings(google::cloud::networkservices::v1::ListServiceBindingsRequest, Options)
Lists ServiceBinding in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::ListServiceBindingsRequest
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::networkservices::v1::ServiceBinding > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetServiceBinding(std::string const &, Options)
Gets details of a single ServiceBinding.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the ServiceBinding to get. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::networkservices::v1::ServiceBinding > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.ServiceBinding) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetServiceBinding(google::cloud::networkservices::v1::GetServiceBindingRequest const &, Options)
Gets details of a single ServiceBinding.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::GetServiceBindingRequest 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::networkservices::v1::ServiceBinding > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.ServiceBinding) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateServiceBinding(std::string const &, google::cloud::networkservices::v1::ServiceBinding const &, std::string const &, Options)
Creates a new ServiceBinding in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource of the ServiceBinding. Must be in the format |
service_binding |
google::cloud::networkservices::v1::ServiceBinding const &
Required. ServiceBinding resource to be created. |
service_binding_id |
std::string const &
Required. Short name of the ServiceBinding resource to be created. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::ServiceBinding > > |
A |
CreateServiceBinding(google::cloud::networkservices::v1::CreateServiceBindingRequest const &, Options)
Creates a new ServiceBinding in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::CreateServiceBindingRequest 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::networkservices::v1::ServiceBinding > > |
A |
DeleteServiceBinding(std::string const &, Options)
Deletes a single ServiceBinding.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the ServiceBinding to delete. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::OperationMetadata > > |
A |
DeleteServiceBinding(google::cloud::networkservices::v1::DeleteServiceBindingRequest const &, Options)
Deletes a single ServiceBinding.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::DeleteServiceBindingRequest 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::networkservices::v1::OperationMetadata > > |
A |
ListMeshes(std::string const &, Options)
Lists Meshes in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The project and location from which the Meshes should be listed, specified in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::networkservices::v1::Mesh > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListMeshes(google::cloud::networkservices::v1::ListMeshesRequest, Options)
Lists Meshes in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::ListMeshesRequest
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::networkservices::v1::Mesh > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetMesh(std::string const &, Options)
Gets details of a single Mesh.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the Mesh to get. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::cloud::networkservices::v1::Mesh > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.Mesh) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetMesh(google::cloud::networkservices::v1::GetMeshRequest const &, Options)
Gets details of a single Mesh.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::GetMeshRequest 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::networkservices::v1::Mesh > |
the result of the RPC. The response message type (google.cloud.networkservices.v1.Mesh) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
CreateMesh(std::string const &, google::cloud::networkservices::v1::Mesh const &, std::string const &, Options)
Creates a new Mesh in a given project and location.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource of the Mesh. Must be in the format |
mesh |
google::cloud::networkservices::v1::Mesh const &
Required. Mesh resource to be created. |
mesh_id |
std::string const &
Required. Short name of the Mesh resource to be created. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::Mesh > > |
A |
CreateMesh(google::cloud::networkservices::v1::CreateMeshRequest const &, Options)
Creates a new Mesh in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::CreateMeshRequest 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::networkservices::v1::Mesh > > |
A |
UpdateMesh(google::cloud::networkservices::v1::Mesh const &, google::protobuf::FieldMask const &, Options)
Updates the parameters of a single Mesh.
Parameters | |
---|---|
Name | Description |
mesh |
google::cloud::networkservices::v1::Mesh const &
Required. Updated Mesh resource. |
update_mask |
google::protobuf::FieldMask const &
Optional. Field mask is used to specify the fields to be overwritten in the Mesh resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::Mesh > > |
A |
UpdateMesh(google::cloud::networkservices::v1::UpdateMeshRequest const &, Options)
Updates the parameters of a single Mesh.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::UpdateMeshRequest 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::networkservices::v1::Mesh > > |
A |
DeleteMesh(std::string const &, Options)
Deletes a single Mesh.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. A name of the Mesh to delete. Must be in the format |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::cloud::networkservices::v1::OperationMetadata > > |
A |
DeleteMesh(google::cloud::networkservices::v1::DeleteMeshRequest const &, Options)
Deletes a single Mesh.
Parameters | |
---|---|
Name | Description |
request |
google::cloud::networkservices::v1::DeleteMeshRequest 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::networkservices::v1::OperationMetadata > > |
A |