public sealed class AppPlatformClientImpl : AppPlatformClientReference documentation and code samples for the Vision AI v1 API class AppPlatformClientImpl.
AppPlatform client wrapper implementation, for convenient use.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Remarks
Service describing handlers for resources
Constructors
AppPlatformClientImpl(AppPlatformClient, AppPlatformSettings, ILogger)
public AppPlatformClientImpl(AppPlatform.AppPlatformClient grpcClient, AppPlatformSettings settings, ILogger logger)Constructs a client wrapper for the AppPlatform service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
AppPlatformAppPlatformClientThe underlying gRPC client. |
settings |
AppPlatformSettingsThe base AppPlatformSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
AddApplicationStreamInputOperationsClient
public override OperationsClient AddApplicationStreamInputOperationsClient { get; }The long-running operations client for AddApplicationStreamInput.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateApplicationInstancesOperationsClient
public override OperationsClient CreateApplicationInstancesOperationsClient { get; }The long-running operations client for CreateApplicationInstances.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateApplicationOperationsClient
public override OperationsClient CreateApplicationOperationsClient { get; }The long-running operations client for CreateApplication.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateDraftOperationsClient
public override OperationsClient CreateDraftOperationsClient { get; }The long-running operations client for CreateDraft.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateProcessorOperationsClient
public override OperationsClient CreateProcessorOperationsClient { get; }The long-running operations client for CreateProcessor.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteApplicationInstancesOperationsClient
public override OperationsClient DeleteApplicationInstancesOperationsClient { get; }The long-running operations client for DeleteApplicationInstances.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteApplicationOperationsClient
public override OperationsClient DeleteApplicationOperationsClient { get; }The long-running operations client for DeleteApplication.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteDraftOperationsClient
public override OperationsClient DeleteDraftOperationsClient { get; }The long-running operations client for DeleteDraft.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteProcessorOperationsClient
public override OperationsClient DeleteProcessorOperationsClient { get; }The long-running operations client for DeleteProcessor.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeployApplicationOperationsClient
public override OperationsClient DeployApplicationOperationsClient { get; }The long-running operations client for DeployApplication.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
GrpcClient
public override AppPlatform.AppPlatformClient GrpcClient { get; }The underlying gRPC AppPlatform client
| Property Value | |
|---|---|
| Type | Description |
AppPlatformAppPlatformClient |
|
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }The IAMPolicyClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicyClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
RemoveApplicationStreamInputOperationsClient
public override OperationsClient RemoveApplicationStreamInputOperationsClient { get; }The long-running operations client for RemoveApplicationStreamInput.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UndeployApplicationOperationsClient
public override OperationsClient UndeployApplicationOperationsClient { get; }The long-running operations client for UndeployApplication.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateApplicationInstancesOperationsClient
public override OperationsClient UpdateApplicationInstancesOperationsClient { get; }The long-running operations client for UpdateApplicationInstances.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateApplicationOperationsClient
public override OperationsClient UpdateApplicationOperationsClient { get; }The long-running operations client for UpdateApplication.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateApplicationStreamInputOperationsClient
public override OperationsClient UpdateApplicationStreamInputOperationsClient { get; }The long-running operations client for UpdateApplicationStreamInput.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateDraftOperationsClient
public override OperationsClient UpdateDraftOperationsClient { get; }The long-running operations client for UpdateDraft.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateProcessorOperationsClient
public override OperationsClient UpdateProcessorOperationsClient { get; }The long-running operations client for UpdateProcessor.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
AddApplicationStreamInput(AddApplicationStreamInputRequest, CallSettings)
public override Operation<AddApplicationStreamInputResponse, OperationMetadata> AddApplicationStreamInput(AddApplicationStreamInputRequest request, CallSettings callSettings = null)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
AddApplicationStreamInputRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationAddApplicationStreamInputResponseOperationMetadata |
The RPC response. |
AddApplicationStreamInputAsync(AddApplicationStreamInputRequest, CallSettings)
public override Task<Operation<AddApplicationStreamInputResponse, OperationMetadata>> AddApplicationStreamInputAsync(AddApplicationStreamInputRequest request, CallSettings callSettings = null)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
AddApplicationStreamInputRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationAddApplicationStreamInputResponseOperationMetadata |
A Task containing the RPC response. |
CreateApplication(CreateApplicationRequest, CallSettings)
public override Operation<Application, OperationMetadata> CreateApplication(CreateApplicationRequest request, CallSettings callSettings = null)Creates a new Application in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationApplicationOperationMetadata |
The RPC response. |
CreateApplicationAsync(CreateApplicationRequest, CallSettings)
public override Task<Operation<Application, OperationMetadata>> CreateApplicationAsync(CreateApplicationRequest request, CallSettings callSettings = null)Creates a new Application in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationApplicationOperationMetadata |
A Task containing the RPC response. |
CreateApplicationInstances(CreateApplicationInstancesRequest, CallSettings)
public override Operation<CreateApplicationInstancesResponse, OperationMetadata> CreateApplicationInstances(CreateApplicationInstancesRequest request, CallSettings callSettings = null)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationCreateApplicationInstancesResponseOperationMetadata |
The RPC response. |
CreateApplicationInstancesAsync(CreateApplicationInstancesRequest, CallSettings)
public override Task<Operation<CreateApplicationInstancesResponse, OperationMetadata>> CreateApplicationInstancesAsync(CreateApplicationInstancesRequest request, CallSettings callSettings = null)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateApplicationInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationCreateApplicationInstancesResponseOperationMetadata |
A Task containing the RPC response. |
CreateDraft(CreateDraftRequest, CallSettings)
public override Operation<Draft, OperationMetadata> CreateDraft(CreateDraftRequest request, CallSettings callSettings = null)Creates a new Draft in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDraftRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationDraftOperationMetadata |
The RPC response. |
CreateDraftAsync(CreateDraftRequest, CallSettings)
public override Task<Operation<Draft, OperationMetadata>> CreateDraftAsync(CreateDraftRequest request, CallSettings callSettings = null)Creates a new Draft in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDraftRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationDraftOperationMetadata |
A Task containing the RPC response. |
CreateProcessor(CreateProcessorRequest, CallSettings)
public override Operation<Processor, OperationMetadata> CreateProcessor(CreateProcessorRequest request, CallSettings callSettings = null)Creates a new Processor in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateProcessorRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationProcessorOperationMetadata |
The RPC response. |
CreateProcessorAsync(CreateProcessorRequest, CallSettings)
public override Task<Operation<Processor, OperationMetadata>> CreateProcessorAsync(CreateProcessorRequest request, CallSettings callSettings = null)Creates a new Processor in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateProcessorRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationProcessorOperationMetadata |
A Task containing the RPC response. |
DeleteApplication(DeleteApplicationRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteApplication(DeleteApplicationRequest request, CallSettings callSettings = null)Deletes a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteApplicationAsync(DeleteApplicationRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteApplicationAsync(DeleteApplicationRequest request, CallSettings callSettings = null)Deletes a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteApplicationInstances(DeleteApplicationInstancesRequest, CallSettings)
public override Operation<Instance, OperationMetadata> DeleteApplicationInstances(DeleteApplicationInstancesRequest request, CallSettings callSettings = null)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInstanceOperationMetadata |
The RPC response. |
DeleteApplicationInstancesAsync(DeleteApplicationInstancesRequest, CallSettings)
public override Task<Operation<Instance, OperationMetadata>> DeleteApplicationInstancesAsync(DeleteApplicationInstancesRequest request, CallSettings callSettings = null)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteApplicationInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInstanceOperationMetadata |
A Task containing the RPC response. |
DeleteDraft(DeleteDraftRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteDraft(DeleteDraftRequest request, CallSettings callSettings = null)Deletes a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDraftRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteDraftAsync(DeleteDraftRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteDraftAsync(DeleteDraftRequest request, CallSettings callSettings = null)Deletes a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDraftRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteProcessor(DeleteProcessorRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteProcessor(DeleteProcessorRequest request, CallSettings callSettings = null)Deletes a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteProcessorRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteProcessorAsync(DeleteProcessorRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteProcessorAsync(DeleteProcessorRequest request, CallSettings callSettings = null)Deletes a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteProcessorRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeployApplication(DeployApplicationRequest, CallSettings)
public override Operation<DeployApplicationResponse, OperationMetadata> DeployApplication(DeployApplicationRequest request, CallSettings callSettings = null)Deploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationDeployApplicationResponseOperationMetadata |
The RPC response. |
DeployApplicationAsync(DeployApplicationRequest, CallSettings)
public override Task<Operation<DeployApplicationResponse, OperationMetadata>> DeployApplicationAsync(DeployApplicationRequest request, CallSettings callSettings = null)Deploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationDeployApplicationResponseOperationMetadata |
A Task containing the RPC response. |
GetApplication(GetApplicationRequest, CallSettings)
public override Application GetApplication(GetApplicationRequest request, CallSettings callSettings = null)Gets details of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
GetApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Application |
The RPC response. |
GetApplicationAsync(GetApplicationRequest, CallSettings)
public override Task<Application> GetApplicationAsync(GetApplicationRequest request, CallSettings callSettings = null)Gets details of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
GetApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskApplication |
A Task containing the RPC response. |
GetDraft(GetDraftRequest, CallSettings)
public override Draft GetDraft(GetDraftRequest request, CallSettings callSettings = null)Gets details of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDraftRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Draft |
The RPC response. |
GetDraftAsync(GetDraftRequest, CallSettings)
public override Task<Draft> GetDraftAsync(GetDraftRequest request, CallSettings callSettings = null)Gets details of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDraftRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskDraft |
A Task containing the RPC response. |
GetInstance(GetInstanceRequest, CallSettings)
public override Instance GetInstance(GetInstanceRequest request, CallSettings callSettings = null)Gets details of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Instance |
The RPC response. |
GetInstanceAsync(GetInstanceRequest, CallSettings)
public override Task<Instance> GetInstanceAsync(GetInstanceRequest request, CallSettings callSettings = null)Gets details of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskInstance |
A Task containing the RPC response. |
GetProcessor(GetProcessorRequest, CallSettings)
public override Processor GetProcessor(GetProcessorRequest request, CallSettings callSettings = null)Gets details of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProcessorRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Processor |
The RPC response. |
GetProcessorAsync(GetProcessorRequest, CallSettings)
public override Task<Processor> GetProcessorAsync(GetProcessorRequest request, CallSettings callSettings = null)Gets details of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProcessorRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskProcessor |
A Task containing the RPC response. |
ListApplications(ListApplicationsRequest, CallSettings)
public override PagedEnumerable<ListApplicationsResponse, Application> ListApplications(ListApplicationsRequest request, CallSettings callSettings = null)Lists Applications in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListApplicationsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListApplicationsResponseApplication |
A pageable sequence of Application resources. |
ListApplicationsAsync(ListApplicationsRequest, CallSettings)
public override PagedAsyncEnumerable<ListApplicationsResponse, Application> ListApplicationsAsync(ListApplicationsRequest request, CallSettings callSettings = null)Lists Applications in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListApplicationsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListApplicationsResponseApplication |
A pageable asynchronous sequence of Application resources. |
ListDrafts(ListDraftsRequest, CallSettings)
public override PagedEnumerable<ListDraftsResponse, Draft> ListDrafts(ListDraftsRequest request, CallSettings callSettings = null)Lists Drafts in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDraftsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListDraftsResponseDraft |
A pageable sequence of Draft resources. |
ListDraftsAsync(ListDraftsRequest, CallSettings)
public override PagedAsyncEnumerable<ListDraftsResponse, Draft> ListDraftsAsync(ListDraftsRequest request, CallSettings callSettings = null)Lists Drafts in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDraftsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListDraftsResponseDraft |
A pageable asynchronous sequence of Draft resources. |
ListInstances(ListInstancesRequest, CallSettings)
public override PagedEnumerable<ListInstancesResponse, Instance> ListInstances(ListInstancesRequest request, CallSettings callSettings = null)Lists Instances in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListInstancesResponseInstance |
A pageable sequence of Instance resources. |
ListInstancesAsync(ListInstancesRequest, CallSettings)
public override PagedAsyncEnumerable<ListInstancesResponse, Instance> ListInstancesAsync(ListInstancesRequest request, CallSettings callSettings = null)Lists Instances in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListInstancesResponseInstance |
A pageable asynchronous sequence of Instance resources. |
ListPrebuiltProcessors(ListPrebuiltProcessorsRequest, CallSettings)
public override ListPrebuiltProcessorsResponse ListPrebuiltProcessors(ListPrebuiltProcessorsRequest request, CallSettings callSettings = null)ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrebuiltProcessorsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
ListPrebuiltProcessorsResponse |
The RPC response. |
ListPrebuiltProcessorsAsync(ListPrebuiltProcessorsRequest, CallSettings)
public override Task<ListPrebuiltProcessorsResponse> ListPrebuiltProcessorsAsync(ListPrebuiltProcessorsRequest request, CallSettings callSettings = null)ListPrebuiltProcessors is a custom pass-through verb that Lists Prebuilt Processors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrebuiltProcessorsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskListPrebuiltProcessorsResponse |
A Task containing the RPC response. |
ListProcessors(ListProcessorsRequest, CallSettings)
public override PagedEnumerable<ListProcessorsResponse, Processor> ListProcessors(ListProcessorsRequest request, CallSettings callSettings = null)Lists Processors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProcessorsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListProcessorsResponseProcessor |
A pageable sequence of Processor resources. |
ListProcessorsAsync(ListProcessorsRequest, CallSettings)
public override PagedAsyncEnumerable<ListProcessorsResponse, Processor> ListProcessorsAsync(ListProcessorsRequest request, CallSettings callSettings = null)Lists Processors in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProcessorsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListProcessorsResponseProcessor |
A pageable asynchronous sequence of Processor resources. |
RemoveApplicationStreamInput(RemoveApplicationStreamInputRequest, CallSettings)
public override Operation<RemoveApplicationStreamInputResponse, OperationMetadata> RemoveApplicationStreamInput(RemoveApplicationStreamInputRequest request, CallSettings callSettings = null)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveApplicationStreamInputRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationRemoveApplicationStreamInputResponseOperationMetadata |
The RPC response. |
RemoveApplicationStreamInputAsync(RemoveApplicationStreamInputRequest, CallSettings)
public override Task<Operation<RemoveApplicationStreamInputResponse, OperationMetadata>> RemoveApplicationStreamInputAsync(RemoveApplicationStreamInputRequest request, CallSettings callSettings = null)Remove target stream input to the Application, if the Application is deployed, the corresponding instance based will be deleted. If the stream is not in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveApplicationStreamInputRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationRemoveApplicationStreamInputResponseOperationMetadata |
A Task containing the RPC response. |
UndeployApplication(UndeployApplicationRequest, CallSettings)
public override Operation<UndeployApplicationResponse, OperationMetadata> UndeployApplication(UndeployApplicationRequest request, CallSettings callSettings = null)Undeploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeployApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationUndeployApplicationResponseOperationMetadata |
The RPC response. |
UndeployApplicationAsync(UndeployApplicationRequest, CallSettings)
public override Task<Operation<UndeployApplicationResponse, OperationMetadata>> UndeployApplicationAsync(UndeployApplicationRequest request, CallSettings callSettings = null)Undeploys a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeployApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationUndeployApplicationResponseOperationMetadata |
A Task containing the RPC response. |
UpdateApplication(UpdateApplicationRequest, CallSettings)
public override Operation<Application, OperationMetadata> UpdateApplication(UpdateApplicationRequest request, CallSettings callSettings = null)Updates the parameters of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationApplicationOperationMetadata |
The RPC response. |
UpdateApplicationAsync(UpdateApplicationRequest, CallSettings)
public override Task<Operation<Application, OperationMetadata>> UpdateApplicationAsync(UpdateApplicationRequest request, CallSettings callSettings = null)Updates the parameters of a single Application.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationApplicationOperationMetadata |
A Task containing the RPC response. |
UpdateApplicationInstances(UpdateApplicationInstancesRequest, CallSettings)
public override Operation<UpdateApplicationInstancesResponse, OperationMetadata> UpdateApplicationInstances(UpdateApplicationInstancesRequest request, CallSettings callSettings = null)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationUpdateApplicationInstancesResponseOperationMetadata |
The RPC response. |
UpdateApplicationInstancesAsync(UpdateApplicationInstancesRequest, CallSettings)
public override Task<Operation<UpdateApplicationInstancesResponse, OperationMetadata>> UpdateApplicationInstancesAsync(UpdateApplicationInstancesRequest request, CallSettings callSettings = null)Adds target stream input to the Application. If the Application is deployed, the corresponding new Application instance will be created. If the stream has already been in the Application, the RPC will fail.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationUpdateApplicationInstancesResponseOperationMetadata |
A Task containing the RPC response. |
UpdateApplicationStreamInput(UpdateApplicationStreamInputRequest, CallSettings)
public override Operation<UpdateApplicationStreamInputResponse, OperationMetadata> UpdateApplicationStreamInput(UpdateApplicationStreamInputRequest request, CallSettings callSettings = null)Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed. For CreateOrUpdate behavior, set allow_missing to true.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationStreamInputRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationUpdateApplicationStreamInputResponseOperationMetadata |
The RPC response. |
UpdateApplicationStreamInputAsync(UpdateApplicationStreamInputRequest, CallSettings)
public override Task<Operation<UpdateApplicationStreamInputResponse, OperationMetadata>> UpdateApplicationStreamInputAsync(UpdateApplicationStreamInputRequest request, CallSettings callSettings = null)Update target stream input to the Application, if the Application is deployed, the corresponding instance based will be deployed. For CreateOrUpdate behavior, set allow_missing to true.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateApplicationStreamInputRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationUpdateApplicationStreamInputResponseOperationMetadata |
A Task containing the RPC response. |
UpdateDraft(UpdateDraftRequest, CallSettings)
public override Operation<Draft, OperationMetadata> UpdateDraft(UpdateDraftRequest request, CallSettings callSettings = null)Updates the parameters of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDraftRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationDraftOperationMetadata |
The RPC response. |
UpdateDraftAsync(UpdateDraftRequest, CallSettings)
public override Task<Operation<Draft, OperationMetadata>> UpdateDraftAsync(UpdateDraftRequest request, CallSettings callSettings = null)Updates the parameters of a single Draft.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDraftRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationDraftOperationMetadata |
A Task containing the RPC response. |
UpdateProcessor(UpdateProcessorRequest, CallSettings)
public override Operation<Processor, OperationMetadata> UpdateProcessor(UpdateProcessorRequest request, CallSettings callSettings = null)Updates the parameters of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProcessorRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationProcessorOperationMetadata |
The RPC response. |
UpdateProcessorAsync(UpdateProcessorRequest, CallSettings)
public override Task<Operation<Processor, OperationMetadata>> UpdateProcessorAsync(UpdateProcessorRequest request, CallSettings callSettings = null)Updates the parameters of a single Processor.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateProcessorRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationProcessorOperationMetadata |
A Task containing the RPC response. |