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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1beta1/SecretManagerServiceClient.java
+8-2
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,8 @@ public final UnaryCallable<ListSecretsRequest, ListSecretsResponse> listSecretsC
323
323
* <p>A secret ID is a string with a maximum length of 255 characters and can contain
324
324
* uppercase and lowercase letters, numerals, and the hyphen (`-`) and underscore (`_`)
325
325
* characters.
326
-
* @param secret A [Secret][google.cloud.secrets.v1beta1.Secret] with initial field values.
326
+
* @param secret Required. A [Secret][google.cloud.secrets.v1beta1.Secret] with initial field
327
+
* values.
327
328
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardexpand all lines: proto-google-cloud-secretmanager-v1beta1/src/main/java/com/google/cloud/secretmanager/v1beta1/CreateSecretRequest.java
+48-24
Original file line number
Diff line number
Diff line change
@@ -247,10 +247,12 @@ public com.google.protobuf.ByteString getSecretIdBytes() {
247
247
*
248
248
*
249
249
* <pre>
250
-
* A [Secret][google.cloud.secrets.v1beta1.Secret] with initial field values.
250
+
* Required. A [Secret][google.cloud.secrets.v1beta1.Secret] with initial field values.
Copy file name to clipboardexpand all lines: proto-google-cloud-secretmanager-v1beta1/src/main/java/com/google/cloud/secretmanager/v1beta1/CreateSecretRequestOrBuilder.java
+12-6
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,12 @@ public interface CreateSecretRequestOrBuilder
89
89
*
90
90
*
91
91
* <pre>
92
-
* A [Secret][google.cloud.secrets.v1beta1.Secret] with initial field values.
92
+
* Required. A [Secret][google.cloud.secrets.v1beta1.Secret] with initial field values.
0 commit comments