You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2BuildpacksBuild.java
+27
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,14 @@ public final class GoogleCloudRunV2BuildpacksBuild extends com.google.api.client
70
70
@com.google.api.client.util.Key
71
71
privatejava.lang.StringfunctionTarget;
72
72
73
+
/**
74
+
* Optional. project_descriptor stores the path to the project descriptor file. When empty, it
75
+
* means that there is no project descriptor file in the source.
76
+
* The value may be {@code null}.
77
+
*/
78
+
@com.google.api.client.util.Key
79
+
privatejava.lang.StringprojectDescriptor;
80
+
73
81
/**
74
82
* The runtime name, e.g. 'go113'. Leave blank for generic builds.
75
83
* The value may be {@code null}.
@@ -174,6 +182,25 @@ public GoogleCloudRunV2BuildpacksBuild setFunctionTarget(java.lang.String functi
174
182
returnthis;
175
183
}
176
184
185
+
/**
186
+
* Optional. project_descriptor stores the path to the project descriptor file. When empty, it
187
+
* means that there is no project descriptor file in the source.
188
+
* @return value or {@code null} for none
189
+
*/
190
+
publicjava.lang.StringgetProjectDescriptor() {
191
+
returnprojectDescriptor;
192
+
}
193
+
194
+
/**
195
+
* Optional. project_descriptor stores the path to the project descriptor file. When empty, it
196
+
* means that there is no project descriptor file in the source.
197
+
* @param projectDescriptor projectDescriptor or {@code null} for none
Copy file name to clipboardexpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2RevisionTemplate.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,8 @@ public final class GoogleCloudRunV2RevisionTemplate extends com.google.api.clien
107
107
108
108
/**
109
109
* Optional. Sets the maximum number of requests that each serving instance can receive. If not
110
-
* specified or 0, defaults to 80 when requested `CPU >= 1` and defaults to 1 when requested `CPU
111
-
* < 1`.
110
+
* specified or 0, concurrency defaults to 80 when requested `CPU >= 1` and defaults to 1 when
111
+
* requested `CPU < 1`.
112
112
* The value may be {@code null}.
113
113
*/
114
114
@com.google.api.client.util.Key
@@ -348,8 +348,8 @@ public GoogleCloudRunV2RevisionTemplate setLabels(java.util.Map<String, java.lan
348
348
349
349
/**
350
350
* Optional. Sets the maximum number of requests that each serving instance can receive. If not
351
-
* specified or 0, defaults to 80 when requested `CPU >= 1` and defaults to 1 when requested `CPU
352
-
* < 1`.
351
+
* specified or 0, concurrency defaults to 80 when requested `CPU >= 1` and defaults to 1 when
Copy file name to clipboardexpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2SecretVolumeSource.java
+15-18
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,11 @@ public final class GoogleCloudRunV2SecretVolumeSource extends com.google.api.cli
35
35
* 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this
36
36
* setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is
37
37
* an integer representation of the mode bits. So, the octal integer value should look exactly as
38
-
* the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to
39
-
* 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10).
40
-
* For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in
41
-
* conflict with other options that affect the file mode, like fsGroup, and the result can be
42
-
* other mode bits set. This might be in conflict with other options that affect the file mode,
43
-
* like fsGroup, and as a result, other mode bits could be set.
38
+
* the chmod numeric notation with a leading zero. Some examples: for chmod 640 (u=rw,g=r), set to
39
+
* 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493
40
+
* (base-10). * This might be in conflict with other options that affect the file mode, like
41
+
* fsGroup, and the result can be other mode bits set. This might be in conflict with other
42
+
* options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
44
43
* The value may be {@code null}.
45
44
*/
46
45
@com.google.api.client.util.Key
@@ -69,12 +68,11 @@ public final class GoogleCloudRunV2SecretVolumeSource extends com.google.api.cli
69
68
* 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this
70
69
* setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is
71
70
* an integer representation of the mode bits. So, the octal integer value should look exactly as
72
-
* the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to
73
-
* 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10).
74
-
* For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in
75
-
* conflict with other options that affect the file mode, like fsGroup, and the result can be
76
-
* other mode bits set. This might be in conflict with other options that affect the file mode,
77
-
* like fsGroup, and as a result, other mode bits could be set.
71
+
* the chmod numeric notation with a leading zero. Some examples: for chmod 640 (u=rw,g=r), set to
72
+
* 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493
73
+
* (base-10). * This might be in conflict with other options that affect the file mode, like
74
+
* fsGroup, and the result can be other mode bits set. This might be in conflict with other
75
+
* options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
78
76
* @return value or {@code null} for none
79
77
*/
80
78
publicjava.lang.IntegergetDefaultMode() {
@@ -86,12 +84,11 @@ public java.lang.Integer getDefaultMode() {
86
84
* 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this
87
85
* setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is
88
86
* an integer representation of the mode bits. So, the octal integer value should look exactly as
89
-
* the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to
90
-
* 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10).
91
-
* For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in
92
-
* conflict with other options that affect the file mode, like fsGroup, and the result can be
93
-
* other mode bits set. This might be in conflict with other options that affect the file mode,
94
-
* like fsGroup, and as a result, other mode bits could be set.
87
+
* the chmod numeric notation with a leading zero. Some examples: for chmod 640 (u=rw,g=r), set to
88
+
* 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493
89
+
* (base-10). * This might be in conflict with other options that affect the file mode, like
90
+
* fsGroup, and the result can be other mode bits set. This might be in conflict with other
91
+
* options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
95
92
* @param defaultMode defaultMode or {@code null} for none
Copy file name to clipboardexpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2VersionToPath.java
+9-12
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,9 @@ public final class GoogleCloudRunV2VersionToPath extends com.google.api.client.j
35
35
* or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be
36
36
* applied to any non-zero value. * This is an integer representation of the mode bits. So, the
37
37
* octal integer value should look exactly as the chmod numeric notation with a leading zero. Some
38
-
* examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640
39
-
* (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755
40
-
* (octal) or 493 (base-10). * This might be in conflict with other options that affect the file
41
-
* mode, like fsGroup, and the result can be other mode bits set.
38
+
* examples: for chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755
39
+
* (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other
40
+
* options that affect the file mode, like fsGroup, and the result can be other mode bits set.
42
41
* The value may be {@code null}.
43
42
*/
44
43
@com.google.api.client.util.Key
@@ -64,10 +63,9 @@ public final class GoogleCloudRunV2VersionToPath extends com.google.api.client.j
64
63
* or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be
65
64
* applied to any non-zero value. * This is an integer representation of the mode bits. So, the
66
65
* octal integer value should look exactly as the chmod numeric notation with a leading zero. Some
67
-
* examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640
68
-
* (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755
69
-
* (octal) or 493 (base-10). * This might be in conflict with other options that affect the file
70
-
* mode, like fsGroup, and the result can be other mode bits set.
66
+
* examples: for chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755
67
+
* (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other
68
+
* options that affect the file mode, like fsGroup, and the result can be other mode bits set.
71
69
* @return value or {@code null} for none
72
70
*/
73
71
publicjava.lang.IntegergetMode() {
@@ -79,10 +77,9 @@ public java.lang.Integer getMode() {
79
77
* or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be
80
78
* applied to any non-zero value. * This is an integer representation of the mode bits. So, the
81
79
* octal integer value should look exactly as the chmod numeric notation with a leading zero. Some
82
-
* examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640
83
-
* (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755
84
-
* (octal) or 493 (base-10). * This might be in conflict with other options that affect the file
85
-
* mode, like fsGroup, and the result can be other mode bits set.
80
+
* examples: for chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755
81
+
* (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other
82
+
* options that affect the file mode, like fsGroup, and the result can be other mode bits set.
0 commit comments