| Modifier and Type | Method and Description |
|---|---|
JobNotification.Builder |
Job.Builder.addNotificationsBuilder()
Notification configurations.
|
JobNotification.Builder |
Job.Builder.addNotificationsBuilder(int index)
Notification configurations.
|
JobNotification.Builder |
JobNotification.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
JobNotification.Builder |
JobNotification.Builder.clear() |
JobNotification.Builder |
JobNotification.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
JobNotification.Builder |
JobNotification.Builder.clearMessage()
The attribute requirements of messages to be sent to this Pub/Sub topic.
|
JobNotification.Builder |
JobNotification.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
JobNotification.Builder |
JobNotification.Builder.clearPubsubTopic()
The Pub/Sub topic where notifications for the job, like state
changes, will be published.
|
JobNotification.Builder |
JobNotification.Builder.clone() |
JobNotification.Builder |
Job.Builder.getNotificationsBuilder(int index)
Notification configurations.
|
JobNotification.Builder |
JobNotification.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JobNotification.Builder |
JobNotification.Builder.mergeFrom(JobNotification other) |
JobNotification.Builder |
JobNotification.Builder.mergeFrom(com.google.protobuf.Message other) |
JobNotification.Builder |
JobNotification.Builder.mergeMessage(JobNotification.Message value)
The attribute requirements of messages to be sent to this Pub/Sub topic.
|
JobNotification.Builder |
JobNotification.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static JobNotification.Builder |
JobNotification.newBuilder() |
static JobNotification.Builder |
JobNotification.newBuilder(JobNotification prototype) |
JobNotification.Builder |
JobNotification.newBuilderForType() |
protected JobNotification.Builder |
JobNotification.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
JobNotification.Builder |
JobNotification.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
JobNotification.Builder |
JobNotification.Builder.setMessage(JobNotification.Message.Builder builderForValue)
The attribute requirements of messages to be sent to this Pub/Sub topic.
|
JobNotification.Builder |
JobNotification.Builder.setMessage(JobNotification.Message value)
The attribute requirements of messages to be sent to this Pub/Sub topic.
|
JobNotification.Builder |
JobNotification.Builder.setPubsubTopic(String value)
The Pub/Sub topic where notifications for the job, like state
changes, will be published.
|
JobNotification.Builder |
JobNotification.Builder.setPubsubTopicBytes(com.google.protobuf.ByteString value)
The Pub/Sub topic where notifications for the job, like state
changes, will be published.
|
JobNotification.Builder |
JobNotification.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
JobNotification.Builder |
JobNotification.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
JobNotification.Builder |
JobNotification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<JobNotification.Builder> |
Job.Builder.getNotificationsBuilderList()
Notification configurations.
|
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.addNotifications(int index,
JobNotification.Builder builderForValue)
Notification configurations.
|
Job.Builder |
Job.Builder.addNotifications(JobNotification.Builder builderForValue)
Notification configurations.
|
Job.Builder |
Job.Builder.setNotifications(int index,
JobNotification.Builder builderForValue)
Notification configurations.
|
Copyright © 2025 Google LLC. All rights reserved.