[BindServiceMethod(typeof(NetworkServices), "BindService")]
public abstract class NetworkServices.NetworkServicesBaseReference documentation and code samples for the Network Services v1 API class NetworkServices.NetworkServicesBase.
Base class for server-side implementations of NetworkServices
Namespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Methods
CreateEndpointPolicy(CreateEndpointPolicyRequest, ServerCallContext)
public virtual Task<Operation> CreateEndpointPolicy(CreateEndpointPolicyRequest request, ServerCallContext context)Creates a new EndpointPolicy in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEndpointPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateGateway(CreateGatewayRequest, ServerCallContext)
public virtual Task<Operation> CreateGateway(CreateGatewayRequest request, ServerCallContext context)Creates a new Gateway in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGatewayRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateGrpcRoute(CreateGrpcRouteRequest, ServerCallContext)
public virtual Task<Operation> CreateGrpcRoute(CreateGrpcRouteRequest request, ServerCallContext context)Creates a new GrpcRoute in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGrpcRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateHttpRoute(CreateHttpRouteRequest, ServerCallContext)
public virtual Task<Operation> CreateHttpRoute(CreateHttpRouteRequest request, ServerCallContext context)Creates a new HttpRoute in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateHttpRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateMesh(CreateMeshRequest, ServerCallContext)
public virtual Task<Operation> CreateMesh(CreateMeshRequest request, ServerCallContext context)Creates a new Mesh in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMeshRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateServiceBinding(CreateServiceBindingRequest, ServerCallContext)
public virtual Task<Operation> CreateServiceBinding(CreateServiceBindingRequest request, ServerCallContext context)Creates a new ServiceBinding in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateServiceBindingRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateServiceLbPolicy(CreateServiceLbPolicyRequest, ServerCallContext)
public virtual Task<Operation> CreateServiceLbPolicy(CreateServiceLbPolicyRequest request, ServerCallContext context)Creates a new ServiceLbPolicy in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateServiceLbPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateTcpRoute(CreateTcpRouteRequest, ServerCallContext)
public virtual Task<Operation> CreateTcpRoute(CreateTcpRouteRequest request, ServerCallContext context)Creates a new TcpRoute in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTcpRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateTlsRoute(CreateTlsRouteRequest, ServerCallContext)
public virtual Task<Operation> CreateTlsRoute(CreateTlsRouteRequest request, ServerCallContext context)Creates a new TlsRoute in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTlsRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateWasmPlugin(CreateWasmPluginRequest, ServerCallContext)
public virtual Task<Operation> CreateWasmPlugin(CreateWasmPluginRequest request, ServerCallContext context)Creates a new WasmPlugin resource in a given project
and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateWasmPluginRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateWasmPluginVersion(CreateWasmPluginVersionRequest, ServerCallContext)
public virtual Task<Operation> CreateWasmPluginVersion(CreateWasmPluginVersionRequest request, ServerCallContext context)Creates a new WasmPluginVersion resource in a given project
and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateWasmPluginVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteEndpointPolicy(DeleteEndpointPolicyRequest, ServerCallContext)
public virtual Task<Operation> DeleteEndpointPolicy(DeleteEndpointPolicyRequest request, ServerCallContext context)Deletes a single EndpointPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEndpointPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteGateway(DeleteGatewayRequest, ServerCallContext)
public virtual Task<Operation> DeleteGateway(DeleteGatewayRequest request, ServerCallContext context)Deletes a single Gateway.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGatewayRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteGrpcRoute(DeleteGrpcRouteRequest, ServerCallContext)
public virtual Task<Operation> DeleteGrpcRoute(DeleteGrpcRouteRequest request, ServerCallContext context)Deletes a single GrpcRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGrpcRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteHttpRoute(DeleteHttpRouteRequest, ServerCallContext)
public virtual Task<Operation> DeleteHttpRoute(DeleteHttpRouteRequest request, ServerCallContext context)Deletes a single HttpRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteHttpRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteMesh(DeleteMeshRequest, ServerCallContext)
public virtual Task<Operation> DeleteMesh(DeleteMeshRequest request, ServerCallContext context)Deletes a single Mesh.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteMeshRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteServiceBinding(DeleteServiceBindingRequest, ServerCallContext)
public virtual Task<Operation> DeleteServiceBinding(DeleteServiceBindingRequest request, ServerCallContext context)Deletes a single ServiceBinding.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteServiceBindingRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteServiceLbPolicy(DeleteServiceLbPolicyRequest, ServerCallContext)
public virtual Task<Operation> DeleteServiceLbPolicy(DeleteServiceLbPolicyRequest request, ServerCallContext context)Deletes a single ServiceLbPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteServiceLbPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteTcpRoute(DeleteTcpRouteRequest, ServerCallContext)
public virtual Task<Operation> DeleteTcpRoute(DeleteTcpRouteRequest request, ServerCallContext context)Deletes a single TcpRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTcpRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteTlsRoute(DeleteTlsRouteRequest, ServerCallContext)
public virtual Task<Operation> DeleteTlsRoute(DeleteTlsRouteRequest request, ServerCallContext context)Deletes a single TlsRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTlsRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteWasmPlugin(DeleteWasmPluginRequest, ServerCallContext)
public virtual Task<Operation> DeleteWasmPlugin(DeleteWasmPluginRequest request, ServerCallContext context)Deletes the specified WasmPlugin resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteWasmPluginRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteWasmPluginVersion(DeleteWasmPluginVersionRequest, ServerCallContext)
public virtual Task<Operation> DeleteWasmPluginVersion(DeleteWasmPluginVersionRequest request, ServerCallContext context)Deletes the specified WasmPluginVersion resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteWasmPluginVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetEndpointPolicy(GetEndpointPolicyRequest, ServerCallContext)
public virtual Task<EndpointPolicy> GetEndpointPolicy(GetEndpointPolicyRequest request, ServerCallContext context)Gets details of a single EndpointPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEndpointPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEndpointPolicy |
The response to send back to the client (wrapped by a task). |
GetGateway(GetGatewayRequest, ServerCallContext)
public virtual Task<Gateway> GetGateway(GetGatewayRequest request, ServerCallContext context)Gets details of a single Gateway.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGatewayRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGateway |
The response to send back to the client (wrapped by a task). |
GetGatewayRouteView(GetGatewayRouteViewRequest, ServerCallContext)
public virtual Task<GatewayRouteView> GetGatewayRouteView(GetGatewayRouteViewRequest request, ServerCallContext context)Get a single RouteView of a Gateway.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGatewayRouteViewRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGatewayRouteView |
The response to send back to the client (wrapped by a task). |
GetGrpcRoute(GetGrpcRouteRequest, ServerCallContext)
public virtual Task<GrpcRoute> GetGrpcRoute(GetGrpcRouteRequest request, ServerCallContext context)Gets details of a single GrpcRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGrpcRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGrpcRoute |
The response to send back to the client (wrapped by a task). |
GetHttpRoute(GetHttpRouteRequest, ServerCallContext)
public virtual Task<HttpRoute> GetHttpRoute(GetHttpRouteRequest request, ServerCallContext context)Gets details of a single HttpRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
GetHttpRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskHttpRoute |
The response to send back to the client (wrapped by a task). |
GetMesh(GetMeshRequest, ServerCallContext)
public virtual Task<Mesh> GetMesh(GetMeshRequest request, ServerCallContext context)Gets details of a single Mesh.
| Parameters | |
|---|---|
| Name | Description |
request |
GetMeshRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskMesh |
The response to send back to the client (wrapped by a task). |
GetMeshRouteView(GetMeshRouteViewRequest, ServerCallContext)
public virtual Task<MeshRouteView> GetMeshRouteView(GetMeshRouteViewRequest request, ServerCallContext context)Get a single RouteView of a Mesh.
| Parameters | |
|---|---|
| Name | Description |
request |
GetMeshRouteViewRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskMeshRouteView |
The response to send back to the client (wrapped by a task). |
GetServiceBinding(GetServiceBindingRequest, ServerCallContext)
public virtual Task<ServiceBinding> GetServiceBinding(GetServiceBindingRequest request, ServerCallContext context)Gets details of a single ServiceBinding.
| Parameters | |
|---|---|
| Name | Description |
request |
GetServiceBindingRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskServiceBinding |
The response to send back to the client (wrapped by a task). |
GetServiceLbPolicy(GetServiceLbPolicyRequest, ServerCallContext)
public virtual Task<ServiceLbPolicy> GetServiceLbPolicy(GetServiceLbPolicyRequest request, ServerCallContext context)Gets details of a single ServiceLbPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
GetServiceLbPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskServiceLbPolicy |
The response to send back to the client (wrapped by a task). |
GetTcpRoute(GetTcpRouteRequest, ServerCallContext)
public virtual Task<TcpRoute> GetTcpRoute(GetTcpRouteRequest request, ServerCallContext context)Gets details of a single TcpRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTcpRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTcpRoute |
The response to send back to the client (wrapped by a task). |
GetTlsRoute(GetTlsRouteRequest, ServerCallContext)
public virtual Task<TlsRoute> GetTlsRoute(GetTlsRouteRequest request, ServerCallContext context)Gets details of a single TlsRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTlsRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTlsRoute |
The response to send back to the client (wrapped by a task). |
GetWasmPlugin(GetWasmPluginRequest, ServerCallContext)
public virtual Task<WasmPlugin> GetWasmPlugin(GetWasmPluginRequest request, ServerCallContext context)Gets details of the specified WasmPlugin resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetWasmPluginRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskWasmPlugin |
The response to send back to the client (wrapped by a task). |
GetWasmPluginVersion(GetWasmPluginVersionRequest, ServerCallContext)
public virtual Task<WasmPluginVersion> GetWasmPluginVersion(GetWasmPluginVersionRequest request, ServerCallContext context)Gets details of the specified WasmPluginVersion resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetWasmPluginVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskWasmPluginVersion |
The response to send back to the client (wrapped by a task). |
ListEndpointPolicies(ListEndpointPoliciesRequest, ServerCallContext)
public virtual Task<ListEndpointPoliciesResponse> ListEndpointPolicies(ListEndpointPoliciesRequest request, ServerCallContext context)Lists EndpointPolicies in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEndpointPoliciesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListEndpointPoliciesResponse |
The response to send back to the client (wrapped by a task). |
ListGatewayRouteViews(ListGatewayRouteViewsRequest, ServerCallContext)
public virtual Task<ListGatewayRouteViewsResponse> ListGatewayRouteViews(ListGatewayRouteViewsRequest request, ServerCallContext context)Lists RouteViews
| Parameters | |
|---|---|
| Name | Description |
request |
ListGatewayRouteViewsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListGatewayRouteViewsResponse |
The response to send back to the client (wrapped by a task). |
ListGateways(ListGatewaysRequest, ServerCallContext)
public virtual Task<ListGatewaysResponse> ListGateways(ListGatewaysRequest request, ServerCallContext context)Lists Gateways in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGatewaysRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListGatewaysResponse |
The response to send back to the client (wrapped by a task). |
ListGrpcRoutes(ListGrpcRoutesRequest, ServerCallContext)
public virtual Task<ListGrpcRoutesResponse> ListGrpcRoutes(ListGrpcRoutesRequest request, ServerCallContext context)Lists GrpcRoutes in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGrpcRoutesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListGrpcRoutesResponse |
The response to send back to the client (wrapped by a task). |
ListHttpRoutes(ListHttpRoutesRequest, ServerCallContext)
public virtual Task<ListHttpRoutesResponse> ListHttpRoutes(ListHttpRoutesRequest request, ServerCallContext context)Lists HttpRoute in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListHttpRoutesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListHttpRoutesResponse |
The response to send back to the client (wrapped by a task). |
ListMeshRouteViews(ListMeshRouteViewsRequest, ServerCallContext)
public virtual Task<ListMeshRouteViewsResponse> ListMeshRouteViews(ListMeshRouteViewsRequest request, ServerCallContext context)Lists RouteViews
| Parameters | |
|---|---|
| Name | Description |
request |
ListMeshRouteViewsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListMeshRouteViewsResponse |
The response to send back to the client (wrapped by a task). |
ListMeshes(ListMeshesRequest, ServerCallContext)
public virtual Task<ListMeshesResponse> ListMeshes(ListMeshesRequest request, ServerCallContext context)Lists Meshes in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMeshesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListMeshesResponse |
The response to send back to the client (wrapped by a task). |
ListServiceBindings(ListServiceBindingsRequest, ServerCallContext)
public virtual Task<ListServiceBindingsResponse> ListServiceBindings(ListServiceBindingsRequest request, ServerCallContext context)Lists ServiceBinding in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListServiceBindingsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListServiceBindingsResponse |
The response to send back to the client (wrapped by a task). |
ListServiceLbPolicies(ListServiceLbPoliciesRequest, ServerCallContext)
public virtual Task<ListServiceLbPoliciesResponse> ListServiceLbPolicies(ListServiceLbPoliciesRequest request, ServerCallContext context)Lists ServiceLbPolicies in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListServiceLbPoliciesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListServiceLbPoliciesResponse |
The response to send back to the client (wrapped by a task). |
ListTcpRoutes(ListTcpRoutesRequest, ServerCallContext)
public virtual Task<ListTcpRoutesResponse> ListTcpRoutes(ListTcpRoutesRequest request, ServerCallContext context)Lists TcpRoute in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTcpRoutesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListTcpRoutesResponse |
The response to send back to the client (wrapped by a task). |
ListTlsRoutes(ListTlsRoutesRequest, ServerCallContext)
public virtual Task<ListTlsRoutesResponse> ListTlsRoutes(ListTlsRoutesRequest request, ServerCallContext context)Lists TlsRoute in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTlsRoutesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListTlsRoutesResponse |
The response to send back to the client (wrapped by a task). |
ListWasmPluginVersions(ListWasmPluginVersionsRequest, ServerCallContext)
public virtual Task<ListWasmPluginVersionsResponse> ListWasmPluginVersions(ListWasmPluginVersionsRequest request, ServerCallContext context)Lists WasmPluginVersion resources in a given project and
location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListWasmPluginVersionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListWasmPluginVersionsResponse |
The response to send back to the client (wrapped by a task). |
ListWasmPlugins(ListWasmPluginsRequest, ServerCallContext)
public virtual Task<ListWasmPluginsResponse> ListWasmPlugins(ListWasmPluginsRequest request, ServerCallContext context)Lists WasmPlugin resources in a given project and
location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListWasmPluginsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListWasmPluginsResponse |
The response to send back to the client (wrapped by a task). |
UpdateEndpointPolicy(UpdateEndpointPolicyRequest, ServerCallContext)
public virtual Task<Operation> UpdateEndpointPolicy(UpdateEndpointPolicyRequest request, ServerCallContext context)Updates the parameters of a single EndpointPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEndpointPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateGateway(UpdateGatewayRequest, ServerCallContext)
public virtual Task<Operation> UpdateGateway(UpdateGatewayRequest request, ServerCallContext context)Updates the parameters of a single Gateway.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGatewayRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateGrpcRoute(UpdateGrpcRouteRequest, ServerCallContext)
public virtual Task<Operation> UpdateGrpcRoute(UpdateGrpcRouteRequest request, ServerCallContext context)Updates the parameters of a single GrpcRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGrpcRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateHttpRoute(UpdateHttpRouteRequest, ServerCallContext)
public virtual Task<Operation> UpdateHttpRoute(UpdateHttpRouteRequest request, ServerCallContext context)Updates the parameters of a single HttpRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateHttpRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateMesh(UpdateMeshRequest, ServerCallContext)
public virtual Task<Operation> UpdateMesh(UpdateMeshRequest request, ServerCallContext context)Updates the parameters of a single Mesh.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateMeshRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateServiceBinding(UpdateServiceBindingRequest, ServerCallContext)
public virtual Task<Operation> UpdateServiceBinding(UpdateServiceBindingRequest request, ServerCallContext context)Updates the parameters of a single ServiceBinding.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateServiceBindingRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateServiceLbPolicy(UpdateServiceLbPolicyRequest, ServerCallContext)
public virtual Task<Operation> UpdateServiceLbPolicy(UpdateServiceLbPolicyRequest request, ServerCallContext context)Updates the parameters of a single ServiceLbPolicy.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateServiceLbPolicyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateTcpRoute(UpdateTcpRouteRequest, ServerCallContext)
public virtual Task<Operation> UpdateTcpRoute(UpdateTcpRouteRequest request, ServerCallContext context)Updates the parameters of a single TcpRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTcpRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateTlsRoute(UpdateTlsRouteRequest, ServerCallContext)
public virtual Task<Operation> UpdateTlsRoute(UpdateTlsRouteRequest request, ServerCallContext context)Updates the parameters of a single TlsRoute.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTlsRouteRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateWasmPlugin(UpdateWasmPluginRequest, ServerCallContext)
public virtual Task<Operation> UpdateWasmPlugin(UpdateWasmPluginRequest request, ServerCallContext context)Updates the parameters of the specified WasmPlugin resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateWasmPluginRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |