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-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/ComputeInstanceTargetEnvironment.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,13 @@ public final class ComputeInstanceTargetEnvironment extends com.google.api.clien
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.Stringproject;
40
40
41
+
/**
42
+
* Optional. Whether to use the project service account for the Compute Engine instance.
43
+
* The value may be {@code null}.
44
+
*/
45
+
@com.google.api.client.util.Key
46
+
privatejava.lang.BooleanuseProjectServiceAccount;
47
+
41
48
/**
42
49
* Required. The zone of the Compute Engine instance.
43
50
* The value may be {@code null}.
@@ -62,6 +69,23 @@ public ComputeInstanceTargetEnvironment setProject(java.lang.String project) {
62
69
returnthis;
63
70
}
64
71
72
+
/**
73
+
* Optional. Whether to use the project service account for the Compute Engine instance.
Copy file name to clipboardExpand all lines: clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/DiskTargetEnvironment.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ public final class DiskTargetEnvironment extends com.google.api.client.json.Gene
37
37
@com.google.api.client.util.Key
38
38
privatejava.lang.Stringproject;
39
39
40
+
/**
41
+
* Optional. Whether to use the project service account for the disk.
42
+
* The value may be {@code null}.
43
+
*/
44
+
@com.google.api.client.util.Key
45
+
privatejava.lang.BooleanuseProjectServiceAccount;
46
+
40
47
/**
41
48
* Required. Target zone for the disk.
42
49
* The value may be {@code null}.
@@ -61,6 +68,23 @@ public DiskTargetEnvironment setProject(java.lang.String project) {
61
68
returnthis;
62
69
}
63
70
71
+
/**
72
+
* Optional. Whether to use the project service account for the disk.
Copy file name to clipboardExpand all lines: clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/RegionDiskTargetEnvironment.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@ public final class RegionDiskTargetEnvironment extends com.google.api.client.jso
0 commit comments