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-cloudbuild/v2/2.0.0/com/google/api/services/cloudbuild/v2/model/SecretVolumeSource.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class SecretVolumeSource extends com.google.api.client.json.Generic
37
37
privatejava.lang.StringsecretName;
38
38
39
39
/**
40
-
* Output only. Resource name of the SecretVersion. In format: projects/secrets/versions
40
+
* Optional. Resource name of the SecretVersion. In format: projects/secrets/versions
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public SecretVolumeSource setSecretName(java.lang.String secretName) {
61
61
}
62
62
63
63
/**
64
-
* Output only. Resource name of the SecretVersion. In format: projects/secrets/versions
64
+
* Optional. Resource name of the SecretVersion. In format: projects/secrets/versions
65
65
* @return value or {@code null} for none
66
66
*/
67
67
publicjava.lang.StringgetSecretVersion() {
68
68
returnsecretVersion;
69
69
}
70
70
71
71
/**
72
-
* Output only. Resource name of the SecretVersion. In format: projects/secrets/versions
72
+
* Optional. Resource name of the SecretVersion. In format: projects/secrets/versions
73
73
* @param secretVersion secretVersion or {@code null} for none
0 commit comments