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-cloudfunctions/v2/2.0.0/com/google/api/services/cloudfunctions/v2/model/GoogleCloudFunctionsV2OperationMetadata.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,13 @@ public final class GoogleCloudFunctionsV2OperationMetadata extends com.google.ap
59
59
@com.google.api.client.util.Key
60
60
privateStringcreateTime;
61
61
62
+
/**
63
+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
64
+
* The value may be {@code null}.
65
+
*/
66
+
@com.google.api.client.util.Key
67
+
privatejava.lang.BooleancustomIamRoleDetected;
68
+
62
69
/**
63
70
* The time the operation finished running.
64
71
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public GoogleCloudFunctionsV2OperationMetadata setCreateTime(String createTime)
188
195
returnthis;
189
196
}
190
197
198
+
/**
199
+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudfunctions/v2alpha/2.0.0/com/google/api/services/cloudfunctions/v2alpha/model/GoogleCloudFunctionsV2alphaOperationMetadata.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,13 @@ public final class GoogleCloudFunctionsV2alphaOperationMetadata extends com.goog
59
59
@com.google.api.client.util.Key
60
60
privateStringcreateTime;
61
61
62
+
/**
63
+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
64
+
* The value may be {@code null}.
65
+
*/
66
+
@com.google.api.client.util.Key
67
+
privatejava.lang.BooleancustomIamRoleDetected;
68
+
62
69
/**
63
70
* The time the operation finished running.
64
71
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public GoogleCloudFunctionsV2alphaOperationMetadata setCreateTime(String createT
188
195
returnthis;
189
196
}
190
197
198
+
/**
199
+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudfunctions/v2beta/2.0.0/com/google/api/services/cloudfunctions/v2beta/model/GoogleCloudFunctionsV2betaOperationMetadata.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,13 @@ public final class GoogleCloudFunctionsV2betaOperationMetadata extends com.googl
59
59
@com.google.api.client.util.Key
60
60
privateStringcreateTime;
61
61
62
+
/**
63
+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
64
+
* The value may be {@code null}.
65
+
*/
66
+
@com.google.api.client.util.Key
67
+
privatejava.lang.BooleancustomIamRoleDetected;
68
+
62
69
/**
63
70
* The time the operation finished running.
64
71
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public GoogleCloudFunctionsV2betaOperationMetadata setCreateTime(String createTi
188
195
returnthis;
189
196
}
190
197
198
+
/**
199
+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
0 commit comments