BeyondCorp AppConnectors v1 API - Class AppConnectorsServiceClientImpl (1.2.0)

public sealed class AppConnectorsServiceClientImpl : AppConnectorsServiceClient

Reference documentation and code samples for the BeyondCorp AppConnectors v1 API class AppConnectorsServiceClientImpl.

AppConnectorsService client wrapper implementation, for convenient use.

Inheritance

object > AppConnectorsServiceClient > AppConnectorsServiceClientImpl

Namespace

Google.Cloud.BeyondCorp.AppConnectors.V1

Assembly

Google.Cloud.BeyondCorp.AppConnectors.V1.dll

Remarks

API Overview:

The beyondcorp.googleapis.com service implements the Google Cloud BeyondCorp API.

Data Model:

The AppConnectorsService exposes the following resource:

  • AppConnectors, named as follows: projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}.

The AppConnectorsService provides methods to manage (create/read/update/delete) BeyondCorp AppConnectors.

Constructors

AppConnectorsServiceClientImpl(AppConnectorsServiceClient, AppConnectorsServiceSettings, ILogger)

public AppConnectorsServiceClientImpl(AppConnectorsService.AppConnectorsServiceClient grpcClient, AppConnectorsServiceSettings settings, ILogger logger)

Constructs a client wrapper for the AppConnectorsService service, with the specified gRPC client and settings.

Parameters
Name Description
grpcClient AppConnectorsServiceAppConnectorsServiceClient

The underlying gRPC client.

settings AppConnectorsServiceSettings

The base AppConnectorsServiceSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

CreateAppConnectorOperationsClient

public override OperationsClient CreateAppConnectorOperationsClient { get; }

The long-running operations client for CreateAppConnector.

Property Value
Type Description
OperationsClient
Overrides

DeleteAppConnectorOperationsClient

public override OperationsClient DeleteAppConnectorOperationsClient { get; }

The long-running operations client for DeleteAppConnector.

Property Value
Type Description
OperationsClient
Overrides

GrpcClient

public override AppConnectorsService.AppConnectorsServiceClient GrpcClient { get; }

The underlying gRPC AppConnectorsService client

Property Value
Type Description
AppConnectorsServiceAppConnectorsServiceClient
Overrides

IAMPolicyClient

public override IAMPolicyClient IAMPolicyClient { get; }

The IAMPolicyClient associated with this client.

Property Value
Type Description
IAMPolicyClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
Type Description
LocationsClient
Overrides

ReportStatusOperationsClient

public override OperationsClient ReportStatusOperationsClient { get; }

The long-running operations client for ReportStatus.

Property Value
Type Description
OperationsClient
Overrides

UpdateAppConnectorOperationsClient

public override OperationsClient UpdateAppConnectorOperationsClient { get; }

The long-running operations client for UpdateAppConnector.

Property Value
Type Description
OperationsClient
Overrides

Methods

CreateAppConnector(CreateAppConnectorRequest, CallSettings)

public override Operation<AppConnector, AppConnectorOperationMetadata> CreateAppConnector(CreateAppConnectorRequest request, CallSettings callSettings = null)

Creates a new AppConnector in a given project and location.

Parameters
Name Description
request CreateAppConnectorRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationAppConnectorAppConnectorOperationMetadata

The RPC response.

Overrides

CreateAppConnectorAsync(CreateAppConnectorRequest, CallSettings)

public override Task<Operation<AppConnector, AppConnectorOperationMetadata>> CreateAppConnectorAsync(CreateAppConnectorRequest request, CallSettings callSettings = null)

Creates a new AppConnector in a given project and location.

Parameters
Name Description
request CreateAppConnectorRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationAppConnectorAppConnectorOperationMetadata

A Task containing the RPC response.

Overrides

DeleteAppConnector(DeleteAppConnectorRequest, CallSettings)

public override Operation<Empty, AppConnectorOperationMetadata> DeleteAppConnector(DeleteAppConnectorRequest request, CallSettings callSettings = null)

