public sealed class InterceptClientImpl : InterceptClientReference documentation and code samples for the Network Security v1 API class InterceptClientImpl.
Intercept client wrapper implementation, for convenient use.
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Remarks
Service for Third-Party Packet Intercept (TPPI). TPPI is the "in-band" flavor of the Network Security Integrations product.
Constructors
InterceptClientImpl(InterceptClient, InterceptSettings, ILogger)
public InterceptClientImpl(Intercept.InterceptClient grpcClient, InterceptSettings settings, ILogger logger)Constructs a client wrapper for the Intercept service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
InterceptInterceptClientThe underlying gRPC client. |
settings |
InterceptSettingsThe base InterceptSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
CreateInterceptDeploymentGroupOperationsClient
public override OperationsClient CreateInterceptDeploymentGroupOperationsClient { get; }The long-running operations client for CreateInterceptDeploymentGroup.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateInterceptDeploymentOperationsClient
public override OperationsClient CreateInterceptDeploymentOperationsClient { get; }The long-running operations client for CreateInterceptDeployment.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateInterceptEndpointGroupAssociationOperationsClient
public override OperationsClient CreateInterceptEndpointGroupAssociationOperationsClient { get; }The long-running operations client for CreateInterceptEndpointGroupAssociation.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateInterceptEndpointGroupOperationsClient
public override OperationsClient CreateInterceptEndpointGroupOperationsClient { get; }The long-running operations client for CreateInterceptEndpointGroup.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteInterceptDeploymentGroupOperationsClient
public override OperationsClient DeleteInterceptDeploymentGroupOperationsClient { get; }The long-running operations client for DeleteInterceptDeploymentGroup.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteInterceptDeploymentOperationsClient
public override OperationsClient DeleteInterceptDeploymentOperationsClient { get; }The long-running operations client for DeleteInterceptDeployment.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteInterceptEndpointGroupAssociationOperationsClient
public override OperationsClient DeleteInterceptEndpointGroupAssociationOperationsClient { get; }The long-running operations client for DeleteInterceptEndpointGroupAssociation.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteInterceptEndpointGroupOperationsClient
public override OperationsClient DeleteInterceptEndpointGroupOperationsClient { get; }The long-running operations client for DeleteInterceptEndpointGroup.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
GrpcClient
public override Intercept.InterceptClient GrpcClient { get; }The underlying gRPC Intercept client
| Property Value | |
|---|---|
| Type | Description |
InterceptInterceptClient |
|
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }The IAMPolicyClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicyClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
UpdateInterceptDeploymentGroupOperationsClient
public override OperationsClient UpdateInterceptDeploymentGroupOperationsClient { get; }The long-running operations client for UpdateInterceptDeploymentGroup.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateInterceptDeploymentOperationsClient
public override OperationsClient UpdateInterceptDeploymentOperationsClient { get; }The long-running operations client for UpdateInterceptDeployment.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateInterceptEndpointGroupAssociationOperationsClient
public override OperationsClient UpdateInterceptEndpointGroupAssociationOperationsClient { get; }The long-running operations client for UpdateInterceptEndpointGroupAssociation.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateInterceptEndpointGroupOperationsClient
public override OperationsClient UpdateInterceptEndpointGroupOperationsClient { get; }The long-running operations client for UpdateInterceptEndpointGroup.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
CreateInterceptDeployment(CreateInterceptDeploymentRequest, CallSettings)
public override Operation<InterceptDeployment, OperationMetadata> CreateInterceptDeployment(CreateInterceptDeploymentRequest request, CallSettings callSettings = null)Creates a deployment in a given project and location. See https://google.aip.dev/133.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInterceptDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInterceptDeploymentOperationMetadata |
The RPC response. |
CreateInterceptDeploymentAsync(CreateInterceptDeploymentRequest, CallSettings)
public override Task<Operation<InterceptDeployment, OperationMetadata>> CreateInterceptDeploymentAsync(CreateInterceptDeploymentRequest request, CallSettings callSettings = null)Creates a deployment in a given project and location. See https://google.aip.dev/133.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInterceptDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInterceptDeploymentOperationMetadata |
A Task containing the RPC response. |
CreateInterceptDeploymentGroup(CreateInterceptDeploymentGroupRequest, CallSettings)
public override Operation<InterceptDeploymentGroup, OperationMetadata> CreateInterceptDeploymentGroup(CreateInterceptDeploymentGroupRequest request, CallSettings callSettings = null)Creates a deployment group in a given project and location. See https://google.aip.dev/133.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInterceptDeploymentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInterceptDeploymentGroupOperationMetadata |
The RPC response. |
CreateInterceptDeploymentGroupAsync(CreateInterceptDeploymentGroupRequest, CallSettings)
public override Task<Operation<InterceptDeploymentGroup, OperationMetadata>> CreateInterceptDeploymentGroupAsync(CreateInterceptDeploymentGroupRequest request, CallSettings callSettings = null)Creates a deployment group in a given project and location. See https://google.aip.dev/133.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInterceptDeploymentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInterceptDeploymentGroupOperationMetadata |
A Task containing the RPC response. |
CreateInterceptEndpointGroup(CreateInterceptEndpointGroupRequest, CallSettings)
public override Operation<InterceptEndpointGroup, OperationMetadata> CreateInterceptEndpointGroup(CreateInterceptEndpointGroupRequest request, CallSettings callSettings = null)Creates an endpoint group in a given project and location. See https://google.aip.dev/133.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInterceptEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInterceptEndpointGroupOperationMetadata |
The RPC response. |
CreateInterceptEndpointGroupAssociation(CreateInterceptEndpointGroupAssociationRequest, CallSettings)
public override Operation<InterceptEndpointGroupAssociation, OperationMetadata> CreateInterceptEndpointGroupAssociation(CreateInterceptEndpointGroupAssociationRequest request, CallSettings callSettings = null)Creates an association in a given project and location. See https://google.aip.dev/133.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInterceptEndpointGroupAssociationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInterceptEndpointGroupAssociationOperationMetadata |
The RPC response. |
CreateInterceptEndpointGroupAssociationAsync(CreateInterceptEndpointGroupAssociationRequest, CallSettings)
public override Task<Operation<InterceptEndpointGroupAssociation, OperationMetadata>> CreateInterceptEndpointGroupAssociationAsync(CreateInterceptEndpointGroupAssociationRequest request, CallSettings callSettings = null)Creates an association in a given project and location. See https://google.aip.dev/133.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInterceptEndpointGroupAssociationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInterceptEndpointGroupAssociationOperationMetadata |
A Task containing the RPC response. |
CreateInterceptEndpointGroupAsync(CreateInterceptEndpointGroupRequest, CallSettings)
public override Task<Operation<InterceptEndpointGroup, OperationMetadata>> CreateInterceptEndpointGroupAsync(CreateInterceptEndpointGroupRequest request, CallSettings callSettings = null)Creates an endpoint group in a given project and location. See https://google.aip.dev/133.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInterceptEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInterceptEndpointGroupOperationMetadata |
A Task containing the RPC response. |
DeleteInterceptDeployment(DeleteInterceptDeploymentRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteInterceptDeployment(DeleteInterceptDeploymentRequest request, CallSettings callSettings = null)Deletes a deployment. See https://google.aip.dev/135.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterceptDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteInterceptDeploymentAsync(DeleteInterceptDeploymentRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteInterceptDeploymentAsync(DeleteInterceptDeploymentRequest request, CallSettings callSettings = null)Deletes a deployment. See https://google.aip.dev/135.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterceptDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteInterceptDeploymentGroup(DeleteInterceptDeploymentGroupRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteInterceptDeploymentGroup(DeleteInterceptDeploymentGroupRequest request, CallSettings callSettings = null)Deletes a deployment group. See https://google.aip.dev/135.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterceptDeploymentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteInterceptDeploymentGroupAsync(DeleteInterceptDeploymentGroupRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteInterceptDeploymentGroupAsync(DeleteInterceptDeploymentGroupRequest request, CallSettings callSettings = null)Deletes a deployment group. See https://google.aip.dev/135.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterceptDeploymentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteInterceptEndpointGroup(DeleteInterceptEndpointGroupRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteInterceptEndpointGroup(DeleteInterceptEndpointGroupRequest request, CallSettings callSettings = null)Deletes an endpoint group. See https://google.aip.dev/135.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterceptEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteInterceptEndpointGroupAssociation(DeleteInterceptEndpointGroupAssociationRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteInterceptEndpointGroupAssociation(DeleteInterceptEndpointGroupAssociationRequest request, CallSettings callSettings = null)Deletes an association. See https://google.aip.dev/135.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterceptEndpointGroupAssociationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteInterceptEndpointGroupAssociationAsync(DeleteInterceptEndpointGroupAssociationRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteInterceptEndpointGroupAssociationAsync(DeleteInterceptEndpointGroupAssociationRequest request, CallSettings callSettings = null)Deletes an association. See https://google.aip.dev/135.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterceptEndpointGroupAssociationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteInterceptEndpointGroupAsync(DeleteInterceptEndpointGroupRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteInterceptEndpointGroupAsync(DeleteInterceptEndpointGroupRequest request, CallSettings callSettings = null)Deletes an endpoint group. See https://google.aip.dev/135.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInterceptEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
GetInterceptDeployment(GetInterceptDeploymentRequest, CallSettings)
public override InterceptDeployment GetInterceptDeployment(GetInterceptDeploymentRequest request, CallSettings callSettings = null)Gets a specific deployment. See https://google.aip.dev/131.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterceptDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
InterceptDeployment |
The RPC response. |
GetInterceptDeploymentAsync(GetInterceptDeploymentRequest, CallSettings)
public override Task<InterceptDeployment> GetInterceptDeploymentAsync(GetInterceptDeploymentRequest request, CallSettings callSettings = null)Gets a specific deployment. See https://google.aip.dev/131.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterceptDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskInterceptDeployment |
A Task containing the RPC response. |
GetInterceptDeploymentGroup(GetInterceptDeploymentGroupRequest, CallSettings)
public override InterceptDeploymentGroup GetInterceptDeploymentGroup(GetInterceptDeploymentGroupRequest request, CallSettings callSettings = null)Gets a specific deployment group. See https://google.aip.dev/131.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterceptDeploymentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
InterceptDeploymentGroup |
The RPC response. |
GetInterceptDeploymentGroupAsync(GetInterceptDeploymentGroupRequest, CallSettings)
public override Task<InterceptDeploymentGroup> GetInterceptDeploymentGroupAsync(GetInterceptDeploymentGroupRequest request, CallSettings callSettings = null)Gets a specific deployment group. See https://google.aip.dev/131.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterceptDeploymentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskInterceptDeploymentGroup |
A Task containing the RPC response. |
GetInterceptEndpointGroup(GetInterceptEndpointGroupRequest, CallSettings)
public override InterceptEndpointGroup GetInterceptEndpointGroup(GetInterceptEndpointGroupRequest request, CallSettings callSettings = null)Gets a specific endpoint group. See https://google.aip.dev/131.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterceptEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroup |
The RPC response. |
GetInterceptEndpointGroupAssociation(GetInterceptEndpointGroupAssociationRequest, CallSettings)
public override InterceptEndpointGroupAssociation GetInterceptEndpointGroupAssociation(GetInterceptEndpointGroupAssociationRequest request, CallSettings callSettings = null)Gets a specific association. See https://google.aip.dev/131.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterceptEndpointGroupAssociationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociation |
The RPC response. |
GetInterceptEndpointGroupAssociationAsync(GetInterceptEndpointGroupAssociationRequest, CallSettings)
public override Task<InterceptEndpointGroupAssociation> GetInterceptEndpointGroupAssociationAsync(GetInterceptEndpointGroupAssociationRequest request, CallSettings callSettings = null)Gets a specific association. See https://google.aip.dev/131.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterceptEndpointGroupAssociationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskInterceptEndpointGroupAssociation |
A Task containing the RPC response. |
GetInterceptEndpointGroupAsync(GetInterceptEndpointGroupRequest, CallSettings)
public override Task<InterceptEndpointGroup> GetInterceptEndpointGroupAsync(GetInterceptEndpointGroupRequest request, CallSettings callSettings = null)Gets a specific endpoint group. See https://google.aip.dev/131.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInterceptEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskInterceptEndpointGroup |
A Task containing the RPC response. |
ListInterceptDeploymentGroups(ListInterceptDeploymentGroupsRequest, CallSettings)
public override PagedEnumerable<ListInterceptDeploymentGroupsResponse, InterceptDeploymentGroup> ListInterceptDeploymentGroups(ListInterceptDeploymentGroupsRequest request, CallSettings callSettings = null)Lists deployment groups in a given project and location. See https://google.aip.dev/132.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInterceptDeploymentGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListInterceptDeploymentGroupsResponseInterceptDeploymentGroup |
A pageable sequence of InterceptDeploymentGroup resources. |
ListInterceptDeploymentGroupsAsync(ListInterceptDeploymentGroupsRequest, CallSettings)
public override PagedAsyncEnumerable<ListInterceptDeploymentGroupsResponse, InterceptDeploymentGroup> ListInterceptDeploymentGroupsAsync(ListInterceptDeploymentGroupsRequest request, CallSettings callSettings = null)Lists deployment groups in a given project and location. See https://google.aip.dev/132.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInterceptDeploymentGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListInterceptDeploymentGroupsResponseInterceptDeploymentGroup |
A pageable asynchronous sequence of InterceptDeploymentGroup resources. |
ListInterceptDeployments(ListInterceptDeploymentsRequest, CallSettings)
public override PagedEnumerable<ListInterceptDeploymentsResponse, InterceptDeployment> ListInterceptDeployments(ListInterceptDeploymentsRequest request, CallSettings callSettings = null)Lists deployments in a given project and location. See https://google.aip.dev/132.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInterceptDeploymentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListInterceptDeploymentsResponseInterceptDeployment |
A pageable sequence of InterceptDeployment resources. |
ListInterceptDeploymentsAsync(ListInterceptDeploymentsRequest, CallSettings)
public override PagedAsyncEnumerable<ListInterceptDeploymentsResponse, InterceptDeployment> ListInterceptDeploymentsAsync(ListInterceptDeploymentsRequest request, CallSettings callSettings = null)Lists deployments in a given project and location. See https://google.aip.dev/132.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInterceptDeploymentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListInterceptDeploymentsResponseInterceptDeployment |
A pageable asynchronous sequence of InterceptDeployment resources. |
ListInterceptEndpointGroupAssociations(ListInterceptEndpointGroupAssociationsRequest, CallSettings)
public override PagedEnumerable<ListInterceptEndpointGroupAssociationsResponse, InterceptEndpointGroupAssociation> ListInterceptEndpointGroupAssociations(ListInterceptEndpointGroupAssociationsRequest request, CallSettings callSettings = null)Lists associations in a given project and location. See https://google.aip.dev/132.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInterceptEndpointGroupAssociationsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListInterceptEndpointGroupAssociationsResponseInterceptEndpointGroupAssociation |
A pageable sequence of InterceptEndpointGroupAssociation resources. |
ListInterceptEndpointGroupAssociationsAsync(ListInterceptEndpointGroupAssociationsRequest, CallSettings)
public override PagedAsyncEnumerable<ListInterceptEndpointGroupAssociationsResponse, InterceptEndpointGroupAssociation> ListInterceptEndpointGroupAssociationsAsync(ListInterceptEndpointGroupAssociationsRequest request, CallSettings callSettings = null)Lists associations in a given project and location. See https://google.aip.dev/132.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInterceptEndpointGroupAssociationsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListInterceptEndpointGroupAssociationsResponseInterceptEndpointGroupAssociation |
A pageable asynchronous sequence of InterceptEndpointGroupAssociation resources. |
ListInterceptEndpointGroups(ListInterceptEndpointGroupsRequest, CallSettings)
public override PagedEnumerable<ListInterceptEndpointGroupsResponse, InterceptEndpointGroup> ListInterceptEndpointGroups(ListInterceptEndpointGroupsRequest request, CallSettings callSettings = null)Lists endpoint groups in a given project and location. See https://google.aip.dev/132.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInterceptEndpointGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListInterceptEndpointGroupsResponseInterceptEndpointGroup |
A pageable sequence of InterceptEndpointGroup resources. |
ListInterceptEndpointGroupsAsync(ListInterceptEndpointGroupsRequest, CallSettings)
public override PagedAsyncEnumerable<ListInterceptEndpointGroupsResponse, InterceptEndpointGroup> ListInterceptEndpointGroupsAsync(ListInterceptEndpointGroupsRequest request, CallSettings callSettings = null)Lists endpoint groups in a given project and location. See https://google.aip.dev/132.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInterceptEndpointGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListInterceptEndpointGroupsResponseInterceptEndpointGroup |
A pageable asynchronous sequence of InterceptEndpointGroup resources. |
UpdateInterceptDeployment(UpdateInterceptDeploymentRequest, CallSettings)
public override Operation<InterceptDeployment, OperationMetadata> UpdateInterceptDeployment(UpdateInterceptDeploymentRequest request, CallSettings callSettings = null)Updates a deployment. See https://google.aip.dev/134.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInterceptDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInterceptDeploymentOperationMetadata |
The RPC response. |
UpdateInterceptDeploymentAsync(UpdateInterceptDeploymentRequest, CallSettings)
public override Task<Operation<InterceptDeployment, OperationMetadata>> UpdateInterceptDeploymentAsync(UpdateInterceptDeploymentRequest request, CallSettings callSettings = null)Updates a deployment. See https://google.aip.dev/134.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInterceptDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInterceptDeploymentOperationMetadata |
A Task containing the RPC response. |
UpdateInterceptDeploymentGroup(UpdateInterceptDeploymentGroupRequest, CallSettings)
public override Operation<InterceptDeploymentGroup, OperationMetadata> UpdateInterceptDeploymentGroup(UpdateInterceptDeploymentGroupRequest request, CallSettings callSettings = null)Updates a deployment group. See https://google.aip.dev/134.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInterceptDeploymentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInterceptDeploymentGroupOperationMetadata |
The RPC response. |
UpdateInterceptDeploymentGroupAsync(UpdateInterceptDeploymentGroupRequest, CallSettings)
public override Task<Operation<InterceptDeploymentGroup, OperationMetadata>> UpdateInterceptDeploymentGroupAsync(UpdateInterceptDeploymentGroupRequest request, CallSettings callSettings = null)Updates a deployment group. See https://google.aip.dev/134.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInterceptDeploymentGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInterceptDeploymentGroupOperationMetadata |
A Task containing the RPC response. |
UpdateInterceptEndpointGroup(UpdateInterceptEndpointGroupRequest, CallSettings)
public override Operation<InterceptEndpointGroup, OperationMetadata> UpdateInterceptEndpointGroup(UpdateInterceptEndpointGroupRequest request, CallSettings callSettings = null)Updates an endpoint group. See https://google.aip.dev/134.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInterceptEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInterceptEndpointGroupOperationMetadata |
The RPC response. |
UpdateInterceptEndpointGroupAssociation(UpdateInterceptEndpointGroupAssociationRequest, CallSettings)
public override Operation<InterceptEndpointGroupAssociation, OperationMetadata> UpdateInterceptEndpointGroupAssociation(UpdateInterceptEndpointGroupAssociationRequest request, CallSettings callSettings = null)Updates an association. See https://google.aip.dev/134.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInterceptEndpointGroupAssociationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInterceptEndpointGroupAssociationOperationMetadata |
The RPC response. |
UpdateInterceptEndpointGroupAssociationAsync(UpdateInterceptEndpointGroupAssociationRequest, CallSettings)
public override Task<Operation<InterceptEndpointGroupAssociation, OperationMetadata>> UpdateInterceptEndpointGroupAssociationAsync(UpdateInterceptEndpointGroupAssociationRequest request, CallSettings callSettings = null)Updates an association. See https://google.aip.dev/134.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInterceptEndpointGroupAssociationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInterceptEndpointGroupAssociationOperationMetadata |
A Task containing the RPC response. |
UpdateInterceptEndpointGroupAsync(UpdateInterceptEndpointGroupRequest, CallSettings)
public override Task<Operation<InterceptEndpointGroup, OperationMetadata>> UpdateInterceptEndpointGroupAsync(UpdateInterceptEndpointGroupRequest request, CallSettings callSettings = null)Updates an endpoint group. See https://google.aip.dev/134.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInterceptEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInterceptEndpointGroupOperationMetadata |
A Task containing the RPC response. |