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-iam/v1/2.0.0/com/google/api/services/iam/v1/model/WorkloadIdentityPoolManagedIdentity.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public final class WorkloadIdentityPoolManagedIdentity extends com.google.api.cl
54
54
privateStringexpireTime;
55
55
56
56
/**
57
-
* Output only. The resource name of the managed identity.
57
+
* Identifier. The resource name of the managed identity.
58
58
* The value may be {@code null}.
59
59
*/
60
60
@com.google.api.client.util.Key
@@ -123,15 +123,15 @@ public WorkloadIdentityPoolManagedIdentity setExpireTime(String expireTime) {
123
123
}
124
124
125
125
/**
126
-
* Output only. The resource name of the managed identity.
126
+
* Identifier. The resource name of the managed identity.
127
127
* @return value or {@code null} for none
128
128
*/
129
129
publicjava.lang.StringgetName() {
130
130
returnname;
131
131
}
132
132
133
133
/**
134
-
* Output only. The resource name of the managed identity.
134
+
* Identifier. The resource name of the managed identity.
Copy file name to clipboardExpand all lines: clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/WorkloadIdentityPoolNamespace.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public final class WorkloadIdentityPoolNamespace extends com.google.api.client.j
55
55
privateStringexpireTime;
56
56
57
57
/**
58
-
* Output only. The resource name of the namespace.
58
+
* Identifier. The resource name of the namespace.
59
59
* The value may be {@code null}.
60
60
*/
61
61
@com.google.api.client.util.Key
@@ -131,15 +131,15 @@ public WorkloadIdentityPoolNamespace setExpireTime(String expireTime) {
131
131
}
132
132
133
133
/**
134
-
* Output only. The resource name of the namespace.
134
+
* Identifier. The resource name of the namespace.
135
135
* @return value or {@code null} for none
136
136
*/
137
137
publicjava.lang.StringgetName() {
138
138
returnname;
139
139
}
140
140
141
141
/**
142
-
* Output only. The resource name of the namespace.
Copy file name to clipboardExpand all lines: clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/WorkloadIdentityPoolProvider.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ public final class WorkloadIdentityPoolProvider extends com.google.api.client.js
121
121
privateStringexpireTime;
122
122
123
123
/**
124
-
* Output only. The resource name of the provider.
124
+
* Identifier. The resource name of the provider.
125
125
* The value may be {@code null}.
126
126
*/
127
127
@com.google.api.client.util.Key
@@ -357,15 +357,15 @@ public WorkloadIdentityPoolProvider setExpireTime(String expireTime) {
Copy file name to clipboardExpand all lines: clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/WorkloadIdentityPoolProviderKey.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public final class WorkloadIdentityPoolProviderKey extends com.google.api.client
49
49
privateKeyDatakeyData;
50
50
51
51
/**
52
-
* Output only. The resource name of the key.
52
+
* Identifier. The resource name of the key.
53
53
* The value may be {@code null}.
54
54
*/
55
55
@com.google.api.client.util.Key
@@ -108,15 +108,15 @@ public WorkloadIdentityPoolProviderKey setKeyData(KeyData keyData) {
0 commit comments