Deletes a single AppConnector.

Parameters
Name Description
request DeleteAppConnectorRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationEmptyAppConnectorOperationMetadata

The RPC response.

Overrides

DeleteAppConnectorAsync(DeleteAppConnectorRequest, CallSettings)

public override Task<Operation<Empty, AppConnectorOperationMetadata>> DeleteAppConnectorAsync(DeleteAppConnectorRequest request, CallSettings callSettings = null)

Deletes a single AppConnector.

Parameters
Name Description
request DeleteAppConnectorRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationEmptyAppConnectorOperationMetadata

A Task containing the RPC response.

Overrides

GetAppConnector(GetAppConnectorRequest, CallSettings)

public override AppConnector GetAppConnector(GetAppConnectorRequest request, CallSettings callSettings = null)

Gets details of a single AppConnector.

Parameters
Name Description
request GetAppConnectorRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
AppConnector

The RPC response.

Overrides

GetAppConnectorAsync(GetAppConnectorRequest, CallSettings)

public override Task<AppConnector> GetAppConnectorAsync(GetAppConnectorRequest request, CallSettings callSettings = null)

Gets details of a single AppConnector.

Parameters
Name Description
request GetAppConnectorRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskAppConnector

A Task containing the RPC response.

Overrides

ListAppConnectors(ListAppConnectorsRequest, CallSettings)

public override PagedEnumerable<ListAppConnectorsResponse, AppConnector> ListAppConnectors(ListAppConnectorsRequest request, CallSettings callSettings = null)

Lists AppConnectors in a given project and location.

Parameters
Name Description
request ListAppConnectorsRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableListAppConnectorsResponseAppConnector

A pageable sequence of AppConnector resources.

Overrides

ListAppConnectorsAsync(ListAppConnectorsRequest, CallSettings)

public override PagedAsyncEnumerable<ListAppConnectorsResponse, AppConnector> ListAppConnectorsAsync(ListAppConnectorsRequest request, CallSettings callSettings = null)

Lists AppConnectors in a given project and location.

Parameters
Name Description
request ListAppConnectorsRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableListAppConnectorsResponseAppConnector

A pageable asynchronous sequence of AppConnector resources.

Overrides

ReportStatus(ReportStatusRequest, CallSettings)

public override Operation<AppConnector, AppConnectorOperationMetadata> ReportStatus(ReportStatusRequest request, CallSettings callSettings = null)

Report status for a given connector.

Parameters
Name Description
request ReportStatusRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationAppConnectorAppConnectorOperationMetadata

The RPC response.

Overrides

ReportStatusAsync(ReportStatusRequest, CallSettings)

public override Task<Operation<AppConnector, AppConnectorOperationMetadata>> ReportStatusAsync(ReportStatusRequest request, CallSettings callSettings = null)

Report status for a given connector.

Parameters
Name Description
request ReportStatusRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationAppConnectorAppConnectorOperationMetadata

A Task containing the RPC response.

Overrides

UpdateAppConnector(UpdateAppConnectorRequest, CallSettings)

public override Operation<AppConnector, AppConnectorOperationMetadata> UpdateAppConnector(UpdateAppConnectorRequest request, CallSettings callSettings = null)

Updates the parameters of a single AppConnector.

Parameters
Name Description
request UpdateAppConnectorRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationAppConnectorAppConnectorOperationMetadata

The RPC response.

Overrides

UpdateAppConnectorAsync(UpdateAppConnectorRequest, CallSettings)

public override Task<Operation<AppConnector, AppConnectorOperationMetadata>> UpdateAppConnectorAsync(UpdateAppConnectorRequest request, CallSettings callSettings = null)

Updates the parameters of a single AppConnector.

Parameters
Name Description
request UpdateAppConnectorRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationAppConnectorAppConnectorOperationMetadata

A Task containing the RPC response.

Overrides