Show / Hide Table of Contents

Class A2aV1PushNotificationConfig

Configuration for setting up push notifications for task updates.

Inheritance
object
A2aV1PushNotificationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class A2aV1PushNotificationConfig : IDirectResponseSchema

Properties

Authentication

Information about the authentication to sent with the notification

Declaration
[JsonProperty("authentication")]
public virtual A2aV1AuthenticationInfo Authentication { get; set; }
Property Value
Type Description
A2aV1AuthenticationInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

A unique identifier (e.g. UUID) for this push notification.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Token

Token unique for this task/session

Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Type Description
string

Url

Url to send the notification too

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX