public class AppConnectorsServiceClient : ClientBase<AppConnectorsService.AppConnectorsServiceClient>Reference documentation and code samples for the Google.Cloud.BeyondCorp.AppConnectors.V1 class AppConnectorsService.AppConnectorsServiceClient.
Client for AppConnectorsService
Inheritance
Object > ClientBase > ClientBase<AppConnectorsService.AppConnectorsServiceClient> > AppConnectorsService.AppConnectorsServiceClientNamespace
Google.Cloud.BeyondCorp.AppConnectors.V1Assembly
Google.Cloud.BeyondCorp.AppConnectors.V1.dll
Constructors
AppConnectorsServiceClient()
protected AppConnectorsServiceClient()Protected parameterless constructor to allow creation of test doubles.
AppConnectorsServiceClient(CallInvoker)
public AppConnectorsServiceClient(CallInvoker callInvoker)Creates a new client for AppConnectorsService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
AppConnectorsServiceClient(ChannelBase)
public AppConnectorsServiceClient(ChannelBase channel)Creates a new client for AppConnectorsService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
AppConnectorsServiceClient(ClientBase.ClientBaseConfiguration)
protected AppConnectorsServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfigurationThe client configuration. |
Methods
CreateAppConnector(CreateAppConnectorRequest, CallOptions)
public virtual Operation CreateAppConnector(CreateAppConnectorRequest request, CallOptions options)Creates a new AppConnector in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppConnectorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAppConnector(CreateAppConnectorRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateAppConnector(CreateAppConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates a new AppConnector in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppConnectorRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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. |
CreateAppConnectorAsync(CreateAppConnectorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateAppConnectorAsync(CreateAppConnectorRequest request, CallOptions options)Creates a new AppConnector in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppConnectorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
CreateAppConnectorAsync(CreateAppConnectorRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateAppConnectorAsync(CreateAppConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates a new AppConnector in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppConnectorRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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 |
AsyncUnaryCall<Operation> |
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 |
IAMPolicy.IAMPolicyClient |
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 |
Locations.LocationsClient |
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 |
Operations.OperationsClient |
A new Operations client for the same target as this client. |
DeleteAppConnector(DeleteAppConnectorRequest, CallOptions)
public virtual Operation DeleteAppConnector(DeleteAppConnectorRequest request, CallOptions options)Deletes a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppConnectorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteAppConnector(DeleteAppConnectorRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteAppConnector(DeleteAppConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppConnectorRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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. |
DeleteAppConnectorAsync(DeleteAppConnectorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteAppConnectorAsync(DeleteAppConnectorRequest request, CallOptions options)Deletes a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppConnectorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
DeleteAppConnectorAsync(DeleteAppConnectorRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteAppConnectorAsync(DeleteAppConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppConnectorRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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 |
AsyncUnaryCall<Operation> |
The call object. |
GetAppConnector(GetAppConnectorRequest, CallOptions)
public virtual AppConnector GetAppConnector(GetAppConnectorRequest request, CallOptions options)Gets details of a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppConnectorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AppConnector |
The response received from the server. |
GetAppConnector(GetAppConnectorRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AppConnector GetAppConnector(GetAppConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Gets details of a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppConnectorRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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 |
AppConnector |
The response received from the server. |
GetAppConnectorAsync(GetAppConnectorRequest, CallOptions)
public virtual AsyncUnaryCall<AppConnector> GetAppConnectorAsync(GetAppConnectorRequest request, CallOptions options)Gets details of a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppConnectorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<AppConnector> |
The call object. |
GetAppConnectorAsync(GetAppConnectorRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<AppConnector> GetAppConnectorAsync(GetAppConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Gets details of a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppConnectorRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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 |
AsyncUnaryCall<AppConnector> |
The call object. |
ListAppConnectors(ListAppConnectorsRequest, CallOptions)
public virtual ListAppConnectorsResponse ListAppConnectors(ListAppConnectorsRequest request, CallOptions options)Lists AppConnectors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppConnectorsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListAppConnectorsResponse |
The response received from the server. |
ListAppConnectors(ListAppConnectorsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListAppConnectorsResponse ListAppConnectors(ListAppConnectorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists AppConnectors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppConnectorsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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 |
ListAppConnectorsResponse |
The response received from the server. |
ListAppConnectorsAsync(ListAppConnectorsRequest, CallOptions)
public virtual AsyncUnaryCall<ListAppConnectorsResponse> ListAppConnectorsAsync(ListAppConnectorsRequest request, CallOptions options)Lists AppConnectors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppConnectorsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<ListAppConnectorsResponse> |
The call object. |
ListAppConnectorsAsync(ListAppConnectorsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListAppConnectorsResponse> ListAppConnectorsAsync(ListAppConnectorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists AppConnectors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppConnectorsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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 |
AsyncUnaryCall<ListAppConnectorsResponse> |
The call object. |
NewInstance(ClientBase.ClientBaseConfiguration)
protected override AppConnectorsService.AppConnectorsServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
AppConnectorsService.AppConnectorsServiceClient |
|
ReportStatus(ReportStatusRequest, CallOptions)
public virtual Operation ReportStatus(ReportStatusRequest request, CallOptions options)Report status for a given connector.
| Parameters | |
|---|---|
| Name | Description |
request |
ReportStatusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ReportStatus(ReportStatusRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation ReportStatus(ReportStatusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Report status for a given connector.
| Parameters | |
|---|---|
| Name | Description |
request |
ReportStatusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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. |
ReportStatusAsync(ReportStatusRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ReportStatusAsync(ReportStatusRequest request, CallOptions options)Report status for a given connector.
| Parameters | |
|---|---|
| Name | Description |
request |
ReportStatusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
ReportStatusAsync(ReportStatusRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> ReportStatusAsync(ReportStatusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Report status for a given connector.
| Parameters | |
|---|---|
| Name | Description |
request |
ReportStatusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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 |
AsyncUnaryCall<Operation> |
The call object. |
UpdateAppConnector(UpdateAppConnectorRequest, CallOptions)
public virtual Operation UpdateAppConnector(UpdateAppConnectorRequest request, CallOptions options)Updates the parameters of a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAppConnectorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateAppConnector(UpdateAppConnectorRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation UpdateAppConnector(UpdateAppConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the parameters of a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAppConnectorRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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. |
UpdateAppConnectorAsync(UpdateAppConnectorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateAppConnectorAsync(UpdateAppConnectorRequest request, CallOptions options)Updates the parameters of a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAppConnectorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
UpdateAppConnectorAsync(UpdateAppConnectorRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateAppConnectorAsync(UpdateAppConnectorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the parameters of a single AppConnector.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAppConnectorRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An 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 |
AsyncUnaryCall<Operation> |
The call object. |