public class EdgeNetwork.EdgeNetworkClient : ClientBase<EdgeNetwork.EdgeNetworkClient>
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class EdgeNetwork.EdgeNetworkClient.
Client for EdgeNetwork
Inheritance
object > ClientBase > ClientBaseEdgeNetworkEdgeNetworkClient > EdgeNetwork.EdgeNetworkClientNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
EdgeNetworkClient()
protected EdgeNetworkClient()
Protected parameterless constructor to allow creation of test doubles.
EdgeNetworkClient(CallInvoker)
public EdgeNetworkClient(CallInvoker callInvoker)
Creates a new client for EdgeNetwork that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
EdgeNetworkClient(ChannelBase)
public EdgeNetworkClient(ChannelBase channel)
Creates a new client for EdgeNetwork
Parameter | |
---|---|
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
EdgeNetworkClient(ClientBaseConfiguration)
protected EdgeNetworkClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBaseClientBaseConfiguration The client configuration. |
Methods
CreateInterconnectAttachment(CreateInterconnectAttachmentRequest, CallOptions)
public virtual Operation CreateInterconnectAttachment(CreateInterconnectAttachmentRequest request, CallOptions options)
Creates a new InterconnectAttachment in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateInterconnectAttachmentRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
CreateInterconnectAttachment(CreateInterconnectAttachmentRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateInterconnectAttachment(CreateInterconnectAttachmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new InterconnectAttachment in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateInterconnectAttachmentRequest 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. |
CreateInterconnectAttachmentAsync(CreateInterconnectAttachmentRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateInterconnectAttachmentAsync(CreateInterconnectAttachmentRequest request, CallOptions options)
Creates a new InterconnectAttachment in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateInterconnectAttachmentRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
CreateInterconnectAttachmentAsync(CreateInterconnectAttachmentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateInterconnectAttachmentAsync(CreateInterconnectAttachmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new InterconnectAttachment in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateInterconnectAttachmentRequest 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. |
CreateNetwork(CreateNetworkRequest, CallOptions)
public virtual Operation CreateNetwork(CreateNetworkRequest request, CallOptions options)
Creates a new Network in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateNetworkRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
CreateNetwork(CreateNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateNetwork(CreateNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Network in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateNetworkRequest 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. |
CreateNetworkAsync(CreateNetworkRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateNetworkAsync(CreateNetworkRequest request, CallOptions options)
Creates a new Network in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateNetworkRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
CreateNetworkAsync(CreateNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateNetworkAsync(CreateNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Network in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateNetworkRequest 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. |
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. |
CreateRouter(CreateRouterRequest, CallOptions)
public virtual Operation CreateRouter(CreateRouterRequest request, CallOptions options)
Creates a new Router in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
CreateRouter(CreateRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateRouter(CreateRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Router in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateRouterRequest 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. |
CreateRouterAsync(CreateRouterRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateRouterAsync(CreateRouterRequest request, CallOptions options)
Creates a new Router in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
CreateRouterAsync(CreateRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateRouterAsync(CreateRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Router in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateRouterRequest 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. |
CreateSubnet(CreateSubnetRequest, CallOptions)
public virtual Operation CreateSubnet(CreateSubnetRequest request, CallOptions options)
Creates a new Subnet in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateSubnetRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
CreateSubnet(CreateSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateSubnet(CreateSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Subnet in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateSubnetRequest 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. |
CreateSubnetAsync(CreateSubnetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateSubnetAsync(CreateSubnetRequest request, CallOptions options)
Creates a new Subnet in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateSubnetRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
CreateSubnetAsync(CreateSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateSubnetAsync(CreateSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Subnet in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateSubnetRequest 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. |
DeleteInterconnectAttachment(DeleteInterconnectAttachmentRequest, CallOptions)
public virtual Operation DeleteInterconnectAttachment(DeleteInterconnectAttachmentRequest request, CallOptions options)
Deletes a single InterconnectAttachment.
Parameters | |
---|---|
Name | Description |
request | DeleteInterconnectAttachmentRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteInterconnectAttachment(DeleteInterconnectAttachmentRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteInterconnectAttachment(DeleteInterconnectAttachmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single InterconnectAttachment.
Parameters | |
---|---|
Name | Description |
request | DeleteInterconnectAttachmentRequest 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. |
DeleteInterconnectAttachmentAsync(DeleteInterconnectAttachmentRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteInterconnectAttachmentAsync(DeleteInterconnectAttachmentRequest request, CallOptions options)
Deletes a single InterconnectAttachment.
Parameters | |
---|---|
Name | Description |
request | DeleteInterconnectAttachmentRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteInterconnectAttachmentAsync(DeleteInterconnectAttachmentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteInterconnectAttachmentAsync(DeleteInterconnectAttachmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single InterconnectAttachment.
Parameters | |
---|---|
Name | Description |
request | DeleteInterconnectAttachmentRequest 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. |
DeleteNetwork(DeleteNetworkRequest, CallOptions)
public virtual Operation DeleteNetwork(DeleteNetworkRequest request, CallOptions options)
Deletes a single Network.
Parameters | |
---|---|
Name | Description |
request | DeleteNetworkRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteNetwork(DeleteNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteNetwork(DeleteNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Network.
Parameters | |
---|---|
Name | Description |
request | DeleteNetworkRequest 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. |
DeleteNetworkAsync(DeleteNetworkRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteNetworkAsync(DeleteNetworkRequest request, CallOptions options)
Deletes a single Network.
Parameters | |
---|---|
Name | Description |
request | DeleteNetworkRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteNetworkAsync(DeleteNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteNetworkAsync(DeleteNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Network.
Parameters | |
---|---|
Name | Description |
request | DeleteNetworkRequest 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. |
DeleteRouter(DeleteRouterRequest, CallOptions)
public virtual Operation DeleteRouter(DeleteRouterRequest request, CallOptions options)
Deletes a single Router.
Parameters | |
---|---|
Name | Description |
request | DeleteRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteRouter(DeleteRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteRouter(DeleteRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Router.
Parameters | |
---|---|
Name | Description |
request | DeleteRouterRequest 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. |
DeleteRouterAsync(DeleteRouterRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteRouterAsync(DeleteRouterRequest request, CallOptions options)
Deletes a single Router.
Parameters | |
---|---|
Name | Description |
request | DeleteRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteRouterAsync(DeleteRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteRouterAsync(DeleteRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Router.
Parameters | |
---|---|
Name | Description |
request | DeleteRouterRequest 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. |
DeleteSubnet(DeleteSubnetRequest, CallOptions)
public virtual Operation DeleteSubnet(DeleteSubnetRequest request, CallOptions options)
Deletes a single Subnet.
Parameters | |
---|---|
Name | Description |
request | DeleteSubnetRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteSubnet(DeleteSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteSubnet(DeleteSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Subnet.
Parameters | |
---|---|
Name | Description |
request | DeleteSubnetRequest 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. |
DeleteSubnetAsync(DeleteSubnetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteSubnetAsync(DeleteSubnetRequest request, CallOptions options)
Deletes a single Subnet.
Parameters | |
---|---|
Name | Description |
request | DeleteSubnetRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteSubnetAsync(DeleteSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteSubnetAsync(DeleteSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Subnet.
Parameters | |
---|---|
Name | Description |
request | DeleteSubnetRequest 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. |
DiagnoseInterconnect(DiagnoseInterconnectRequest, CallOptions)
public virtual DiagnoseInterconnectResponse DiagnoseInterconnect(DiagnoseInterconnectRequest request, CallOptions options)
Get the diagnostics of a single interconnect resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseInterconnectRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
DiagnoseInterconnectResponse | The response received from the server. |
DiagnoseInterconnect(DiagnoseInterconnectRequest, Metadata, DateTime?, CancellationToken)
public virtual DiagnoseInterconnectResponse DiagnoseInterconnect(DiagnoseInterconnectRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Get the diagnostics of a single interconnect resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseInterconnectRequest 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 |
DiagnoseInterconnectResponse | The response received from the server. |
DiagnoseInterconnectAsync(DiagnoseInterconnectRequest, CallOptions)
public virtual AsyncUnaryCall<DiagnoseInterconnectResponse> DiagnoseInterconnectAsync(DiagnoseInterconnectRequest request, CallOptions options)
Get the diagnostics of a single interconnect resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseInterconnectRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallDiagnoseInterconnectResponse | The call object. |
DiagnoseInterconnectAsync(DiagnoseInterconnectRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<DiagnoseInterconnectResponse> DiagnoseInterconnectAsync(DiagnoseInterconnectRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Get the diagnostics of a single interconnect resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseInterconnectRequest 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 |
AsyncUnaryCallDiagnoseInterconnectResponse | The call object. |
DiagnoseNetwork(DiagnoseNetworkRequest, CallOptions)
public virtual DiagnoseNetworkResponse DiagnoseNetwork(DiagnoseNetworkRequest request, CallOptions options)
Get the diagnostics of a single network resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseNetworkRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
DiagnoseNetworkResponse | The response received from the server. |
DiagnoseNetwork(DiagnoseNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual DiagnoseNetworkResponse DiagnoseNetwork(DiagnoseNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Get the diagnostics of a single network resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseNetworkRequest 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 |
DiagnoseNetworkResponse | The response received from the server. |
DiagnoseNetworkAsync(DiagnoseNetworkRequest, CallOptions)
public virtual AsyncUnaryCall<DiagnoseNetworkResponse> DiagnoseNetworkAsync(DiagnoseNetworkRequest request, CallOptions options)
Get the diagnostics of a single network resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseNetworkRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallDiagnoseNetworkResponse | The call object. |
DiagnoseNetworkAsync(DiagnoseNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<DiagnoseNetworkResponse> DiagnoseNetworkAsync(DiagnoseNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Get the diagnostics of a single network resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseNetworkRequest 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 |
AsyncUnaryCallDiagnoseNetworkResponse | The call object. |
DiagnoseRouter(DiagnoseRouterRequest, CallOptions)
public virtual DiagnoseRouterResponse DiagnoseRouter(DiagnoseRouterRequest request, CallOptions options)
Get the diagnostics of a single router resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
DiagnoseRouterResponse | The response received from the server. |
DiagnoseRouter(DiagnoseRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual DiagnoseRouterResponse DiagnoseRouter(DiagnoseRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Get the diagnostics of a single router resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseRouterRequest 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 |
DiagnoseRouterResponse | The response received from the server. |
DiagnoseRouterAsync(DiagnoseRouterRequest, CallOptions)
public virtual AsyncUnaryCall<DiagnoseRouterResponse> DiagnoseRouterAsync(DiagnoseRouterRequest request, CallOptions options)
Get the diagnostics of a single router resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallDiagnoseRouterResponse | The call object. |
DiagnoseRouterAsync(DiagnoseRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<DiagnoseRouterResponse> DiagnoseRouterAsync(DiagnoseRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Get the diagnostics of a single router resource.
Parameters | |
---|---|
Name | Description |
request | DiagnoseRouterRequest 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 |
AsyncUnaryCallDiagnoseRouterResponse | The call object. |
GetInterconnect(GetInterconnectRequest, CallOptions)
public virtual Interconnect GetInterconnect(GetInterconnectRequest request, CallOptions options)
Gets details of a single Interconnect.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Interconnect | The response received from the server. |
GetInterconnect(GetInterconnectRequest, Metadata, DateTime?, CancellationToken)
public virtual Interconnect GetInterconnect(GetInterconnectRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Interconnect.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectRequest 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 |
Interconnect | The response received from the server. |
GetInterconnectAsync(GetInterconnectRequest, CallOptions)
public virtual AsyncUnaryCall<Interconnect> GetInterconnectAsync(GetInterconnectRequest request, CallOptions options)
Gets details of a single Interconnect.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallInterconnect | The call object. |
GetInterconnectAsync(GetInterconnectRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Interconnect> GetInterconnectAsync(GetInterconnectRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Interconnect.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectRequest 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 |
AsyncUnaryCallInterconnect | The call object. |
GetInterconnectAttachment(GetInterconnectAttachmentRequest, CallOptions)
public virtual InterconnectAttachment GetInterconnectAttachment(GetInterconnectAttachmentRequest request, CallOptions options)
Gets details of a single InterconnectAttachment.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectAttachmentRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
InterconnectAttachment | The response received from the server. |
GetInterconnectAttachment(GetInterconnectAttachmentRequest, Metadata, DateTime?, CancellationToken)
public virtual InterconnectAttachment GetInterconnectAttachment(GetInterconnectAttachmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single InterconnectAttachment.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectAttachmentRequest 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 |
InterconnectAttachment | The response received from the server. |
GetInterconnectAttachmentAsync(GetInterconnectAttachmentRequest, CallOptions)
public virtual AsyncUnaryCall<InterconnectAttachment> GetInterconnectAttachmentAsync(GetInterconnectAttachmentRequest request, CallOptions options)
Gets details of a single InterconnectAttachment.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectAttachmentRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallInterconnectAttachment | The call object. |
GetInterconnectAttachmentAsync(GetInterconnectAttachmentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<InterconnectAttachment> GetInterconnectAttachmentAsync(GetInterconnectAttachmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single InterconnectAttachment.
Parameters | |
---|---|
Name | Description |
request | GetInterconnectAttachmentRequest 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 |
AsyncUnaryCallInterconnectAttachment | The call object. |
GetNetwork(GetNetworkRequest, CallOptions)
public virtual Network GetNetwork(GetNetworkRequest request, CallOptions options)
Gets details of a single Network.
Parameters | |
---|---|
Name | Description |
request | GetNetworkRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Network | The response received from the server. |
GetNetwork(GetNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual Network GetNetwork(GetNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Network.
Parameters | |
---|---|
Name | Description |
request | GetNetworkRequest 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 |
Network | The response received from the server. |
GetNetworkAsync(GetNetworkRequest, CallOptions)
public virtual AsyncUnaryCall<Network> GetNetworkAsync(GetNetworkRequest request, CallOptions options)
Gets details of a single Network.
Parameters | |
---|---|
Name | Description |
request | GetNetworkRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNetwork | The call object. |
GetNetworkAsync(GetNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Network> GetNetworkAsync(GetNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Network.
Parameters | |
---|---|
Name | Description |
request | GetNetworkRequest 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 |
AsyncUnaryCallNetwork | The call object. |
GetRouter(GetRouterRequest, CallOptions)
public virtual Router GetRouter(GetRouterRequest request, CallOptions options)
Gets details of a single Router.
Parameters | |
---|---|
Name | Description |
request | GetRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Router | The response received from the server. |
GetRouter(GetRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual Router GetRouter(GetRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Router.
Parameters | |
---|---|
Name | Description |
request | GetRouterRequest 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 |
Router | The response received from the server. |
GetRouterAsync(GetRouterRequest, CallOptions)
public virtual AsyncUnaryCall<Router> GetRouterAsync(GetRouterRequest request, CallOptions options)
Gets details of a single Router.
Parameters | |
---|---|
Name | Description |
request | GetRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallRouter | The call object. |
GetRouterAsync(GetRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Router> GetRouterAsync(GetRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Router.
Parameters | |
---|---|
Name | Description |
request | GetRouterRequest 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 |
AsyncUnaryCallRouter | The call object. |
GetSubnet(GetSubnetRequest, CallOptions)
public virtual Subnet GetSubnet(GetSubnetRequest request, CallOptions options)
Gets details of a single Subnet.
Parameters | |
---|---|
Name | Description |
request | GetSubnetRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Subnet | The response received from the server. |
GetSubnet(GetSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual Subnet GetSubnet(GetSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Subnet.
Parameters | |
---|---|
Name | Description |
request | GetSubnetRequest 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 |
Subnet | The response received from the server. |
GetSubnetAsync(GetSubnetRequest, CallOptions)
public virtual AsyncUnaryCall<Subnet> GetSubnetAsync(GetSubnetRequest request, CallOptions options)
Gets details of a single Subnet.
Parameters | |
---|---|
Name | Description |
request | GetSubnetRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSubnet | The call object. |
GetSubnetAsync(GetSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Subnet> GetSubnetAsync(GetSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Subnet.
Parameters | |
---|---|
Name | Description |
request | GetSubnetRequest 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 |
AsyncUnaryCallSubnet | The call object. |
GetZone(GetZoneRequest, CallOptions)
public virtual Zone GetZone(GetZoneRequest request, CallOptions options)
Gets details of a single Zone.
Parameters | |
---|---|
Name | Description |
request | GetZoneRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Zone | The response received from the server. |
GetZone(GetZoneRequest, Metadata, DateTime?, CancellationToken)
public virtual Zone GetZone(GetZoneRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Zone.
Parameters | |
---|---|
Name | Description |
request | GetZoneRequest 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 |
Zone | The response received from the server. |
GetZoneAsync(GetZoneRequest, CallOptions)
public virtual AsyncUnaryCall<Zone> GetZoneAsync(GetZoneRequest request, CallOptions options)
Gets details of a single Zone.
Parameters | |
---|---|
Name | Description |
request | GetZoneRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallZone | The call object. |
GetZoneAsync(GetZoneRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Zone> GetZoneAsync(GetZoneRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Zone.
Parameters | |
---|---|
Name | Description |
request | GetZoneRequest 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 |
AsyncUnaryCallZone | The call object. |
InitializeZone(InitializeZoneRequest, CallOptions)
public virtual InitializeZoneResponse InitializeZone(InitializeZoneRequest request, CallOptions options)
InitializeZone will initialize resources for a zone in a project.
Parameters | |
---|---|
Name | Description |
request | InitializeZoneRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
InitializeZoneResponse | The response received from the server. |
InitializeZone(InitializeZoneRequest, Metadata, DateTime?, CancellationToken)
public virtual InitializeZoneResponse InitializeZone(InitializeZoneRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
InitializeZone will initialize resources for a zone in a project.
Parameters | |
---|---|
Name | Description |
request | InitializeZoneRequest 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 |
InitializeZoneResponse | The response received from the server. |
InitializeZoneAsync(InitializeZoneRequest, CallOptions)
public virtual AsyncUnaryCall<InitializeZoneResponse> InitializeZoneAsync(InitializeZoneRequest request, CallOptions options)
InitializeZone will initialize resources for a zone in a project.
Parameters | |
---|---|
Name | Description |
request | InitializeZoneRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallInitializeZoneResponse | The call object. |
InitializeZoneAsync(InitializeZoneRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<InitializeZoneResponse> InitializeZoneAsync(InitializeZoneRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
InitializeZone will initialize resources for a zone in a project.
Parameters | |
---|---|
Name | Description |
request | InitializeZoneRequest 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 |
AsyncUnaryCallInitializeZoneResponse | The call object. |
ListInterconnectAttachments(ListInterconnectAttachmentsRequest, CallOptions)
public virtual ListInterconnectAttachmentsResponse ListInterconnectAttachments(ListInterconnectAttachmentsRequest request, CallOptions options)
Lists InterconnectAttachments in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectAttachmentsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListInterconnectAttachmentsResponse | The response received from the server. |
ListInterconnectAttachments(ListInterconnectAttachmentsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListInterconnectAttachmentsResponse ListInterconnectAttachments(ListInterconnectAttachmentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists InterconnectAttachments in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectAttachmentsRequest 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 |
ListInterconnectAttachmentsResponse | The response received from the server. |
ListInterconnectAttachmentsAsync(ListInterconnectAttachmentsRequest, CallOptions)
public virtual AsyncUnaryCall<ListInterconnectAttachmentsResponse> ListInterconnectAttachmentsAsync(ListInterconnectAttachmentsRequest request, CallOptions options)
Lists InterconnectAttachments in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectAttachmentsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListInterconnectAttachmentsResponse | The call object. |
ListInterconnectAttachmentsAsync(ListInterconnectAttachmentsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListInterconnectAttachmentsResponse> ListInterconnectAttachmentsAsync(ListInterconnectAttachmentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists InterconnectAttachments in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectAttachmentsRequest 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 |
AsyncUnaryCallListInterconnectAttachmentsResponse | The call object. |
ListInterconnects(ListInterconnectsRequest, CallOptions)
public virtual ListInterconnectsResponse ListInterconnects(ListInterconnectsRequest request, CallOptions options)
Lists Interconnects in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListInterconnectsResponse | The response received from the server. |
ListInterconnects(ListInterconnectsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListInterconnectsResponse ListInterconnects(ListInterconnectsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Interconnects in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectsRequest 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 |
ListInterconnectsResponse | The response received from the server. |
ListInterconnectsAsync(ListInterconnectsRequest, CallOptions)
public virtual AsyncUnaryCall<ListInterconnectsResponse> ListInterconnectsAsync(ListInterconnectsRequest request, CallOptions options)
Lists Interconnects in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListInterconnectsResponse | The call object. |
ListInterconnectsAsync(ListInterconnectsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListInterconnectsResponse> ListInterconnectsAsync(ListInterconnectsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Interconnects in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListInterconnectsRequest 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 |
AsyncUnaryCallListInterconnectsResponse | The call object. |
ListNetworks(ListNetworksRequest, CallOptions)
public virtual ListNetworksResponse ListNetworks(ListNetworksRequest request, CallOptions options)
Lists Networks in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListNetworksRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListNetworksResponse | The response received from the server. |
ListNetworks(ListNetworksRequest, Metadata, DateTime?, CancellationToken)
public virtual ListNetworksResponse ListNetworks(ListNetworksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Networks in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListNetworksRequest 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 |
ListNetworksResponse | The response received from the server. |
ListNetworksAsync(ListNetworksRequest, CallOptions)
public virtual AsyncUnaryCall<ListNetworksResponse> ListNetworksAsync(ListNetworksRequest request, CallOptions options)
Lists Networks in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListNetworksRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListNetworksResponse | The call object. |
ListNetworksAsync(ListNetworksRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListNetworksResponse> ListNetworksAsync(ListNetworksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Networks in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListNetworksRequest 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 |
AsyncUnaryCallListNetworksResponse | The call object. |
ListRouters(ListRoutersRequest, CallOptions)
public virtual ListRoutersResponse ListRouters(ListRoutersRequest request, CallOptions options)
Lists Routers in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListRoutersRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListRoutersResponse | The response received from the server. |
ListRouters(ListRoutersRequest, Metadata, DateTime?, CancellationToken)
public virtual ListRoutersResponse ListRouters(ListRoutersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Routers in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListRoutersRequest 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 |
ListRoutersResponse | The response received from the server. |
ListRoutersAsync(ListRoutersRequest, CallOptions)
public virtual AsyncUnaryCall<ListRoutersResponse> ListRoutersAsync(ListRoutersRequest request, CallOptions options)
Lists Routers in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListRoutersRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListRoutersResponse | The call object. |
ListRoutersAsync(ListRoutersRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListRoutersResponse> ListRoutersAsync(ListRoutersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Routers in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListRoutersRequest 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 |
AsyncUnaryCallListRoutersResponse | The call object. |
ListSubnets(ListSubnetsRequest, CallOptions)
public virtual ListSubnetsResponse ListSubnets(ListSubnetsRequest request, CallOptions options)
Lists Subnets in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListSubnetsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListSubnetsResponse | The response received from the server. |
ListSubnets(ListSubnetsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListSubnetsResponse ListSubnets(ListSubnetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Subnets in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListSubnetsRequest 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 |
ListSubnetsResponse | The response received from the server. |
ListSubnetsAsync(ListSubnetsRequest, CallOptions)
public virtual AsyncUnaryCall<ListSubnetsResponse> ListSubnetsAsync(ListSubnetsRequest request, CallOptions options)
Lists Subnets in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListSubnetsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListSubnetsResponse | The call object. |
ListSubnetsAsync(ListSubnetsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListSubnetsResponse> ListSubnetsAsync(ListSubnetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Subnets in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListSubnetsRequest 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 |
AsyncUnaryCallListSubnetsResponse | The call object. |
ListZones(ListZonesRequest, CallOptions)
public virtual ListZonesResponse ListZones(ListZonesRequest request, CallOptions options)
Lists Zones in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListZonesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListZonesResponse | The response received from the server. |
ListZones(ListZonesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListZonesResponse ListZones(ListZonesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Zones in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListZonesRequest 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 |
ListZonesResponse | The response received from the server. |
ListZonesAsync(ListZonesRequest, CallOptions)
public virtual AsyncUnaryCall<ListZonesResponse> ListZonesAsync(ListZonesRequest request, CallOptions options)
Lists Zones in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListZonesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListZonesResponse | The call object. |
ListZonesAsync(ListZonesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListZonesResponse> ListZonesAsync(ListZonesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Zones in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListZonesRequest 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 |
AsyncUnaryCallListZonesResponse | The call object. |
NewInstance(ClientBaseConfiguration)
protected override EdgeNetwork.EdgeNetworkClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration | ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
EdgeNetworkEdgeNetworkClient |
UpdateRouter(UpdateRouterRequest, CallOptions)
public virtual Operation UpdateRouter(UpdateRouterRequest request, CallOptions options)
Updates the parameters of a single Router.
Parameters | |
---|---|
Name | Description |
request | UpdateRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
UpdateRouter(UpdateRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateRouter(UpdateRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single Router.
Parameters | |
---|---|
Name | Description |
request | UpdateRouterRequest 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. |
UpdateRouterAsync(UpdateRouterRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateRouterAsync(UpdateRouterRequest request, CallOptions options)
Updates the parameters of a single Router.
Parameters | |
---|---|
Name | Description |
request | UpdateRouterRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
UpdateRouterAsync(UpdateRouterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateRouterAsync(UpdateRouterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single Router.
Parameters | |
---|---|
Name | Description |
request | UpdateRouterRequest 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. |
UpdateSubnet(UpdateSubnetRequest, CallOptions)
public virtual Operation UpdateSubnet(UpdateSubnetRequest request, CallOptions options)
Updates the parameters of a single Subnet.
Parameters | |
---|---|
Name | Description |
request | UpdateSubnetRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
UpdateSubnet(UpdateSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateSubnet(UpdateSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single Subnet.
Parameters | |
---|---|
Name | Description |
request | UpdateSubnetRequest 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. |
UpdateSubnetAsync(UpdateSubnetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateSubnetAsync(UpdateSubnetRequest request, CallOptions options)
Updates the parameters of a single Subnet.
Parameters | |
---|---|
Name | Description |
request | UpdateSubnetRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
UpdateSubnetAsync(UpdateSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateSubnetAsync(UpdateSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single Subnet.
Parameters | |
---|---|
Name | Description |
request | UpdateSubnetRequest 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. |