@@ -802,8 +802,9 @@ public Builds builds() {
802802 public class Builds {
803803
804804 /**
805- * Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO
806- * returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.
805+ * Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will
806+ * be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be
807+ * immediately done.
807808 *
808809 * Create a request for the method "builds.approve".
809810 *
@@ -828,8 +829,9 @@ public class Approve extends CloudBuildRequest<com.google.api.services.cloudbuil
828829 java .util .regex .Pattern .compile ("^projects/[^/]+/builds/[^/]+$" );
829830
830831 /**
831- * Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO
832- * returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.
832+ * Approves or rejects a pending build. If approved, the returned long-running operation (LRO)
833+ * will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO
834+ * will be immediately done.
833835 *
834836 * Create a request for the method "builds.approve".
835837 *
@@ -4152,8 +4154,9 @@ public Builds builds() {
41524154 public class Builds {
41534155
41544156 /**
4155- * Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO
4156- * returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.
4157+ * Approves or rejects a pending build. If approved, the returned long-running operation (LRO) will
4158+ * be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be
4159+ * immediately done.
41574160 *
41584161 * Create a request for the method "builds.approve".
41594162 *
@@ -4178,8 +4181,9 @@ public class Approve extends CloudBuildRequest<com.google.api.services.cloudbuil
41784181 java .util .regex .Pattern .compile ("^projects/[^/]+/locations/[^/]+/builds/[^/]+$" );
41794182
41804183 /**
4181- * Approves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO
4182- * returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.
4184+ * Approves or rejects a pending build. If approved, the returned long-running operation (LRO)
4185+ * will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO
4186+ * will be immediately done.
41834187 *
41844188 * Create a request for the method "builds.approve".
41854189 *
0 commit comments