/// <summary> /// Report events issued when end user interacts with customer's application /// that uses Cloud Talent Solution. You may inspect the created events in /// [self service /// tools](https://console.cloud.google.com/talent-solution/overview). /// [Learn /// more](https://cloud.google.com/talent-solution/docs/management-tools) /// about self service tools. /// </summary> /// <param name="request">The request object containing all of the parameters for the API call.</param> /// <param name="callSettings">If not null, applies overrides to this RPC call.</param> /// <returns>A Task containing the RPC response.</returns> public override stt::Task <ClientEvent> CreateClientEventAsync(CreateClientEventRequest request, gaxgrpc::CallSettings callSettings = null) { Modify_CreateClientEventRequest(ref request, ref callSettings); return(_callCreateClientEvent.Async(request, callSettings)); }
/// <summary> /// Report events issued when end user interacts with customer's application /// that uses Cloud Talent Solution. You may inspect the created events in /// [self service /// tools](https://console.cloud.google.com/talent-solution/overview). /// [Learn /// more](https://cloud.google.com/talent-solution/docs/management-tools) /// about self service tools. /// </summary> /// <param name="request">The request object containing all of the parameters for the API call.</param> /// <param name="callSettings">If not null, applies overrides to this RPC call.</param> /// <returns>The RPC response.</returns> public override ClientEvent CreateClientEvent(CreateClientEventRequest request, gaxgrpc::CallSettings callSettings = null) { Modify_CreateClientEventRequest(ref request, ref callSettings); return(_callCreateClientEvent.Sync(request, callSettings)); }
partial void Modify_CreateClientEventRequest(ref CreateClientEventRequest request, ref gaxgrpc::CallSettings settings);
/// <summary> /// Report events issued when end user interacts with customer's application /// that uses Cloud Talent Solution. You may inspect the created events in /// [self service /// tools](https://console.cloud.google.com/talent-solution/overview). /// [Learn /// more](https://cloud.google.com/talent-solution/docs/management-tools) /// about self service tools. /// </summary> /// <param name="request">The request object containing all of the parameters for the API call.</param> /// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param> /// <returns>A Task containing the RPC response.</returns> public virtual stt::Task <ClientEvent> CreateClientEventAsync(CreateClientEventRequest request, st::CancellationToken cancellationToken) => CreateClientEventAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
/// <summary> /// Report events issued when end user interacts with customer's application /// that uses Cloud Talent Solution. You may inspect the created events in /// [self service /// tools](https://console.cloud.google.com/talent-solution/overview). /// [Learn /// more](https://cloud.google.com/talent-solution/docs/management-tools) /// about self service tools. /// </summary> /// <param name="request">The request object containing all of the parameters for the API call.</param> /// <param name="callSettings">If not null, applies overrides to this RPC call.</param> /// <returns>A Task containing the RPC response.</returns> public virtual stt::Task <ClientEvent> CreateClientEventAsync(CreateClientEventRequest request, gaxgrpc::CallSettings callSettings = null) => throw new sys::NotImplementedException();
/// <summary> /// Report events issued when end user interacts with customer's application /// that uses Cloud Talent Solution. You may inspect the created events in /// [self service /// tools](https://console.cloud.google.com/talent-solution/overview). /// [Learn /// more](https://cloud.google.com/talent-solution/docs/management-tools) /// about self service tools. /// </summary> /// <param name="request">The request object containing all of the parameters for the API call.</param> /// <param name="callSettings">If not null, applies overrides to this RPC call.</param> /// <returns>The RPC response.</returns> public virtual ClientEvent CreateClientEvent(CreateClientEventRequest request, gaxgrpc::CallSettings callSettings = null) => throw new sys::NotImplementedException();