@@ -2769,8 +2769,8 @@ public Delete set(String parameterName, Object value) {
27692769 * This request holds the parameters needed by the run server. After setting any optional
27702770 * parameters, call the {@link Get#execute()} method to invoke the remote operation.
27712771 *
2772- * @param name Required. The name of the job to retrieve. Replace {namespace} with the project ID or number. It
2773- * takes the form namespaces/ {namespace}. For example: namespaces/PROJECT_ID
2772+ * @param name Required. The name of the job to retrieve. It takes the form namespaces/{namespace}/jobs/{job_name}
2773+ * and the `endpoint` must be regional. Replace {namespace} with the project ID or number.
27742774 * @return the request
27752775 */
27762776 public Get get(java.lang.String name) throws java.io.IOException {
@@ -2796,8 +2796,8 @@ public class Get extends CloudRunRequest<com.google.api.services.run.v1.model.Jo
27962796 * Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
27972797 * called to initialize this instance immediately after invoking the constructor. </p>
27982798 *
2799- * @param name Required. The name of the job to retrieve. Replace {namespace} with the project ID or number. It
2800- * takes the form namespaces/ {namespace}. For example: namespaces/PROJECT_ID
2799+ * @param name Required. The name of the job to retrieve. It takes the form namespaces/{namespace}/jobs/{job_name}
2800+ * and the `endpoint` must be regional. Replace {namespace} with the project ID or number.
28012801 * @since 1.13
28022802 */
28032803 protected Get(java.lang.String name) {
@@ -2876,22 +2876,24 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
28762876 }
28772877
28782878 /**
2879- * Required. The name of the job to retrieve. Replace {namespace} with the project ID or
2880- * number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
2879+ * Required. The name of the job to retrieve. It takes the form
2880+ * namespaces/{namespace}/jobs/{job_name} and the `endpoint` must be regional. Replace
2881+ * {namespace} with the project ID or number.
28812882 */
28822883 @com.google.api.client.util.Key
28832884 private java.lang.String name;
28842885
2885- /** Required. The name of the job to retrieve. Replace {namespace} with the project ID or number. It
2886- takes the form namespaces/ {namespace}. For example: namespaces/PROJECT_ID
2886+ /** Required. The name of the job to retrieve. It takes the form namespaces/{namespace}/jobs/{job_name}
2887+ and the `endpoint` must be regional. Replace {namespace} with the project ID or number.
28872888 */
28882889 public java.lang.String getName() {
28892890 return name;
28902891 }
28912892
28922893 /**
2893- * Required. The name of the job to retrieve. Replace {namespace} with the project ID or
2894- * number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID
2894+ * Required. The name of the job to retrieve. It takes the form
2895+ * namespaces/{namespace}/jobs/{job_name} and the `endpoint` must be regional. Replace
2896+ * {namespace} with the project ID or number.
28952897 */
28962898 public Get setName(java.lang.String name) {
28972899 if (!getSuppressPatternChecks()) {
0 commit comments