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-batch/v1/2.0.0/com/google/api/services/batch/v1/model/InstancePolicyOrTemplate.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,9 @@ public final class InstancePolicyOrTemplate extends com.google.api.client.json.G
69
69
70
70
/**
71
71
* Name of an instance template used to create VMs. Named the field as 'instance_template' instead
72
-
* of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates. You
73
-
* can specify the global instance template as a full or partial URL.
72
+
* of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates from
73
+
* the same project as the job. You can specify the global instance template as a full or partial
74
+
* URL.
74
75
* The value may be {@code null}.
75
76
*/
76
77
@com.google.api.client.util.Key
@@ -166,8 +167,9 @@ public InstancePolicyOrTemplate setInstallOpsAgent(java.lang.Boolean installOpsA
166
167
167
168
/**
168
169
* Name of an instance template used to create VMs. Named the field as 'instance_template' instead
169
-
* of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates. You
170
-
* can specify the global instance template as a full or partial URL.
170
+
* of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates from
171
+
* the same project as the job. You can specify the global instance template as a full or partial
172
+
* URL.
171
173
* @return value or {@code null} for none
172
174
*/
173
175
publicjava.lang.StringgetInstanceTemplate() {
@@ -176,8 +178,9 @@ public java.lang.String getInstanceTemplate() {
176
178
177
179
/**
178
180
* Name of an instance template used to create VMs. Named the field as 'instance_template' instead
179
-
* of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates. You
180
-
* can specify the global instance template as a full or partial URL.
181
+
* of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates from
182
+
* the same project as the job. You can specify the global instance template as a full or partial
183
+
* URL.
181
184
* @param instanceTemplate instanceTemplate or {@code null} for none
0 commit comments