public class AgentService.AgentServiceClient : ClientBase<AgentService.AgentServiceClient>Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class AgentService.AgentServiceClient.
Client for AgentService
Inheritance
object > ClientBase > ClientBaseAgentServiceAgentServiceClient > AgentService.AgentServiceClientNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
AgentServiceClient()
protected AgentServiceClient()Protected parameterless constructor to allow creation of test doubles.
AgentServiceClient(CallInvoker)
public AgentServiceClient(CallInvoker callInvoker)Creates a new client for AgentService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
AgentServiceClient(ChannelBase)
public AgentServiceClient(ChannelBase channel)Creates a new client for AgentService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
AgentServiceClient(ClientBaseConfiguration)
protected AgentServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
BatchDeleteConversations(BatchDeleteConversationsRequest, CallOptions)
public virtual Operation BatchDeleteConversations(BatchDeleteConversationsRequest request, CallOptions options)Batch deletes the specified conversations.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteConversationsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
BatchDeleteConversations(BatchDeleteConversationsRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation BatchDeleteConversations(BatchDeleteConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch deletes the specified conversations.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteConversationsRequestThe 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. |
BatchDeleteConversationsAsync(BatchDeleteConversationsRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> BatchDeleteConversationsAsync(BatchDeleteConversationsRequest request, CallOptions options)Batch deletes the specified conversations.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteConversationsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchDeleteConversationsAsync(BatchDeleteConversationsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchDeleteConversationsAsync(BatchDeleteConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Batch deletes the specified conversations.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteConversationsRequestThe 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. |
CreateAgent(CreateAgentRequest, CallOptions)
public virtual Agent CreateAgent(CreateAgentRequest request, CallOptions options)Creates a new agent in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAgentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Agent |
The response received from the server. |
CreateAgent(CreateAgentRequest, Metadata, DateTime?, CancellationToken)
public virtual Agent CreateAgent(CreateAgentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new agent in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAgentRequestThe 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 |
Agent |
The response received from the server. |
CreateAgentAsync(CreateAgentRequest, CallOptions)
public virtual AsyncUnaryCall<Agent> CreateAgentAsync(CreateAgentRequest request, CallOptions options)Creates a new agent in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAgentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAgent |
The call object. |
CreateAgentAsync(CreateAgentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Agent> CreateAgentAsync(CreateAgentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new agent in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAgentRequestThe 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 |
AsyncUnaryCallAgent |
The call object. |
CreateApp(CreateAppRequest, CallOptions)
public virtual Operation CreateApp(CreateAppRequest request, CallOptions options)Creates a new app in the given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateApp(CreateAppRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateApp(CreateAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new app in the given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppRequestThe 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. |
CreateAppAsync(CreateAppRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateAppAsync(CreateAppRequest request, CallOptions options)Creates a new app in the given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateAppAsync(CreateAppRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateAppAsync(CreateAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new app in the given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppRequestThe 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. |
CreateAppVersion(CreateAppVersionRequest, CallOptions)
public virtual AppVersion CreateAppVersion(CreateAppVersionRequest request, CallOptions options)Creates a new app version in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AppVersion |
The response received from the server. |
CreateAppVersion(CreateAppVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AppVersion CreateAppVersion(CreateAppVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new app version in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppVersionRequestThe 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 |
AppVersion |
The response received from the server. |
CreateAppVersionAsync(CreateAppVersionRequest, CallOptions)
public virtual AsyncUnaryCall<AppVersion> CreateAppVersionAsync(CreateAppVersionRequest request, CallOptions options)Creates a new app version in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAppVersion |
The call object. |
CreateAppVersionAsync(CreateAppVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AppVersion> CreateAppVersionAsync(CreateAppVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new app version in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAppVersionRequestThe 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 |
AsyncUnaryCallAppVersion |
The call object. |
CreateDeployment(CreateDeploymentRequest, CallOptions)
public virtual Deployment CreateDeployment(CreateDeploymentRequest request, CallOptions options)Creates a new deployment in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDeploymentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Deployment |
The response received from the server. |
CreateDeployment(CreateDeploymentRequest, Metadata, DateTime?, CancellationToken)
public virtual Deployment CreateDeployment(CreateDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new deployment in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDeploymentRequestThe 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 |
Deployment |
The response received from the server. |
CreateDeploymentAsync(CreateDeploymentRequest, CallOptions)
public virtual AsyncUnaryCall<Deployment> CreateDeploymentAsync(CreateDeploymentRequest request, CallOptions options)Creates a new deployment in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDeploymentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallDeployment |
The call object. |
CreateDeploymentAsync(CreateDeploymentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Deployment> CreateDeploymentAsync(CreateDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new deployment in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDeploymentRequestThe 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 |
AsyncUnaryCallDeployment |
The call object. |
CreateExample(CreateExampleRequest, CallOptions)
public virtual Example CreateExample(CreateExampleRequest request, CallOptions options)Creates a new example in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateExampleRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Example |
The response received from the server. |
CreateExample(CreateExampleRequest, Metadata, DateTime?, CancellationToken)
public virtual Example CreateExample(CreateExampleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new example in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateExampleRequestThe 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 |
Example |
The response received from the server. |
CreateExampleAsync(CreateExampleRequest, CallOptions)
public virtual AsyncUnaryCall<Example> CreateExampleAsync(CreateExampleRequest request, CallOptions options)Creates a new example in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateExampleRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallExample |
The call object. |
CreateExampleAsync(CreateExampleRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Example> CreateExampleAsync(CreateExampleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new example in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateExampleRequestThe 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 |
AsyncUnaryCallExample |
The call object. |
CreateGuardrail(CreateGuardrailRequest, CallOptions)
public virtual Guardrail CreateGuardrail(CreateGuardrailRequest request, CallOptions options)Creates a new guardrail in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGuardrailRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Guardrail |
The response received from the server. |
CreateGuardrail(CreateGuardrailRequest, Metadata, DateTime?, CancellationToken)
public virtual Guardrail CreateGuardrail(CreateGuardrailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new guardrail in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGuardrailRequestThe 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 |
Guardrail |
The response received from the server. |
CreateGuardrailAsync(CreateGuardrailRequest, CallOptions)
public virtual AsyncUnaryCall<Guardrail> CreateGuardrailAsync(CreateGuardrailRequest request, CallOptions options)Creates a new guardrail in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGuardrailRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGuardrail |
The call object. |
CreateGuardrailAsync(CreateGuardrailRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Guardrail> CreateGuardrailAsync(CreateGuardrailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new guardrail in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGuardrailRequestThe 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 |
AsyncUnaryCallGuardrail |
The call object. |
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. |
CreateTool(CreateToolRequest, CallOptions)
public virtual Tool CreateTool(CreateToolRequest request, CallOptions options)Creates a new tool in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateToolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Tool |
The response received from the server. |
CreateTool(CreateToolRequest, Metadata, DateTime?, CancellationToken)
public virtual Tool CreateTool(CreateToolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new tool in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateToolRequestThe 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 |
Tool |
The response received from the server. |
CreateToolAsync(CreateToolRequest, CallOptions)
public virtual AsyncUnaryCall<Tool> CreateToolAsync(CreateToolRequest request, CallOptions options)Creates a new tool in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateToolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTool |
The call object. |
CreateToolAsync(CreateToolRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Tool> CreateToolAsync(CreateToolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new tool in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateToolRequestThe 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 |
AsyncUnaryCallTool |
The call object. |
CreateToolset(CreateToolsetRequest, CallOptions)
public virtual Toolset CreateToolset(CreateToolsetRequest request, CallOptions options)Creates a new toolset in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateToolsetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Toolset |
The response received from the server. |
CreateToolset(CreateToolsetRequest, Metadata, DateTime?, CancellationToken)
public virtual Toolset CreateToolset(CreateToolsetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new toolset in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateToolsetRequestThe 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 |
Toolset |
The response received from the server. |
CreateToolsetAsync(CreateToolsetRequest, CallOptions)
public virtual AsyncUnaryCall<Toolset> CreateToolsetAsync(CreateToolsetRequest request, CallOptions options)Creates a new toolset in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateToolsetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallToolset |
The call object. |
CreateToolsetAsync(CreateToolsetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Toolset> CreateToolsetAsync(CreateToolsetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new toolset in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateToolsetRequestThe 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 |
AsyncUnaryCallToolset |
The call object. |
DeleteAgent(DeleteAgentRequest, CallOptions)
public virtual Empty DeleteAgent(DeleteAgentRequest request, CallOptions options)Deletes the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAgentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteAgent(DeleteAgentRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteAgent(DeleteAgentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAgentRequestThe 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 |
Empty |
The response received from the server. |
DeleteAgentAsync(DeleteAgentRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteAgentAsync(DeleteAgentRequest request, CallOptions options)Deletes the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAgentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteAgentAsync(DeleteAgentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteAgentAsync(DeleteAgentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAgentRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteApp(DeleteAppRequest, CallOptions)
public virtual Operation DeleteApp(DeleteAppRequest request, CallOptions options)Deletes the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteApp(DeleteAppRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteApp(DeleteAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppRequestThe 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. |
DeleteAppAsync(DeleteAppRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteAppAsync(DeleteAppRequest request, CallOptions options)Deletes the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteAppAsync(DeleteAppRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteAppAsync(DeleteAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppRequestThe 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. |
DeleteAppVersion(DeleteAppVersionRequest, CallOptions)
public virtual Empty DeleteAppVersion(DeleteAppVersionRequest request, CallOptions options)Deletes the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteAppVersion(DeleteAppVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteAppVersion(DeleteAppVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppVersionRequestThe 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 |
Empty |
The response received from the server. |
DeleteAppVersionAsync(DeleteAppVersionRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteAppVersionAsync(DeleteAppVersionRequest request, CallOptions options)Deletes the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteAppVersionAsync(DeleteAppVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteAppVersionAsync(DeleteAppVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAppVersionRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteConversation(DeleteConversationRequest, CallOptions)
public virtual Empty DeleteConversation(DeleteConversationRequest request, CallOptions options)Deletes the specified conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteConversationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteConversation(DeleteConversationRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteConversation(DeleteConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteConversationRequestThe 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 |
Empty |
The response received from the server. |
DeleteConversationAsync(DeleteConversationRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteConversationAsync(DeleteConversationRequest request, CallOptions options)Deletes the specified conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteConversationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteConversationAsync(DeleteConversationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteConversationAsync(DeleteConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteConversationRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteDeployment(DeleteDeploymentRequest, CallOptions)
public virtual Empty DeleteDeployment(DeleteDeploymentRequest request, CallOptions options)Deletes the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDeploymentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteDeployment(DeleteDeploymentRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteDeployment(DeleteDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDeploymentRequestThe 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 |
Empty |
The response received from the server. |
DeleteDeploymentAsync(DeleteDeploymentRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteDeploymentAsync(DeleteDeploymentRequest request, CallOptions options)Deletes the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDeploymentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteDeploymentAsync(DeleteDeploymentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteDeploymentAsync(DeleteDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDeploymentRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteExample(DeleteExampleRequest, CallOptions)
public virtual Empty DeleteExample(DeleteExampleRequest request, CallOptions options)Deletes the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteExampleRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteExample(DeleteExampleRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteExample(DeleteExampleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteExampleRequestThe 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 |
Empty |
The response received from the server. |
DeleteExampleAsync(DeleteExampleRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteExampleAsync(DeleteExampleRequest request, CallOptions options)Deletes the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteExampleRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteExampleAsync(DeleteExampleRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteExampleAsync(DeleteExampleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteExampleRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteGuardrail(DeleteGuardrailRequest, CallOptions)
public virtual Empty DeleteGuardrail(DeleteGuardrailRequest request, CallOptions options)Deletes the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGuardrailRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteGuardrail(DeleteGuardrailRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteGuardrail(DeleteGuardrailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGuardrailRequestThe 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 |
Empty |
The response received from the server. |
DeleteGuardrailAsync(DeleteGuardrailRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteGuardrailAsync(DeleteGuardrailRequest request, CallOptions options)Deletes the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGuardrailRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteGuardrailAsync(DeleteGuardrailRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteGuardrailAsync(DeleteGuardrailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGuardrailRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteTool(DeleteToolRequest, CallOptions)
public virtual Empty DeleteTool(DeleteToolRequest request, CallOptions options)Deletes the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteToolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteTool(DeleteToolRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteTool(DeleteToolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteToolRequestThe 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 |
Empty |
The response received from the server. |
DeleteToolAsync(DeleteToolRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteToolAsync(DeleteToolRequest request, CallOptions options)Deletes the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteToolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteToolAsync(DeleteToolRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteToolAsync(DeleteToolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteToolRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteToolset(DeleteToolsetRequest, CallOptions)
public virtual Empty DeleteToolset(DeleteToolsetRequest request, CallOptions options)Deletes the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteToolsetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteToolset(DeleteToolsetRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteToolset(DeleteToolsetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteToolsetRequestThe 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 |
Empty |
The response received from the server. |
DeleteToolsetAsync(DeleteToolsetRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteToolsetAsync(DeleteToolsetRequest request, CallOptions options)Deletes the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteToolsetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteToolsetAsync(DeleteToolsetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteToolsetAsync(DeleteToolsetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteToolsetRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
ExportApp(ExportAppRequest, CallOptions)
public virtual Operation ExportApp(ExportAppRequest request, CallOptions options)Exports the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportApp(ExportAppRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ExportApp(ExportAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Exports the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportAppRequestThe 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. |
ExportAppAsync(ExportAppRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ExportAppAsync(ExportAppRequest request, CallOptions options)Exports the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportAppAsync(ExportAppRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ExportAppAsync(ExportAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Exports the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportAppRequestThe 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. |
GetAgent(GetAgentRequest, CallOptions)
public virtual Agent GetAgent(GetAgentRequest request, CallOptions options)Gets details of the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAgentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Agent |
The response received from the server. |
GetAgent(GetAgentRequest, Metadata, DateTime?, CancellationToken)
public virtual Agent GetAgent(GetAgentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAgentRequestThe 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 |
Agent |
The response received from the server. |
GetAgentAsync(GetAgentRequest, CallOptions)
public virtual AsyncUnaryCall<Agent> GetAgentAsync(GetAgentRequest request, CallOptions options)Gets details of the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAgentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAgent |
The call object. |
GetAgentAsync(GetAgentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Agent> GetAgentAsync(GetAgentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAgentRequestThe 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 |
AsyncUnaryCallAgent |
The call object. |
GetApp(GetAppRequest, CallOptions)
public virtual App GetApp(GetAppRequest request, CallOptions options)Gets details of the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
App |
The response received from the server. |
GetApp(GetAppRequest, Metadata, DateTime?, CancellationToken)
public virtual App GetApp(GetAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppRequestThe 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 |
App |
The response received from the server. |
GetAppAsync(GetAppRequest, CallOptions)
public virtual AsyncUnaryCall<App> GetAppAsync(GetAppRequest request, CallOptions options)Gets details of the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallApp |
The call object. |
GetAppAsync(GetAppRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<App> GetAppAsync(GetAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppRequestThe 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 |
AsyncUnaryCallApp |
The call object. |
GetAppVersion(GetAppVersionRequest, CallOptions)
public virtual AppVersion GetAppVersion(GetAppVersionRequest request, CallOptions options)Gets details of the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AppVersion |
The response received from the server. |
GetAppVersion(GetAppVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AppVersion GetAppVersion(GetAppVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppVersionRequestThe 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 |
AppVersion |
The response received from the server. |
GetAppVersionAsync(GetAppVersionRequest, CallOptions)
public virtual AsyncUnaryCall<AppVersion> GetAppVersionAsync(GetAppVersionRequest request, CallOptions options)Gets details of the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAppVersion |
The call object. |
GetAppVersionAsync(GetAppVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AppVersion> GetAppVersionAsync(GetAppVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAppVersionRequestThe 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 |
AsyncUnaryCallAppVersion |
The call object. |
GetChangelog(GetChangelogRequest, CallOptions)
public virtual Changelog GetChangelog(GetChangelogRequest request, CallOptions options)Gets the specified changelog.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChangelogRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Changelog |
The response received from the server. |
GetChangelog(GetChangelogRequest, Metadata, DateTime?, CancellationToken)
public virtual Changelog GetChangelog(GetChangelogRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the specified changelog.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChangelogRequestThe 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 |
Changelog |
The response received from the server. |
GetChangelogAsync(GetChangelogRequest, CallOptions)
public virtual AsyncUnaryCall<Changelog> GetChangelogAsync(GetChangelogRequest request, CallOptions options)Gets the specified changelog.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChangelogRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallChangelog |
The call object. |
GetChangelogAsync(GetChangelogRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Changelog> GetChangelogAsync(GetChangelogRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets the specified changelog.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChangelogRequestThe 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 |
AsyncUnaryCallChangelog |
The call object. |
GetConversation(GetConversationRequest, CallOptions)
public virtual Conversation GetConversation(GetConversationRequest request, CallOptions options)Gets details of the specified conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConversationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Conversation |
The response received from the server. |
GetConversation(GetConversationRequest, Metadata, DateTime?, CancellationToken)
public virtual Conversation GetConversation(GetConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConversationRequestThe 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 |
Conversation |
The response received from the server. |
GetConversationAsync(GetConversationRequest, CallOptions)
public virtual AsyncUnaryCall<Conversation> GetConversationAsync(GetConversationRequest request, CallOptions options)Gets details of the specified conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConversationRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallConversation |
The call object. |
GetConversationAsync(GetConversationRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Conversation> GetConversationAsync(GetConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified conversation.
| Parameters | |
|---|---|
| Name | Description |
request |
GetConversationRequestThe 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 |
AsyncUnaryCallConversation |
The call object. |
GetDeployment(GetDeploymentRequest, CallOptions)
public virtual Deployment GetDeployment(GetDeploymentRequest request, CallOptions options)Gets details of the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDeploymentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Deployment |
The response received from the server. |
GetDeployment(GetDeploymentRequest, Metadata, DateTime?, CancellationToken)
public virtual Deployment GetDeployment(GetDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDeploymentRequestThe 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 |
Deployment |
The response received from the server. |
GetDeploymentAsync(GetDeploymentRequest, CallOptions)
public virtual AsyncUnaryCall<Deployment> GetDeploymentAsync(GetDeploymentRequest request, CallOptions options)Gets details of the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDeploymentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallDeployment |
The call object. |
GetDeploymentAsync(GetDeploymentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Deployment> GetDeploymentAsync(GetDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDeploymentRequestThe 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 |
AsyncUnaryCallDeployment |
The call object. |
GetExample(GetExampleRequest, CallOptions)
public virtual Example GetExample(GetExampleRequest request, CallOptions options)Gets details of the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
GetExampleRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Example |
The response received from the server. |
GetExample(GetExampleRequest, Metadata, DateTime?, CancellationToken)
public virtual Example GetExample(GetExampleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
GetExampleRequestThe 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 |
Example |
The response received from the server. |
GetExampleAsync(GetExampleRequest, CallOptions)
public virtual AsyncUnaryCall<Example> GetExampleAsync(GetExampleRequest request, CallOptions options)Gets details of the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
GetExampleRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallExample |
The call object. |
GetExampleAsync(GetExampleRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Example> GetExampleAsync(GetExampleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
GetExampleRequestThe 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 |
AsyncUnaryCallExample |
The call object. |
GetGuardrail(GetGuardrailRequest, CallOptions)
public virtual Guardrail GetGuardrail(GetGuardrailRequest request, CallOptions options)Gets details of the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGuardrailRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Guardrail |
The response received from the server. |
GetGuardrail(GetGuardrailRequest, Metadata, DateTime?, CancellationToken)
public virtual Guardrail GetGuardrail(GetGuardrailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGuardrailRequestThe 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 |
Guardrail |
The response received from the server. |
GetGuardrailAsync(GetGuardrailRequest, CallOptions)
public virtual AsyncUnaryCall<Guardrail> GetGuardrailAsync(GetGuardrailRequest request, CallOptions options)Gets details of the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGuardrailRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGuardrail |
The call object. |
GetGuardrailAsync(GetGuardrailRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Guardrail> GetGuardrailAsync(GetGuardrailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGuardrailRequestThe 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 |
AsyncUnaryCallGuardrail |
The call object. |
GetTool(GetToolRequest, CallOptions)
public virtual Tool GetTool(GetToolRequest request, CallOptions options)Gets details of the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
GetToolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Tool |
The response received from the server. |
GetTool(GetToolRequest, Metadata, DateTime?, CancellationToken)
public virtual Tool GetTool(GetToolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
GetToolRequestThe 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 |
Tool |
The response received from the server. |
GetToolAsync(GetToolRequest, CallOptions)
public virtual AsyncUnaryCall<Tool> GetToolAsync(GetToolRequest request, CallOptions options)Gets details of the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
GetToolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTool |
The call object. |
GetToolAsync(GetToolRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Tool> GetToolAsync(GetToolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
GetToolRequestThe 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 |
AsyncUnaryCallTool |
The call object. |
GetToolset(GetToolsetRequest, CallOptions)
public virtual Toolset GetToolset(GetToolsetRequest request, CallOptions options)Gets details of the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetToolsetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Toolset |
The response received from the server. |
GetToolset(GetToolsetRequest, Metadata, DateTime?, CancellationToken)
public virtual Toolset GetToolset(GetToolsetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetToolsetRequestThe 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 |
Toolset |
The response received from the server. |
GetToolsetAsync(GetToolsetRequest, CallOptions)
public virtual AsyncUnaryCall<Toolset> GetToolsetAsync(GetToolsetRequest request, CallOptions options)Gets details of the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetToolsetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallToolset |
The call object. |
GetToolsetAsync(GetToolsetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Toolset> GetToolsetAsync(GetToolsetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetToolsetRequestThe 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 |
AsyncUnaryCallToolset |
The call object. |
ImportApp(ImportAppRequest, CallOptions)
public virtual Operation ImportApp(ImportAppRequest request, CallOptions options)Imports the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ImportApp(ImportAppRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ImportApp(ImportAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Imports the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportAppRequestThe 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. |
ImportAppAsync(ImportAppRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ImportAppAsync(ImportAppRequest request, CallOptions options)Imports the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ImportAppAsync(ImportAppRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ImportAppAsync(ImportAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Imports the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportAppRequestThe 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. |
ListAgents(ListAgentsRequest, CallOptions)
public virtual ListAgentsResponse ListAgents(ListAgentsRequest request, CallOptions options)Lists agents in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAgentsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListAgentsResponse |
The response received from the server. |
ListAgents(ListAgentsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListAgentsResponse ListAgents(ListAgentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists agents in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAgentsRequestThe 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 |
ListAgentsResponse |
The response received from the server. |
ListAgentsAsync(ListAgentsRequest, CallOptions)
public virtual AsyncUnaryCall<ListAgentsResponse> ListAgentsAsync(ListAgentsRequest request, CallOptions options)Lists agents in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAgentsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAgentsResponse |
The call object. |
ListAgentsAsync(ListAgentsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListAgentsResponse> ListAgentsAsync(ListAgentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists agents in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAgentsRequestThe 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 |
AsyncUnaryCallListAgentsResponse |
The call object. |
ListAppVersions(ListAppVersionsRequest, CallOptions)
public virtual ListAppVersionsResponse ListAppVersions(ListAppVersionsRequest request, CallOptions options)Lists all app versions in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppVersionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListAppVersionsResponse |
The response received from the server. |
ListAppVersions(ListAppVersionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListAppVersionsResponse ListAppVersions(ListAppVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all app versions in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppVersionsRequestThe 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 |
ListAppVersionsResponse |
The response received from the server. |
ListAppVersionsAsync(ListAppVersionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListAppVersionsResponse> ListAppVersionsAsync(ListAppVersionsRequest request, CallOptions options)Lists all app versions in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppVersionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAppVersionsResponse |
The call object. |
ListAppVersionsAsync(ListAppVersionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListAppVersionsResponse> ListAppVersionsAsync(ListAppVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists all app versions in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppVersionsRequestThe 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 |
AsyncUnaryCallListAppVersionsResponse |
The call object. |
ListApps(ListAppsRequest, CallOptions)
public virtual ListAppsResponse ListApps(ListAppsRequest request, CallOptions options)Lists apps in the given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListAppsResponse |
The response received from the server. |
ListApps(ListAppsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListAppsResponse ListApps(ListAppsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists apps in the given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppsRequestThe 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 |
ListAppsResponse |
The response received from the server. |
ListAppsAsync(ListAppsRequest, CallOptions)
public virtual AsyncUnaryCall<ListAppsResponse> ListAppsAsync(ListAppsRequest request, CallOptions options)Lists apps in the given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListAppsResponse |
The call object. |
ListAppsAsync(ListAppsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListAppsResponse> ListAppsAsync(ListAppsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists apps in the given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAppsRequestThe 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 |
AsyncUnaryCallListAppsResponse |
The call object. |
ListChangelogs(ListChangelogsRequest, CallOptions)
public virtual ListChangelogsResponse ListChangelogs(ListChangelogsRequest request, CallOptions options)Lists the changelogs of the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChangelogsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListChangelogsResponse |
The response received from the server. |
ListChangelogs(ListChangelogsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListChangelogsResponse ListChangelogs(ListChangelogsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists the changelogs of the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChangelogsRequestThe 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 |
ListChangelogsResponse |
The response received from the server. |
ListChangelogsAsync(ListChangelogsRequest, CallOptions)
public virtual AsyncUnaryCall<ListChangelogsResponse> ListChangelogsAsync(ListChangelogsRequest request, CallOptions options)Lists the changelogs of the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChangelogsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListChangelogsResponse |
The call object. |
ListChangelogsAsync(ListChangelogsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListChangelogsResponse> ListChangelogsAsync(ListChangelogsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists the changelogs of the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChangelogsRequestThe 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 |
AsyncUnaryCallListChangelogsResponse |
The call object. |
ListConversations(ListConversationsRequest, CallOptions)
public virtual ListConversationsResponse ListConversations(ListConversationsRequest request, CallOptions options)Lists conversations in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListConversationsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListConversationsResponse |
The response received from the server. |
ListConversations(ListConversationsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListConversationsResponse ListConversations(ListConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists conversations in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListConversationsRequestThe 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 |
ListConversationsResponse |
The response received from the server. |
ListConversationsAsync(ListConversationsRequest, CallOptions)
public virtual AsyncUnaryCall<ListConversationsResponse> ListConversationsAsync(ListConversationsRequest request, CallOptions options)Lists conversations in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListConversationsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListConversationsResponse |
The call object. |
ListConversationsAsync(ListConversationsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListConversationsResponse> ListConversationsAsync(ListConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists conversations in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListConversationsRequestThe 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 |
AsyncUnaryCallListConversationsResponse |
The call object. |
ListDeployments(ListDeploymentsRequest, CallOptions)
public virtual ListDeploymentsResponse ListDeployments(ListDeploymentsRequest request, CallOptions options)Lists deployments in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDeploymentsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentsResponse |
The response received from the server. |
ListDeployments(ListDeploymentsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListDeploymentsResponse ListDeployments(ListDeploymentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists deployments in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDeploymentsRequestThe 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 |
ListDeploymentsResponse |
The response received from the server. |
ListDeploymentsAsync(ListDeploymentsRequest, CallOptions)
public virtual AsyncUnaryCall<ListDeploymentsResponse> ListDeploymentsAsync(ListDeploymentsRequest request, CallOptions options)Lists deployments in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDeploymentsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListDeploymentsResponse |
The call object. |
ListDeploymentsAsync(ListDeploymentsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListDeploymentsResponse> ListDeploymentsAsync(ListDeploymentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists deployments in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDeploymentsRequestThe 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 |
AsyncUnaryCallListDeploymentsResponse |
The call object. |
ListExamples(ListExamplesRequest, CallOptions)
public virtual ListExamplesResponse ListExamples(ListExamplesRequest request, CallOptions options)Lists examples in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListExamplesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListExamplesResponse |
The response received from the server. |
ListExamples(ListExamplesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListExamplesResponse ListExamples(ListExamplesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists examples in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListExamplesRequestThe 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 |
ListExamplesResponse |
The response received from the server. |
ListExamplesAsync(ListExamplesRequest, CallOptions)
public virtual AsyncUnaryCall<ListExamplesResponse> ListExamplesAsync(ListExamplesRequest request, CallOptions options)Lists examples in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListExamplesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListExamplesResponse |
The call object. |
ListExamplesAsync(ListExamplesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListExamplesResponse> ListExamplesAsync(ListExamplesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists examples in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListExamplesRequestThe 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 |
AsyncUnaryCallListExamplesResponse |
The call object. |
ListGuardrails(ListGuardrailsRequest, CallOptions)
public virtual ListGuardrailsResponse ListGuardrails(ListGuardrailsRequest request, CallOptions options)Lists guardrails in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGuardrailsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListGuardrailsResponse |
The response received from the server. |
ListGuardrails(ListGuardrailsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListGuardrailsResponse ListGuardrails(ListGuardrailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists guardrails in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGuardrailsRequestThe 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 |
ListGuardrailsResponse |
The response received from the server. |
ListGuardrailsAsync(ListGuardrailsRequest, CallOptions)
public virtual AsyncUnaryCall<ListGuardrailsResponse> ListGuardrailsAsync(ListGuardrailsRequest request, CallOptions options)Lists guardrails in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGuardrailsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListGuardrailsResponse |
The call object. |
ListGuardrailsAsync(ListGuardrailsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListGuardrailsResponse> ListGuardrailsAsync(ListGuardrailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists guardrails in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGuardrailsRequestThe 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 |
AsyncUnaryCallListGuardrailsResponse |
The call object. |
ListTools(ListToolsRequest, CallOptions)
public virtual ListToolsResponse ListTools(ListToolsRequest request, CallOptions options)Lists tools in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListToolsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListToolsResponse |
The response received from the server. |
ListTools(ListToolsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListToolsResponse ListTools(ListToolsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists tools in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListToolsRequestThe 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 |
ListToolsResponse |
The response received from the server. |
ListToolsAsync(ListToolsRequest, CallOptions)
public virtual AsyncUnaryCall<ListToolsResponse> ListToolsAsync(ListToolsRequest request, CallOptions options)Lists tools in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListToolsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListToolsResponse |
The call object. |
ListToolsAsync(ListToolsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListToolsResponse> ListToolsAsync(ListToolsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists tools in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListToolsRequestThe 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 |
AsyncUnaryCallListToolsResponse |
The call object. |
ListToolsets(ListToolsetsRequest, CallOptions)
public virtual ListToolsetsResponse ListToolsets(ListToolsetsRequest request, CallOptions options)Lists toolsets in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListToolsetsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListToolsetsResponse |
The response received from the server. |
ListToolsets(ListToolsetsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListToolsetsResponse ListToolsets(ListToolsetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists toolsets in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListToolsetsRequestThe 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 |
ListToolsetsResponse |
The response received from the server. |
ListToolsetsAsync(ListToolsetsRequest, CallOptions)
public virtual AsyncUnaryCall<ListToolsetsResponse> ListToolsetsAsync(ListToolsetsRequest request, CallOptions options)Lists toolsets in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListToolsetsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListToolsetsResponse |
The call object. |
ListToolsetsAsync(ListToolsetsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListToolsetsResponse> ListToolsetsAsync(ListToolsetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists toolsets in the given app.
| Parameters | |
|---|---|
| Name | Description |
request |
ListToolsetsRequestThe 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 |
AsyncUnaryCallListToolsetsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override AgentService.AgentServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
AgentServiceAgentServiceClient |
|
RestoreAppVersion(RestoreAppVersionRequest, CallOptions)
public virtual Operation RestoreAppVersion(RestoreAppVersionRequest request, CallOptions options)Restores the specified app version. This will create a new app version from the current draft app and overwrite the current draft with the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
RestoreAppVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
RestoreAppVersion(RestoreAppVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation RestoreAppVersion(RestoreAppVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Restores the specified app version. This will create a new app version from the current draft app and overwrite the current draft with the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
RestoreAppVersionRequestThe 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. |
RestoreAppVersionAsync(RestoreAppVersionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> RestoreAppVersionAsync(RestoreAppVersionRequest request, CallOptions options)Restores the specified app version. This will create a new app version from the current draft app and overwrite the current draft with the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
RestoreAppVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
RestoreAppVersionAsync(RestoreAppVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> RestoreAppVersionAsync(RestoreAppVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Restores the specified app version. This will create a new app version from the current draft app and overwrite the current draft with the specified app version.
| Parameters | |
|---|---|
| Name | Description |
request |
RestoreAppVersionRequestThe 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. |
UpdateAgent(UpdateAgentRequest, CallOptions)
public virtual Agent UpdateAgent(UpdateAgentRequest request, CallOptions options)Updates the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAgentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Agent |
The response received from the server. |
UpdateAgent(UpdateAgentRequest, Metadata, DateTime?, CancellationToken)
public virtual Agent UpdateAgent(UpdateAgentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAgentRequestThe 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 |
Agent |
The response received from the server. |
UpdateAgentAsync(UpdateAgentRequest, CallOptions)
public virtual AsyncUnaryCall<Agent> UpdateAgentAsync(UpdateAgentRequest request, CallOptions options)Updates the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAgentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallAgent |
The call object. |
UpdateAgentAsync(UpdateAgentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Agent> UpdateAgentAsync(UpdateAgentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAgentRequestThe 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 |
AsyncUnaryCallAgent |
The call object. |
UpdateApp(UpdateAppRequest, CallOptions)
public virtual App UpdateApp(UpdateAppRequest request, CallOptions options)Updates the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
App |
The response received from the server. |
UpdateApp(UpdateAppRequest, Metadata, DateTime?, CancellationToken)
public virtual App UpdateApp(UpdateAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAppRequestThe 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 |
App |
The response received from the server. |
UpdateAppAsync(UpdateAppRequest, CallOptions)
public virtual AsyncUnaryCall<App> UpdateAppAsync(UpdateAppRequest request, CallOptions options)Updates the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAppRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallApp |
The call object. |
UpdateAppAsync(UpdateAppRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<App> UpdateAppAsync(UpdateAppRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified app.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAppRequestThe 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 |
AsyncUnaryCallApp |
The call object. |
UpdateDeployment(UpdateDeploymentRequest, CallOptions)
public virtual Deployment UpdateDeployment(UpdateDeploymentRequest request, CallOptions options)Updates the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDeploymentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Deployment |
The response received from the server. |
UpdateDeployment(UpdateDeploymentRequest, Metadata, DateTime?, CancellationToken)
public virtual Deployment UpdateDeployment(UpdateDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDeploymentRequestThe 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 |
Deployment |
The response received from the server. |
UpdateDeploymentAsync(UpdateDeploymentRequest, CallOptions)
public virtual AsyncUnaryCall<Deployment> UpdateDeploymentAsync(UpdateDeploymentRequest request, CallOptions options)Updates the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDeploymentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallDeployment |
The call object. |
UpdateDeploymentAsync(UpdateDeploymentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Deployment> UpdateDeploymentAsync(UpdateDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDeploymentRequestThe 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 |
AsyncUnaryCallDeployment |
The call object. |
UpdateExample(UpdateExampleRequest, CallOptions)
public virtual Example UpdateExample(UpdateExampleRequest request, CallOptions options)Updates the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateExampleRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Example |
The response received from the server. |
UpdateExample(UpdateExampleRequest, Metadata, DateTime?, CancellationToken)
public virtual Example UpdateExample(UpdateExampleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateExampleRequestThe 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 |
Example |
The response received from the server. |
UpdateExampleAsync(UpdateExampleRequest, CallOptions)
public virtual AsyncUnaryCall<Example> UpdateExampleAsync(UpdateExampleRequest request, CallOptions options)Updates the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateExampleRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallExample |
The call object. |
UpdateExampleAsync(UpdateExampleRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Example> UpdateExampleAsync(UpdateExampleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified example.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateExampleRequestThe 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 |
AsyncUnaryCallExample |
The call object. |
UpdateGuardrail(UpdateGuardrailRequest, CallOptions)
public virtual Guardrail UpdateGuardrail(UpdateGuardrailRequest request, CallOptions options)Updates the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGuardrailRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Guardrail |
The response received from the server. |
UpdateGuardrail(UpdateGuardrailRequest, Metadata, DateTime?, CancellationToken)
public virtual Guardrail UpdateGuardrail(UpdateGuardrailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGuardrailRequestThe 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 |
Guardrail |
The response received from the server. |
UpdateGuardrailAsync(UpdateGuardrailRequest, CallOptions)
public virtual AsyncUnaryCall<Guardrail> UpdateGuardrailAsync(UpdateGuardrailRequest request, CallOptions options)Updates the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGuardrailRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGuardrail |
The call object. |
UpdateGuardrailAsync(UpdateGuardrailRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Guardrail> UpdateGuardrailAsync(UpdateGuardrailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified guardrail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGuardrailRequestThe 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 |
AsyncUnaryCallGuardrail |
The call object. |
UpdateTool(UpdateToolRequest, CallOptions)
public virtual Tool UpdateTool(UpdateToolRequest request, CallOptions options)Updates the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateToolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Tool |
The response received from the server. |
UpdateTool(UpdateToolRequest, Metadata, DateTime?, CancellationToken)
public virtual Tool UpdateTool(UpdateToolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateToolRequestThe 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 |
Tool |
The response received from the server. |
UpdateToolAsync(UpdateToolRequest, CallOptions)
public virtual AsyncUnaryCall<Tool> UpdateToolAsync(UpdateToolRequest request, CallOptions options)Updates the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateToolRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTool |
The call object. |
UpdateToolAsync(UpdateToolRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Tool> UpdateToolAsync(UpdateToolRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified tool.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateToolRequestThe 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 |
AsyncUnaryCallTool |
The call object. |
UpdateToolset(UpdateToolsetRequest, CallOptions)
public virtual Toolset UpdateToolset(UpdateToolsetRequest request, CallOptions options)Updates the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateToolsetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Toolset |
The response received from the server. |
UpdateToolset(UpdateToolsetRequest, Metadata, DateTime?, CancellationToken)
public virtual Toolset UpdateToolset(UpdateToolsetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateToolsetRequestThe 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 |
Toolset |
The response received from the server. |
UpdateToolsetAsync(UpdateToolsetRequest, CallOptions)
public virtual AsyncUnaryCall<Toolset> UpdateToolsetAsync(UpdateToolsetRequest request, CallOptions options)Updates the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateToolsetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallToolset |
The call object. |
UpdateToolsetAsync(UpdateToolsetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Toolset> UpdateToolsetAsync(UpdateToolsetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the specified toolset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateToolsetRequestThe 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 |
AsyncUnaryCallToolset |
The call object. |