public class DepService.DepServiceClient : ClientBase<DepService.DepServiceClient>
Reference documentation and code samples for the Network Services v1 API class DepService.DepServiceClient.
Client for DepService
Inheritance
object > ClientBase > ClientBaseDepServiceDepServiceClient > DepService.DepServiceClientNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
DepServiceClient()
protected DepServiceClient()
Protected parameterless constructor to allow creation of test doubles.
DepServiceClient(CallInvoker)
public DepServiceClient(CallInvoker callInvoker)
Creates a new client for DepService that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
DepServiceClient(ChannelBase)
public DepServiceClient(ChannelBase channel)
Creates a new client for DepService
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
DepServiceClient(ClientBaseConfiguration)
protected DepServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration The client configuration. |
Methods
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()
Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
IAMPolicyIAMPolicyClient |
A new IAMPolicy.IAMPolicyClient for the same target as this client. |
CreateLbRouteExtension(CreateLbRouteExtensionRequest, CallOptions)
public virtual Operation CreateLbRouteExtension(CreateLbRouteExtensionRequest request, CallOptions options)
Creates a new LbRouteExtension
resource in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateLbRouteExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateLbRouteExtension(CreateLbRouteExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateLbRouteExtension(CreateLbRouteExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new LbRouteExtension
resource in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateLbRouteExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateLbRouteExtensionAsync(CreateLbRouteExtensionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateLbRouteExtensionAsync(CreateLbRouteExtensionRequest request, CallOptions options)
Creates a new LbRouteExtension
resource in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateLbRouteExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateLbRouteExtensionAsync(CreateLbRouteExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateLbRouteExtensionAsync(CreateLbRouteExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new LbRouteExtension
resource in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateLbRouteExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateLbTrafficExtension(CreateLbTrafficExtensionRequest, CallOptions)
public virtual Operation CreateLbTrafficExtension(CreateLbTrafficExtensionRequest request, CallOptions options)
Creates a new LbTrafficExtension
resource in a given project and
location.
Parameters | |
---|---|
Name | Description |
request |
CreateLbTrafficExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateLbTrafficExtension(CreateLbTrafficExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateLbTrafficExtension(CreateLbTrafficExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new LbTrafficExtension
resource in a given project and
location.
Parameters | |
---|---|
Name | Description |
request |
CreateLbTrafficExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateLbTrafficExtensionAsync(CreateLbTrafficExtensionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateLbTrafficExtensionAsync(CreateLbTrafficExtensionRequest request, CallOptions options)
Creates a new LbTrafficExtension
resource in a given project and
location.
Parameters | |
---|---|
Name | Description |
request |
CreateLbTrafficExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateLbTrafficExtensionAsync(CreateLbTrafficExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateLbTrafficExtensionAsync(CreateLbTrafficExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new LbTrafficExtension
resource in a given project and
location.
Parameters | |
---|---|
Name | Description |
request |
CreateLbTrafficExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()
Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
LocationsLocationsClient |
A new Locations.LocationsClient for the same target as this client. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()
Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
DeleteLbRouteExtension(DeleteLbRouteExtensionRequest, CallOptions)
public virtual Operation DeleteLbRouteExtension(DeleteLbRouteExtensionRequest request, CallOptions options)
Deletes the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
DeleteLbRouteExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteLbRouteExtension(DeleteLbRouteExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteLbRouteExtension(DeleteLbRouteExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
DeleteLbRouteExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteLbRouteExtensionAsync(DeleteLbRouteExtensionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteLbRouteExtensionAsync(DeleteLbRouteExtensionRequest request, CallOptions options)
Deletes the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
DeleteLbRouteExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteLbRouteExtensionAsync(DeleteLbRouteExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteLbRouteExtensionAsync(DeleteLbRouteExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
DeleteLbRouteExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteLbTrafficExtension(DeleteLbTrafficExtensionRequest, CallOptions)
public virtual Operation DeleteLbTrafficExtension(DeleteLbTrafficExtensionRequest request, CallOptions options)
Deletes the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
DeleteLbTrafficExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteLbTrafficExtension(DeleteLbTrafficExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteLbTrafficExtension(DeleteLbTrafficExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
DeleteLbTrafficExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteLbTrafficExtensionAsync(DeleteLbTrafficExtensionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteLbTrafficExtensionAsync(DeleteLbTrafficExtensionRequest request, CallOptions options)
Deletes the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
DeleteLbTrafficExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteLbTrafficExtensionAsync(DeleteLbTrafficExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteLbTrafficExtensionAsync(DeleteLbTrafficExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
DeleteLbTrafficExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
GetLbRouteExtension(GetLbRouteExtensionRequest, CallOptions)
public virtual LbRouteExtension GetLbRouteExtension(GetLbRouteExtensionRequest request, CallOptions options)
Gets details of the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
GetLbRouteExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
LbRouteExtension |
The response received from the server. |
GetLbRouteExtension(GetLbRouteExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual LbRouteExtension GetLbRouteExtension(GetLbRouteExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
GetLbRouteExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
LbRouteExtension |
The response received from the server. |
GetLbRouteExtensionAsync(GetLbRouteExtensionRequest, CallOptions)
public virtual AsyncUnaryCall<LbRouteExtension> GetLbRouteExtensionAsync(GetLbRouteExtensionRequest request, CallOptions options)
Gets details of the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
GetLbRouteExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallLbRouteExtension |
The call object. |
GetLbRouteExtensionAsync(GetLbRouteExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<LbRouteExtension> GetLbRouteExtensionAsync(GetLbRouteExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
GetLbRouteExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallLbRouteExtension |
The call object. |
GetLbTrafficExtension(GetLbTrafficExtensionRequest, CallOptions)
public virtual LbTrafficExtension GetLbTrafficExtension(GetLbTrafficExtensionRequest request, CallOptions options)
Gets details of the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
GetLbTrafficExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
LbTrafficExtension |
The response received from the server. |
GetLbTrafficExtension(GetLbTrafficExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual LbTrafficExtension GetLbTrafficExtension(GetLbTrafficExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
GetLbTrafficExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
LbTrafficExtension |
The response received from the server. |
GetLbTrafficExtensionAsync(GetLbTrafficExtensionRequest, CallOptions)
public virtual AsyncUnaryCall<LbTrafficExtension> GetLbTrafficExtensionAsync(GetLbTrafficExtensionRequest request, CallOptions options)
Gets details of the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
GetLbTrafficExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallLbTrafficExtension |
The call object. |
GetLbTrafficExtensionAsync(GetLbTrafficExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<LbTrafficExtension> GetLbTrafficExtensionAsync(GetLbTrafficExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
GetLbTrafficExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallLbTrafficExtension |
The call object. |
ListLbRouteExtensions(ListLbRouteExtensionsRequest, CallOptions)
public virtual ListLbRouteExtensionsResponse ListLbRouteExtensions(ListLbRouteExtensionsRequest request, CallOptions options)
Lists LbRouteExtension
resources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListLbRouteExtensionsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListLbRouteExtensionsResponse |
The response received from the server. |
ListLbRouteExtensions(ListLbRouteExtensionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListLbRouteExtensionsResponse ListLbRouteExtensions(ListLbRouteExtensionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists LbRouteExtension
resources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListLbRouteExtensionsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListLbRouteExtensionsResponse |
The response received from the server. |
ListLbRouteExtensionsAsync(ListLbRouteExtensionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListLbRouteExtensionsResponse> ListLbRouteExtensionsAsync(ListLbRouteExtensionsRequest request, CallOptions options)
Lists LbRouteExtension
resources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListLbRouteExtensionsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListLbRouteExtensionsResponse |
The call object. |
ListLbRouteExtensionsAsync(ListLbRouteExtensionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListLbRouteExtensionsResponse> ListLbRouteExtensionsAsync(ListLbRouteExtensionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists LbRouteExtension
resources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListLbRouteExtensionsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListLbRouteExtensionsResponse |
The call object. |
ListLbTrafficExtensions(ListLbTrafficExtensionsRequest, CallOptions)
public virtual ListLbTrafficExtensionsResponse ListLbTrafficExtensions(ListLbTrafficExtensionsRequest request, CallOptions options)
Lists LbTrafficExtension
resources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListLbTrafficExtensionsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListLbTrafficExtensionsResponse |
The response received from the server. |
ListLbTrafficExtensions(ListLbTrafficExtensionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListLbTrafficExtensionsResponse ListLbTrafficExtensions(ListLbTrafficExtensionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists LbTrafficExtension
resources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListLbTrafficExtensionsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListLbTrafficExtensionsResponse |
The response received from the server. |
ListLbTrafficExtensionsAsync(ListLbTrafficExtensionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListLbTrafficExtensionsResponse> ListLbTrafficExtensionsAsync(ListLbTrafficExtensionsRequest request, CallOptions options)
Lists LbTrafficExtension
resources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListLbTrafficExtensionsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListLbTrafficExtensionsResponse |
The call object. |
ListLbTrafficExtensionsAsync(ListLbTrafficExtensionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListLbTrafficExtensionsResponse> ListLbTrafficExtensionsAsync(ListLbTrafficExtensionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists LbTrafficExtension
resources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListLbTrafficExtensionsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListLbTrafficExtensionsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override DepService.DepServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
DepServiceDepServiceClient |
UpdateLbRouteExtension(UpdateLbRouteExtensionRequest, CallOptions)
public virtual Operation UpdateLbRouteExtension(UpdateLbRouteExtensionRequest request, CallOptions options)
Updates the parameters of the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
UpdateLbRouteExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateLbRouteExtension(UpdateLbRouteExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateLbRouteExtension(UpdateLbRouteExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
UpdateLbRouteExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateLbRouteExtensionAsync(UpdateLbRouteExtensionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateLbRouteExtensionAsync(UpdateLbRouteExtensionRequest request, CallOptions options)
Updates the parameters of the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
UpdateLbRouteExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateLbRouteExtensionAsync(UpdateLbRouteExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateLbRouteExtensionAsync(UpdateLbRouteExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of the specified LbRouteExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
UpdateLbRouteExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateLbTrafficExtension(UpdateLbTrafficExtensionRequest, CallOptions)
public virtual Operation UpdateLbTrafficExtension(UpdateLbTrafficExtensionRequest request, CallOptions options)
Updates the parameters of the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
UpdateLbTrafficExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateLbTrafficExtension(UpdateLbTrafficExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateLbTrafficExtension(UpdateLbTrafficExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
UpdateLbTrafficExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateLbTrafficExtensionAsync(UpdateLbTrafficExtensionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateLbTrafficExtensionAsync(UpdateLbTrafficExtensionRequest request, CallOptions options)
Updates the parameters of the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
UpdateLbTrafficExtensionRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateLbTrafficExtensionAsync(UpdateLbTrafficExtensionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateLbTrafficExtensionAsync(UpdateLbTrafficExtensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of the specified LbTrafficExtension
resource.
Parameters | |
---|---|
Name | Description |
request |
UpdateLbTrafficExtensionRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |