public class NetworkEdgeSecurityServicesClient : ClientBase<NetworkEdgeSecurityServices.NetworkEdgeSecurityServicesClient>
Client for NetworkEdgeSecurityServices
Inheritance
Object > ClientBase > ClientBase<NetworkEdgeSecurityServices.NetworkEdgeSecurityServicesClient> > NetworkEdgeSecurityServices.NetworkEdgeSecurityServicesClientNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworkEdgeSecurityServicesClient()
protected NetworkEdgeSecurityServicesClient()
Protected parameterless constructor to allow creation of test doubles.
NetworkEdgeSecurityServicesClient(CallInvoker)
public NetworkEdgeSecurityServicesClient(CallInvoker callInvoker)
Creates a new client for NetworkEdgeSecurityServices that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
NetworkEdgeSecurityServicesClient(ChannelBase)
public NetworkEdgeSecurityServicesClient(ChannelBase channel)
Creates a new client for NetworkEdgeSecurityServices
Parameter | |
---|---|
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
NetworkEdgeSecurityServicesClient(ClientBase.ClientBaseConfiguration)
protected NetworkEdgeSecurityServicesClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration The client configuration. |
Methods
AggregatedList(AggregatedListNetworkEdgeSecurityServicesRequest, CallOptions)
public virtual NetworkEdgeSecurityServiceAggregatedList AggregatedList(AggregatedListNetworkEdgeSecurityServicesRequest request, CallOptions options)
Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.
Parameters | |
---|---|
Name | Description |
request | AggregatedListNetworkEdgeSecurityServicesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
NetworkEdgeSecurityServiceAggregatedList | The response received from the server. |
AggregatedList(AggregatedListNetworkEdgeSecurityServicesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual NetworkEdgeSecurityServiceAggregatedList AggregatedList(AggregatedListNetworkEdgeSecurityServicesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.
Parameters | |
---|---|
Name | Description |
request | AggregatedListNetworkEdgeSecurityServicesRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
NetworkEdgeSecurityServiceAggregatedList | The response received from the server. |
AggregatedListAsync(AggregatedListNetworkEdgeSecurityServicesRequest, CallOptions)
public virtual AsyncUnaryCall<NetworkEdgeSecurityServiceAggregatedList> AggregatedListAsync(AggregatedListNetworkEdgeSecurityServicesRequest request, CallOptions options)
Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.
Parameters | |
---|---|
Name | Description |
request | AggregatedListNetworkEdgeSecurityServicesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<NetworkEdgeSecurityServiceAggregatedList> | The call object. |
AggregatedListAsync(AggregatedListNetworkEdgeSecurityServicesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<NetworkEdgeSecurityServiceAggregatedList> AggregatedListAsync(AggregatedListNetworkEdgeSecurityServicesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.
Parameters | |
---|---|
Name | Description |
request | AggregatedListNetworkEdgeSecurityServicesRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<NetworkEdgeSecurityServiceAggregatedList> | The call object. |
CreateOperationsClientForRegionOperations()
public virtual Operations.OperationsClient CreateOperationsClientForRegionOperations()
Creates a new instance of Operations.OperationsClient using the same call invoker as this client, delegating to RegionOperations.
Returns | |
---|---|
Type | Description |
Operations.OperationsClient | A new Operations client for the same target as this client. |
Delete(DeleteNetworkEdgeSecurityServiceRequest, CallOptions)
public virtual Operation Delete(DeleteNetworkEdgeSecurityServiceRequest request, CallOptions options)
Deletes the specified service.
Parameters | |
---|---|
Name | Description |
request | DeleteNetworkEdgeSecurityServiceRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
Delete(DeleteNetworkEdgeSecurityServiceRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation Delete(DeleteNetworkEdgeSecurityServiceRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Deletes the specified service.
Parameters | |
---|---|
Name | Description |
request | DeleteNetworkEdgeSecurityServiceRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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. |
DeleteAsync(DeleteNetworkEdgeSecurityServiceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteAsync(DeleteNetworkEdgeSecurityServiceRequest request, CallOptions options)
Deletes the specified service.
Parameters | |
---|---|
Name | Description |
request | DeleteNetworkEdgeSecurityServiceRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteAsync(DeleteNetworkEdgeSecurityServiceRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteAsync(DeleteNetworkEdgeSecurityServiceRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Deletes the specified service.
Parameters | |
---|---|
Name | Description |
request | DeleteNetworkEdgeSecurityServiceRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<Operation> | The call object. |
Get(GetNetworkEdgeSecurityServiceRequest, CallOptions)
public virtual NetworkEdgeSecurityService Get(GetNetworkEdgeSecurityServiceRequest request, CallOptions options)
Gets a specified NetworkEdgeSecurityService.
Parameters | |
---|---|
Name | Description |
request | GetNetworkEdgeSecurityServiceRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
NetworkEdgeSecurityService | The response received from the server. |
Get(GetNetworkEdgeSecurityServiceRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual NetworkEdgeSecurityService Get(GetNetworkEdgeSecurityServiceRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Gets a specified NetworkEdgeSecurityService.
Parameters | |
---|---|
Name | Description |
request | GetNetworkEdgeSecurityServiceRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
NetworkEdgeSecurityService | The response received from the server. |
GetAsync(GetNetworkEdgeSecurityServiceRequest, CallOptions)
public virtual AsyncUnaryCall<NetworkEdgeSecurityService> GetAsync(GetNetworkEdgeSecurityServiceRequest request, CallOptions options)
Gets a specified NetworkEdgeSecurityService.
Parameters | |
---|---|
Name | Description |
request | GetNetworkEdgeSecurityServiceRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<NetworkEdgeSecurityService> | The call object. |
GetAsync(GetNetworkEdgeSecurityServiceRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<NetworkEdgeSecurityService> GetAsync(GetNetworkEdgeSecurityServiceRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Gets a specified NetworkEdgeSecurityService.
Parameters | |
---|---|
Name | Description |
request | GetNetworkEdgeSecurityServiceRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<NetworkEdgeSecurityService> | The call object. |
Insert(InsertNetworkEdgeSecurityServiceRequest, CallOptions)
public virtual Operation Insert(InsertNetworkEdgeSecurityServiceRequest request, CallOptions options)
Creates a new service in the specified project using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | InsertNetworkEdgeSecurityServiceRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
Insert(InsertNetworkEdgeSecurityServiceRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation Insert(InsertNetworkEdgeSecurityServiceRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Creates a new service in the specified project using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | InsertNetworkEdgeSecurityServiceRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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. |
InsertAsync(InsertNetworkEdgeSecurityServiceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> InsertAsync(InsertNetworkEdgeSecurityServiceRequest request, CallOptions options)
Creates a new service in the specified project using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | InsertNetworkEdgeSecurityServiceRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
InsertAsync(InsertNetworkEdgeSecurityServiceRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> InsertAsync(InsertNetworkEdgeSecurityServiceRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Creates a new service in the specified project using the data included in the request.
Parameters | |
---|---|
Name | Description |
request | InsertNetworkEdgeSecurityServiceRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<Operation> | The call object. |
NewInstance(ClientBase.ClientBaseConfiguration)
protected override NetworkEdgeSecurityServices.NetworkEdgeSecurityServicesClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
NetworkEdgeSecurityServices.NetworkEdgeSecurityServicesClient |
Patch(PatchNetworkEdgeSecurityServiceRequest, CallOptions)
public virtual Operation Patch(PatchNetworkEdgeSecurityServiceRequest request, CallOptions options)
Patches the specified policy with the data included in the request.
Parameters | |
---|---|
Name | Description |
request | PatchNetworkEdgeSecurityServiceRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
Patch(PatchNetworkEdgeSecurityServiceRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation Patch(PatchNetworkEdgeSecurityServiceRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Patches the specified policy with the data included in the request.
Parameters | |
---|---|
Name | Description |
request | PatchNetworkEdgeSecurityServiceRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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. |
PatchAsync(PatchNetworkEdgeSecurityServiceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> PatchAsync(PatchNetworkEdgeSecurityServiceRequest request, CallOptions options)
Patches the specified policy with the data included in the request.
Parameters | |
---|---|
Name | Description |
request | PatchNetworkEdgeSecurityServiceRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
PatchAsync(PatchNetworkEdgeSecurityServiceRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> PatchAsync(PatchNetworkEdgeSecurityServiceRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Patches the specified policy with the data included in the request.
Parameters | |
---|---|
Name | Description |
request | PatchNetworkEdgeSecurityServiceRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<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 |
AsyncUnaryCall<Operation> | The call object. |