Class JobNotification
Notification configurations.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class JobNotification : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
The attribute requirements of messages to be sent to this Pub/Sub topic. Without this field, no message will be sent.
Declaration
[JsonProperty("message")]
public virtual Message Message { get; set; }
Property Value
Type | Description |
---|---|
Message |
PubsubTopic
The Pub/Sub topic where notifications for the job, like state changes, will be published. If undefined, no
Pub/Sub notifications are sent for this job. Specify the topic using the following format:
projects/{project}/topics/{topic}
. Notably, if you want to specify a Pub/Sub topic that is in a different
project than the job, your administrator must grant your project's Batch service agent permission to publish
to that topic. For more information about configuring Pub/Sub notifications for a job, see
https://cloud.google.com/batch/docs/enable-notifications.
Declaration
[JsonProperty("pubsubTopic")]
public virtual string PubsubTopic { get; set; }
Property Value
Type | Description |
---|---|
string |