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: proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/Instance.java
+35-21Lines changed: 35 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,7 @@ private State(int value) {
359
359
* segment of the name must be between 2 and 64 characters in length.
360
360
* </pre>
361
361
*
362
-
* <code>string name = 1;</code>
362
+
* <code>string name = 1 [(.google.api.field_behavior) = REQUIRED];</code>
363
363
*
364
364
* @return The name.
365
365
*/
@@ -385,7 +385,7 @@ public java.lang.String getName() {
385
385
* segment of the name must be between 2 and 64 characters in length.
386
386
* </pre>
387
387
*
388
-
* <code>string name = 1;</code>
388
+
* <code>string name = 1 [(.google.api.field_behavior) = REQUIRED];</code>
389
389
*
390
390
* @return The bytes for name.
391
391
*/
@@ -414,7 +414,9 @@ public com.google.protobuf.ByteString getNameBytes() {
Copy file name to clipboardExpand all lines: proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceOrBuilder.java
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public interface InstanceOrBuilder
33
33
* segment of the name must be between 2 and 64 characters in length.
34
34
* </pre>
35
35
*
36
-
* <code>string name = 1;</code>
36
+
* <code>string name = 1 [(.google.api.field_behavior) = REQUIRED];</code>
37
37
*
38
38
* @return The name.
39
39
*/
@@ -48,7 +48,7 @@ public interface InstanceOrBuilder
48
48
* segment of the name must be between 2 and 64 characters in length.
49
49
* </pre>
50
50
*
51
-
* <code>string name = 1;</code>
51
+
* <code>string name = 1 [(.google.api.field_behavior) = REQUIRED];</code>
52
52
*
53
53
* @return The bytes for name.
54
54
*/
@@ -64,7 +64,9 @@ public interface InstanceOrBuilder
0 commit comments