Uses of Class
com.google.cloud.batch.v1alpha.JobNotification
-
Packages that use JobNotification Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of JobNotification in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return JobNotification Modifier and Type Method Description JobNotificationJobNotification.Builder. build()JobNotificationJobNotification.Builder. buildPartial()static JobNotificationJobNotification. getDefaultInstance()JobNotificationJobNotification.Builder. getDefaultInstanceForType()JobNotificationJobNotification. getDefaultInstanceForType()JobNotificationJob.Builder. getNotification()Deprecated.google.cloud.batch.v1alpha.Job.notification is deprecated.JobNotificationJob. getNotification()Deprecated.google.cloud.batch.v1alpha.Job.notification is deprecated.JobNotificationJobOrBuilder. getNotification()Deprecated.google.cloud.batch.v1alpha.Job.notification is deprecated.JobNotificationJob.Builder. getNotifications(int index)Notification configurations.JobNotificationJob. getNotifications(int index)Notification configurations.JobNotificationJobOrBuilder. getNotifications(int index)Notification configurations.static JobNotificationJobNotification. parseDelimitedFrom(InputStream input)static JobNotificationJobNotification. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobNotificationJobNotification. parseFrom(byte[] data)static JobNotificationJobNotification. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobNotificationJobNotification. parseFrom(com.google.protobuf.ByteString data)static JobNotificationJobNotification. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobNotificationJobNotification. parseFrom(com.google.protobuf.CodedInputStream input)static JobNotificationJobNotification. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobNotificationJobNotification. parseFrom(InputStream input)static JobNotificationJobNotification. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobNotificationJobNotification. parseFrom(ByteBuffer data)static JobNotificationJobNotification. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1alpha 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.v1alpha with parameters of type JobNotification Modifier and Type Method Description Job.BuilderJob.Builder. addNotifications(int index, JobNotification value)Notification configurations.Job.BuilderJob.Builder. addNotifications(JobNotification value)Notification configurations.JobNotification.BuilderJobNotification.Builder. mergeFrom(JobNotification other)Job.BuilderJob.Builder. mergeNotification(JobNotification value)Deprecated.static JobNotification.BuilderJobNotification. newBuilder(JobNotification prototype)Job.BuilderJob.Builder. setNotification(JobNotification value)Deprecated.Job.BuilderJob.Builder. setNotifications(int index, JobNotification value)Notification configurations.Method parameters in com.google.cloud.batch.v1alpha with type arguments of type JobNotification Modifier and Type Method Description Job.BuilderJob.Builder. addAllNotifications(Iterable<? extends JobNotification> values)Notification configurations.
-