public class VpcFlowLogsService.VpcFlowLogsServiceClient : ClientBase<VpcFlowLogsService.VpcFlowLogsServiceClient>Reference documentation and code samples for the Network Management v1 API class VpcFlowLogsService.VpcFlowLogsServiceClient.
Client for VpcFlowLogsService
Inheritance
object > ClientBase > ClientBaseVpcFlowLogsServiceVpcFlowLogsServiceClient > VpcFlowLogsService.VpcFlowLogsServiceClientNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
VpcFlowLogsServiceClient()
protected VpcFlowLogsServiceClient()Protected parameterless constructor to allow creation of test doubles.
VpcFlowLogsServiceClient(CallInvoker)
public VpcFlowLogsServiceClient(CallInvoker callInvoker)Creates a new client for VpcFlowLogsService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description | 
callInvoker | 
        CallInvokerThe callInvoker to use to make remote calls.  | 
      
VpcFlowLogsServiceClient(ChannelBase)
public VpcFlowLogsServiceClient(ChannelBase channel)Creates a new client for VpcFlowLogsService
| Parameter | |
|---|---|
| Name | Description | 
channel | 
        ChannelBaseThe channel to use to make remote calls.  | 
      
VpcFlowLogsServiceClient(ClientBaseConfiguration)
protected VpcFlowLogsServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description | 
configuration | 
        ClientBaseClientBaseConfigurationThe client configuration.  | 
      
Methods
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description | 
IAMPolicyIAMPolicyClient | 
        A new IAMPolicy.IAMPolicyClient for the same target as this client.  | 
      
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.  | 
      
CreateVpcFlowLogsConfig(CreateVpcFlowLogsConfigRequest, CallOptions)
public virtual Operation CreateVpcFlowLogsConfig(CreateVpcFlowLogsConfigRequest request, CallOptions options)Creates a new VpcFlowLogsConfig.
If a configuration with the exact same settings already exists (even if the
ID is different), the creation fails.
Notes:
- Creating a configuration with 
state=DISABLEDwill fail - The following fields are not considered as settings for the purpose
of the check mentioned above, therefore - creating another configuration
with the same fields but different values for the following fields will
fail as well:
- name
 - create_time
 - update_time
 - labels
 - description
 
 
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateVpcFlowLogsConfigRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation | 
        The response received from the server.  | 
      
