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-database-v1/src/main/java/com/google/spanner/admin/database/v1/Backup.java
+21
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,10 @@ public State findValueByNumber(int number) {
Copy file name to clipboardexpand all lines: proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInfo.java
+7
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
147
147
*
148
148
* @return The backup.
149
149
*/
150
+
@java.lang.Override
150
151
publicjava.lang.StringgetBackup() {
151
152
java.lang.Objectref = backup_;
152
153
if (refinstanceofjava.lang.String) {
@@ -169,6 +170,7 @@ public java.lang.String getBackup() {
Copy file name to clipboardexpand all lines: proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupMetadata.java
+10
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
165
165
*
166
166
* @return The name.
167
167
*/
168
+
@java.lang.Override
168
169
publicjava.lang.StringgetName() {
169
170
java.lang.Objectref = name_;
170
171
if (refinstanceofjava.lang.String) {
@@ -187,6 +188,7 @@ public java.lang.String getName() {
Copy file name to clipboardexpand all lines: proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupRequest.java
+7
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
155
155
*
156
156
* @return The parent.
157
157
*/
158
+
@java.lang.Override
158
159
publicjava.lang.StringgetParent() {
159
160
java.lang.Objectref = parent_;
160
161
if (refinstanceofjava.lang.String) {
@@ -184,6 +185,7 @@ public java.lang.String getParent() {
Copy file name to clipboardexpand all lines: proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseMetadata.java
+2
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
125
125
*
126
126
* @return The database.
127
127
*/
128
+
@java.lang.Override
128
129
publicjava.lang.StringgetDatabase() {
129
130
java.lang.Objectref = database_;
130
131
if (refinstanceofjava.lang.String) {
@@ -147,6 +148,7 @@ public java.lang.String getDatabase() {
Copy file name to clipboardexpand all lines: proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseRequest.java
+4
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
150
150
*
151
151
* @return The parent.
152
152
*/
153
+
@java.lang.Override
153
154
publicjava.lang.StringgetParent() {
154
155
java.lang.Objectref = parent_;
155
156
if (refinstanceofjava.lang.String) {
@@ -175,6 +176,7 @@ public java.lang.String getParent() {
0 commit comments