Google.Cloud.BeyondCorp.AppConnectors.V1 - Class AppConnectorsServiceClientImpl (1.0.0)

public sealed class AppConnectorsServiceClientImpl : AppConnectorsServiceClient

Reference documentation and code samples for the Google.Cloud.BeyondCorp.AppConnectors.V1 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(AppConnectorsService.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
NameDescription
grpcClientAppConnectorsService.AppConnectorsServiceClient

The underlying gRPC client.

settingsAppConnectorsServiceSettings

The base AppConnectorsServiceSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

CreateAppConnectorOperationsClient

public override OperationsClient CreateAppConnectorOperationsClient { get; }

The long-running operations client for CreateAppConnector.

Property Value
TypeDescription
OperationsClient
Overrides

DeleteAppConnectorOperationsClient

public override OperationsClient DeleteAppConnectorOperationsClient { get; }

The long-running operations client for DeleteAppConnector.

Property Value
TypeDescription
OperationsClient
Overrides

GrpcClient

public override AppConnectorsService.AppConnectorsServiceClient GrpcClient { get; }

The underlying gRPC AppConnectorsService client

Property Value
TypeDescription
AppConnectorsService.AppConnectorsServiceClient
Overrides

IAMPolicyClient

public override IAMPolicyClient IAMPolicyClient { get; }

The IAMPolicyClient associated with this client.

Property Value
TypeDescription
IAMPolicyClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
TypeDescription
LocationsClient
Overrides

ReportStatusOperationsClient

public override OperationsClient ReportStatusOperationsClient { get; }

The long-running operations client for ReportStatus.

Property Value
TypeDescription
OperationsClient
Overrides

UpdateAppConnectorOperationsClient

public override OperationsClient UpdateAppConnectorOperationsClient { get; }

The long-running operations client for UpdateAppConnector.

Property Value
TypeDescription
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
NameDescription
requestCreateAppConnectorRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<AppConnector, AppConnectorOperationMetadata>

The RPC response.

Overrides

CreateAppConnectorAsync(CreateAppConnectorRequest, CallSettings)

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

Creates a new AppConnector in a given project and location.

Parameters
NameDescription
requestCreateAppConnectorRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<AppConnector, AppConnectorOperationMetadata>>

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
NameDescription
requestDeleteAppConnectorRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<Empty, AppConnectorOperationMetadata>

The RPC response.

Overrides

DeleteAppConnectorAsync(DeleteAppConnectorRequest, CallSettings)

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

Deletes a single AppConnector.

Parameters
NameDescription
requestDeleteAppConnectorRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<Empty, AppConnectorOperationMetadata>>

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
NameDescription
requestGetAppConnectorRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
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
NameDescription
requestGetAppConnectorRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<AppConnector>

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
NameDescription
requestListAppConnectorsRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerable<ListAppConnectorsResponse, AppConnector>

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
NameDescription
requestListAppConnectorsRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerable<ListAppConnectorsResponse, AppConnector>

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
NameDescription
requestReportStatusRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<AppConnector, AppConnectorOperationMetadata>

The RPC response.

Overrides

ReportStatusAsync(ReportStatusRequest, CallSettings)

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

Report status for a given connector.

Parameters
NameDescription
requestReportStatusRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<AppConnector, AppConnectorOperationMetadata>>

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
NameDescription
requestUpdateAppConnectorRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<AppConnector, AppConnectorOperationMetadata>

The RPC response.

Overrides

UpdateAppConnectorAsync(UpdateAppConnectorRequest, CallSettings)

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

Updates the parameters of a single AppConnector.

Parameters
NameDescription
requestUpdateAppConnectorRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Operation<AppConnector, AppConnectorOperationMetadata>>

A Task containing the RPC response.

Overrides