CreateVpcFlowLogsConfig(CreateVpcFlowLogsConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateVpcFlowLogsConfig(CreateVpcFlowLogsConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new VpcFlowLogsConfig.
If a configuration with the exact same settings already exists (even if the
ID is different), the creation fails.
Notes:
- Creating a configuration with 
state=DISABLEDwill fail - The following fields are not considered as settings for the purpose
of the check mentioned above, therefore - creating another configuration
with the same fields but different values for the following fields will
fail as well:
- name
 - create_time
 - update_time
 - labels
 - description
 
 
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateVpcFlowLogsConfigRequestThe 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.  | 
      
CreateVpcFlowLogsConfigAsync(CreateVpcFlowLogsConfigRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateVpcFlowLogsConfigAsync(CreateVpcFlowLogsConfigRequest request, CallOptions options)Creates a new VpcFlowLogsConfig.
If a configuration with the exact same settings already exists (even if the
ID is different), the creation fails.
Notes:
- Creating a configuration with 
state=DISABLEDwill fail - The following fields are not considered as settings for the purpose
of the check mentioned above, therefore - creating another configuration
with the same fields but different values for the following fields will
fail as well:
- name
 - create_time
 - update_time
 - labels
 - description
 
 
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateVpcFlowLogsConfigRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallOperation | 
        The call object.  | 
      
CreateVpcFlowLogsConfigAsync(CreateVpcFlowLogsConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateVpcFlowLogsConfigAsync(CreateVpcFlowLogsConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new VpcFlowLogsConfig.
If a configuration with the exact same settings already exists (even if the
ID is different), the creation fails.
Notes:
- Creating a configuration with 
state=DISABLEDwill fail - The following fields are not considered as settings for the purpose
of the check mentioned above, therefore - creating another configuration
with the same fields but different values for the following fields will
fail as well:
- name
 - create_time
 - update_time
 - labels
 - description
 
 
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateVpcFlowLogsConfigRequestThe 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.  | 
      
DeleteVpcFlowLogsConfig(DeleteVpcFlowLogsConfigRequest, CallOptions)
public virtual Operation DeleteVpcFlowLogsConfig(DeleteVpcFlowLogsConfigRequest request, CallOptions options)Deletes a specific VpcFlowLogsConfig.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteVpcFlowLogsConfigRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation | 
        The response received from the server.  | 
      
DeleteVpcFlowLogsConfig(DeleteVpcFlowLogsConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteVpcFlowLogsConfig(DeleteVpcFlowLogsConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a specific VpcFlowLogsConfig.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteVpcFlowLogsConfigRequestThe 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.  | 
      
DeleteVpcFlowLogsConfigAsync(DeleteVpcFlowLogsConfigRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteVpcFlowLogsConfigAsync(DeleteVpcFlowLogsConfigRequest request, CallOptions options)Deletes a specific VpcFlowLogsConfig.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteVpcFlowLogsConfigRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallOperation | 
        The call object.  | 
      
DeleteVpcFlowLogsConfigAsync(DeleteVpcFlowLogsConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteVpcFlowLogsConfigAsync(DeleteVpcFlowLogsConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a specific VpcFlowLogsConfig.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteVpcFlowLogsConfigRequestThe 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.  | 
      
GetVpcFlowLogsConfig(GetVpcFlowLogsConfigRequest, CallOptions)
public virtual VpcFlowLogsConfig GetVpcFlowLogsConfig(GetVpcFlowLogsConfigRequest request, CallOptions options)Gets the details of a specific VpcFlowLogsConfig.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetVpcFlowLogsConfigRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VpcFlowLogsConfig | 
        The response received from the server.  | 
      
GetVpcFlowLogsConfig(GetVpcFlowLogsConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual VpcFlowLogsConfig GetVpcFlowLogsConfig(GetVpcFlowLogsConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the details of a specific VpcFlowLogsConfig.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetVpcFlowLogsConfigRequestThe 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 | 
VpcFlowLogsConfig | 
        The response received from the server.  | 
      
GetVpcFlowLogsConfigAsync(GetVpcFlowLogsConfigRequest, CallOptions)
public virtual AsyncUnaryCall<VpcFlowLogsConfig> GetVpcFlowLogsConfigAsync(GetVpcFlowLogsConfigRequest request, CallOptions options)Gets the details of a specific VpcFlowLogsConfig.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetVpcFlowLogsConfigRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallVpcFlowLogsConfig | 
        The call object.  | 
      
GetVpcFlowLogsConfigAsync(GetVpcFlowLogsConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<VpcFlowLogsConfig> GetVpcFlowLogsConfigAsync(GetVpcFlowLogsConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the details of a specific VpcFlowLogsConfig.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetVpcFlowLogsConfigRequestThe 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 | 
AsyncUnaryCallVpcFlowLogsConfig | 
        The call object.  | 
      
ListVpcFlowLogsConfigs(ListVpcFlowLogsConfigsRequest, CallOptions)
public virtual ListVpcFlowLogsConfigsResponse ListVpcFlowLogsConfigs(ListVpcFlowLogsConfigsRequest request, CallOptions options)Lists all VpcFlowLogsConfigs in a given project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListVpcFlowLogsConfigsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListVpcFlowLogsConfigsResponse | 
        The response received from the server.  | 
      
ListVpcFlowLogsConfigs(ListVpcFlowLogsConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListVpcFlowLogsConfigsResponse ListVpcFlowLogsConfigs(ListVpcFlowLogsConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all VpcFlowLogsConfigs in a given project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListVpcFlowLogsConfigsRequestThe 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 | 
ListVpcFlowLogsConfigsResponse | 
        The response received from the server.  | 
      
ListVpcFlowLogsConfigsAsync(ListVpcFlowLogsConfigsRequest, CallOptions)
public virtual AsyncUnaryCall<ListVpcFlowLogsConfigsResponse> ListVpcFlowLogsConfigsAsync(ListVpcFlowLogsConfigsRequest request, CallOptions options)Lists all VpcFlowLogsConfigs in a given project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListVpcFlowLogsConfigsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallListVpcFlowLogsConfigsResponse | 
        The call object.  | 
      
ListVpcFlowLogsConfigsAsync(ListVpcFlowLogsConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListVpcFlowLogsConfigsResponse> ListVpcFlowLogsConfigsAsync(ListVpcFlowLogsConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all VpcFlowLogsConfigs in a given project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListVpcFlowLogsConfigsRequestThe 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 | 
AsyncUnaryCallListVpcFlowLogsConfigsResponse | 
        The call object.  | 
      
NewInstance(ClientBaseConfiguration)
protected override VpcFlowLogsService.VpcFlowLogsServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description | 
configuration | 
        ClientBaseClientBaseConfiguration | 
      
| Returns | |
|---|---|
| Type | Description | 
VpcFlowLogsServiceVpcFlowLogsServiceClient | 
        |
QueryOrgVpcFlowLogsConfigs(QueryOrgVpcFlowLogsConfigsRequest, CallOptions)
public virtual QueryOrgVpcFlowLogsConfigsResponse QueryOrgVpcFlowLogsConfigs(QueryOrgVpcFlowLogsConfigsRequest request, CallOptions options)QueryOrgVpcFlowLogsConfigs returns a list of all organization-level VPC Flow Logs configurations applicable to the specified project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        QueryOrgVpcFlowLogsConfigsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
QueryOrgVpcFlowLogsConfigsResponse | 
        The response received from the server.  | 
      
QueryOrgVpcFlowLogsConfigs(QueryOrgVpcFlowLogsConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual QueryOrgVpcFlowLogsConfigsResponse QueryOrgVpcFlowLogsConfigs(QueryOrgVpcFlowLogsConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)QueryOrgVpcFlowLogsConfigs returns a list of all organization-level VPC Flow Logs configurations applicable to the specified project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        QueryOrgVpcFlowLogsConfigsRequestThe 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 | 
QueryOrgVpcFlowLogsConfigsResponse | 
        The response received from the server.  | 
      
QueryOrgVpcFlowLogsConfigsAsync(QueryOrgVpcFlowLogsConfigsRequest, CallOptions)
public virtual AsyncUnaryCall<QueryOrgVpcFlowLogsConfigsResponse> QueryOrgVpcFlowLogsConfigsAsync(QueryOrgVpcFlowLogsConfigsRequest request, CallOptions options)QueryOrgVpcFlowLogsConfigs returns a list of all organization-level VPC Flow Logs configurations applicable to the specified project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        QueryOrgVpcFlowLogsConfigsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallQueryOrgVpcFlowLogsConfigsResponse | 
        The call object.  | 
      
QueryOrgVpcFlowLogsConfigsAsync(QueryOrgVpcFlowLogsConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<QueryOrgVpcFlowLogsConfigsResponse> QueryOrgVpcFlowLogsConfigsAsync(QueryOrgVpcFlowLogsConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)QueryOrgVpcFlowLogsConfigs returns a list of all organization-level VPC Flow Logs configurations applicable to the specified project.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        QueryOrgVpcFlowLogsConfigsRequestThe 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 | 
AsyncUnaryCallQueryOrgVpcFlowLogsConfigsResponse | 
        The call object.  | 
      
ShowEffectiveFlowLogsConfigs(ShowEffectiveFlowLogsConfigsRequest, CallOptions)
public virtual ShowEffectiveFlowLogsConfigsResponse ShowEffectiveFlowLogsConfigs(ShowEffectiveFlowLogsConfigsRequest request, CallOptions options)ShowEffectiveFlowLogsConfigs returns a list of all VPC Flow Logs configurations applicable to a specified resource.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ShowEffectiveFlowLogsConfigsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ShowEffectiveFlowLogsConfigsResponse | 
        The response received from the server.  | 
      
ShowEffectiveFlowLogsConfigs(ShowEffectiveFlowLogsConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual ShowEffectiveFlowLogsConfigsResponse ShowEffectiveFlowLogsConfigs(ShowEffectiveFlowLogsConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)ShowEffectiveFlowLogsConfigs returns a list of all VPC Flow Logs configurations applicable to a specified resource.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ShowEffectiveFlowLogsConfigsRequestThe 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 | 
ShowEffectiveFlowLogsConfigsResponse | 
        The response received from the server.  | 
      
ShowEffectiveFlowLogsConfigsAsync(ShowEffectiveFlowLogsConfigsRequest, CallOptions)
public virtual AsyncUnaryCall<ShowEffectiveFlowLogsConfigsResponse> ShowEffectiveFlowLogsConfigsAsync(ShowEffectiveFlowLogsConfigsRequest request, CallOptions options)ShowEffectiveFlowLogsConfigs returns a list of all VPC Flow Logs configurations applicable to a specified resource.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ShowEffectiveFlowLogsConfigsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallShowEffectiveFlowLogsConfigsResponse | 
        The call object.  | 
      
ShowEffectiveFlowLogsConfigsAsync(ShowEffectiveFlowLogsConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ShowEffectiveFlowLogsConfigsResponse> ShowEffectiveFlowLogsConfigsAsync(ShowEffectiveFlowLogsConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)ShowEffectiveFlowLogsConfigs returns a list of all VPC Flow Logs configurations applicable to a specified resource.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ShowEffectiveFlowLogsConfigsRequestThe 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 | 
AsyncUnaryCallShowEffectiveFlowLogsConfigsResponse | 
        The call object.  | 
      
UpdateVpcFlowLogsConfig(UpdateVpcFlowLogsConfigRequest, CallOptions)
public virtual Operation UpdateVpcFlowLogsConfig(UpdateVpcFlowLogsConfigRequest request, CallOptions options)Updates an existing VpcFlowLogsConfig.
If a configuration with the exact same settings already exists (even if the
ID is different), the creation fails.
Notes:
- Updating a configuration with 
state=DISABLEDwill fail. - The following fields are not considered as settings for the purpose
of the check mentioned above, therefore - updating another configuration
with the same fields but different values for the following fields will
fail as well:
- name
 - create_time
 - update_time
 - labels
 - description
 
 
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateVpcFlowLogsConfigRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Operation | 
        The response received from the server.  | 
      
UpdateVpcFlowLogsConfig(UpdateVpcFlowLogsConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateVpcFlowLogsConfig(UpdateVpcFlowLogsConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an existing VpcFlowLogsConfig.
If a configuration with the exact same settings already exists (even if the
ID is different), the creation fails.
Notes:
- Updating a configuration with 
state=DISABLEDwill fail. - The following fields are not considered as settings for the purpose
of the check mentioned above, therefore - updating another configuration
with the same fields but different values for the following fields will
fail as well:
- name
 - create_time
 - update_time
 - labels
 - description
 
 
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateVpcFlowLogsConfigRequestThe 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.  | 
      
UpdateVpcFlowLogsConfigAsync(UpdateVpcFlowLogsConfigRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateVpcFlowLogsConfigAsync(UpdateVpcFlowLogsConfigRequest request, CallOptions options)Updates an existing VpcFlowLogsConfig.
If a configuration with the exact same settings already exists (even if the
ID is different), the creation fails.
Notes:
- Updating a configuration with 
state=DISABLEDwill fail. - The following fields are not considered as settings for the purpose
of the check mentioned above, therefore - updating another configuration
with the same fields but different values for the following fields will
fail as well:
- name
 - create_time
 - update_time
 - labels
 - description
 
 
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateVpcFlowLogsConfigRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallOperation | 
        The call object.  | 
      
UpdateVpcFlowLogsConfigAsync(UpdateVpcFlowLogsConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateVpcFlowLogsConfigAsync(UpdateVpcFlowLogsConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an existing VpcFlowLogsConfig.
If a configuration with the exact same settings already exists (even if the
ID is different), the creation fails.
Notes:
- Updating a configuration with 
state=DISABLEDwill fail. - The following fields are not considered as settings for the purpose
of the check mentioned above, therefore - updating another configuration
with the same fields but different values for the following fields will
fail as well:
- name
 - create_time
 - update_time
 - labels
 - description
 
 
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateVpcFlowLogsConfigRequestThe 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.  |