public class AppPlatform.AppPlatformClient : ClientBase<AppPlatform.AppPlatformClient>Reference documentation and code samples for the Vision AI v1 API class AppPlatform.AppPlatformClient.
Client for AppPlatform
Inheritance
object > ClientBase > ClientBaseAppPlatformAppPlatformClient > AppPlatform.AppPlatformClientNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
AppPlatformClient()
protected AppPlatformClient()Protected parameterless constructor to allow creation of test doubles.
AppPlatformClient(CallInvoker)
public AppPlatformClient(CallInvoker callInvoker)Creates a new client for AppPlatform that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
AppPlatformClient(ChannelBase)
public AppPlatformClient(ChannelBase channel)Creates a new client for AppPlatform
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
AppPlatformClient(ClientBaseConfiguration)
protected AppPlatformClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
AddApplicationStreamInput(AddApplicationStreamInputRequest, CallOptions)
public virtual Operation AddApplicationStreamInput(AddApplicationStreamInputRequest request, CallOptions options)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
AddApplicationStreamInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
AddApplicationStreamInput(AddApplicationStreamInputRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation AddApplicationStreamInput(AddApplicationStreamInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
AddApplicationStreamInputRequestThe 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. |
AddApplicationStreamInputAsync(AddApplicationStreamInputRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> AddApplicationStreamInputAsync(AddApplicationStreamInputRequest request, CallOptions options)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
AddApplicationStreamInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
AddApplicationStreamInputAsync(AddApplicationStreamInputRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> AddApplicationStreamInputAsync(AddApplicationStreamInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
AddApplicationStreamInputRequestThe 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. |
CreateApplication(CreateApplicationRequest, CallOptions)
public virtual Operation CreateApplication(CreateApplicationRequest request, CallOptions options)Creates a new Application in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateApplication(CreateApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateApplication(CreateApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Application in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationRequestThe 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. |
CreateApplicationAsync(CreateApplicationRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateApplicationAsync(CreateApplicationRequest request, CallOptions options)Creates a new Application in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateApplicationAsync(CreateApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateApplicationAsync(CreateApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Application in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationRequestThe 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. |
CreateApplicationInstances(CreateApplicationInstancesRequest, CallOptions)
public virtual Operation CreateApplicationInstances(CreateApplicationInstancesRequest request, CallOptions options)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateApplicationInstances(CreateApplicationInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateApplicationInstances(CreateApplicationInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationInstancesRequestThe 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. |
CreateApplicationInstancesAsync(CreateApplicationInstancesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateApplicationInstancesAsync(CreateApplicationInstancesRequest request, CallOptions options)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateApplicationInstancesAsync(CreateApplicationInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateApplicationInstancesAsync(CreateApplicationInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationInstancesRequestThe 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. |
CreateDraft(CreateDraftRequest, CallOptions)
public virtual Operation CreateDraft(CreateDraftRequest request, CallOptions options)Creates a new Draft in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDraftRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateDraft(CreateDraftRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateDraft(CreateDraftRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Draft in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDraftRequestThe 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. |
CreateDraftAsync(CreateDraftRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateDraftAsync(CreateDraftRequest request, CallOptions options)Creates a new Draft in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDraftRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateDraftAsync(CreateDraftRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateDraftAsync(CreateDraftRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Draft in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDraftRequestThe 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. |
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. |
CreateProcessor(CreateProcessorRequest, CallOptions)
public virtual Operation CreateProcessor(CreateProcessorRequest request, CallOptions options)Creates a new Processor in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateProcessorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateProcessor(CreateProcessorRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateProcessor(CreateProcessorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Processor in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateProcessorRequestThe 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. |
CreateProcessorAsync(CreateProcessorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateProcessorAsync(CreateProcessorRequest request, CallOptions options)Creates a new Processor in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateProcessorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateProcessorAsync(CreateProcessorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateProcessorAsync(CreateProcessorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Processor in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateProcessorRequestThe 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. |
DeleteApplication(DeleteApplicationRequest, CallOptions)
public virtual Operation DeleteApplication(DeleteApplicationRequest request, CallOptions options)Deletes a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteApplication(DeleteApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteApplication(DeleteApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationRequestThe 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. |
DeleteApplicationAsync(DeleteApplicationRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteApplicationAsync(DeleteApplicationRequest request, CallOptions options)Deletes a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteApplicationAsync(DeleteApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteApplicationAsync(DeleteApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationRequestThe 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. |
DeleteApplicationInstances(DeleteApplicationInstancesRequest, CallOptions)
public virtual Operation DeleteApplicationInstances(DeleteApplicationInstancesRequest request, CallOptions options)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteApplicationInstances(DeleteApplicationInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteApplicationInstances(DeleteApplicationInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationInstancesRequestThe 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. |
DeleteApplicationInstancesAsync(DeleteApplicationInstancesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteApplicationInstancesAsync(DeleteApplicationInstancesRequest request, CallOptions options)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteApplicationInstancesAsync(DeleteApplicationInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteApplicationInstancesAsync(DeleteApplicationInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationInstancesRequestThe 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. |
DeleteDraft(DeleteDraftRequest, CallOptions)
public virtual Operation DeleteDraft(DeleteDraftRequest request, CallOptions options)Deletes a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDraftRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteDraft(DeleteDraftRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteDraft(DeleteDraftRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDraftRequestThe 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. |
DeleteDraftAsync(DeleteDraftRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteDraftAsync(DeleteDraftRequest request, CallOptions options)Deletes a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDraftRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteDraftAsync(DeleteDraftRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteDraftAsync(DeleteDraftRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDraftRequestThe 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. |
DeleteProcessor(DeleteProcessorRequest, CallOptions)
public virtual Operation DeleteProcessor(DeleteProcessorRequest request, CallOptions options)Deletes a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteProcessorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteProcessor(DeleteProcessorRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteProcessor(DeleteProcessorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteProcessorRequestThe 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. |
DeleteProcessorAsync(DeleteProcessorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteProcessorAsync(DeleteProcessorRequest request, CallOptions options)Deletes a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteProcessorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteProcessorAsync(DeleteProcessorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteProcessorAsync(DeleteProcessorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteProcessorRequestThe 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. |
DeployApplication(DeployApplicationRequest, CallOptions)
public virtual Operation DeployApplication(DeployApplicationRequest request, CallOptions options)Deploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeployApplication(DeployApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeployApplication(DeployApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployApplicationRequestThe 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. |
DeployApplicationAsync(DeployApplicationRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeployApplicationAsync(DeployApplicationRequest request, CallOptions options)Deploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeployApplicationAsync(DeployApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeployApplicationAsync(DeployApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployApplicationRequestThe 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. |
GetApplication(GetApplicationRequest, CallOptions)
public virtual Application GetApplication(GetApplicationRequest request, CallOptions options)Gets details of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
GetApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Application |
The response received from the server. |
GetApplication(GetApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual Application GetApplication(GetApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
GetApplicationRequestThe 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 |
Application |
The response received from the server. |
GetApplicationAsync(GetApplicationRequest, CallOptions)
public virtual AsyncUnaryCall<Application> GetApplicationAsync(GetApplicationRequest request, CallOptions options)Gets details of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
GetApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallApplication |
The call object. |
GetApplicationAsync(GetApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Application> GetApplicationAsync(GetApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
GetApplicationRequestThe 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 |
AsyncUnaryCallApplication |
The call object. |
GetDraft(GetDraftRequest, CallOptions)
public virtual Draft GetDraft(GetDraftRequest request, CallOptions options)Gets details of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDraftRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Draft |
The response received from the server. |
GetDraft(GetDraftRequest, Metadata, DateTime?, CancellationToken)
public virtual Draft GetDraft(GetDraftRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDraftRequestThe 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 |
Draft |
The response received from the server. |
GetDraftAsync(GetDraftRequest, CallOptions)
public virtual AsyncUnaryCall<Draft> GetDraftAsync(GetDraftRequest request, CallOptions options)Gets details of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDraftRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallDraft |
The call object. |
GetDraftAsync(GetDraftRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Draft> GetDraftAsync(GetDraftRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDraftRequestThe 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 |
AsyncUnaryCallDraft |
The call object. |
GetInstance(GetInstanceRequest, CallOptions)
public virtual Instance GetInstance(GetInstanceRequest request, CallOptions options)Gets details of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Instance |
The response received from the server. |
GetInstance(GetInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual Instance GetInstance(GetInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe 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 |
Instance |
The response received from the server. |
GetInstanceAsync(GetInstanceRequest, CallOptions)
public virtual AsyncUnaryCall<Instance> GetInstanceAsync(GetInstanceRequest request, CallOptions options)Gets details of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallInstance |
The call object. |
GetInstanceAsync(GetInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Instance> GetInstanceAsync(GetInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe 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 |
AsyncUnaryCallInstance |
The call object. |
GetProcessor(GetProcessorRequest, CallOptions)
public virtual Processor GetProcessor(GetProcessorRequest request, CallOptions options)Gets details of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProcessorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Processor |
The response received from the server. |
GetProcessor(GetProcessorRequest, Metadata, DateTime?, CancellationToken)
public virtual Processor GetProcessor(GetProcessorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProcessorRequestThe 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 |
Processor |
The response received from the server. |
GetProcessorAsync(GetProcessorRequest, CallOptions)
public virtual AsyncUnaryCall<Processor> GetProcessorAsync(GetProcessorRequest request, CallOptions options)Gets details of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProcessorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallProcessor |
The call object. |
GetProcessorAsync(GetProcessorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Processor> GetProcessorAsync(GetProcessorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProcessorRequestThe 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 |
AsyncUnaryCallProcessor |
The call object. |
ListApplications(ListApplicationsRequest, CallOptions)
public virtual ListApplicationsResponse ListApplications(ListApplicationsRequest request, CallOptions options)Lists Applications in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListApplicationsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListApplicationsResponse |
The response received from the server. |
ListApplications(ListApplicationsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListApplicationsResponse ListApplications(ListApplicationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Applications in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListApplicationsRequestThe 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 |
ListApplicationsResponse |
The response received from the server. |
ListApplicationsAsync(ListApplicationsRequest, CallOptions)
public virtual AsyncUnaryCall<ListApplicationsResponse> ListApplicationsAsync(ListApplicationsRequest request, CallOptions options)Lists Applications in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListApplicationsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListApplicationsResponse |
The call object. |
ListApplicationsAsync(ListApplicationsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListApplicationsResponse> ListApplicationsAsync(ListApplicationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Applications in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListApplicationsRequestThe 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 |
AsyncUnaryCallListApplicationsResponse |
The call object. |
ListDrafts(ListDraftsRequest, CallOptions)
public virtual ListDraftsResponse ListDrafts(ListDraftsRequest request, CallOptions options)Lists Drafts in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDraftsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListDraftsResponse |
The response received from the server. |
ListDrafts(ListDraftsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListDraftsResponse ListDrafts(ListDraftsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Drafts in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDraftsRequestThe 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 |
ListDraftsResponse |
The response received from the server. |
ListDraftsAsync(ListDraftsRequest, CallOptions)
public virtual AsyncUnaryCall<ListDraftsResponse> ListDraftsAsync(ListDraftsRequest request, CallOptions options)Lists Drafts in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDraftsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListDraftsResponse |
The call object. |
ListDraftsAsync(ListDraftsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListDraftsResponse> ListDraftsAsync(ListDraftsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Drafts in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDraftsRequestThe 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 |
AsyncUnaryCallListDraftsResponse |
The call object. |
ListInstances(ListInstancesRequest, CallOptions)
public virtual ListInstancesResponse ListInstances(ListInstancesRequest request, CallOptions options)Lists Instances in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse |
The response received from the server. |
ListInstances(ListInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListInstancesResponse ListInstances(ListInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Instances in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe 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 |
ListInstancesResponse |
The response received from the server. |
ListInstancesAsync(ListInstancesRequest, CallOptions)
public virtual AsyncUnaryCall<ListInstancesResponse> ListInstancesAsync(ListInstancesRequest request, CallOptions options)Lists Instances in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListInstancesResponse |
The call object. |
ListInstancesAsync(ListInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListInstancesResponse> ListInstancesAsync(ListInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Instances in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe 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 |
AsyncUnaryCallListInstancesResponse |
The call object. |
ListPrebuiltProcessors(ListPrebuiltProcessorsRequest, CallOptions)
public virtual ListPrebuiltProcessorsResponse ListPrebuiltProcessors(ListPrebuiltProcessorsRequest request, CallOptions options)ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrebuiltProcessorsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListPrebuiltProcessorsResponse |
The response received from the server. |
ListPrebuiltProcessors(ListPrebuiltProcessorsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListPrebuiltProcessorsResponse ListPrebuiltProcessors(ListPrebuiltProcessorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrebuiltProcessorsRequestThe 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 |
ListPrebuiltProcessorsResponse |
The response received from the server. |
ListPrebuiltProcessorsAsync(ListPrebuiltProcessorsRequest, CallOptions)
public virtual AsyncUnaryCall<ListPrebuiltProcessorsResponse> ListPrebuiltProcessorsAsync(ListPrebuiltProcessorsRequest request, CallOptions options)ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrebuiltProcessorsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPrebuiltProcessorsResponse |
The call object. |
ListPrebuiltProcessorsAsync(ListPrebuiltProcessorsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListPrebuiltProcessorsResponse> ListPrebuiltProcessorsAsync(ListPrebuiltProcessorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrebuiltProcessorsRequestThe 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 |
AsyncUnaryCallListPrebuiltProcessorsResponse |
The call object. |
ListProcessors(ListProcessorsRequest, CallOptions)
public virtual ListProcessorsResponse ListProcessors(ListProcessorsRequest request, CallOptions options)Lists Processors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProcessorsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListProcessorsResponse |
The response received from the server. |
ListProcessors(ListProcessorsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListProcessorsResponse ListProcessors(ListProcessorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Processors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProcessorsRequestThe 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 |
ListProcessorsResponse |
The response received from the server. |
ListProcessorsAsync(ListProcessorsRequest, CallOptions)
public virtual AsyncUnaryCall<ListProcessorsResponse> ListProcessorsAsync(ListProcessorsRequest request, CallOptions options)Lists Processors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProcessorsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListProcessorsResponse |
The call object. |
ListProcessorsAsync(ListProcessorsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListProcessorsResponse> ListProcessorsAsync(ListProcessorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Processors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProcessorsRequestThe 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 |
AsyncUnaryCallListProcessorsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override AppPlatform.AppPlatformClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
AppPlatformAppPlatformClient |
|
RemoveApplicationStreamInput(RemoveApplicationStreamInputRequest, CallOptions)
public virtual Operation RemoveApplicationStreamInput(RemoveApplicationStreamInputRequest request, CallOptions options)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveApplicationStreamInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
RemoveApplicationStreamInput(RemoveApplicationStreamInputRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation RemoveApplicationStreamInput(RemoveApplicationStreamInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveApplicationStreamInputRequestThe 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. |
RemoveApplicationStreamInputAsync(RemoveApplicationStreamInputRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> RemoveApplicationStreamInputAsync(RemoveApplicationStreamInputRequest request, CallOptions options)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveApplicationStreamInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
RemoveApplicationStreamInputAsync(RemoveApplicationStreamInputRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> RemoveApplicationStreamInputAsync(RemoveApplicationStreamInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveApplicationStreamInputRequestThe 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. |
UndeployApplication(UndeployApplicationRequest, CallOptions)
public virtual Operation UndeployApplication(UndeployApplicationRequest request, CallOptions options)Undeploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeployApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UndeployApplication(UndeployApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UndeployApplication(UndeployApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Undeploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeployApplicationRequestThe 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. |
UndeployApplicationAsync(UndeployApplicationRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UndeployApplicationAsync(UndeployApplicationRequest request, CallOptions options)Undeploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeployApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UndeployApplicationAsync(UndeployApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UndeployApplicationAsync(UndeployApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Undeploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeployApplicationRequestThe 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. |
UpdateApplication(UpdateApplicationRequest, CallOptions)
public virtual Operation UpdateApplication(UpdateApplicationRequest request, CallOptions options)Updates the parameters of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateApplication(UpdateApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateApplication(UpdateApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationRequestThe 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. |
UpdateApplicationAsync(UpdateApplicationRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateApplicationAsync(UpdateApplicationRequest request, CallOptions options)Updates the parameters of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateApplicationAsync(UpdateApplicationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateApplicationAsync(UpdateApplicationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationRequestThe 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. |
UpdateApplicationInstances(UpdateApplicationInstancesRequest, CallOptions)
public virtual Operation UpdateApplicationInstances(UpdateApplicationInstancesRequest request, CallOptions options)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateApplicationInstances(UpdateApplicationInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateApplicationInstances(UpdateApplicationInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationInstancesRequestThe 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. |
UpdateApplicationInstancesAsync(UpdateApplicationInstancesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateApplicationInstancesAsync(UpdateApplicationInstancesRequest request, CallOptions options)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateApplicationInstancesAsync(UpdateApplicationInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateApplicationInstancesAsync(UpdateApplicationInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationInstancesRequestThe 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. |
UpdateApplicationStreamInput(UpdateApplicationStreamInputRequest, CallOptions)
public virtual Operation UpdateApplicationStreamInput(UpdateApplicationStreamInputRequest request, CallOptions options)Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed. For CreateOrUpdate behavior, set allow_missing to true.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationStreamInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateApplicationStreamInput(UpdateApplicationStreamInputRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateApplicationStreamInput(UpdateApplicationStreamInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed. For CreateOrUpdate behavior, set allow_missing to true.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationStreamInputRequestThe 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. |
UpdateApplicationStreamInputAsync(UpdateApplicationStreamInputRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateApplicationStreamInputAsync(UpdateApplicationStreamInputRequest request, CallOptions options)Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed. For CreateOrUpdate behavior, set allow_missing to true.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationStreamInputRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateApplicationStreamInputAsync(UpdateApplicationStreamInputRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateApplicationStreamInputAsync(UpdateApplicationStreamInputRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed. For CreateOrUpdate behavior, set allow_missing to true.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationStreamInputRequestThe 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. |
UpdateDraft(UpdateDraftRequest, CallOptions)
public virtual Operation UpdateDraft(UpdateDraftRequest request, CallOptions options)Updates the parameters of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDraftRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateDraft(UpdateDraftRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateDraft(UpdateDraftRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDraftRequestThe 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. |
UpdateDraftAsync(UpdateDraftRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateDraftAsync(UpdateDraftRequest request, CallOptions options)Updates the parameters of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDraftRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateDraftAsync(UpdateDraftRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateDraftAsync(UpdateDraftRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDraftRequestThe 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. |
UpdateProcessor(UpdateProcessorRequest, CallOptions)
public virtual Operation UpdateProcessor(UpdateProcessorRequest request, CallOptions options)Updates the parameters of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProcessorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateProcessor(UpdateProcessorRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateProcessor(UpdateProcessorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProcessorRequestThe 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. |
UpdateProcessorAsync(UpdateProcessorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateProcessorAsync(UpdateProcessorRequest request, CallOptions options)Updates the parameters of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProcessorRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateProcessorAsync(UpdateProcessorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateProcessorAsync(UpdateProcessorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProcessorRequestThe 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. |