Uses of Class
com.google.cloud.batch.v1.JobNotification
-
Packages that use JobNotification Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of JobNotification in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return JobNotification Modifier and Type Method Description JobNotification
JobNotification.Builder. build()
JobNotification
JobNotification.Builder. buildPartial()
static JobNotification
JobNotification. getDefaultInstance()
JobNotification
JobNotification.Builder. getDefaultInstanceForType()
JobNotification
JobNotification. getDefaultInstanceForType()
JobNotification
Job.Builder. getNotifications(int index)
Notification configurations.JobNotification
Job. getNotifications(int index)
Notification configurations.JobNotification
JobOrBuilder. getNotifications(int index)
Notification configurations.static JobNotification
JobNotification. parseDelimitedFrom(InputStream input)
static JobNotification
JobNotification. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobNotification
JobNotification. parseFrom(byte[] data)
static JobNotification
JobNotification. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobNotification
JobNotification. parseFrom(com.google.protobuf.ByteString data)
static JobNotification
JobNotification. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobNotification
JobNotification. parseFrom(com.google.protobuf.CodedInputStream input)
static JobNotification
JobNotification. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobNotification
JobNotification. parseFrom(InputStream input)
static JobNotification
JobNotification. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobNotification
JobNotification. parseFrom(ByteBuffer data)
static JobNotification
JobNotification. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.batch.v1 that return types with arguments of type JobNotification Modifier and Type Method Description List<JobNotification>
Job.Builder. getNotificationsList()
Notification configurations.List<JobNotification>
Job. getNotificationsList()
Notification configurations.List<JobNotification>
JobOrBuilder. getNotificationsList()
Notification configurations.com.google.protobuf.Parser<JobNotification>
JobNotification. getParserForType()
static com.google.protobuf.Parser<JobNotification>
JobNotification. parser()
Methods in com.google.cloud.batch.v1 with parameters of type JobNotification Modifier and Type Method Description Job.Builder
Job.Builder. addNotifications(int index, JobNotification value)
Notification configurations.Job.Builder
Job.Builder. addNotifications(JobNotification value)
Notification configurations.JobNotification.Builder
JobNotification.Builder. mergeFrom(JobNotification other)
static JobNotification.Builder
JobNotification. newBuilder(JobNotification prototype)
Job.Builder
Job.Builder. setNotifications(int index, JobNotification value)
Notification configurations.Method parameters in com.google.cloud.batch.v1 with type arguments of type JobNotification Modifier and Type Method Description Job.Builder
Job.Builder. addAllNotifications(Iterable<? extends JobNotification> values)
Notification configurations.
-