public class FirewallActivation.FirewallActivationClient : ClientBase<FirewallActivation.FirewallActivationClient>Reference documentation and code samples for the Network Security v1 API class FirewallActivation.FirewallActivationClient.
Client for FirewallActivation
Inheritance
object > ClientBase > ClientBaseFirewallActivationFirewallActivationClient > FirewallActivation.FirewallActivationClientNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
FirewallActivationClient()
protected FirewallActivationClient()Protected parameterless constructor to allow creation of test doubles.
FirewallActivationClient(CallInvoker)
public FirewallActivationClient(CallInvoker callInvoker)Creates a new client for FirewallActivation that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
FirewallActivationClient(ChannelBase)
public FirewallActivationClient(ChannelBase channel)Creates a new client for FirewallActivation
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
FirewallActivationClient(ClientBaseConfiguration)
protected FirewallActivationClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateFirewallEndpoint(CreateFirewallEndpointRequest, CallOptions)
public virtual Operation CreateFirewallEndpoint(CreateFirewallEndpointRequest request, CallOptions options)Creates a new FirewallEndpoint in a given organization and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateFirewallEndpoint(CreateFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateFirewallEndpoint(CreateFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FirewallEndpoint in a given organization and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateFirewallEndpointAssociation(CreateFirewallEndpointAssociationRequest, CallOptions)
public virtual Operation CreateFirewallEndpointAssociation(CreateFirewallEndpointAssociationRequest request, CallOptions options)Creates a new FirewallEndpointAssociation in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointAssociationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateFirewallEndpointAssociation(CreateFirewallEndpointAssociationRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateFirewallEndpointAssociation(CreateFirewallEndpointAssociationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FirewallEndpointAssociation in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointAssociationRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateFirewallEndpointAssociationAsync(CreateFirewallEndpointAssociationRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateFirewallEndpointAssociationAsync(CreateFirewallEndpointAssociationRequest request, CallOptions options)Creates a new FirewallEndpointAssociation in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointAssociationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateFirewallEndpointAssociationAsync(CreateFirewallEndpointAssociationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateFirewallEndpointAssociationAsync(CreateFirewallEndpointAssociationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FirewallEndpointAssociation in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointAssociationRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateFirewallEndpointAsync(CreateFirewallEndpointRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateFirewallEndpointAsync(CreateFirewallEndpointRequest request, CallOptions options)Creates a new FirewallEndpoint in a given organization and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateFirewallEndpointAsync(CreateFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateFirewallEndpointAsync(CreateFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FirewallEndpoint in a given organization and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
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. |
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. |
CreateProjectFirewallEndpoint(CreateFirewallEndpointRequest, CallOptions)
public virtual Operation CreateProjectFirewallEndpoint(CreateFirewallEndpointRequest request, CallOptions options)Creates a new FirewallEndpoint in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateProjectFirewallEndpoint(CreateFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateProjectFirewallEndpoint(CreateFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FirewallEndpoint in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateProjectFirewallEndpointAsync(CreateFirewallEndpointRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateProjectFirewallEndpointAsync(CreateFirewallEndpointRequest request, CallOptions options)Creates a new FirewallEndpoint in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateProjectFirewallEndpointAsync(CreateFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateProjectFirewallEndpointAsync(CreateFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FirewallEndpoint in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFirewallEndpoint(DeleteFirewallEndpointRequest, CallOptions)
public virtual Operation DeleteFirewallEndpoint(DeleteFirewallEndpointRequest request, CallOptions options)Deletes a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteFirewallEndpoint(DeleteFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteFirewallEndpoint(DeleteFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteFirewallEndpointAssociation(DeleteFirewallEndpointAssociationRequest, CallOptions)
public virtual Operation DeleteFirewallEndpointAssociation(DeleteFirewallEndpointAssociationRequest request, CallOptions options)Deletes a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointAssociationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteFirewallEndpointAssociation(DeleteFirewallEndpointAssociationRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteFirewallEndpointAssociation(DeleteFirewallEndpointAssociationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointAssociationRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteFirewallEndpointAssociationAsync(DeleteFirewallEndpointAssociationRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteFirewallEndpointAssociationAsync(DeleteFirewallEndpointAssociationRequest request, CallOptions options)Deletes a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointAssociationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFirewallEndpointAssociationAsync(DeleteFirewallEndpointAssociationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFirewallEndpointAssociationAsync(DeleteFirewallEndpointAssociationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointAssociationRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFirewallEndpointAsync(DeleteFirewallEndpointRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteFirewallEndpointAsync(DeleteFirewallEndpointRequest request, CallOptions options)Deletes a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFirewallEndpointAsync(DeleteFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFirewallEndpointAsync(DeleteFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteProjectFirewallEndpoint(DeleteFirewallEndpointRequest, CallOptions)
public virtual Operation DeleteProjectFirewallEndpoint(DeleteFirewallEndpointRequest request, CallOptions options)Deletes a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteProjectFirewallEndpoint(DeleteFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteProjectFirewallEndpoint(DeleteFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteProjectFirewallEndpointAsync(DeleteFirewallEndpointRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteProjectFirewallEndpointAsync(DeleteFirewallEndpointRequest request, CallOptions options)Deletes a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteProjectFirewallEndpointAsync(DeleteFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteProjectFirewallEndpointAsync(DeleteFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
GetFirewallEndpoint(GetFirewallEndpointRequest, CallOptions)
public virtual FirewallEndpoint GetFirewallEndpoint(GetFirewallEndpointRequest request, CallOptions options)Gets details of a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
FirewallEndpoint |
The response received from the server. |
GetFirewallEndpoint(GetFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual FirewallEndpoint GetFirewallEndpoint(GetFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
FirewallEndpoint |
The response received from the server. |
GetFirewallEndpointAssociation(GetFirewallEndpointAssociationRequest, CallOptions)
public virtual FirewallEndpointAssociation GetFirewallEndpointAssociation(GetFirewallEndpointAssociationRequest request, CallOptions options)Gets details of a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointAssociationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
FirewallEndpointAssociation |
The response received from the server. |
GetFirewallEndpointAssociation(GetFirewallEndpointAssociationRequest, Metadata, DateTime?, CancellationToken)
public virtual FirewallEndpointAssociation GetFirewallEndpointAssociation(GetFirewallEndpointAssociationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointAssociationRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
FirewallEndpointAssociation |
The response received from the server. |
GetFirewallEndpointAssociationAsync(GetFirewallEndpointAssociationRequest, CallOptions)
public virtual AsyncUnaryCall<FirewallEndpointAssociation> GetFirewallEndpointAssociationAsync(GetFirewallEndpointAssociationRequest request, CallOptions options)Gets details of a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointAssociationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFirewallEndpointAssociation |
The call object. |
GetFirewallEndpointAssociationAsync(GetFirewallEndpointAssociationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<FirewallEndpointAssociation> GetFirewallEndpointAssociationAsync(GetFirewallEndpointAssociationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointAssociationRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFirewallEndpointAssociation |
The call object. |
GetFirewallEndpointAsync(GetFirewallEndpointRequest, CallOptions)
public virtual AsyncUnaryCall<FirewallEndpoint> GetFirewallEndpointAsync(GetFirewallEndpointRequest request, CallOptions options)Gets details of a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFirewallEndpoint |
The call object. |
GetFirewallEndpointAsync(GetFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<FirewallEndpoint> GetFirewallEndpointAsync(GetFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFirewallEndpoint |
The call object. |
GetProjectFirewallEndpoint(GetFirewallEndpointRequest, CallOptions)
public virtual FirewallEndpoint GetProjectFirewallEndpoint(GetFirewallEndpointRequest request, CallOptions options)Gets details of a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
FirewallEndpoint |
The response received from the server. |
GetProjectFirewallEndpoint(GetFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual FirewallEndpoint GetProjectFirewallEndpoint(GetFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
FirewallEndpoint |
The response received from the server. |
GetProjectFirewallEndpointAsync(GetFirewallEndpointRequest, CallOptions)
public virtual AsyncUnaryCall<FirewallEndpoint> GetProjectFirewallEndpointAsync(GetFirewallEndpointRequest request, CallOptions options)Gets details of a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFirewallEndpoint |
The call object. |
GetProjectFirewallEndpointAsync(GetFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<FirewallEndpoint> GetProjectFirewallEndpointAsync(GetFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallFirewallEndpoint |
The call object. |
ListFirewallEndpointAssociations(ListFirewallEndpointAssociationsRequest, CallOptions)
public virtual ListFirewallEndpointAssociationsResponse ListFirewallEndpointAssociations(ListFirewallEndpointAssociationsRequest request, CallOptions options)Lists Associations in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointAssociationsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsResponse |
The response received from the server. |
ListFirewallEndpointAssociations(ListFirewallEndpointAssociationsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFirewallEndpointAssociationsResponse ListFirewallEndpointAssociations(ListFirewallEndpointAssociationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Associations in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointAssociationsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointAssociationsResponse |
The response received from the server. |
ListFirewallEndpointAssociationsAsync(ListFirewallEndpointAssociationsRequest, CallOptions)
public virtual AsyncUnaryCall<ListFirewallEndpointAssociationsResponse> ListFirewallEndpointAssociationsAsync(ListFirewallEndpointAssociationsRequest request, CallOptions options)Lists Associations in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointAssociationsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListFirewallEndpointAssociationsResponse |
The call object. |
ListFirewallEndpointAssociationsAsync(ListFirewallEndpointAssociationsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFirewallEndpointAssociationsResponse> ListFirewallEndpointAssociationsAsync(ListFirewallEndpointAssociationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Associations in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointAssociationsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListFirewallEndpointAssociationsResponse |
The call object. |
ListFirewallEndpoints(ListFirewallEndpointsRequest, CallOptions)
public virtual ListFirewallEndpointsResponse ListFirewallEndpoints(ListFirewallEndpointsRequest request, CallOptions options)Lists FirewallEndpoints in a given organization and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointsResponse |
The response received from the server. |
ListFirewallEndpoints(ListFirewallEndpointsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFirewallEndpointsResponse ListFirewallEndpoints(ListFirewallEndpointsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists FirewallEndpoints in a given organization and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointsResponse |
The response received from the server. |
ListFirewallEndpointsAsync(ListFirewallEndpointsRequest, CallOptions)
public virtual AsyncUnaryCall<ListFirewallEndpointsResponse> ListFirewallEndpointsAsync(ListFirewallEndpointsRequest request, CallOptions options)Lists FirewallEndpoints in a given organization and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListFirewallEndpointsResponse |
The call object. |
ListFirewallEndpointsAsync(ListFirewallEndpointsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFirewallEndpointsResponse> ListFirewallEndpointsAsync(ListFirewallEndpointsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists FirewallEndpoints in a given organization and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListFirewallEndpointsResponse |
The call object. |
ListProjectFirewallEndpoints(ListFirewallEndpointsRequest, CallOptions)
public virtual ListFirewallEndpointsResponse ListProjectFirewallEndpoints(ListFirewallEndpointsRequest request, CallOptions options)Lists FirewallEndpoints in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointsResponse |
The response received from the server. |
ListProjectFirewallEndpoints(ListFirewallEndpointsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFirewallEndpointsResponse ListProjectFirewallEndpoints(ListFirewallEndpointsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists FirewallEndpoints in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListFirewallEndpointsResponse |
The response received from the server. |
ListProjectFirewallEndpointsAsync(ListFirewallEndpointsRequest, CallOptions)
public virtual AsyncUnaryCall<ListFirewallEndpointsResponse> ListProjectFirewallEndpointsAsync(ListFirewallEndpointsRequest request, CallOptions options)Lists FirewallEndpoints in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListFirewallEndpointsResponse |
The call object. |
ListProjectFirewallEndpointsAsync(ListFirewallEndpointsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFirewallEndpointsResponse> ListProjectFirewallEndpointsAsync(ListFirewallEndpointsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists FirewallEndpoints in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFirewallEndpointsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListFirewallEndpointsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override FirewallActivation.FirewallActivationClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
FirewallActivationFirewallActivationClient |
|
UpdateFirewallEndpoint(UpdateFirewallEndpointRequest, CallOptions)
public virtual Operation UpdateFirewallEndpoint(UpdateFirewallEndpointRequest request, CallOptions options)Update a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateFirewallEndpoint(UpdateFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateFirewallEndpoint(UpdateFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateFirewallEndpointAssociation(UpdateFirewallEndpointAssociationRequest, CallOptions)
public virtual Operation UpdateFirewallEndpointAssociation(UpdateFirewallEndpointAssociationRequest request, CallOptions options)Update a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointAssociationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateFirewallEndpointAssociation(UpdateFirewallEndpointAssociationRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateFirewallEndpointAssociation(UpdateFirewallEndpointAssociationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointAssociationRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateFirewallEndpointAssociationAsync(UpdateFirewallEndpointAssociationRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateFirewallEndpointAssociationAsync(UpdateFirewallEndpointAssociationRequest request, CallOptions options)Update a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointAssociationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateFirewallEndpointAssociationAsync(UpdateFirewallEndpointAssociationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateFirewallEndpointAssociationAsync(UpdateFirewallEndpointAssociationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single FirewallEndpointAssociation.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointAssociationRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateFirewallEndpointAsync(UpdateFirewallEndpointRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateFirewallEndpointAsync(UpdateFirewallEndpointRequest request, CallOptions options)Update a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateFirewallEndpointAsync(UpdateFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateFirewallEndpointAsync(UpdateFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single org Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateProjectFirewallEndpoint(UpdateFirewallEndpointRequest, CallOptions)
public virtual Operation UpdateProjectFirewallEndpoint(UpdateFirewallEndpointRequest request, CallOptions options)Update a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateProjectFirewallEndpoint(UpdateFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateProjectFirewallEndpoint(UpdateFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateProjectFirewallEndpointAsync(UpdateFirewallEndpointRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateProjectFirewallEndpointAsync(UpdateFirewallEndpointRequest request, CallOptions options)Update a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateProjectFirewallEndpointAsync(UpdateFirewallEndpointRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateProjectFirewallEndpointAsync(UpdateFirewallEndpointRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single project Endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFirewallEndpointRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |