From 5ae6e785febea1ddd3931aee498caa539a5efa18 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 23 Apr 2025 17:11:19 +0000 Subject: [PATCH 01/13] chore: Update generation configuration at Wed Apr 23 17:11:13 UTC 2025 --- .github/workflows/hermetic_library_generation.yaml | 2 +- generation_config.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hermetic_library_generation.yaml b/.github/workflows/hermetic_library_generation.yaml index ca1baea12a..ae76259a81 100644 --- a/.github/workflows/hermetic_library_generation.yaml +++ b/.github/workflows/hermetic_library_generation.yaml @@ -37,7 +37,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} - - uses: googleapis/sdk-platform-java/.github/scripts@v2.55.1 + - uses: googleapis/sdk-platform-java/.github/scripts@v2.56.0 if: env.SHOULD_RUN == 'true' with: base_ref: ${{ github.base_ref }} diff --git a/generation_config.yaml b/generation_config.yaml index de04016271..88d58bc3c5 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ -gapic_generator_version: 2.55.1 -googleapis_commitish: 0c142cc0ed988797104f3c934b0d5cfe0906b948 -libraries_bom_version: 26.57.0 +gapic_generator_version: 2.56.0 +googleapis_commitish: c8f09eb3362651a47b5c4adef1cb2bbdc652eeb4 +libraries_bom_version: 26.59.0 libraries: - api_shortname: spanner name_pretty: Cloud Spanner From 951695e6e4952e8a35b921bd39af27dc8bdd285e Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 24 Apr 2025 02:32:13 +0000 Subject: [PATCH 02/13] chore: Update generation configuration at Thu Apr 24 02:30:05 UTC 2025 --- .github/workflows/hermetic_library_generation.yaml | 2 +- generation_config.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hermetic_library_generation.yaml b/.github/workflows/hermetic_library_generation.yaml index ae76259a81..a5e65c4824 100644 --- a/.github/workflows/hermetic_library_generation.yaml +++ b/.github/workflows/hermetic_library_generation.yaml @@ -37,7 +37,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} - - uses: googleapis/sdk-platform-java/.github/scripts@v2.56.0 + - uses: googleapis/sdk-platform-java/.github/scripts@v if: env.SHOULD_RUN == 'true' with: base_ref: ${{ github.base_ref }} diff --git a/generation_config.yaml b/generation_config.yaml index 88d58bc3c5..8184110cc0 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ -gapic_generator_version: 2.56.0 -googleapis_commitish: c8f09eb3362651a47b5c4adef1cb2bbdc652eeb4 -libraries_bom_version: 26.59.0 +gapic_generator_version: +googleapis_commitish: 03baf05e13d9241ec8c19bdedb1d991b6ed7e115 +libraries_bom_version: libraries: - api_shortname: spanner name_pretty: Cloud Spanner From bc728dff74eb1ada75889131d542275b274003c2 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 24 Apr 2025 10:38:47 -0400 Subject: [PATCH 03/13] fix: manually update generator versions --- .github/workflows/hermetic_library_generation.yaml | 2 +- generation_config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hermetic_library_generation.yaml b/.github/workflows/hermetic_library_generation.yaml index a5e65c4824..6b856abdef 100644 --- a/.github/workflows/hermetic_library_generation.yaml +++ b/.github/workflows/hermetic_library_generation.yaml @@ -37,7 +37,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} - - uses: googleapis/sdk-platform-java/.github/scripts@v + - uses: googleapis/sdk-platform-java/.github/scripts@v2.56.2 if: env.SHOULD_RUN == 'true' with: base_ref: ${{ github.base_ref }} diff --git a/generation_config.yaml b/generation_config.yaml index 8184110cc0..d8dbb39e33 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ -gapic_generator_version: -googleapis_commitish: 03baf05e13d9241ec8c19bdedb1d991b6ed7e115 +gapic_generator_version: 2.56.2 +googleapis_commitish: 261895f1d8ced9564f4cf872f7f4f9a1f4c615d3 libraries_bom_version: libraries: - api_shortname: spanner From 5ab0ebd4f4dd7faf5e2d1c96cd3c921e1ddc9e67 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 24 Apr 2025 11:01:31 -0400 Subject: [PATCH 04/13] chore: update libraries bom, fix unparsable file --- generation_config.yaml | 2 +- .../connection/ClientSideStatementValueConverters.java | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/generation_config.yaml b/generation_config.yaml index d8dbb39e33..32c9cea1f6 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ gapic_generator_version: 2.56.2 googleapis_commitish: 261895f1d8ced9564f4cf872f7f4f9a1f4c615d3 -libraries_bom_version: +libraries_bom_version: 26.59.0 libraries: - api_shortname: spanner name_pretty: Cloud Spanner diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementValueConverters.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementValueConverters.java index 7d295a81d8..20ba59f658 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementValueConverters.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementValueConverters.java @@ -272,9 +272,12 @@ public PgDurationConverter(String allowedValues) { /** Converter from string to possible values for read only staleness ({@link TimestampBound}). */ static class ReadOnlyStalenessConverter implements ClientSideStatementValueConverter { + // Some backslashes need to be specified as hexcode. + // See https://github.com/google/google-java-format/issues/1253 static final ReadOnlyStalenessConverter INSTANCE = new ReadOnlyStalenessConverter( - "'((STRONG)|(MIN_READ_TIMESTAMP)[\\t ]+((\\d{4})-(\\d{2})-(\\d{2})([Tt](\\d{2}):(\\d{2}):(\\d{2})(\\.\\d{1,9})?)([Zz]|([+-])(\\d{2}):(\\d{2})))|(READ_TIMESTAMP)[\\t ]+((\\d{4})-(\\d{2})-(\\d{2})([Tt](\\d{2}):(\\d{2}):(\\d{2})(\\.\\d{1,9})?)([Zz]|([+-])(\\d{2}):(\\d{2})))|(MAX_STALENESS)[\\t ]+((\\d{1,19})(s|ms|us|ns))|(EXACT_STALENESS)[\\t ]+((\\d{1,19})(s|ms|us|ns)))'"); + "'((STRONG)|(MIN_READ_TIMESTAMP)[\\t ]+((\\d{4})-(\\d{2})-(\\d{2})([Tt](\\d{2}):(\\d{2}):(\\d{2})(\\.\\d{1,9})?)([Zz]|([+-])(\\d{2}):(\\d{2})))|(READ_TIMESTAMP)[\u005Ct ]+((\\d{4})-(\\d{2})-(\\d{2})([Tt](\\d{2}):(\\d{2}):( \\d{2})(\\.\\d{1,9})?)([Zz]|([+-])(\\d{2}):(\\d{2})))|(MAX_STALENESS)[\u005Ct ]+((\\d{1,19})(s|ms|us|ns))|(EXACT_STALENESS)[\\t ]+((\\d{1,19})(s|ms|us|ns)))'"); + private final Pattern allowedValues; private final CaseInsensitiveEnumMap values = new CaseInsensitiveEnumMap<>(Mode.class); From 78cffe3ec71b6b89af21296bd6b6fb5c46fcb88f Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 24 Apr 2025 15:04:50 +0000 Subject: [PATCH 05/13] chore: generate libraries at Thu Apr 24 15:01:58 UTC 2025 --- .github/generated-files-bot.yml | 1 + .github/scripts/update_generation_config.sh | 11 +- .github/trusted-contribution.yml | 6 + .github/workflows/renovate_config_check.yaml | 4 +- .../workflows/update_generation_config.yaml | 4 +- .kokoro/presubmit/graalvm-native-a.cfg | 38 + .kokoro/presubmit/graalvm-native-b.cfg | 38 + .kokoro/presubmit/graalvm-native-c.cfg | 38 + CONTRIBUTING.md | 2 +- README.md | 2 +- .../spanner/benchmark/LatencyBenchmark.java | 14 +- .../executor/spanner/CloudClientExecutor.java | 11 +- .../cloud/executor/spanner/CloudExecutor.java | 6 +- .../executor/spanner/CloudExecutorImpl.java | 11 +- .../v1/MockSpannerExecutorProxyImpl.java | 3 +- .../cloud/spanner/AbstractReadContext.java | 4 +- .../cloud/spanner/AsyncResultSetImpl.java | 3 + .../spanner/AsyncTransactionManagerImpl.java | 2 +- .../com/google/cloud/spanner/BatchClient.java | 3 +- .../cloud/spanner/BuiltInMetricsProvider.java | 3 +- .../cloud/spanner/BuiltInMetricsRecorder.java | 6 +- .../cloud/spanner/BuiltInMetricsTracer.java | 3 +- .../google/cloud/spanner/CommitResponse.java | 4 +- .../cloud/spanner/DatabaseClientImpl.java | 12 +- .../DelayedMultiplexedSessionTransaction.java | 30 +- ...pdateCountVerificationFailedException.java | 8 +- .../com/google/cloud/spanner/ErrorCode.java | 4 +- .../com/google/cloud/spanner/GrpcStruct.java | 16 +- .../cloud/spanner/GrpcValueIterator.java | 4 +- .../spanner/InstanceNotFoundException.java | 1 + .../java/com/google/cloud/spanner/Key.java | 8 + .../spanner/MetricRegistryConstants.java | 6 +- .../MissingDefaultSequenceKindException.java | 5 +- .../MultiplexedSessionDatabaseClient.java | 40 +- .../com/google/cloud/spanner/ReadContext.java | 1 + .../spanner/ResumableStreamIterator.java | 1 + .../RetryOnDifferentGrpcChannelException.java | 3 +- .../com/google/cloud/spanner/SessionImpl.java | 3 +- .../com/google/cloud/spanner/SessionPool.java | 30 +- .../cloud/spanner/SessionPoolOptions.java | 4 + .../com/google/cloud/spanner/Spanner.java | 8 +- .../SpannerCloudMonitoringExporter.java | 4 +- .../spanner/SpannerExceptionFactory.java | 8 +- .../com/google/cloud/spanner/SpannerImpl.java | 4 +- .../google/cloud/spanner/SpannerOptions.java | 23 +- .../cloud/spanner/SpannerRetryHelper.java | 8 +- .../com/google/cloud/spanner/Statement.java | 4 +- .../google/cloud/spanner/StructReader.java | 12 +- .../spanner/TransactionContextFutureImpl.java | 7 +- .../cloud/spanner/TransactionManagerImpl.java | 4 +- ...sactionMutationLimitExceededException.java | 2 +- .../cloud/spanner/TransactionRunnerImpl.java | 32 +- .../java/com/google/cloud/spanner/Value.java | 15 +- .../connection/AbstractStatementParser.java | 23 +- .../spanner/connection/ChecksumResultSet.java | 4 +- .../connection/ClientSideStatement.java | 8 +- .../connection/ClientSideStatementImpl.java | 3 + .../ClientSideStatementValueConverters.java | 16 +- .../cloud/spanner/connection/Connection.java | 32 +- .../spanner/connection/ConnectionImpl.java | 53 +- .../spanner/connection/ConnectionOptions.java | 44 +- .../connection/ConnectionProperties.java | 168 +-- .../spanner/connection/ConnectionState.java | 3 +- .../connection/CredentialsService.java | 13 +- .../connection/LocalConnectionChecker.java | 7 +- .../connection/ReadWriteTransaction.java | 18 +- .../spanner/connection/SimpleParser.java | 12 +- .../connection/SingleUseTransaction.java | 3 +- .../cloud/spanner/connection/SpannerPool.java | 4 +- .../spanner/connection/StatementExecutor.java | 1 + .../connection/StatementHintParser.java | 4 +- .../connection/TransactionRunnerImpl.java | 2 +- .../cloud/spanner/connection/UnitOfWork.java | 40 +- .../cloud/spanner/spi/v1/GapicSpannerRpc.java | 30 +- .../cloud/spanner/spi/v1/SpannerRpc.java | 1 + .../cloud/spanner/spi/v1/SpannerRpcViews.java | 23 +- .../spanner/testing/RemoteSpannerHelper.java | 3 +- .../spanner/AbstractAsyncTransactionTest.java | 4 +- .../spanner/AbstractLatencyBenchmark.java | 1 + .../cloud/spanner/BackendExhaustedTest.java | 3 +- .../CloseSpannerWithOpenResultSetTest.java | 2 +- .../spanner/DatabaseAdminClientImplTest.java | 3 +- .../spanner/DatabaseAdminClientTest.java | 7 +- .../cloud/spanner/DatabaseClientImplTest.java | 48 +- .../google/cloud/spanner/DatabaseTest.java | 6 +- .../cloud/spanner/GrpcResultSetTest.java | 2 +- .../spanner/InlineBeginTransactionTest.java | 6 +- .../spanner/InstanceAdminClientImplTest.java | 3 +- .../cloud/spanner/InstanceInfoTest.java | 10 +- .../google/cloud/spanner/InstanceTest.java | 13 +- .../cloud/spanner/IntegrationTestEnv.java | 6 +- .../cloud/spanner/IntegrationTestEnvTest.java | 13 +- .../com/google/cloud/spanner/KeySetTest.java | 9 +- .../spanner/MockDatabaseAdminServiceImpl.java | 41 +- .../cloud/spanner/MockSpannerServiceImpl.java | 20 +- ...OpenTelemetryBuiltInMetricsTracerTest.java | 27 +- .../PartitionedDmlTransactionTest.java | 3 +- .../spanner/RandomResultSetGenerator.java | 4 +- .../cloud/spanner/ReadFormatTestRunner.java | 2 +- ...yOnDifferentGrpcChannelMockServerTest.java | 12 +- .../google/cloud/spanner/SessionImplTest.java | 3 +- .../spanner/SessionPoolMaintainerTest.java | 3 +- .../google/cloud/spanner/SessionPoolTest.java | 9 +- .../com/google/cloud/spanner/SingerProto.java | 75 +- .../spanner/SpannerExceptionFactoryTest.java | 3 +- .../cloud/spanner/SpannerGaxRetryTest.java | 3 +- .../cloud/spanner/SpannerThreadsTest.java | 3 +- .../com/google/cloud/spanner/ValueTest.java | 12 +- .../database/v1/MockDatabaseAdminImpl.java | 15 +- .../instance/v1/MockInstanceAdminImpl.java | 30 +- .../connection/AbstractSqlScriptVerifier.java | 9 +- .../connection/ConnectionOptionsTest.java | 20 +- .../connection/ConnectionPropertyTest.java | 16 +- .../ConnectionPropertyValueTest.java | 6 +- .../ConnectionStateMockServerTest.java | 2 +- .../connection/ConnectionStateTest.java | 34 +- .../cloud/spanner/connection/DdlTest.java | 20 +- .../spanner/connection/DecodeModeTest.java | 3 +- .../spanner/connection/DirectedReadTest.java | 6 +- .../cloud/spanner/connection/ExplainTest.java | 6 +- .../connection/ITAbstractSpannerTest.java | 9 +- .../PartitionedQueryMockServerTest.java | 6 +- ...etryDmlAsPartitionedDmlMockServerTest.java | 3 +- .../SetPgSessionCharacteristicsTest.java | 9 +- .../spanner/connection/SpannerPoolTest.java | 3 +- .../SpannerStatementParserTest.java | 7 +- .../connection/StatementParserTest.java | 190 ++- .../connection/StatementTimeoutTest.java | 1 + .../connection/it/ITReadOnlySpannerTest.java | 15 +- .../it/ITRetryDmlAsPartitionedDmlTest.java | 3 +- .../connection/it/ITSqlMusicScriptTest.java | 6 +- .../cloud/spanner/it/ITAsyncExamplesTest.java | 6 +- .../google/cloud/spanner/it/ITDMLTest.java | 1 + .../spanner/it/ITDirectPathFallback.java | 4 +- .../cloud/spanner/it/ITDmlReturningTest.java | 6 +- .../spanner/it/ITEndToEndTracingTest.java | 6 +- .../cloud/spanner/it/ITFloat32Test.java | 20 +- .../it/ITForeignKeyDeleteCascadeTest.java | 20 +- .../cloud/spanner/it/ITInstanceAdminTest.java | 3 +- .../cloud/spanner/it/ITIntervalTest.java | 18 +- .../cloud/spanner/it/ITProtoColumnTest.java | 16 +- .../cloud/spanner/it/ITQueryOptionsTest.java | 12 +- .../cloud/spanner/it/ITResultSetGetValue.java | 79 +- .../it/ITTransactionManagerAsyncTest.java | 3 +- .../cloud/spanner/it/ITTransactionTest.java | 1 + .../google/cloud/spanner/it/ITWriteTest.java | 31 +- .../cloud/spanner/it/slow/ITBackupTest.java | 13 +- .../spanner/spi/v1/GapicSpannerRpcTest.java | 9 +- .../admin/database/v1/DatabaseAdminGrpc.java | 504 ++++++++ .../admin/instance/v1/InstanceAdminGrpc.java | 608 ++++++++++ .../executor/v1/SpannerExecutorProxyGrpc.java | 56 + .../com/google/spanner/v1/SpannerGrpc.java | 360 ++++++ .../database/v1/AddSplitPointsRequest.java | 38 + .../v1/AddSplitPointsRequestOrBuilder.java | 6 + .../database/v1/AddSplitPointsResponse.java | 2 + .../spanner/admin/database/v1/Backup.java | 206 ++++ .../spanner/admin/database/v1/BackupInfo.java | 40 + .../database/v1/BackupInfoOrBuilder.java | 6 + .../database/v1/BackupInstancePartition.java | 9 + .../v1/BackupInstancePartitionOrBuilder.java | 1 + .../admin/database/v1/BackupOrBuilder.java | 34 + .../admin/database/v1/BackupSchedule.java | 82 ++ .../database/v1/BackupScheduleOrBuilder.java | 13 + .../database/v1/BackupScheduleProto.java | 114 +- .../admin/database/v1/BackupScheduleSpec.java | 15 + .../v1/BackupScheduleSpecOrBuilder.java | 2 + .../v1/CopyBackupEncryptionConfig.java | 32 + .../CopyBackupEncryptionConfigOrBuilder.java | 5 + .../admin/database/v1/CopyBackupMetadata.java | 40 + .../v1/CopyBackupMetadataOrBuilder.java | 6 + .../admin/database/v1/CopyBackupRequest.java | 47 + .../v1/CopyBackupRequestOrBuilder.java | 7 + .../v1/CreateBackupEncryptionConfig.java | 32 + ...CreateBackupEncryptionConfigOrBuilder.java | 5 + .../database/v1/CreateBackupMetadata.java | 40 + .../v1/CreateBackupMetadataOrBuilder.java | 6 + .../database/v1/CreateBackupRequest.java | 40 + .../v1/CreateBackupRequestOrBuilder.java | 6 + .../v1/CreateBackupScheduleRequest.java | 28 + .../CreateBackupScheduleRequestOrBuilder.java | 4 + .../database/v1/CreateDatabaseMetadata.java | 9 + .../v1/CreateDatabaseMetadataOrBuilder.java | 1 + .../database/v1/CreateDatabaseRequest.java | 52 + .../v1/CreateDatabaseRequestOrBuilder.java | 8 + .../admin/database/v1/CrontabSpec.java | 28 + .../database/v1/CrontabSpecOrBuilder.java | 4 + .../spanner/admin/database/v1/Database.java | 118 ++ .../admin/database/v1/DatabaseDialect.java | 2 + .../admin/database/v1/DatabaseOrBuilder.java | 17 + .../admin/database/v1/DatabaseRole.java | 9 + .../database/v1/DatabaseRoleOrBuilder.java | 1 + .../database/v1/DdlStatementActionInfo.java | 29 + .../v1/DdlStatementActionInfoOrBuilder.java | 5 + .../database/v1/DeleteBackupRequest.java | 9 + .../v1/DeleteBackupRequestOrBuilder.java | 1 + .../v1/DeleteBackupScheduleRequest.java | 9 + .../DeleteBackupScheduleRequestOrBuilder.java | 1 + .../database/v1/DropDatabaseRequest.java | 9 + .../v1/DropDatabaseRequestOrBuilder.java | 1 + .../admin/database/v1/EncryptionConfig.java | 22 + .../v1/EncryptionConfigOrBuilder.java | 4 + .../admin/database/v1/EncryptionInfo.java | 30 + .../database/v1/EncryptionInfoOrBuilder.java | 4 + .../admin/database/v1/FullBackupSpec.java | 2 + .../admin/database/v1/GetBackupRequest.java | 9 + .../v1/GetBackupRequestOrBuilder.java | 1 + .../database/v1/GetBackupScheduleRequest.java | 9 + .../v1/GetBackupScheduleRequestOrBuilder.java | 1 + .../database/v1/GetDatabaseDdlRequest.java | 9 + .../v1/GetDatabaseDdlRequestOrBuilder.java | 1 + .../database/v1/GetDatabaseDdlResponse.java | 19 + .../v1/GetDatabaseDdlResponseOrBuilder.java | 3 + .../admin/database/v1/GetDatabaseRequest.java | 9 + .../v1/GetDatabaseRequestOrBuilder.java | 1 + .../database/v1/IncrementalBackupSpec.java | 2 + .../v1/ListBackupOperationsRequest.java | 27 + .../ListBackupOperationsRequestOrBuilder.java | 3 + .../v1/ListBackupOperationsResponse.java | 31 + ...ListBackupOperationsResponseOrBuilder.java | 5 + .../v1/ListBackupSchedulesRequest.java | 20 + .../ListBackupSchedulesRequestOrBuilder.java | 2 + .../v1/ListBackupSchedulesResponse.java | 31 + .../ListBackupSchedulesResponseOrBuilder.java | 5 + .../admin/database/v1/ListBackupsRequest.java | 27 + .../v1/ListBackupsRequestOrBuilder.java | 3 + .../database/v1/ListBackupsResponse.java | 31 + .../v1/ListBackupsResponseOrBuilder.java | 5 + .../v1/ListDatabaseOperationsRequest.java | 27 + ...istDatabaseOperationsRequestOrBuilder.java | 3 + .../v1/ListDatabaseOperationsResponse.java | 31 + ...stDatabaseOperationsResponseOrBuilder.java | 5 + .../database/v1/ListDatabaseRolesRequest.java | 20 + .../v1/ListDatabaseRolesRequestOrBuilder.java | 2 + .../v1/ListDatabaseRolesResponse.java | 31 + .../ListDatabaseRolesResponseOrBuilder.java | 5 + .../database/v1/ListDatabasesRequest.java | 20 + .../v1/ListDatabasesRequestOrBuilder.java | 2 + .../database/v1/ListDatabasesResponse.java | 31 + .../v1/ListDatabasesResponseOrBuilder.java | 5 + .../admin/database/v1/OperationProgress.java | 30 + .../v1/OperationProgressOrBuilder.java | 4 + .../v1/OptimizeRestoredDatabaseMetadata.java | 21 + ...mizeRestoredDatabaseMetadataOrBuilder.java | 3 + .../v1/RestoreDatabaseEncryptionConfig.java | 32 + ...toreDatabaseEncryptionConfigOrBuilder.java | 5 + .../database/v1/RestoreDatabaseMetadata.java | 60 + .../v1/RestoreDatabaseMetadataOrBuilder.java | 9 + .../database/v1/RestoreDatabaseRequest.java | 37 + .../v1/RestoreDatabaseRequestOrBuilder.java | 6 + .../admin/database/v1/RestoreInfo.java | 22 + .../database/v1/RestoreInfoOrBuilder.java | 3 + .../admin/database/v1/RestoreSourceType.java | 1 + .../v1/SpannerDatabaseAdminProto.java | 522 +++++---- .../admin/database/v1/SplitPoints.java | 67 ++ .../database/v1/SplitPointsOrBuilder.java | 8 + .../database/v1/UpdateBackupRequest.java | 26 + .../v1/UpdateBackupRequestOrBuilder.java | 4 + .../v1/UpdateBackupScheduleRequest.java | 26 + .../UpdateBackupScheduleRequestOrBuilder.java | 4 + .../v1/UpdateDatabaseDdlMetadata.java | 92 ++ .../UpdateDatabaseDdlMetadataOrBuilder.java | 16 + .../database/v1/UpdateDatabaseDdlRequest.java | 33 + .../v1/UpdateDatabaseDdlRequestOrBuilder.java | 5 + .../database/v1/UpdateDatabaseMetadata.java | 38 + .../v1/UpdateDatabaseMetadataOrBuilder.java | 6 + .../database/v1/UpdateDatabaseRequest.java | 26 + .../v1/UpdateDatabaseRequestOrBuilder.java | 4 + .../admin/instance/v1/AutoscalingConfig.java | 140 +++ .../v1/AutoscalingConfigOrBuilder.java | 8 + .../v1/CreateInstanceConfigMetadata.java | 38 + ...CreateInstanceConfigMetadataOrBuilder.java | 6 + .../v1/CreateInstanceConfigRequest.java | 32 + .../CreateInstanceConfigRequestOrBuilder.java | 4 + .../instance/v1/CreateInstanceMetadata.java | 57 + .../v1/CreateInstanceMetadataOrBuilder.java | 9 + .../v1/CreateInstancePartitionMetadata.java | 50 + ...ateInstancePartitionMetadataOrBuilder.java | 8 + .../v1/CreateInstancePartitionRequest.java | 28 + ...eateInstancePartitionRequestOrBuilder.java | 4 + .../instance/v1/CreateInstanceRequest.java | 28 + .../v1/CreateInstanceRequestOrBuilder.java | 4 + .../v1/DeleteInstanceConfigRequest.java | 20 + .../DeleteInstanceConfigRequestOrBuilder.java | 2 + .../v1/DeleteInstancePartitionRequest.java | 16 + ...leteInstancePartitionRequestOrBuilder.java | 2 + .../instance/v1/DeleteInstanceRequest.java | 9 + .../v1/DeleteInstanceRequestOrBuilder.java | 1 + .../instance/v1/FreeInstanceMetadata.java | 35 + .../v1/FreeInstanceMetadataOrBuilder.java | 5 + .../admin/instance/v1/FulfillmentPeriod.java | 2 + .../instance/v1/GetInstanceConfigRequest.java | 9 + .../v1/GetInstanceConfigRequestOrBuilder.java | 1 + .../v1/GetInstancePartitionRequest.java | 9 + .../GetInstancePartitionRequestOrBuilder.java | 1 + .../admin/instance/v1/GetInstanceRequest.java | 21 + .../v1/GetInstanceRequestOrBuilder.java | 3 + .../spanner/admin/instance/v1/Instance.java | 165 +++ .../admin/instance/v1/InstanceConfig.java | 148 +++ .../instance/v1/InstanceConfigOrBuilder.java | 24 + .../admin/instance/v1/InstanceOrBuilder.java | 27 + .../admin/instance/v1/InstancePartition.java | 100 ++ .../v1/InstancePartitionOrBuilder.java | 17 + .../ListInstanceConfigOperationsRequest.java | 27 + ...tanceConfigOperationsRequestOrBuilder.java | 3 + .../ListInstanceConfigOperationsResponse.java | 31 + ...anceConfigOperationsResponseOrBuilder.java | 5 + .../v1/ListInstanceConfigsRequest.java | 20 + .../ListInstanceConfigsRequestOrBuilder.java | 2 + .../v1/ListInstanceConfigsResponse.java | 31 + .../ListInstanceConfigsResponseOrBuilder.java | 5 + ...istInstancePartitionOperationsRequest.java | 39 + ...cePartitionOperationsRequestOrBuilder.java | 5 + ...stInstancePartitionOperationsResponse.java | 44 + ...ePartitionOperationsResponseOrBuilder.java | 8 + .../v1/ListInstancePartitionsRequest.java | 32 + ...istInstancePartitionsRequestOrBuilder.java | 4 + .../v1/ListInstancePartitionsResponse.java | 44 + ...stInstancePartitionsResponseOrBuilder.java | 8 + .../instance/v1/ListInstancesRequest.java | 39 + .../v1/ListInstancesRequestOrBuilder.java | 5 + .../instance/v1/ListInstancesResponse.java | 44 + .../v1/ListInstancesResponseOrBuilder.java | 8 + .../instance/v1/MoveInstanceMetadata.java | 33 + .../v1/MoveInstanceMetadataOrBuilder.java | 5 + .../instance/v1/MoveInstanceRequest.java | 16 + .../v1/MoveInstanceRequestOrBuilder.java | 2 + .../instance/v1/MoveInstanceResponse.java | 2 + .../admin/instance/v1/OperationProgress.java | 30 + .../v1/OperationProgressOrBuilder.java | 4 + .../instance/v1/ReplicaComputeCapacity.java | 25 + .../v1/ReplicaComputeCapacityOrBuilder.java | 4 + .../admin/instance/v1/ReplicaInfo.java | 23 + .../instance/v1/ReplicaInfoOrBuilder.java | 2 + .../admin/instance/v1/ReplicaSelection.java | 9 + .../v1/ReplicaSelectionOrBuilder.java | 1 + .../v1/SpannerInstanceAdminProto.java | 760 ++++++------ .../v1/UpdateInstanceConfigMetadata.java | 38 + ...UpdateInstanceConfigMetadataOrBuilder.java | 6 + .../v1/UpdateInstanceConfigRequest.java | 30 + .../UpdateInstanceConfigRequestOrBuilder.java | 4 + .../instance/v1/UpdateInstanceMetadata.java | 57 + .../v1/UpdateInstanceMetadataOrBuilder.java | 9 + .../v1/UpdateInstancePartitionMetadata.java | 50 + ...ateInstancePartitionMetadataOrBuilder.java | 8 + .../v1/UpdateInstancePartitionRequest.java | 26 + ...dateInstancePartitionRequestOrBuilder.java | 4 + .../instance/v1/UpdateInstanceRequest.java | 26 + .../v1/UpdateInstanceRequestOrBuilder.java | 4 + .../spanner/executor/v1/AdminAction.java | 339 ++++++ .../executor/v1/AdminActionOrBuilder.java | 56 + .../spanner/executor/v1/AdminResult.java | 62 + .../executor/v1/AdminResultOrBuilder.java | 10 + .../spanner/executor/v1/BatchDmlAction.java | 24 + .../executor/v1/BatchDmlActionOrBuilder.java | 4 + .../spanner/executor/v1/BatchPartition.java | 28 + .../executor/v1/BatchPartitionOrBuilder.java | 4 + .../executor/v1/CancelOperationAction.java | 9 + .../v1/CancelOperationActionOrBuilder.java | 1 + .../v1/ChangeQuorumCloudDatabaseAction.java | 24 + ...ngeQuorumCloudDatabaseActionOrBuilder.java | 5 + .../executor/v1/ChangeStreamRecord.java | 39 + .../v1/ChangeStreamRecordOrBuilder.java | 6 + .../executor/v1/ChildPartitionsRecord.java | 70 ++ .../v1/ChildPartitionsRecordOrBuilder.java | 7 + .../v1/CloseBatchTransactionAction.java | 6 + .../executor/v1/CloudBackupResponse.java | 65 ++ .../v1/CloudBackupResponseOrBuilder.java | 11 + .../executor/v1/CloudDatabaseResponse.java | 65 ++ .../v1/CloudDatabaseResponseOrBuilder.java | 11 + .../executor/v1/CloudExecutorProto.java | 1028 ++++++++++------- .../v1/CloudInstanceConfigResponse.java | 43 + .../CloudInstanceConfigResponseOrBuilder.java | 7 + .../executor/v1/CloudInstanceResponse.java | 43 + .../v1/CloudInstanceResponseOrBuilder.java | 7 + .../spanner/executor/v1/ColumnMetadata.java | 21 + .../executor/v1/ColumnMetadataOrBuilder.java | 3 + .../spanner/executor/v1/Concurrency.java | 48 + .../executor/v1/ConcurrencyOrBuilder.java | 7 + .../executor/v1/CopyCloudBackupAction.java | 42 + .../v1/CopyCloudBackupActionOrBuilder.java | 6 + .../executor/v1/CreateCloudBackupAction.java | 66 ++ .../v1/CreateCloudBackupActionOrBuilder.java | 10 + .../v1/CreateCloudDatabaseAction.java | 63 + .../CreateCloudDatabaseActionOrBuilder.java | 11 + .../v1/CreateCloudInstanceAction.java | 61 + .../CreateCloudInstanceActionOrBuilder.java | 12 + .../v1/CreateUserInstanceConfigAction.java | 45 + ...eateUserInstanceConfigActionOrBuilder.java | 7 + .../spanner/executor/v1/DataChangeRecord.java | 170 +++ .../v1/DataChangeRecordOrBuilder.java | 16 + .../executor/v1/DeleteCloudBackupAction.java | 23 + .../v1/DeleteCloudBackupActionOrBuilder.java | 3 + .../v1/DeleteCloudInstanceAction.java | 16 + .../DeleteCloudInstanceActionOrBuilder.java | 2 + .../v1/DeleteUserInstanceConfigAction.java | 16 + ...leteUserInstanceConfigActionOrBuilder.java | 2 + .../google/spanner/executor/v1/DmlAction.java | 20 + .../executor/v1/DmlActionOrBuilder.java | 3 + .../executor/v1/DropCloudDatabaseAction.java | 23 + .../v1/DropCloudDatabaseActionOrBuilder.java | 3 + .../executor/v1/ExecuteChangeStreamQuery.java | 76 ++ .../v1/ExecuteChangeStreamQueryOrBuilder.java | 14 + .../executor/v1/ExecutePartitionAction.java | 14 + .../v1/ExecutePartitionActionOrBuilder.java | 2 + .../executor/v1/FinishTransactionAction.java | 11 + .../v1/FinishTransactionActionOrBuilder.java | 1 + .../GenerateDbPartitionsForQueryAction.java | 20 + ...teDbPartitionsForQueryActionOrBuilder.java | 3 + .../v1/GenerateDbPartitionsForReadAction.java | 48 + ...ateDbPartitionsForReadActionOrBuilder.java | 8 + .../executor/v1/GetCloudBackupAction.java | 23 + .../v1/GetCloudBackupActionOrBuilder.java | 3 + .../executor/v1/GetCloudDatabaseAction.java | 23 + .../v1/GetCloudDatabaseActionOrBuilder.java | 3 + .../executor/v1/GetCloudInstanceAction.java | 16 + .../v1/GetCloudInstanceActionOrBuilder.java | 2 + .../v1/GetCloudInstanceConfigAction.java | 16 + ...GetCloudInstanceConfigActionOrBuilder.java | 2 + .../executor/v1/GetOperationAction.java | 9 + .../v1/GetOperationActionOrBuilder.java | 1 + .../spanner/executor/v1/HeartbeatRecord.java | 14 + .../executor/v1/HeartbeatRecordOrBuilder.java | 2 + .../google/spanner/executor/v1/KeyRange.java | 39 + .../executor/v1/KeyRangeOrBuilder.java | 6 + .../google/spanner/executor/v1/KeySet.java | 50 + .../spanner/executor/v1/KeySetOrBuilder.java | 8 + .../v1/ListCloudBackupOperationsAction.java | 34 + ...tCloudBackupOperationsActionOrBuilder.java | 4 + .../executor/v1/ListCloudBackupsAction.java | 34 + .../v1/ListCloudBackupsActionOrBuilder.java | 4 + .../v1/ListCloudDatabaseOperationsAction.java | 34 + ...loudDatabaseOperationsActionOrBuilder.java | 4 + .../executor/v1/ListCloudDatabasesAction.java | 27 + .../v1/ListCloudDatabasesActionOrBuilder.java | 3 + .../v1/ListCloudInstanceConfigsAction.java | 24 + ...stCloudInstanceConfigsActionOrBuilder.java | 4 + .../executor/v1/ListCloudInstancesAction.java | 33 + .../v1/ListCloudInstancesActionOrBuilder.java | 6 + .../spanner/executor/v1/MutationAction.java | 247 ++++ .../executor/v1/MutationActionOrBuilder.java | 4 + .../executor/v1/OperationResponse.java | 43 + .../v1/OperationResponseOrBuilder.java | 7 + .../executor/v1/PartitionedUpdateAction.java | 51 + .../v1/PartitionedUpdateActionOrBuilder.java | 4 + .../spanner/executor/v1/QueryAction.java | 70 ++ .../executor/v1/QueryActionOrBuilder.java | 5 + .../executor/v1/QueryCancellationAction.java | 16 + .../v1/QueryCancellationActionOrBuilder.java | 2 + .../spanner/executor/v1/QueryResult.java | 36 + .../executor/v1/QueryResultOrBuilder.java | 6 + .../spanner/executor/v1/ReadAction.java | 47 + .../executor/v1/ReadActionOrBuilder.java | 8 + .../spanner/executor/v1/ReadResult.java | 58 + .../executor/v1/ReadResultOrBuilder.java | 10 + .../v1/RestoreCloudDatabaseAction.java | 49 + .../RestoreCloudDatabaseActionOrBuilder.java | 7 + .../executor/v1/SessionPoolOptions.java | 6 + .../spanner/executor/v1/SpannerAction.java | 226 ++++ .../executor/v1/SpannerActionOrBuilder.java | 37 + .../executor/v1/SpannerActionOutcome.java | 128 ++ .../v1/SpannerActionOutcomeOrBuilder.java | 22 + .../v1/SpannerAsyncActionRequest.java | 18 + .../SpannerAsyncActionRequestOrBuilder.java | 2 + .../v1/SpannerAsyncActionResponse.java | 18 + .../SpannerAsyncActionResponseOrBuilder.java | 2 + .../spanner/executor/v1/SpannerOptions.java | 14 + .../executor/v1/SpannerOptionsOrBuilder.java | 2 + .../v1/StartBatchTransactionAction.java | 27 + .../StartBatchTransactionActionOrBuilder.java | 4 + .../executor/v1/StartTransactionAction.java | 55 + .../v1/StartTransactionActionOrBuilder.java | 9 + .../spanner/executor/v1/TableMetadata.java | 53 + .../executor/v1/TableMetadataOrBuilder.java | 9 + .../v1/TransactionExecutionOptions.java | 6 + .../executor/v1/UpdateCloudBackupAction.java | 35 + .../v1/UpdateCloudBackupActionOrBuilder.java | 5 + .../v1/UpdateCloudDatabaseAction.java | 27 + .../UpdateCloudDatabaseActionOrBuilder.java | 3 + .../v1/UpdateCloudDatabaseDdlAction.java | 49 + ...UpdateCloudDatabaseDdlActionOrBuilder.java | 8 + .../v1/UpdateCloudInstanceAction.java | 63 + .../UpdateCloudInstanceActionOrBuilder.java | 13 + .../v1/UpdateUserInstanceConfigAction.java | 39 + ...dateUserInstanceConfigActionOrBuilder.java | 9 + .../com/google/spanner/executor/v1/Value.java | 94 ++ .../google/spanner/executor/v1/ValueList.java | 24 + .../executor/v1/ValueListOrBuilder.java | 4 + .../spanner/executor/v1/ValueOrBuilder.java | 17 + .../executor/v1/WriteMutationsAction.java | 14 + .../v1/WriteMutationsActionOrBuilder.java | 2 + .../v1/BatchCreateSessionsRequest.java | 25 + .../BatchCreateSessionsRequestOrBuilder.java | 3 + .../v1/BatchCreateSessionsResponse.java | 24 + .../BatchCreateSessionsResponseOrBuilder.java | 4 + .../google/spanner/v1/BatchWriteRequest.java | 76 ++ .../v1/BatchWriteRequestOrBuilder.java | 7 + .../google/spanner/v1/BatchWriteResponse.java | 36 + .../v1/BatchWriteResponseOrBuilder.java | 6 + .../spanner/v1/BeginTransactionRequest.java | 45 + .../v1/BeginTransactionRequestOrBuilder.java | 7 + .../com/google/spanner/v1/CommitRequest.java | 89 ++ .../spanner/v1/CommitRequestOrBuilder.java | 14 + .../com/google/spanner/v1/CommitResponse.java | 46 + .../spanner/v1/CommitResponseOrBuilder.java | 6 + .../spanner/v1/CreateSessionRequest.java | 21 + .../v1/CreateSessionRequestOrBuilder.java | 3 + .../spanner/v1/DeleteSessionRequest.java | 9 + .../v1/DeleteSessionRequestOrBuilder.java | 1 + .../spanner/v1/DirectedReadOptions.java | 110 ++ .../v1/DirectedReadOptionsOrBuilder.java | 4 + .../spanner/v1/ExecuteBatchDmlRequest.java | 111 +- .../v1/ExecuteBatchDmlRequestOrBuilder.java | 9 + .../spanner/v1/ExecuteBatchDmlResponse.java | 48 + .../v1/ExecuteBatchDmlResponseOrBuilder.java | 8 + .../google/spanner/v1/ExecuteSqlRequest.java | 144 ++- .../v1/ExecuteSqlRequestOrBuilder.java | 18 + .../google/spanner/v1/GetSessionRequest.java | 9 + .../v1/GetSessionRequestOrBuilder.java | 1 + .../java/com/google/spanner/v1/KeyRange.java | 52 + .../google/spanner/v1/KeyRangeOrBuilder.java | 8 + .../java/com/google/spanner/v1/KeySet.java | 50 + .../google/spanner/v1/KeySetOrBuilder.java | 8 + .../spanner/v1/ListSessionsRequest.java | 27 + .../v1/ListSessionsRequestOrBuilder.java | 3 + .../spanner/v1/ListSessionsResponse.java | 31 + .../v1/ListSessionsResponseOrBuilder.java | 5 + .../v1/MultiplexedSessionPrecommitToken.java | 10 + .../java/com/google/spanner/v1/Mutation.java | 141 +++ .../google/spanner/v1/MutationOrBuilder.java | 10 + .../com/google/spanner/v1/MutationProto.java | 39 +- .../google/spanner/v1/PartialResultSet.java | 72 ++ .../spanner/v1/PartialResultSetOrBuilder.java | 10 + .../java/com/google/spanner/v1/Partition.java | 6 + .../google/spanner/v1/PartitionOptions.java | 10 + .../spanner/v1/PartitionQueryRequest.java | 70 +- .../v1/PartitionQueryRequestOrBuilder.java | 13 + .../spanner/v1/PartitionReadRequest.java | 72 ++ .../v1/PartitionReadRequestOrBuilder.java | 12 + .../google/spanner/v1/PartitionResponse.java | 36 + .../v1/PartitionResponseOrBuilder.java | 6 + .../java/com/google/spanner/v1/PlanNode.java | 133 +++ .../google/spanner/v1/PlanNodeOrBuilder.java | 12 + .../java/com/google/spanner/v1/QueryPlan.java | 24 + .../google/spanner/v1/QueryPlanOrBuilder.java | 4 + .../com/google/spanner/v1/QueryPlanProto.java | 54 +- .../com/google/spanner/v1/ReadRequest.java | 118 ++ .../spanner/v1/ReadRequestOrBuilder.java | 16 + .../com/google/spanner/v1/RequestOptions.java | 26 + .../spanner/v1/RequestOptionsOrBuilder.java | 3 + .../java/com/google/spanner/v1/ResultSet.java | 60 + .../google/spanner/v1/ResultSetMetadata.java | 38 + .../v1/ResultSetMetadataOrBuilder.java | 6 + .../google/spanner/v1/ResultSetOrBuilder.java | 10 + .../com/google/spanner/v1/ResultSetProto.java | 60 +- .../com/google/spanner/v1/ResultSetStats.java | 37 + .../spanner/v1/ResultSetStatsOrBuilder.java | 6 + .../google/spanner/v1/RollbackRequest.java | 13 + .../spanner/v1/RollbackRequestOrBuilder.java | 1 + .../java/com/google/spanner/v1/Session.java | 58 + .../google/spanner/v1/SessionOrBuilder.java | 11 + .../com/google/spanner/v1/SpannerProto.java | 495 ++++---- .../com/google/spanner/v1/StructType.java | 49 + .../spanner/v1/StructTypeOrBuilder.java | 4 + .../com/google/spanner/v1/Transaction.java | 30 + .../google/spanner/v1/TransactionOptions.java | 142 +++ .../v1/TransactionOptionsOrBuilder.java | 7 + .../spanner/v1/TransactionOrBuilder.java | 4 + .../spanner/v1/TransactionSelector.java | 32 + .../v1/TransactionSelectorOrBuilder.java | 5 + .../main/java/com/google/spanner/v1/Type.java | 47 + .../google/spanner/v1/TypeAnnotationCode.java | 3 + .../java/com/google/spanner/v1/TypeCode.java | 16 + .../com/google/spanner/v1/TypeOrBuilder.java | 7 + .../java/com/google/spanner/v1/TypeProto.java | 64 +- renovate.json | 1 - 575 files changed, 14940 insertions(+), 2235 deletions(-) create mode 100644 .kokoro/presubmit/graalvm-native-a.cfg create mode 100644 .kokoro/presubmit/graalvm-native-b.cfg create mode 100644 .kokoro/presubmit/graalvm-native-c.cfg diff --git a/.github/generated-files-bot.yml b/.github/generated-files-bot.yml index c644a24e11..e58cdcbad6 100644 --- a/.github/generated-files-bot.yml +++ b/.github/generated-files-bot.yml @@ -6,6 +6,7 @@ externalManifests: file: '.github/readme/synth.metadata/synth.metadata' jsonpath: '$.generatedFiles[*]' ignoreAuthors: +- 'cloud-java-bot' - 'renovate-bot' - 'yoshi-automation' - 'release-please[bot]' diff --git a/.github/scripts/update_generation_config.sh b/.github/scripts/update_generation_config.sh index 91434688cc..fff56bf5dd 100644 --- a/.github/scripts/update_generation_config.sh +++ b/.github/scripts/update_generation_config.sh @@ -15,8 +15,15 @@ set -e function get_latest_released_version() { local group_id=$1 local artifact_id=$2 - latest=$(curl -s "https://search.maven.org/solrsearch/select?q=g:${group_id}+AND+a:${artifact_id}&core=gav&rows=500&wt=json" | jq -r '.response.docs[] | select(.v | test("^[0-9]+(\\.[0-9]+)*$")) | .v' | sort -V | tail -n 1) - echo "${latest}" + json_content=$(curl -s "https://search.maven.org/solrsearch/select?q=g:${group_id}+AND+a:${artifact_id}&core=gav&rows=500&wt=json") + latest=$(jq -r '.response.docs[] | select(.v | test("^[0-9]+(\\.[0-9]+)*$")) | .v' <<< "${json_content}" | sort -V | tail -n 1) + if [[ -z "${latest}" ]]; then + echo "The latest version of ${group_id}:${artifact_id} is empty." + echo "The returned json from maven.org is invalid: ${json_content}" + exit 1 + else + echo "${latest}" + fi } # Update a key to a new value in the generation config. diff --git a/.github/trusted-contribution.yml b/.github/trusted-contribution.yml index a0ba1f7d90..88d3ac9bf1 100644 --- a/.github/trusted-contribution.yml +++ b/.github/trusted-contribution.yml @@ -1,3 +1,9 @@ trustedContributors: - renovate-bot - gcf-owl-bot[bot] + +annotations: +- type: comment + text: "/gcbrun" +- type: label + text: "kokoro:force-run" diff --git a/.github/workflows/renovate_config_check.yaml b/.github/workflows/renovate_config_check.yaml index 7c5ec7865e..47b9e87c98 100644 --- a/.github/workflows/renovate_config_check.yaml +++ b/.github/workflows/renovate_config_check.yaml @@ -7,7 +7,7 @@ on: jobs: renovate_bot_config_validation: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Install Renovate and Config Validator run: | diff --git a/.github/workflows/update_generation_config.yaml b/.github/workflows/update_generation_config.yaml index f15c807853..cd2d5fd5a8 100644 --- a/.github/workflows/update_generation_config.yaml +++ b/.github/workflows/update_generation_config.yaml @@ -28,6 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + fetch-depth: 0 token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} - name: Update params in generation config to latest shell: bash @@ -36,7 +37,8 @@ jobs: [ -z "$(git config user.email)" ] && git config --global user.email "cloud-java-bot@google.com" [ -z "$(git config user.name)" ] && git config --global user.name "cloud-java-bot" bash .github/scripts/update_generation_config.sh \ - --base_branch "${base_branch}"\ + --base_branch "${base_branch}" \ --repo ${{ github.repository }} env: GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} + diff --git a/.kokoro/presubmit/graalvm-native-a.cfg b/.kokoro/presubmit/graalvm-native-a.cfg new file mode 100644 index 0000000000..d0c2952133 --- /dev/null +++ b/.kokoro/presubmit/graalvm-native-a.cfg @@ -0,0 +1,38 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.2" # {x-version-update:google-cloud-shared-dependencies:current} +} + +env_vars: { + key: "JOB_TYPE" + value: "graalvm" +} + +# TODO: remove this after we've migrated all tests and scripts +env_vars: { + key: "GCLOUD_PROJECT" + value: "gcloud-devel" +} + +env_vars: { + key: "GOOGLE_CLOUD_PROJECT" + value: "gcloud-devel" +} + +env_vars: { + key: "GOOGLE_APPLICATION_CREDENTIALS" + value: "secret_manager/java-it-service-account" +} + +env_vars: { + key: "SECRET_MANAGER_KEYS" + value: "java-it-service-account" +} + +env_vars: { + key: "IT_SERVICE_ACCOUNT_EMAIL" + value: "it-service-account@gcloud-devel.iam.gserviceaccount.com" +} \ No newline at end of file diff --git a/.kokoro/presubmit/graalvm-native-b.cfg b/.kokoro/presubmit/graalvm-native-b.cfg new file mode 100644 index 0000000000..962c305ff7 --- /dev/null +++ b/.kokoro/presubmit/graalvm-native-b.cfg @@ -0,0 +1,38 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.2" # {x-version-update:google-cloud-shared-dependencies:current} +} + +env_vars: { + key: "JOB_TYPE" + value: "graalvm" +} + +# TODO: remove this after we've migrated all tests and scripts +env_vars: { + key: "GCLOUD_PROJECT" + value: "gcloud-devel" +} + +env_vars: { + key: "GOOGLE_CLOUD_PROJECT" + value: "gcloud-devel" +} + +env_vars: { + key: "GOOGLE_APPLICATION_CREDENTIALS" + value: "secret_manager/java-it-service-account" +} + +env_vars: { + key: "SECRET_MANAGER_KEYS" + value: "java-it-service-account" +} + +env_vars: { + key: "IT_SERVICE_ACCOUNT_EMAIL" + value: "it-service-account@gcloud-devel.iam.gserviceaccount.com" +} \ No newline at end of file diff --git a/.kokoro/presubmit/graalvm-native-c.cfg b/.kokoro/presubmit/graalvm-native-c.cfg new file mode 100644 index 0000000000..87b5dff65a --- /dev/null +++ b/.kokoro/presubmit/graalvm-native-c.cfg @@ -0,0 +1,38 @@ +# Format: //devtools/kokoro/config/proto/build.proto + +# Configure the docker image for kokoro-trampoline. +env_vars: { + key: "TRAMPOLINE_IMAGE" + value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.46.2" # {x-version-update:google-cloud-shared-dependencies:current} +} + +env_vars: { + key: "JOB_TYPE" + value: "graalvm" +} + +# TODO: remove this after we've migrated all tests and scripts +env_vars: { + key: "GCLOUD_PROJECT" + value: "gcloud-devel" +} + +env_vars: { + key: "GOOGLE_CLOUD_PROJECT" + value: "gcloud-devel" +} + +env_vars: { + key: "GOOGLE_APPLICATION_CREDENTIALS" + value: "secret_manager/java-it-service-account" +} + +env_vars: { + key: "SECRET_MANAGER_KEYS" + value: "java-it-service-account" +} + +env_vars: { + key: "IT_SERVICE_ACCOUNT_EMAIL" + value: "it-service-account@gcloud-devel.iam.gserviceaccount.com" +} \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b65dd279c9..ff092b68e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ Code in this repo is formatted with [google-java-format](https://github.com/google/google-java-format). To run formatting on your project, you can run: ``` -mvn com.coveo:fmt-maven-plugin:format +mvn com.spotify.fmt:fmt-maven-plugin:format ``` [1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account diff --git a/README.md b/README.md index 771cd4d60d..7d376199c4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.57.0') +implementation platform('com.google.cloud:libraries-bom:26.59.0') implementation 'com.google.cloud:google-cloud-spanner' ``` diff --git a/benchmarks/src/main/java/com/google/cloud/spanner/benchmark/LatencyBenchmark.java b/benchmarks/src/main/java/com/google/cloud/spanner/benchmark/LatencyBenchmark.java index 73683932de..46083f1fee 100644 --- a/benchmarks/src/main/java/com/google/cloud/spanner/benchmark/LatencyBenchmark.java +++ b/benchmarks/src/main/java/com/google/cloud/spanner/benchmark/LatencyBenchmark.java @@ -48,7 +48,11 @@ public static void main(String[] args) throws ParseException { String.format("projects/%s/instances/%s/databases/%s", project, instance, database); } else { throw new IllegalArgumentException( - "You must either set all the environment variables SPANNER_CLIENT_BENCHMARK_GOOGLE_CLOUD_PROJECT, SPANNER_CLIENT_BENCHMARK_SPANNER_INSTANCE and SPANNER_CLIENT_BENCHMARK_SPANNER_DATABASE, or specify a value for the command line argument --database"); + "You must either set all the environment variables" + + " SPANNER_CLIENT_BENCHMARK_GOOGLE_CLOUD_PROJECT," + + " SPANNER_CLIENT_BENCHMARK_SPANNER_INSTANCE and" + + " SPANNER_CLIENT_BENCHMARK_SPANNER_DATABASE, or specify a value for the command" + + " line argument --database"); } LatencyBenchmark benchmark = new LatencyBenchmark(DatabaseId.of(fullyQualifiedDatabase)); @@ -69,13 +73,15 @@ private static CommandLine parseCommandLine(String[] args) throws ParseException "w", "wait", true, - "The wait time in milliseconds between each query that is executed by each client. Defaults to 0. " - + "Set this to for example 1000 to have each client execute 1 query per second."); + "The wait time in milliseconds between each query that is executed by each client. Defaults" + + " to 0. Set this to for example 1000 to have each client execute 1 query per" + + " second."); options.addOption( "t", "transaction", true, - "The type of transaction to execute. Must be either READ_ONLY or READ_WRITE. Defaults to READ_ONLY."); + "The type of transaction to execute. Must be either READ_ONLY or READ_WRITE. Defaults to" + + " READ_ONLY."); options.addOption("m", "multiplexed", true, "Use multiplexed sessions. Defaults to false."); options.addOption("w", "wait", true, "Wait time in millis. Defaults to zero."); options.addOption("name", true, "Name of this test run"); diff --git a/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudClientExecutor.java b/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudClientExecutor.java index 64a29ed3e6..f7fa02a995 100644 --- a/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudClientExecutor.java +++ b/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudClientExecutor.java @@ -424,6 +424,7 @@ public synchronized boolean finish(Mode finishMode) throws Exception { } } } + /** * All the context in which SpannerActions are executed. It stores the current running transaction * and table metadata, shared by all the action executor and protected by a lock. There will only @@ -790,7 +791,7 @@ private synchronized Spanner getClient(boolean useMultiplexedSession) throws IOE if (client != null) { return client; } - client = getClient(/*timeoutSeconds=*/ 0, useMultiplexedSession); + client = getClient(/* timeoutSeconds= */ 0, useMultiplexedSession); return client; } @@ -1021,7 +1022,7 @@ private Status executeAction( return executeFinishTxn(action.getFinish(), outcomeSender, executionContext); } else if (action.hasMutation()) { return executeMutation( - action.getMutation(), outcomeSender, executionContext, /*isWrite=*/ false); + action.getMutation(), outcomeSender, executionContext, /* isWrite= */ false); } else if (action.hasRead()) { return executeRead( useMultiplexedSession, action.getRead(), outcomeSender, executionContext); @@ -1035,7 +1036,7 @@ private Status executeAction( return executeCloudBatchDmlUpdates(action.getBatchDml(), outcomeSender, executionContext); } else if (action.hasWrite()) { return executeMutation( - action.getWrite().getMutation(), outcomeSender, executionContext, /*isWrite=*/ true); + action.getWrite().getMutation(), outcomeSender, executionContext, /* isWrite= */ true); } else if (action.hasStartBatchTxn()) { if (dbPath == null) { throw SpannerExceptionFactory.newSpannerException( @@ -3197,7 +3198,7 @@ private static com.google.cloud.spanner.KeyRange keyRangeProtoToCloudKeyRange( return KeyRange.openClosed(start, end); case OPEN_OPEN: return KeyRange.openOpen(start, end); - // Unreachable. + // Unreachable. default: throw SpannerExceptionFactory.newSpannerException( ErrorCode.INVALID_ARGUMENT, "Unrecognized key range type"); @@ -3250,7 +3251,7 @@ private static com.google.cloud.spanner.Key keyProtoToCloudKey( case BYTES: cloudKey.append(toByteArray(part.getBytesValue())); break; - // Unreachable + // Unreachable default: throw SpannerExceptionFactory.newSpannerException( ErrorCode.INVALID_ARGUMENT, "Unsupported key part type: " + type.getCode().name()); diff --git a/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudExecutor.java b/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudExecutor.java index 537a6ed4c3..eb6502c461 100644 --- a/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudExecutor.java +++ b/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudExecutor.java @@ -368,9 +368,9 @@ private Status flush() { LOGGER.log( Level.INFO, String.format( - "OutcomeSender with action ID %s for change stream %s and partition token %s is " - + "sending data change records with the following transaction id/record sequence " - + "combinations: %s and partition tokens: %s", + "OutcomeSender with action ID %s for change stream %s and partition token %s is" + + " sending data change records with the following transaction id/record" + + " sequence combinations: %s and partition tokens: %s", this.changeStreamForQuery, this.partitionTokenForQuery, actionId, diff --git a/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudExecutorImpl.java b/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudExecutorImpl.java index 6fee10c95b..f3de36ac7b 100644 --- a/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudExecutorImpl.java +++ b/google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudExecutorImpl.java @@ -91,21 +91,14 @@ public void onNext(SpannerAsyncActionRequest request) { SessionPoolOptions.Builder sessionPoolOptionsBuilder; if (request.getAction().getSpannerOptions().hasSessionPoolOptions()) { sessionPoolOptionsBuilder = - request - .getAction() - .getSpannerOptions() - .getSessionPoolOptions() - .toBuilder() + request.getAction().getSpannerOptions().getSessionPoolOptions().toBuilder() .setUseMultiplexed(true); } else { sessionPoolOptionsBuilder = SessionPoolOptions.newBuilder().setUseMultiplexed(true); } SpannerOptions.Builder optionsBuilder = - request - .getAction() - .getSpannerOptions() - .toBuilder() + request.getAction().getSpannerOptions().toBuilder() .setSessionPoolOptions(sessionPoolOptionsBuilder); SpannerAction.Builder actionBuilder = request.getAction().toBuilder().setSpannerOptions(optionsBuilder); diff --git a/google-cloud-spanner-executor/src/test/java/com/google/cloud/spanner/executor/v1/MockSpannerExecutorProxyImpl.java b/google-cloud-spanner-executor/src/test/java/com/google/cloud/spanner/executor/v1/MockSpannerExecutorProxyImpl.java index c06dbb5c34..98019812d2 100644 --- a/google-cloud-spanner-executor/src/test/java/com/google/cloud/spanner/executor/v1/MockSpannerExecutorProxyImpl.java +++ b/google-cloud-spanner-executor/src/test/java/com/google/cloud/spanner/executor/v1/MockSpannerExecutorProxyImpl.java @@ -77,7 +77,8 @@ public void onNext(SpannerAsyncActionRequest value) { responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method ExecuteActionAsync, expected %s or %s", + "Unrecognized response type %s for method ExecuteActionAsync, expected %s" + + " or %s", response == null ? "null" : response.getClass().getName(), SpannerAsyncActionResponse.class.getName(), Exception.class.getName()))); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AbstractReadContext.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AbstractReadContext.java index 47b6fba0c6..6ea4510d3d 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AbstractReadContext.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AbstractReadContext.java @@ -793,7 +793,7 @@ ResultSet executeQueryInternalWithOptions( options.hasPrefetchChunks() ? options.prefetchChunks() : defaultPrefetchChunks; final ExecuteSqlRequest.Builder request = getExecuteSqlRequestBuilder( - statement, queryMode, options, /* withTransactionSelector = */ false); + statement, queryMode, options, /* withTransactionSelector= */ false); ResumableStreamIterator stream = new ResumableStreamIterator( MAX_BUFFERED_CHUNKS, @@ -1036,7 +1036,7 @@ CloseableIterator startStream( getTransactionChannelHint(), isRouteToLeader()); session.markUsed(clock.instant()); - stream.setCall(call, /* withBeginTransaction = */ builder.getTransaction().hasBegin()); + stream.setCall(call, /* withBeginTransaction= */ builder.getTransaction().hasBegin()); return stream; } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncResultSetImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncResultSetImpl.java index d980c90f78..e53e4db94b 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncResultSetImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncResultSetImpl.java @@ -91,6 +91,7 @@ private enum State { private final BlockingDeque buffer; private Struct currentRow; + /** Supplies the underlying synchronous {@link ResultSet} that will be producing the rows. */ private final Supplier delegateResultSet; @@ -137,11 +138,13 @@ private enum State { * production of rows that are put into the buffer is only paused once the buffer is full. */ private volatile CountDownLatch pausedLatch = new CountDownLatch(1); + /** * This variable is used to pause the producer when the buffer is full and the consumer needs some * time to catch up. */ private volatile CountDownLatch bufferConsumptionLatch = new CountDownLatch(0); + /** * This variable is used to pause the producer when all rows have been put into the buffer, but * the consumer (the callback) has not yet received and processed all rows. diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncTransactionManagerImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncTransactionManagerImpl.java index 1578de87cd..760f47f1f6 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncTransactionManagerImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncTransactionManagerImpl.java @@ -93,7 +93,7 @@ private ApiFuture internalBeginAsync(boolean firstAttempt) { txn = session.newTransaction( - options, /* previousTransactionId = */ multiplexedSessionPreviousTransactionId); + options, /* previousTransactionId= */ multiplexedSessionPreviousTransactionId); if (firstAttempt) { session.setActive(this); } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BatchClient.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BatchClient.java index 45e38989be..2d12179bc9 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BatchClient.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BatchClient.java @@ -67,5 +67,6 @@ public interface BatchClient { */ default String getDatabaseRole() { throw new UnsupportedOperationException("method should be overwritten"); - }; + } + ; } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsProvider.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsProvider.java index 888eff90b5..d35c69b499 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsProvider.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsProvider.java @@ -84,7 +84,8 @@ OpenTelemetry getOrCreateOpenTelemetry( } catch (IOException ex) { logger.log( Level.WARNING, - "Unable to get OpenTelemetry object for client side metrics, will skip exporting client side metrics", + "Unable to get OpenTelemetry object for client side metrics, will skip exporting client" + + " side metrics", ex); return null; } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsRecorder.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsRecorder.java index 0229bb02dc..d8ee9fc416 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsRecorder.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsRecorder.java @@ -61,7 +61,8 @@ class BuiltInMetricsRecorder extends OpenTelemetryMetricsRecorder { meter .histogramBuilder(serviceName + '/' + BuiltInMetricsConstant.GFE_LATENCIES_NAME) .setDescription( - "Latency between Google's network receiving an RPC and reading back the first byte of the response") + "Latency between Google's network receiving an RPC and reading back the first byte" + + " of the response") .setUnit("ms") .setExplicitBucketBoundariesAdvice(BuiltInMetricsConstant.BUCKET_BOUNDARIES) .build(); @@ -69,7 +70,8 @@ class BuiltInMetricsRecorder extends OpenTelemetryMetricsRecorder { meter .histogramBuilder(serviceName + '/' + BuiltInMetricsConstant.AFE_LATENCIES_NAME) .setDescription( - "Latency between Spanner API Frontend receiving an RPC and starting to write back the response.") + "Latency between Spanner API Frontend receiving an RPC and starting to write back" + + " the response.") .setExplicitBucketBoundariesAdvice(BuiltInMetricsConstant.BUCKET_BOUNDARIES) .setUnit("ms") .build(); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsTracer.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsTracer.java index 79b80b2079..488cf3890c 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsTracer.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BuiltInMetricsTracer.java @@ -139,7 +139,8 @@ void recordAfeHeaderMissingCount(Long value) { public void addAttributes(Map attributes) { super.addAttributes(attributes); this.attributes.putAll(attributes); - }; + } + ; @Override public void addAttributes(String key, String value) { diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/CommitResponse.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/CommitResponse.java index 3ebd8f5531..43179972b9 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/CommitResponse.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/CommitResponse.java @@ -41,7 +41,9 @@ public Timestamp getCommitTimestamp() { return Timestamp.fromProto(proto.getCommitTimestamp()); } - /** @return true if the {@link CommitResponse} includes {@link CommitStats} */ + /** + * @return true if the {@link CommitResponse} includes {@link CommitStats} + */ public boolean hasCommitStats() { return proto.hasCommitStats(); } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClientImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClientImpl.java index 8e0e07c457..624aba7547 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClientImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClientImpl.java @@ -53,11 +53,11 @@ class DatabaseClientImpl implements DatabaseClient { this( "", pool, - /* useMultiplexedSessionBlindWrite = */ false, - /* multiplexedSessionDatabaseClient = */ null, + /* useMultiplexedSessionBlindWrite= */ false, + /* multiplexedSessionDatabaseClient= */ null, /* useMultiplexedSessionPartitionedOps= */ false, tracer, - /* useMultiplexedSessionForRW = */ false, + /* useMultiplexedSessionForRW= */ false, Attributes.empty()); } @@ -66,11 +66,11 @@ class DatabaseClientImpl implements DatabaseClient { this( clientId, pool, - /* useMultiplexedSessionBlindWrite = */ false, - /* multiplexedSessionDatabaseClient = */ null, + /* useMultiplexedSessionBlindWrite= */ false, + /* multiplexedSessionDatabaseClient= */ null, /* useMultiplexedSessionPartitionedOps= */ false, tracer, - /* useMultiplexedSessionForRW = */ false, + /* useMultiplexedSessionForRW= */ false, Attributes.empty()); } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DelayedMultiplexedSessionTransaction.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DelayedMultiplexedSessionTransaction.java index 57ffca6bce..debb07d7af 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DelayedMultiplexedSessionTransaction.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DelayedMultiplexedSessionTransaction.java @@ -64,7 +64,7 @@ public ReadContext singleUse() { this.sessionFuture, sessionReference -> new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ true) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ true) .singleUse(), MoreExecutors.directExecutor())); } @@ -76,7 +76,7 @@ public ReadContext singleUse(TimestampBound bound) { this.sessionFuture, sessionReference -> new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ true) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ true) .singleUse(bound), MoreExecutors.directExecutor())); } @@ -88,7 +88,7 @@ public ReadOnlyTransaction singleUseReadOnlyTransaction() { this.sessionFuture, sessionReference -> new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ true) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ true) .singleUseReadOnlyTransaction(), MoreExecutors.directExecutor())); } @@ -100,7 +100,7 @@ public ReadOnlyTransaction singleUseReadOnlyTransaction(TimestampBound bound) { this.sessionFuture, sessionReference -> new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ true) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ true) .singleUseReadOnlyTransaction(bound), MoreExecutors.directExecutor())); } @@ -112,7 +112,7 @@ public ReadOnlyTransaction readOnlyTransaction() { this.sessionFuture, sessionReference -> new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ false) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ false) .readOnlyTransaction(), MoreExecutors.directExecutor())); } @@ -124,7 +124,7 @@ public ReadOnlyTransaction readOnlyTransaction(TimestampBound bound) { this.sessionFuture, sessionReference -> new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ false) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ false) .readOnlyTransaction(bound), MoreExecutors.directExecutor())); } @@ -139,7 +139,7 @@ public CommitResponse writeAtLeastOnceWithOptions( SessionReference sessionReference = getSessionReference(); try (MultiplexedSessionTransaction transaction = new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ true)) { + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ true)) { return transaction.writeAtLeastOnceWithOptions(mutations, options); } } @@ -151,7 +151,7 @@ public Timestamp write(Iterable mutations) throws SpannerException { SessionReference sessionReference = getSessionReference(); try (MultiplexedSessionTransaction transaction = new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ false)) { + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ false)) { return transaction.write(mutations); } } @@ -164,7 +164,7 @@ public CommitResponse writeWithOptions(Iterable mutations, Transaction SessionReference sessionReference = getSessionReference(); try (MultiplexedSessionTransaction transaction = new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ false)) { + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ false)) { return transaction.writeWithOptions(mutations, options); } } @@ -180,7 +180,7 @@ public ServerStream batchWriteAtLeastOnce( SessionReference sessionReference = getSessionReference(); try (MultiplexedSessionTransaction transaction = new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ true)) { + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ true)) { return transaction.batchWriteAtLeastOnce(mutationGroups, options); } } @@ -196,7 +196,7 @@ public TransactionRunner readWriteTransaction(TransactionOption... options) { span, sessionReference, NO_CHANNEL_HINT, - /* singleUse = */ false, + /* singleUse= */ false, this.sessionPool) .readWriteTransaction(options), MoreExecutors.directExecutor())); @@ -209,7 +209,7 @@ public TransactionManager transactionManager(TransactionOption... options) { this.sessionFuture, sessionReference -> new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ false) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ false) .transactionManager(options), MoreExecutors.directExecutor())); } @@ -221,7 +221,7 @@ public AsyncRunner runAsync(TransactionOption... options) { this.sessionFuture, sessionReference -> new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ false) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ false) .runAsync(options), MoreExecutors.directExecutor())); } @@ -233,7 +233,7 @@ public AsyncTransactionManager transactionManagerAsync(TransactionOption... opti this.sessionFuture, sessionReference -> new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ false) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ false) .transactionManagerAsync(options), MoreExecutors.directExecutor())); } @@ -260,7 +260,7 @@ private SessionReference getSessionReference() { public long executePartitionedUpdate(Statement stmt, UpdateOption... options) { SessionReference sessionReference = getSessionReference(); return new MultiplexedSessionTransaction( - client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse = */ true) + client, span, sessionReference, NO_CHANNEL_HINT, /* singleUse= */ true) .executePartitionedUpdate(stmt, options); } } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DmlBatchUpdateCountVerificationFailedException.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DmlBatchUpdateCountVerificationFailedException.java index f8c334ddbd..c2c9459816 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DmlBatchUpdateCountVerificationFailedException.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DmlBatchUpdateCountVerificationFailedException.java @@ -38,13 +38,15 @@ public class DmlBatchUpdateCountVerificationFailedException extends AbortedExcep super( token, String.format( - "Actual update counts that were returned during execution do not match the previously returned update counts.\n" + "Actual update counts that were returned during execution do not match the previously" + + " returned update counts.\n" + "Expected: %s\n" + "Actual: %s\n" - + "Set auto_batch_dml_update_count_verification to false to skip this verification.", + + "Set auto_batch_dml_update_count_verification to false to skip this" + + " verification.", Arrays.stream(expected).mapToObj(Long::toString).collect(Collectors.joining()), Arrays.stream(actual).mapToObj(Long::toString).collect(Collectors.joining())), - /* cause = */ null); + /* cause= */ null); this.expected = expected; this.actual = actual; } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ErrorCode.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ErrorCode.java index 9896cc8aec..07771a3fac 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ErrorCode.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ErrorCode.java @@ -69,7 +69,9 @@ Status getGrpcStatus() { return this.code.toStatus(); } - /** @return the corresponding gRPC status code of this {@link ErrorCode}. */ + /** + * @return the corresponding gRPC status code of this {@link ErrorCode}. + */ public Status.Code getGrpcStatusCode() { return this.code; } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/GrpcStruct.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/GrpcStruct.java index bd78336699..5ba61e0b6c 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/GrpcStruct.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/GrpcStruct.java @@ -216,8 +216,8 @@ private Object writeReplace() { type, rowData, decodeMode, - /* rowDecoded = */ false, - /* colDecoded = */ decodeMode == DecodeMode.LAZY_PER_COL + /* rowDecoded= */ false, + /* colDecoded= */ decodeMode == DecodeMode.LAZY_PER_COL ? new BitSet(type.getStructFields().size()) : null); } @@ -415,12 +415,12 @@ public boolean isNull(int columnIndex) { protected T getProtoMessageInternal(int columnIndex, T message) { Preconditions.checkNotNull( message, - "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter value."); + "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter" + + " value."); ensureDecoded(columnIndex); try { return (T) - message - .toBuilder() + message.toBuilder() .mergeFrom( Base64.getDecoder() .wrap( @@ -787,7 +787,8 @@ protected List getProtoMessageListInternal( int columnIndex, T message) { Preconditions.checkNotNull( message, - "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter value."); + "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter" + + " value."); ensureDecoded(columnIndex); List bytesArray = (List) rowData.get(columnIndex); @@ -800,8 +801,7 @@ protected List getProtoMessageListInternal( } else { protoMessagesList.add( (T) - message - .toBuilder() + message.toBuilder() .mergeFrom( Base64.getDecoder() .wrap( diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/GrpcValueIterator.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/GrpcValueIterator.java index 24c431eec3..5d1a884a9d 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/GrpcValueIterator.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/GrpcValueIterator.java @@ -183,7 +183,9 @@ boolean isWithBeginTransaction() { return stream.isWithBeginTransaction(); } - /** @param a is a mutable list and b will be concatenated into a. */ + /** + * @param a is a mutable list and b will be concatenated into a. + */ private void concatLists(List a, List b) { if (a.size() == 0 || b.size() == 0) { a.addAll(b); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceNotFoundException.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceNotFoundException.java index 18961569bb..5139cd3894 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceNotFoundException.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/InstanceNotFoundException.java @@ -37,6 +37,7 @@ public class InstanceNotFoundException extends ResourceNotFoundException { @Nullable Throwable cause) { this(token, message, resourceInfo, cause, null, null); } + /** Private constructor. Use {@link SpannerExceptionFactory} to create instances. */ InstanceNotFoundException( DoNotConstructDirectly token, diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Key.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Key.java index 3467052605..8f97237b64 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Key.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Key.java @@ -117,41 +117,49 @@ public Builder append(@Nullable Boolean value) { buffer.add(value); return this; } + /** Appends an {@code INT64} value to the key. */ public Builder append(long value) { buffer.add(value); return this; } + /** Appends an {@code INT64} value to the key. */ public Builder append(@Nullable Long value) { buffer.add(value); return this; } + /** Appends a {@code FLOAT64} value to the key. */ public Builder append(double value) { buffer.add(value); return this; } + /** Appends a {@code FLOAT64} value to the key. */ public Builder append(@Nullable Double value) { buffer.add(value); return this; } + /** Appends a {@code NUMERIC} value to the key. */ public Builder append(@Nullable BigDecimal value) { buffer.add(value); return this; } + /** Appends a {@code ENUM} value to the key. */ public Builder append(@Nullable ProtocolMessageEnum value) { buffer.add(value); return this; } + /** Appends a {@code STRING} value to the key. */ public Builder append(@Nullable String value) { buffer.add(value); return this; } + /** Appends a {@code BYTES} value to the key. */ public Builder append(@Nullable ByteArray value) { buffer.add(value); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MetricRegistryConstants.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MetricRegistryConstants.java index 84cba59d54..e634065b91 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MetricRegistryConstants.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MetricRegistryConstants.java @@ -100,8 +100,10 @@ class MetricRegistryConstants { static final String SPANNER_GFE_LATENCY = "spanner/gfe_latency"; static final String SPANNER_GFE_LATENCY_DESCRIPTION = - "Latency between Google's network receiving an RPC and reading back the first byte of the response"; + "Latency between Google's network receiving an RPC and reading back the first byte of the" + + " response"; static final String SPANNER_GFE_HEADER_MISSING_COUNT = "spanner/gfe_header_missing_count"; static final String SPANNER_GFE_HEADER_MISSING_COUNT_DESCRIPTION = - "Number of RPC responses received without the server-timing header, most likely means that the RPC never reached Google's network"; + "Number of RPC responses received without the server-timing header, most likely means that" + + " the RPC never reached Google's network"; } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MissingDefaultSequenceKindException.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MissingDefaultSequenceKindException.java index 5ed594e10c..f153cf6fe4 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MissingDefaultSequenceKindException.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MissingDefaultSequenceKindException.java @@ -29,7 +29,8 @@ public class MissingDefaultSequenceKindException extends SpannerException { private static final Pattern PATTERN = Pattern.compile( - "The sequence kind of an identity column .+ is not specified\\. Please specify the sequence kind explicitly or set the database option `default_sequence_kind`\\."); + "The sequence kind of an identity column .+ is not specified\\. Please specify the" + + " sequence kind explicitly or set the database option `default_sequence_kind`\\."); /** Private constructor. Use {@link SpannerExceptionFactory} to create instances. */ MissingDefaultSequenceKindException( @@ -39,7 +40,7 @@ public class MissingDefaultSequenceKindException extends SpannerException { Throwable cause, @Nullable ApiException apiException, @Nullable XGoogSpannerRequestId reqId) { - super(token, errorCode, /*retryable = */ false, message, cause, apiException, reqId); + super(token, errorCode, /* retryable= */ false, message, cause, apiException, reqId); } static boolean isMissingDefaultSequenceKindException(Throwable cause) { diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MultiplexedSessionDatabaseClient.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MultiplexedSessionDatabaseClient.java index aa2dc85712..ef1f4a8894 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MultiplexedSessionDatabaseClient.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MultiplexedSessionDatabaseClient.java @@ -476,7 +476,7 @@ private void verifyBeginTransactionWithRWOnMultiplexedSessionAsync(String sessio .setSession(sessionName) .setOptions( SessionImpl.createReadWriteTransactionOptions( - Options.fromTransactionOptions(), /* previousTransactionId = */ null)) + Options.fromTransactionOptions(), /* previousTransactionId= */ null)) .setRequestOptions( RequestOptions.newBuilder() .setTransactionTag("multiplexed-rw-background-begin-txn") @@ -487,7 +487,7 @@ private void verifyBeginTransactionWithRWOnMultiplexedSessionAsync(String sessio sessionClient .getSpanner() .getRpc() - .beginTransactionAsync(request, /* options = */ null, /* routeToLeader = */ true); + .beginTransactionAsync(request, /* options= */ null, /* routeToLeader= */ true); requestFuture.addListener( () -> { try { @@ -617,7 +617,7 @@ private int getSingleUseChannelHint() { } synchronized (this.channelUsage) { // Get the first unused channel. - int channel = this.channelUsage.nextClearBit(/* fromIndex = */ 0); + int channel = this.channelUsage.nextClearBit(/* fromIndex= */ 0); // BitSet returns an index larger than its original size if all the bits are set. // This then means that all channels have already been assigned to single-use transactions, // and that we should not use a specific channel, but rather pick a random one. @@ -663,21 +663,21 @@ Future getDialectAsync() { @Override public Timestamp write(Iterable mutations) throws SpannerException { - return createMultiplexedSessionTransaction(/* singleUse = */ false).write(mutations); + return createMultiplexedSessionTransaction(/* singleUse= */ false).write(mutations); } @Override public CommitResponse writeWithOptions( final Iterable mutations, final TransactionOption... options) throws SpannerException { - return createMultiplexedSessionTransaction(/* singleUse = */ false) + return createMultiplexedSessionTransaction(/* singleUse= */ false) .writeWithOptions(mutations, options); } @Override public CommitResponse writeAtLeastOnceWithOptions( Iterable mutations, TransactionOption... options) throws SpannerException { - return createMultiplexedSessionTransaction(/* singleUse = */ true) + return createMultiplexedSessionTransaction(/* singleUse= */ true) .writeAtLeastOnceWithOptions(mutations, options); } @@ -685,67 +685,67 @@ public CommitResponse writeAtLeastOnceWithOptions( public ServerStream batchWriteAtLeastOnce( Iterable mutationGroups, TransactionOption... options) throws SpannerException { - return createMultiplexedSessionTransaction(/* singleUse = */ true) + return createMultiplexedSessionTransaction(/* singleUse= */ true) .batchWriteAtLeastOnce(mutationGroups, options); } @Override public ReadContext singleUse() { - return createMultiplexedSessionTransaction(/* singleUse = */ true).singleUse(); + return createMultiplexedSessionTransaction(/* singleUse= */ true).singleUse(); } @Override public ReadContext singleUse(TimestampBound bound) { - return createMultiplexedSessionTransaction(/* singleUse = */ true).singleUse(bound); + return createMultiplexedSessionTransaction(/* singleUse= */ true).singleUse(bound); } @Override public ReadOnlyTransaction singleUseReadOnlyTransaction() { - return createMultiplexedSessionTransaction(/* singleUse = */ true) + return createMultiplexedSessionTransaction(/* singleUse= */ true) .singleUseReadOnlyTransaction(); } @Override public ReadOnlyTransaction singleUseReadOnlyTransaction(TimestampBound bound) { - return createMultiplexedSessionTransaction(/* singleUse = */ true) + return createMultiplexedSessionTransaction(/* singleUse= */ true) .singleUseReadOnlyTransaction(bound); } @Override public ReadOnlyTransaction readOnlyTransaction() { - return createMultiplexedSessionTransaction(/* singleUse = */ false).readOnlyTransaction(); + return createMultiplexedSessionTransaction(/* singleUse= */ false).readOnlyTransaction(); } @Override public ReadOnlyTransaction readOnlyTransaction(TimestampBound bound) { - return createMultiplexedSessionTransaction(/* singleUse = */ false).readOnlyTransaction(bound); + return createMultiplexedSessionTransaction(/* singleUse= */ false).readOnlyTransaction(bound); } @Override public TransactionRunner readWriteTransaction(TransactionOption... options) { - return createMultiplexedSessionTransaction(/* singleUse = */ false) + return createMultiplexedSessionTransaction(/* singleUse= */ false) .readWriteTransaction(options); } @Override public TransactionManager transactionManager(TransactionOption... options) { - return createMultiplexedSessionTransaction(/* singleUse = */ false).transactionManager(options); + return createMultiplexedSessionTransaction(/* singleUse= */ false).transactionManager(options); } @Override public AsyncRunner runAsync(TransactionOption... options) { - return createMultiplexedSessionTransaction(/* singleUse = */ false).runAsync(options); + return createMultiplexedSessionTransaction(/* singleUse= */ false).runAsync(options); } @Override public AsyncTransactionManager transactionManagerAsync(TransactionOption... options) { - return createMultiplexedSessionTransaction(/* singleUse = */ false) + return createMultiplexedSessionTransaction(/* singleUse= */ false) .transactionManagerAsync(options); } @Override public long executePartitionedUpdate(Statement stmt, UpdateOption... options) { - return createMultiplexedSessionTransaction(/* singleUse = */ true) + return createMultiplexedSessionTransaction(/* singleUse= */ true) .executePartitionedUpdate(stmt, options); } @@ -758,9 +758,9 @@ public long executePartitionedUpdate(Statement stmt, UpdateOption... options) { */ private static final ScheduledExecutorService MAINTAINER_SERVICE = Executors.newScheduledThreadPool( - /* corePoolSize = */ 1, + /* corePoolSize= */ 1, ThreadFactoryUtil.createVirtualOrPlatformDaemonThreadFactory( - "multiplexed-session-maintainer", /* tryVirtual = */ false)); + "multiplexed-session-maintainer", /* tryVirtual= */ false)); final class MultiplexedSessionMaintainer { private final Clock clock; diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ReadContext.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ReadContext.java index c5dddfe115..4b5ba8620e 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ReadContext.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ReadContext.java @@ -36,6 +36,7 @@ enum QueryAnalyzeMode { /** Retrieves both query plan and query execution statistics along with the result data. */ PROFILE } + /** * Reads zero or more rows from a database. * diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ResumableStreamIterator.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ResumableStreamIterator.java index 25cc30a281..44a0b637f6 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ResumableStreamIterator.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ResumableStreamIterator.java @@ -71,6 +71,7 @@ abstract class ResumableStreamIterator extends AbstractIterator stream; private ByteString resumeToken; private boolean finished; + /** * Indicates whether it is currently safe to retry RPCs. This will be {@code false} if we have * reached the maximum buffer size without seeing a restart token; in this case, we will drain the diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/RetryOnDifferentGrpcChannelException.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/RetryOnDifferentGrpcChannelException.java index 59e50ef6a1..e56265b6c5 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/RetryOnDifferentGrpcChannelException.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/RetryOnDifferentGrpcChannelException.java @@ -24,7 +24,8 @@ class RetryOnDifferentGrpcChannelException extends SpannerException { RetryOnDifferentGrpcChannelException( @Nullable String message, int channel, @Nullable Throwable cause) { // Note: We set retryable=false, as the exception is not retryable in the standard way. - super(DoNotConstructDirectly.ALLOWED, ErrorCode.INTERNAL, /*retryable=*/ false, message, cause); + super( + DoNotConstructDirectly.ALLOWED, ErrorCode.INTERNAL, /* retryable= */ false, message, cause); this.channel = channel; } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionImpl.java index 3ad60cf79b..6b6113d41d 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionImpl.java @@ -463,8 +463,7 @@ ApiFuture beginTransactionAsync( BeginTransactionRequest.newBuilder() .setSession(getName()) .setOptions( - defaultTransactionOptions() - .toBuilder() + defaultTransactionOptions().toBuilder() .mergeFrom( createReadWriteTransactionOptions( transactionOptions, previousTransactionId))); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPool.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPool.java index 37fa2c5d20..84e0520015 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPool.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPool.java @@ -1938,8 +1938,9 @@ private PooledSession pollUninterruptiblyWithTimeout( ErrorCode.RESOURCE_EXHAUSTED, "Timed out after waiting " + acquireSessionTimeout.toMillis() - + "ms for acquiring session. To mitigate error SessionPoolOptions#setAcquireSessionTimeout(Duration) to set a higher timeout" - + " or increase the number of sessions in the session pool.\n" + + "ms for acquiring session. To mitigate error" + + " SessionPoolOptions#setAcquireSessionTimeout(Duration) to set a higher" + + " timeout or increase the number of sessions in the session pool.\n" + createCheckedOutSessionsStackTraces()); if (waiter.setException(exception)) { // Only throw the exception if setting it on the waiter was successful. The @@ -2213,9 +2214,10 @@ private void removeLongRunningSessions( logger.log( Level.WARNING, String.format( - "Detected long-running session => %s. To automatically remove " - + "long-running sessions, set SessionOption ActionOnInactiveTransaction " - + "to WARN_AND_CLOSE by invoking setWarnAndCloseIfInactiveTransactions() method.", + "Detected long-running session => %s. To automatically remove" + + " long-running sessions, set SessionOption" + + " ActionOnInactiveTransaction to WARN_AND_CLOSE by invoking" + + " setWarnAndCloseIfInactiveTransactions() method.", session.getName()), sessionFuture.leakedException); session.isLeakedExceptionLogged = true; @@ -2272,6 +2274,7 @@ enum Position { final PoolMaintainer poolMaintainer; private final Clock clock; + /** * initialReleasePosition determines where in the pool sessions are added when they are released * into the pool the first time. This is always RANDOM in production, but some tests use FIRST to @@ -2699,7 +2702,9 @@ private Tuple findSessionToKeepAlive( return null; } - /** @return true if this {@link SessionPool} is still valid. */ + /** + * @return true if this {@link SessionPool} is still valid. + */ boolean isValid() { synchronized (lock) { return closureFuture == null && resourceNotFoundException == null; @@ -2744,7 +2749,8 @@ PooledSessionFuture getSession() throws SpannerException { throw SpannerExceptionFactory.newSpannerException( ErrorCode.NOT_FOUND, String.format( - "The session pool has been invalidated because a previous RPC returned 'Database not found': %s", + "The session pool has been invalidated because a previous RPC returned 'Database" + + " not found': %s", resourceNotFoundException.getMessage()), resourceNotFoundException); } @@ -2827,8 +2833,8 @@ private void maybeCreateSession() { span.addAnnotation("Pool exhausted. Failing"); String message = - "No session available in the pool. Maximum number of sessions in the pool can be" - + " overridden by invoking SessionPoolOptions#Builder#setMaxSessions. Client can be made to block" + "No session available in the pool. Maximum number of sessions in the pool can be overridden" + + " by invoking SessionPoolOptions#Builder#setMaxSessions. Client can be made to block" + " rather than fail by setting SessionPoolOptions#Builder#setBlockIfPoolExhausted.\n" + createCheckedOutSessionsStackTraces(); throw newSpannerException(ErrorCode.RESOURCE_EXHAUSTED, message); @@ -3090,9 +3096,9 @@ ListenableFuture closeAsync(ClosedException closedException) { } } else { String message = - "Leaked session. " - + "Call SessionOptions.Builder#setTrackStackTraceOfSessionCheckout(true) to start " - + "tracking the call stack trace of the thread that checked out the session."; + "Leaked session. Call" + + " SessionOptions.Builder#setTrackStackTraceOfSessionCheckout(true) to start" + + " tracking the call stack trace of the thread that checked out the session."; if (options.isFailOnSessionLeak()) { throw new LeakedSessionException(message); } else { diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java index 3080290f72..a4490c24d1 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPoolOptions.java @@ -39,12 +39,14 @@ public class SessionPoolOptions { private final int minSessions; private final int maxSessions; private final int incStep; + /** * Use {@link #minSessions} instead to set the minimum number of sessions in the pool to maintain. * Creating a larger number of sessions during startup is relatively cheap as it is executed with * the BatchCreateSessions RPC. */ @Deprecated private final int maxIdleSessions; + /** * The session pool no longer prepares a fraction of the sessions with a read/write transaction. * This setting therefore does not have any meaning anymore, and may be removed in the future. @@ -578,6 +580,7 @@ public static class Builder { private long initialWaitForSessionTimeoutMillis = 30_000L; private ActionOnSessionNotFound actionOnSessionNotFound = ActionOnSessionNotFound.RETRY; private ActionOnSessionLeak actionOnSessionLeak = ActionOnSessionLeak.WARN; + /** * Capture the call stack of the thread that checked out a session of the pool. This will * pre-create a {@link com.google.cloud.spanner.SessionPool.LeakedSessionException} already when @@ -599,6 +602,7 @@ public static class Builder { private Duration waitForMinSessions = Duration.ZERO; private Duration acquireSessionTimeout = Duration.ofSeconds(60); private final Position releaseToPosition = getReleaseToPositionFromSystemProperty(); + /** * The session pool will randomize the position of a session that is being returned when this * threshold is exceeded. That is: If the transactions per second exceeds this threshold, then diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Spanner.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Spanner.java index 7ccbc88d97..908ca4c8fc 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Spanner.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Spanner.java @@ -162,9 +162,13 @@ public interface Spanner extends Service, AutoCloseable { @Override void close(); - /** @return true if this {@link Spanner} object is closed. */ + /** + * @return true if this {@link Spanner} object is closed. + */ boolean isClosed(); - /** @return the {@link ExecutorProvider} that is used for asynchronous queries and operations. */ + /** + * @return the {@link ExecutorProvider} that is used for asynchronous queries and operations. + */ ExecutorProvider getAsyncExecutorProvider(); } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerCloudMonitoringExporter.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerCloudMonitoringExporter.java index 35503fff33..5354467216 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerCloudMonitoringExporter.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerCloudMonitoringExporter.java @@ -166,7 +166,9 @@ public void onFailure(Throwable throwable) { // TODO: Add the link of public documentation when available in the log message. msg += String.format( - " Need monitoring metric writer permission on project=%s. Follow https://cloud.google.com/spanner/docs/view-manage-client-side-metrics#access-client-side-metrics to set up permissions", + " Need monitoring metric writer permission on project=%s. Follow" + + " https://cloud.google.com/spanner/docs/view-manage-client-side-metrics#access-client-side-metrics" + + " to set up permissions", projectName.getProject()); } logger.log(Level.WARNING, msg, throwable); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerExceptionFactory.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerExceptionFactory.java index 941f3b405b..f55770dff9 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerExceptionFactory.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerExceptionFactory.java @@ -184,7 +184,8 @@ public static SpannerBatchUpdateException newSpannerBatchUpdateException( AbortedException cause, SpannerException databaseError) { return new AbortedDueToConcurrentModificationException( DoNotConstructDirectly.ALLOWED, - "The transaction was aborted and could not be retried due to a database error during the retry", + "The transaction was aborted and could not be retried due to a database error during the" + + " retry", cause, databaseError); } @@ -199,7 +200,8 @@ public static SpannerBatchUpdateException newSpannerBatchUpdateException( AbortedDueToConcurrentModificationException cause) { return new AbortedDueToConcurrentModificationException( DoNotConstructDirectly.ALLOWED, - "This transaction has already been aborted and could not be retried due to a concurrent modification. Rollback this transaction to start a new one.", + "This transaction has already been aborted and could not be retried due to a concurrent" + + " modification. Rollback this transaction to start a new one.", cause); } @@ -388,7 +390,7 @@ static SpannerException newSpannerExceptionPreformatted( return new MissingDefaultSequenceKindException( token, code, message, cause, apiException, reqId); } - // Fall through to the default. + // Fall through to the default. default: return new SpannerException( token, code, isRetryable(code, cause), message, cause, apiException, reqId); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java index 63d501fbe6..8f5baca64f 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java @@ -359,7 +359,7 @@ public BatchClient getBatchClient(DatabaseId db) { } BatchClientImpl batchClient = new BatchClientImpl( - getSessionClient(db), /*useMultiplexedSessionPartitionedOps=*/ true); + getSessionClient(db), /* useMultiplexedSessionPartitionedOps= */ true); this.dbBatchClients.put(db, batchClient); return batchClient; } finally { @@ -367,7 +367,7 @@ public BatchClient getBatchClient(DatabaseId db) { } } return new BatchClientImpl( - getSessionClient(db), /*useMultiplexedSessionPartitionedOps=*/ false); + getSessionClient(db), /* useMultiplexedSessionPartitionedOps= */ false); } @Override diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java index 8a9c5050d1..0995c47842 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java @@ -154,12 +154,15 @@ public class SpannerOptions extends ServiceOptions { private final RetrySettings retryAdministrativeRequestsSettings; private final boolean trackTransactionStarter; private final BuiltInMetricsProvider builtInMetricsProvider = BuiltInMetricsProvider.INSTANCE; + /** * These are the default {@link QueryOptions} defined by the user on this {@link SpannerOptions}. */ private final Map defaultQueryOptions; + /** These are the default {@link QueryOptions} defined in environment variables on this system. */ private final QueryOptions envQueryOptions; + /** * These are the merged query options of the {@link QueryOptions} set on this {@link * SpannerOptions} and the {@link QueryOptions} in the environment variables. Options specified in @@ -710,7 +713,8 @@ static int getDefaultAsyncExecutorProviderCoreThreadCount() { throw SpannerExceptionFactory.newSpannerException( ErrorCode.INVALID_ARGUMENT, String.format( - "The %s system property must be a valid integer. The value %s could not be parsed as an integer.", + "The %s system property must be a valid integer. The value %s could not be parsed as" + + " an integer.", propertyName, propertyValue)); } } @@ -1204,8 +1208,9 @@ public Builder setSessionLabels(Map sessionLabels) { @Override public Builder setRetrySettings(RetrySettings retrySettings) { throw new UnsupportedOperationException( - "SpannerOptions does not support setting global retry settings. " - + "Call spannerStubSettingsBuilder().Settings().setRetrySettings(RetrySettings) instead."); + "SpannerOptions does not support setting global retry settings. Call" + + " spannerStubSettingsBuilder().Settings().setRetrySettings(RetrySettings)" + + " instead."); } /** @@ -1796,7 +1801,8 @@ public static void enableOpenTelemetryTraces() { if (activeTracingFramework != null && activeTracingFramework != TracingFramework.OPEN_TELEMETRY) { throw new IllegalStateException( - "ActiveTracingFramework is set to OpenCensus and cannot be reset after SpannerOptions object is created."); + "ActiveTracingFramework is set to OpenCensus and cannot be reset after SpannerOptions" + + " object is created."); } activeTracingFramework = TracingFramework.OPEN_TELEMETRY; } @@ -1804,13 +1810,15 @@ public static void enableOpenTelemetryTraces() { /** Enables OpenCensus traces. Enabling OpenCensus traces will disable OpenTelemetry traces. */ @ObsoleteApi( - "The OpenCensus project is deprecated. Use enableOpenTelemetryTraces to switch to OpenTelemetry traces") + "The OpenCensus project is deprecated. Use enableOpenTelemetryTraces to switch to" + + " OpenTelemetry traces") public static void enableOpenCensusTraces() { synchronized (lock) { if (activeTracingFramework != null && activeTracingFramework != TracingFramework.OPEN_CENSUS) { throw new IllegalStateException( - "ActiveTracingFramework is set to OpenTelemetry and cannot be reset after SpannerOptions object is created."); + "ActiveTracingFramework is set to OpenTelemetry and cannot be reset after" + + " SpannerOptions object is created."); } activeTracingFramework = TracingFramework.OPEN_CENSUS; } @@ -1821,7 +1829,8 @@ public static void enableOpenCensusTraces() { * not a valid production scenario */ @ObsoleteApi( - "The OpenCensus project is deprecated. Use enableOpenTelemetryTraces to switch to OpenTelemetry traces") + "The OpenCensus project is deprecated. Use enableOpenTelemetryTraces to switch to" + + " OpenTelemetry traces") @VisibleForTesting static void resetActiveTracingFramework() { activeTracingFramework = null; diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerRetryHelper.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerRetryHelper.java index 48aff4cbee..6ca1a4e02e 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerRetryHelper.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerRetryHelper.java @@ -56,10 +56,7 @@ class SpannerRetryHelper { */ @VisibleForTesting static final RetrySettings txRetrySettings = - SpannerStubSettings.newBuilder() - .rollbackSettings() - .getRetrySettings() - .toBuilder() + SpannerStubSettings.newBuilder().rollbackSettings().getRetrySettings().toBuilder() .setTotalTimeoutDuration(Duration.ofHours(24L)) .setMaxAttempts(0) .build(); @@ -107,8 +104,7 @@ public TimedAttemptSettings createNextAttempt( if (prevThrowable != null) { long retryDelay = SpannerException.extractRetryDelay(prevThrowable); if (retryDelay > -1L) { - return prevSettings - .toBuilder() + return prevSettings.toBuilder() .setRandomizedRetryDelayDuration(Duration.ofMillis(retryDelay)) .build(); } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Statement.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Statement.java index 9c4b1707c2..1776139d81 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Statement.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Statement.java @@ -143,12 +143,12 @@ Builder handle(Value value) { /** Creates a {@code Statement} with the given SQL text {@code sql}. */ public static Statement of(String sql) { - return new Statement(sql, ImmutableMap.of(), /*queryOptions=*/ null); + return new Statement(sql, ImmutableMap.of(), /* queryOptions= */ null); } /** Creates a {@link Statement} with the given SQL text and parameters. */ public static Statement of(String sql, ImmutableMap parameters) { - return new Statement(sql, parameters, /*queryOptions=*/ null); + return new Statement(sql, parameters, /* queryOptions= */ null); } /** Creates a new statement builder with the SQL text {@code sql}. */ diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/StructReader.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/StructReader.java index 33e88c39d3..d9b3dc52cf 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/StructReader.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/StructReader.java @@ -499,7 +499,8 @@ default List getFloatList(int columnIndex) { */ default List getJsonList(int columnIndex) { throw new UnsupportedOperationException("method should be overwritten"); - }; + } + ; /** * @param columnName name of the column @@ -509,7 +510,8 @@ default List getJsonList(int columnIndex) { */ default List getJsonList(String columnName) { throw new UnsupportedOperationException("method should be overwritten"); - }; + } + ; /** * @param columnIndex index of the column @@ -519,7 +521,8 @@ default List getJsonList(String columnName) { */ default List getPgJsonbList(int columnIndex) { throw new UnsupportedOperationException("method should be overwritten"); - }; + } + ; /** * @param columnName name of the column @@ -529,7 +532,8 @@ default List getPgJsonbList(int columnIndex) { */ default List getPgJsonbList(String columnName) { throw new UnsupportedOperationException("method should be overwritten"); - }; + } + ; /** * To get the proto message of generic type {@code T} from Struct. diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionContextFutureImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionContextFutureImpl.java index 266b75eb13..1e796ecffb 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionContextFutureImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionContextFutureImpl.java @@ -43,6 +43,7 @@ interface CommittableAsyncTransactionManager extends AsyncTransactionManager { ApiFuture commitAsync(); } + /** * {@link ApiFuture} that returns a commit timestamp. Any {@link AbortedException} that is thrown * by either the commit call or any other rpc during the transaction will be thrown by the {@link @@ -193,7 +194,8 @@ static ApiFuture runAsyncTransactionFunction( if (executor == MoreExecutors.directExecutor()) { return Preconditions.checkNotNull( function.apply(txn, input), - "AsyncTransactionFunction returned . Did you mean to return ApiFutures.immediateFuture(null)?"); + "AsyncTransactionFunction returned . Did you mean to return" + + " ApiFutures.immediateFuture(null)?"); } else { final SettableApiFuture res = SettableApiFuture.create(); executor.execute( @@ -202,7 +204,8 @@ static ApiFuture runAsyncTransactionFunction( ApiFuture functionResult = Preconditions.checkNotNull( function.apply(txn, input), - "AsyncTransactionFunction returned . Did you mean to return ApiFutures.immediateFuture(null)?"); + "AsyncTransactionFunction returned . Did you mean to return" + + " ApiFutures.immediateFuture(null)?"); ApiFutures.addCallback( functionResult, new ApiFutureCallback() { diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionManagerImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionManagerImpl.java index bbf34ab5c8..cd2231e5e5 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionManagerImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionManagerImpl.java @@ -54,7 +54,7 @@ public void setSpan(ISpan span) { public TransactionContext begin() { Preconditions.checkState(txn == null, "begin can only be called once"); try (IScope s = tracer.withSpan(span)) { - txn = session.newTransaction(options, /* previousTransactionId = */ ByteString.EMPTY); + txn = session.newTransaction(options, /* previousTransactionId= */ ByteString.EMPTY); session.setActive(this); txnState = TransactionState.STARTED; return txn; @@ -124,7 +124,7 @@ public TransactionContext resetForRetry() { } txn = session.newTransaction( - options, /* previousTransactionId = */ multiplexedSessionPreviousTransactionId); + options, /* previousTransactionId= */ multiplexedSessionPreviousTransactionId); if (!useInlinedBegin) { txn.ensureTxn(); } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionMutationLimitExceededException.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionMutationLimitExceededException.java index 1fab7346ca..c51ae96e9f 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionMutationLimitExceededException.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionMutationLimitExceededException.java @@ -36,7 +36,7 @@ public class TransactionMutationLimitExceededException extends SpannerException Throwable cause, @Nullable ApiException apiException, @Nullable XGoogSpannerRequestId reqId) { - super(token, errorCode, /*retryable = */ false, message, cause, apiException, reqId); + super(token, errorCode, /* retryable= */ false, message, cause, apiException, reqId); } static boolean isTransactionMutationLimitException(ErrorCode code, String message) { diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionRunnerImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionRunnerImpl.java index a715fae0fa..7ef52ddbf6 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionRunnerImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionRunnerImpl.java @@ -74,6 +74,7 @@ /** Default implementation of {@link TransactionRunner}. */ class TransactionRunnerImpl implements SessionTransaction, TransactionRunner { private static final Logger txnLogger = Logger.getLogger(TransactionRunner.class.getName()); + /** * (Part of) the error message that is returned by Cloud Spanner if a transaction is cancelled * because it was invalidated by a later transaction in the same session. @@ -423,7 +424,7 @@ ApiFuture commitAsync() { builder.addAllMutations(mutationsProto); finishOps.addListener( new CommitRunnable( - res, finishOps, builder, /* retryAttemptDueToCommitProtocolExtension = */ false), + res, finishOps, builder, /* retryAttemptDueToCommitProtocolExtension= */ false), MoreExecutors.directExecutor()); return res; } @@ -482,7 +483,8 @@ public void run() { // they were already buffered in SpanFE during the previous attempt. requestBuilder.clearMutations(); span.addAnnotation( - "Retrying commit operation with a new precommit token obtained from the previous CommitResponse"); + "Retrying commit operation with a new precommit token obtained from the previous" + + " CommitResponse"); } final CommitRequest commitRequest = requestBuilder.build(); span.addAnnotation("Starting Commit"); @@ -513,7 +515,8 @@ public void run() { // track the latest pre commit token onPrecommitToken(proto.getPrecommitToken()); span.addAnnotation( - "Commit operation will be retried with new precommit token as the CommitResponse includes a MultiplexedSessionRetry field"); + "Commit operation will be retried with new precommit token as the" + + " CommitResponse includes a MultiplexedSessionRetry field"); opSpan.end(); // Retry the commit RPC with the latest precommit token from CommitResponse. @@ -521,7 +524,7 @@ public void run() { res, prev, requestBuilder, - /* retryAttemptDueToCommitProtocolExtension = */ true) + /* retryAttemptDueToCommitProtocolExtension= */ true) .run(); // Exit to prevent further processing in this attempt. @@ -643,9 +646,7 @@ TransactionSelector getTransactionSelector() { if (tx == null) { return TransactionSelector.newBuilder() .setBegin( - this.session - .defaultTransactionOptions() - .toBuilder() + this.session.defaultTransactionOptions().toBuilder() .mergeFrom( SessionImpl.createReadWriteTransactionOptions( options, getPreviousTransactionId()))) @@ -677,7 +678,8 @@ options, getPreviousTransactionId()))) ErrorCode.ABORTED, "Timeout while waiting for a transaction to be returned by another statement." + (trackTransactionStarter - ? " See the suppressed exception for the stacktrace of the caller that should return a transaction" + ? " See the suppressed exception for the stacktrace of the caller that" + + " should return a transaction" : ""), e); if (transactionStarter != null) { @@ -915,7 +917,7 @@ private ResultSet internalExecuteUpdate( } final ExecuteSqlRequest.Builder builder = getExecuteSqlRequestBuilder( - statement, queryMode, options, /* withTransactionSelector = */ true); + statement, queryMode, options, /* withTransactionSelector= */ true); try { com.google.spanner.v1.ResultSet resultSet = rpc.executeQuery(builder.build(), getTransactionChannelHint(), isRouteToLeader()); @@ -952,7 +954,7 @@ public ApiFuture executeUpdateAsync(Statement statement, UpdateOption... u } final ExecuteSqlRequest.Builder builder = getExecuteSqlRequestBuilder( - statement, QueryMode.NORMAL, options, /* withTransactionSelector = */ true); + statement, QueryMode.NORMAL, options, /* withTransactionSelector= */ true); final ApiFuture resultSet; try { // Register the update as an async operation that must finish before the transaction may @@ -1028,9 +1030,9 @@ private SpannerException createAbortedExceptionForBatchDml(ExecuteBatchDmlRespon response.getStatus().getMessage(), SpannerExceptionFactory.createAbortedExceptionWithRetryDelay( response.getStatus().getMessage(), - /* cause = */ null, - /* retryDelaySeconds = */ 0, - /* retryDelayNanos = */ (int) TimeUnit.MILLISECONDS.toNanos(10L))); + /* cause= */ null, + /* retryDelaySeconds= */ 0, + /* retryDelayNanos= */ (int) TimeUnit.MILLISECONDS.toNanos(10L))); } @Override @@ -1211,7 +1213,7 @@ public TransactionRunner allowNestedTransaction() { TransactionRunnerImpl(SessionImpl session, TransactionOption... options) { this.session = session; this.options = Options.fromTransactionOptions(options); - this.txn = session.newTransaction(this.options, /* previousTransactionId = */ ByteString.EMPTY); + this.txn = session.newTransaction(this.options, /* previousTransactionId= */ ByteString.EMPTY); this.tracer = session.getTracer(); } @@ -1262,7 +1264,7 @@ private T runInternal(final TransactionCallable txCallable) { txn = session.newTransaction( - options, /* previousTransactionId = */ multiplexedSessionPreviousTransactionId); + options, /* previousTransactionId= */ multiplexedSessionPreviousTransactionId); } checkState( isValid, "TransactionRunner has been invalidated by a new operation on the session"); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Value.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Value.java index 5befba04e5..9127829017 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Value.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/Value.java @@ -219,7 +219,8 @@ public static Value numeric(@Nullable BigDecimal v) { throw SpannerExceptionFactory.newSpannerException( ErrorCode.OUT_OF_RANGE, String.format( - "Max precision for the whole component of a numeric is 29. The requested numeric has a whole component with precision %d", + "Max precision for the whole component of a numeric is 29. The requested numeric" + + " has a whole component with precision %d", test.precision() - test.scale())); } } @@ -2184,7 +2185,8 @@ public ByteArray getBytes() { public T getProtoMessage(T m) { Preconditions.checkNotNull( m, - "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter value."); + "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter" + + " value."); checkNotNull(); try { return (T) @@ -2234,7 +2236,8 @@ public ByteArray getBytes() { public T getProtoMessage(T m) { Preconditions.checkNotNull( m, - "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter value."); + "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter" + + " value."); checkNotNull(); try { return (T) m.toBuilder().mergeFrom(value.toByteArray()).build(); @@ -2879,7 +2882,8 @@ public List getBytesArray() { public List getProtoMessageArray(T m) { Preconditions.checkNotNull( m, - "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter value."); + "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter" + + " value."); checkNotNull(); try { List protoMessagesList = new ArrayList<>(value.size()); @@ -2950,7 +2954,8 @@ public List getBytesArray() { public List getProtoMessageArray(T m) { Preconditions.checkNotNull( m, - "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter value."); + "Proto message may not be null. Use MyProtoClass.getDefaultInstance() as a parameter" + + " value."); checkNotNull(); try { List protoMessagesList = new ArrayList<>(value.size()); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/AbstractStatementParser.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/AbstractStatementParser.java index 652bc9b5e7..698534844e 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/AbstractStatementParser.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/AbstractStatementParser.java @@ -321,13 +321,17 @@ public boolean equals(Object other) { && Objects.equals(this.sqlWithoutComments, o.sqlWithoutComments); } - /** @return the type of statement that was recognized by the parser. */ + /** + * @return the type of statement that was recognized by the parser. + */ @InternalApi public StatementType getType() { return type; } - /** @return whether the statement has a returning clause or not. */ + /** + * @return whether the statement has a returning clause or not. + */ @InternalApi public boolean hasReturningClause() { return this.returningClause.get(); @@ -376,7 +380,9 @@ public boolean isUpdate() { return false; } - /** @return true if the statement is a DDL statement. */ + /** + * @return true if the statement is a DDL statement. + */ @InternalApi public boolean isDdl() { switch (type) { @@ -418,14 +424,15 @@ Statement mergeQueryOptions(Statement statement, QueryOptions defaultQueryOption if (statement.getQueryOptions() == null) { return statement.toBuilder().withQueryOptions(defaultQueryOptions).build(); } - return statement - .toBuilder() + return statement.toBuilder() .withQueryOptions( defaultQueryOptions.toBuilder().mergeFrom(statement.getQueryOptions()).build()) .build(); } - /** @return the original SQL statement */ + /** + * @return the original SQL statement + */ @InternalApi public String getSql() { return statement.getSql(); @@ -923,9 +930,9 @@ int skip(String sql, int currentIndex, @Nullable StringBuilder result) { } else if (currentChar == HYPHEN && sql.length() > (currentIndex + 1) && sql.charAt(currentIndex + 1) == HYPHEN) { - return skipSingleLineComment(sql, /* prefixLength = */ 2, currentIndex, result); + return skipSingleLineComment(sql, /* prefixLength= */ 2, currentIndex, result); } else if (currentChar == DASH && supportsHashSingleLineComments()) { - return skipSingleLineComment(sql, /* prefixLength = */ 1, currentIndex, result); + return skipSingleLineComment(sql, /* prefixLength= */ 1, currentIndex, result); } else if (currentChar == SLASH && sql.length() > (currentIndex + 1) && sql.charAt(currentIndex + 1) == ASTERISK) { diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ChecksumResultSet.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ChecksumResultSet.java index c642d7e505..c2af543cc9 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ChecksumResultSet.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ChecksumResultSet.java @@ -255,8 +255,8 @@ private void calculateNextChecksum(ProtobufResultSet resultSet) { ErrorCode.FAILED_PRECONDITION, "Failed to get the underlying protobuf value for the column " + resultSet.getMetadata().getRowType().getFields(col).getName() - + ". " - + "Executing queries with DecodeMode#DIRECT is not supported in read/write transactions."); + + ". Executing queries with DecodeMode#DIRECT is not supported in read/write" + + " transactions."); } } firstRow = false; diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatement.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatement.java index 521ba54607..f507e64583 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatement.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatement.java @@ -46,10 +46,14 @@ interface ClientSideStatement { */ boolean isQuery(); - /** @return true if this {@link ClientSideStatement} will return an update count. */ + /** + * @return true if this {@link ClientSideStatement} will return an update count. + */ boolean isUpdate(); - /** @return the statement type */ + /** + * @return the statement type + */ ClientSideStatementType getStatementType(); /** diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementImpl.java index 4cd4902a86..c136cfcf52 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementImpl.java @@ -40,10 +40,13 @@ class ClientSideStatementImpl implements ClientSideStatement { static class ClientSideSetStatementImpl { /** The property name that is to be set, e.g. AUTOCOMMIT. */ private String propertyName; + /** The separator between the property and the value (i.e. '=' or '\s+'). */ private String separator; + /** Regex specifying the range of allowed values for the property. */ private String allowedValues; + /** The class name of the {@link ClientSideStatementValueConverter} to use. */ private String converterName; diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementValueConverters.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementValueConverters.java index 20ba59f658..12a48541c5 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementValueConverters.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ClientSideStatementValueConverters.java @@ -272,12 +272,16 @@ public PgDurationConverter(String allowedValues) { /** Converter from string to possible values for read only staleness ({@link TimestampBound}). */ static class ReadOnlyStalenessConverter implements ClientSideStatementValueConverter { - // Some backslashes need to be specified as hexcode. - // See https://github.com/google/google-java-format/issues/1253 + // Some backslashes need to be specified as hexcode. + // See https://github.com/google/google-java-format/issues/1253 static final ReadOnlyStalenessConverter INSTANCE = new ReadOnlyStalenessConverter( - "'((STRONG)|(MIN_READ_TIMESTAMP)[\\t ]+((\\d{4})-(\\d{2})-(\\d{2})([Tt](\\d{2}):(\\d{2}):(\\d{2})(\\.\\d{1,9})?)([Zz]|([+-])(\\d{2}):(\\d{2})))|(READ_TIMESTAMP)[\u005Ct ]+((\\d{4})-(\\d{2})-(\\d{2})([Tt](\\d{2}):(\\d{2}):( \\d{2})(\\.\\d{1,9})?)([Zz]|([+-])(\\d{2}):(\\d{2})))|(MAX_STALENESS)[\u005Ct ]+((\\d{1,19})(s|ms|us|ns))|(EXACT_STALENESS)[\\t ]+((\\d{1,19})(s|ms|us|ns)))'"); - + "'((STRONG)|(MIN_READ_TIMESTAMP)[\\t" + + " ]+((\\d{4})-(\\d{2})-(\\d{2})([Tt](\\d{2}):(\\d{2}):(\\d{2})(\\.\\d{1,9})?)([Zz]|([+-])(\\d{2}):(\\d{2})))|(READ_TIMESTAMP)[\u005Ct" + + " ]+((\\d{4})-(\\d{2})-(\\d{2})([Tt](\\d{2}):(\\d{2}):( " + + " \\d{2})(\\.\\d{1,9})?)([Zz]|([+-])(\\d{2}):(\\d{2})))|(MAX_STALENESS)[\u005Ct" + + " ]+((\\d{1,19})(s|ms|us|ns))|(EXACT_STALENESS)[\\t" + + " ]+((\\d{1,19})(s|ms|us|ns)))'"); private final Pattern allowedValues; private final CaseInsensitiveEnumMap values = new CaseInsensitiveEnumMap<>(Mode.class); @@ -343,6 +347,7 @@ public TimestampBound convert(String value) { return null; } } + /** * Converter from string to possible values for {@link com.google.spanner.v1.DirectedReadOptions}. */ @@ -374,7 +379,8 @@ public DirectedReadOptions convert(String value) { String.format( "Failed to parse '%s' as a valid value for DIRECTED_READ.\n" + "The value should be a JSON string like this: '%s'.\n" - + "You can generate a valid JSON string from a DirectedReadOptions instance by calling %s.%s", + + "You can generate a valid JSON string from a DirectedReadOptions instance" + + " by calling %s.%s", value, "{\"includeReplicas\":{\"replicaSelections\":[{\"location\":\"eu-west1\",\"type\":\"READ_ONLY\"}]}}", DirectedReadOptionsUtil.class.getName(), diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/Connection.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/Connection.java index 98801ae44b..42720e00bb 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/Connection.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/Connection.java @@ -170,7 +170,9 @@ public interface Connection extends AutoCloseable { */ ApiFuture closeAsync(); - /** @return true if this connection has been closed. */ + /** + * @return true if this connection has been closed. + */ boolean isClosed(); /** @@ -205,7 +207,9 @@ public interface Connection extends AutoCloseable { */ void setAutocommit(boolean autocommit); - /** @return true if this connection is in autocommit mode */ + /** + * @return true if this connection is in autocommit mode + */ boolean isAutocommit(); /** @@ -217,7 +221,9 @@ public interface Connection extends AutoCloseable { */ void setReadOnly(boolean readOnly); - /** @return true if this connection is in read-only mode */ + /** + * @return true if this connection is in read-only mode + */ boolean isReadOnly(); /** Sets the default isolation level for read/write transactions for this connection. */ @@ -273,7 +279,9 @@ public interface Connection extends AutoCloseable { */ long getStatementTimeout(TimeUnit unit); - /** @return true if this {@link Connection} has a statement timeout value. */ + /** + * @return true if this {@link Connection} has a statement timeout value. + */ boolean hasStatementTimeout(); /** @@ -391,7 +399,9 @@ default void setTransactionTag(String tag) { throw new UnsupportedOperationException(); } - /** @return The transaction tag of the current transaction. */ + /** + * @return The transaction tag of the current transaction. + */ default String getTransactionTag() { throw new UnsupportedOperationException(); } @@ -625,7 +635,9 @@ default String getOptimizerStatisticsPackage() { */ void setReturnCommitStats(boolean returnCommitStats); - /** @return true if this connection requests commit statistics from Cloud Spanner */ + /** + * @return true if this connection requests commit statistics from Cloud Spanner + */ boolean isReturnCommitStats(); /** Sets the max_commit_delay that will be applied to commit requests from this connection. */ @@ -1077,10 +1089,14 @@ interface TransactionCallable { */ void abortBatch(); - /** @return true if a DDL batch is active on this connection. */ + /** + * @return true if a DDL batch is active on this connection. + */ boolean isDdlBatchActive(); - /** @return true if a DML batch is active on this connection. */ + /** + * @return true if a DML batch is active on this connection. + */ boolean isDmlBatchActive(); /** diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionImpl.java index c1e8839534..d610719cab 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionImpl.java @@ -173,6 +173,7 @@ private LeakedConnectionException() { private volatile LeakedConnectionException leakedException; private final SpannerPool spannerPool; private AbstractStatementParser statementParser; + /** * The {@link ConnectionStatementExecutor} is responsible for translating parsed {@link * ClientSideStatement}s into actual method calls on this {@link ConnectionImpl}. I.e. the {@link @@ -264,11 +265,13 @@ static UnitOfWorkType of(TransactionMode transactionMode) { private final ConnectionState connectionState; private UnitOfWork currentUnitOfWork = null; + /** * This field is only used in autocommit mode to indicate that the user has explicitly started a * transaction. */ private boolean inTransaction = false; + /** * This field is used to indicate that a transaction begin has been indicated. This is done by * calling beginTransaction or by setting a transaction property while not in autocommit mode. @@ -516,7 +519,9 @@ UnitOfWorkType getUnitOfWorkType() { return unitOfWorkType; } - /** @return true if this connection is in a batch. */ + /** + * @return true if this connection is in a batch. + */ boolean isInBatch() { return batchMode != BatchMode.NONE; } @@ -547,7 +552,7 @@ private T getConnectionPropertyValue( } private void setConnectionPropertyValue(ConnectionProperty property, T value) { - setConnectionPropertyValue(property, value, /* local = */ false); + setConnectionPropertyValue(property, value, /* local= */ false); } private void setConnectionPropertyValue( @@ -671,7 +676,8 @@ public void setAutocommitDmlMode(AutocommitDmlMode mode) { !isBatchActive(), "Cannot set autocommit DML mode while in a batch"); ConnectionPreconditions.checkState( !isInTransaction() && isAutocommit(), - "Cannot set autocommit DML mode while not in autocommit mode or while a transaction is active"); + "Cannot set autocommit DML mode while not in autocommit mode or while a transaction is" + + " active"); ConnectionPreconditions.checkState( !isReadOnly(), "Cannot set autocommit DML mode for a read-only connection"); setConnectionPropertyValue(AUTOCOMMIT_DML_MODE, mode); @@ -1005,7 +1011,7 @@ public boolean isRetryAbortsInternally() { @Override public void setRetryAbortsInternally(boolean retryAbortsInternally) { - setRetryAbortsInternally(retryAbortsInternally, /* local = */ false); + setRetryAbortsInternally(retryAbortsInternally, /* local= */ false); } void setRetryAbortsInternally(boolean retryAbortsInternally, boolean local) { @@ -1103,7 +1109,7 @@ CommitResponse getCommitResponseOrNull() { @Override public void setReturnCommitStats(boolean returnCommitStats) { - setReturnCommitStats(returnCommitStats, /* local = */ false); + setReturnCommitStats(returnCommitStats, /* local= */ false); } @VisibleForTesting @@ -1365,7 +1371,8 @@ public void savepoint(String name) { SavepointSupport savepointSupport = getSavepointSupport(); ConnectionPreconditions.checkState( savepointSupport.isSavepointCreationAllowed(), - "This connection does not allow the creation of savepoints. Current value of SavepointSupport: " + "This connection does not allow the creation of savepoints. Current value of" + + " SavepointSupport: " + savepointSupport); getCurrentUnitOfWorkOrStartNewUnitOfWork(SAVEPOINT_STATEMENT) .savepoint(checkValidIdentifier(name), getDialect()); @@ -2006,7 +2013,8 @@ private ResultSet internalExecuteQuery( statement.getType() == StatementType.QUERY || (statement.getType() == StatementType.UPDATE && (analyzeMode != AnalyzeMode.NONE || statement.hasReturningClause())), - "Statement must either be a query or a DML mode with analyzeMode!=NONE or returning clause"); + "Statement must either be a query or a DML mode with analyzeMode!=NONE or returning" + + " clause"); boolean isInternalMetadataQuery = isInternalMetadataQuery(options); QueryOption[] combinedOptions = concat(statement.getOptionsFromHints(), options); UnitOfWork transaction = @@ -2091,20 +2099,20 @@ private ApiFuture internalExecuteBatchUpdateAsync( private UnitOfWork maybeStartAutoDmlBatch(UnitOfWork transaction) { if (isInTransaction() && isAutoBatchDml() && !(transaction instanceof DmlBatch)) { // Automatically start a DML batch. - return startBatchDml(/* autoBatch = */ true); + return startBatchDml(/* autoBatch= */ true); } return transaction; } UnitOfWork getCurrentUnitOfWorkOrStartNewUnitOfWork() { return getCurrentUnitOfWorkOrStartNewUnitOfWork( - StatementType.UNKNOWN, /* parsedStatement = */ null, /* internalMetadataQuery = */ false); + StatementType.UNKNOWN, /* parsedStatement= */ null, /* internalMetadataQuery= */ false); } private UnitOfWork getCurrentUnitOfWorkOrStartNewUnitOfWork( @Nonnull ParsedStatement parsedStatement) { return getCurrentUnitOfWorkOrStartNewUnitOfWork( - parsedStatement.getType(), parsedStatement, /* internalMetadataQuery = */ false); + parsedStatement.getType(), parsedStatement, /* internalMetadataQuery= */ false); } @VisibleForTesting @@ -2130,19 +2138,19 @@ UnitOfWork getCurrentUnitOfWorkOrStartNewUnitOfWork( if (isInternalMetadataQuery) { // Just return a temporary single-use transaction. return createNewUnitOfWork( - /* isInternalMetadataQuery = */ true, - /* forceSingleUse = */ true, - /* autoBatchDml = */ false); + /* isInternalMetadataQuery= */ true, + /* forceSingleUse= */ true, + /* autoBatchDml= */ false); } maybeAutoCommitOrFlushCurrentUnitOfWork(statementType, parsedStatement); if (this.currentUnitOfWork == null || !this.currentUnitOfWork.isActive()) { this.currentUnitOfWork = createNewUnitOfWork( - /* isInternalMetadataQuery = */ false, - /* forceSingleUse = */ statementType == StatementType.DDL + /* isInternalMetadataQuery= */ false, + /* forceSingleUse= */ statementType == StatementType.DDL && getDdlInTransactionMode() != DdlInTransactionMode.FAIL && !this.transactionBeginMarked, - /* autoBatchDml = */ false, + /* autoBatchDml= */ false, statementType); } return this.currentUnitOfWork; @@ -2295,7 +2303,8 @@ UnitOfWork createNewUnitOfWork( } throw SpannerExceptionFactory.newSpannerException( ErrorCode.FAILED_PRECONDITION, - "This connection does not have an active transaction and the state of this connection does not allow any new transactions to be started"); + "This connection does not have an active transaction and the state of this connection does" + + " not allow any new transactions to be started"); } /** Pushes the current unit of work to the stack of nested transactions. */ @@ -2380,9 +2389,9 @@ public void startBatchDdl() { this.unitOfWorkType = UnitOfWorkType.DDL_BATCH; this.currentUnitOfWork = createNewUnitOfWork( - /* isInternalMetadataQuery = */ false, - /* forceSingleUse = */ false, - /* autoBatchDml = */ false); + /* isInternalMetadataQuery= */ false, + /* forceSingleUse= */ false, + /* autoBatchDml= */ false); } @Override @@ -2395,7 +2404,7 @@ public void startBatchDml() { ConnectionPreconditions.checkState( !(isInTransaction() && getTransactionMode() == TransactionMode.READ_ONLY_TRANSACTION), "Cannot start a DML batch when a read-only transaction is in progress"); - startBatchDml(/* autoBatch = */ false); + startBatchDml(/* autoBatch= */ false); } private UnitOfWork startBatchDml(boolean autoBatch) { @@ -2406,7 +2415,7 @@ private UnitOfWork startBatchDml(boolean autoBatch) { this.unitOfWorkType = UnitOfWorkType.DML_BATCH; return this.currentUnitOfWork = createNewUnitOfWork( - /* isInternalMetadataQuery = */ false, /* forceSingleUse = */ false, autoBatch); + /* isInternalMetadataQuery= */ false, /* forceSingleUse= */ false, autoBatch); } @Override diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionOptions.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionOptions.java index 6f945938df..9811a94620 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionOptions.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionOptions.java @@ -182,79 +182,109 @@ public class ConnectionOptions { private static final String DEFAULT_HOST = "https://spanner.googleapis.com"; private static final String SPANNER_EMULATOR_HOST_ENV_VAR = "SPANNER_EMULATOR_HOST"; private static final String DEFAULT_EMULATOR_HOST = "http://localhost:9010"; + /** Use plain text is only for local testing purposes. */ static final String USE_PLAIN_TEXT_PROPERTY_NAME = "usePlainText"; + /** Connect to a Experimental Host * */ static final String IS_EXPERIMENTAL_HOST_PROPERTY_NAME = "isExperimentalHost"; + /** Client certificate path to establish mTLS */ static final String CLIENT_CERTIFICATE_PROPERTY_NAME = "clientCertificate"; + /** Client key path to establish mTLS */ static final String CLIENT_KEY_PROPERTY_NAME = "clientKey"; + /** Name of the 'autocommit' connection property. */ public static final String AUTOCOMMIT_PROPERTY_NAME = "autocommit"; + /** Name of the 'readonly' connection property. */ public static final String READONLY_PROPERTY_NAME = "readonly"; + /** Name of the 'routeToLeader' connection property. */ public static final String ROUTE_TO_LEADER_PROPERTY_NAME = "routeToLeader"; + /** Name of the 'retry aborts internally' connection property. */ public static final String RETRY_ABORTS_INTERNALLY_PROPERTY_NAME = "retryAbortsInternally"; + /** Name of the property to enable/disable virtual threads for the statement executor. */ public static final String USE_VIRTUAL_THREADS_PROPERTY_NAME = "useVirtualThreads"; + /** Name of the property to enable/disable virtual threads for gRPC transport. */ public static final String USE_VIRTUAL_GRPC_TRANSPORT_THREADS_PROPERTY_NAME = "useVirtualGrpcTransportThreads"; + /** Name of the 'credentials' connection property. */ public static final String CREDENTIALS_PROPERTY_NAME = "credentials"; + /** Name of the 'encodedCredentials' connection property. */ public static final String ENCODED_CREDENTIALS_PROPERTY_NAME = "encodedCredentials"; public static final String ENABLE_ENCODED_CREDENTIALS_SYSTEM_PROPERTY = "ENABLE_ENCODED_CREDENTIALS"; + /** Name of the 'credentialsProvider' connection property. */ public static final String CREDENTIALS_PROVIDER_PROPERTY_NAME = "credentialsProvider"; public static final String ENABLE_CREDENTIALS_PROVIDER_SYSTEM_PROPERTY = "ENABLE_CREDENTIALS_PROVIDER"; + /** * OAuth token to use for authentication. Cannot be used in combination with a credentials file. */ public static final String OAUTH_TOKEN_PROPERTY_NAME = "oauthToken"; + /** Name of the 'minSessions' connection property. */ public static final String MIN_SESSIONS_PROPERTY_NAME = "minSessions"; + /** Name of the 'maxSessions' connection property. */ public static final String MAX_SESSIONS_PROPERTY_NAME = "maxSessions"; + /** Name of the 'numChannels' connection property. */ public static final String NUM_CHANNELS_PROPERTY_NAME = "numChannels"; + /** Name of the 'endpoint' connection property. */ public static final String ENDPOINT_PROPERTY_NAME = "endpoint"; + /** Name of the 'channelProvider' connection property. */ public static final String CHANNEL_PROVIDER_PROPERTY_NAME = "channelProvider"; public static final String ENABLE_CHANNEL_PROVIDER_SYSTEM_PROPERTY = "ENABLE_CHANNEL_PROVIDER"; + /** Custom user agent string is only for other Google libraries. */ static final String USER_AGENT_PROPERTY_NAME = "userAgent"; + /** Query optimizer version to use for a connection. */ static final String OPTIMIZER_VERSION_PROPERTY_NAME = "optimizerVersion"; + /** Query optimizer statistics package to use for a connection. */ static final String OPTIMIZER_STATISTICS_PACKAGE_PROPERTY_NAME = "optimizerStatisticsPackage"; + /** Name of the 'lenientMode' connection property. */ public static final String LENIENT_PROPERTY_NAME = "lenient"; + /** Name of the 'rpcPriority' connection property. */ public static final String RPC_PRIORITY_NAME = "rpcPriority"; public static final String DDL_IN_TRANSACTION_MODE_PROPERTY_NAME = "ddlInTransactionMode"; public static final String DEFAULT_SEQUENCE_KIND_PROPERTY_NAME = "defaultSequenceKind"; + /** Dialect to use for a connection. */ static final String DIALECT_PROPERTY_NAME = "dialect"; + /** Name of the 'databaseRole' connection property. */ public static final String DATABASE_ROLE_PROPERTY_NAME = "databaseRole"; + /** Name of the 'delay transaction start until first write' property. */ public static final String DELAY_TRANSACTION_START_UNTIL_FIRST_WRITE_NAME = "delayTransactionStartUntilFirstWrite"; + /** Name of the 'keep transaction alive' property. */ public static final String KEEP_TRANSACTION_ALIVE_PROPERTY_NAME = "keepTransactionAlive"; + /** Name of the 'trackStackTraceOfSessionCheckout' connection property. */ public static final String TRACK_SESSION_LEAKS_PROPERTY_NAME = "trackSessionLeaks"; + /** Name of the 'trackStackTraceOfConnectionCreation' connection property. */ public static final String TRACK_CONNECTION_LEAKS_PROPERTY_NAME = "trackConnectionLeaks"; @@ -446,7 +476,9 @@ public Builder setUri(String uri) { if (!isValidExperimentalHostUri(uri)) { Preconditions.checkArgument( isValidUri(uri), - "The specified URI is not a valid Cloud Spanner connection URI. Please specify a URI in the format \"cloudspanner:[//host[:port]]/projects/project-id[/instances/instance-id[/databases/database-name]][\\?property-name=property-value[;property-name=property-value]*]?\""); + "The specified URI is not a valid Cloud Spanner connection URI. Please specify a URI in" + + " the format" + + " \"cloudspanner:[//host[:port]]/projects/project-id[/instances/instance-id[/databases/database-name]][\\?property-name=property-value[;property-name=property-value]*]?\""); } ConnectionPropertyValue value = cast(ConnectionProperties.parseValues(uri).get(LENIENT.getKey())); @@ -539,7 +571,9 @@ public Builder setTracingPrefix(String tracingPrefix) { return this; } - /** @return the {@link ConnectionOptions} */ + /** + * @return the {@link ConnectionOptions} + */ public ConnectionOptions build() { Preconditions.checkState(this.uri != null, "Connection URI is required"); return new ConnectionOptions(this); @@ -615,7 +649,8 @@ private ConnectionOptions(Builder builder) { .filter(Objects::nonNull) .count() <= 1, - "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider and OAuth token"); + "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider and OAuth" + + " token"); checkGuardedProperty( getInitialConnectionPropertyValue(ENCODED_CREDENTIALS), ENABLE_ENCODED_CREDENTIALS_SYSTEM_PROPERTY, @@ -815,7 +850,8 @@ static String checkValidProperties(boolean lenient, String uri) { Preconditions.checkArgument( invalidProperties.length() == 0, String.format( - "Invalid properties found in connection URI. Add lenient=true to the connection string to ignore unknown properties. Invalid properties: %s", + "Invalid properties found in connection URI. Add lenient=true to the connection" + + " string to ignore unknown properties. Invalid properties: %s", invalidProperties)); return null; } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java index 54d3461b78..d9610a5a08 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java @@ -164,19 +164,21 @@ public class ConnectionProperties { static final ConnectionProperty ENDPOINT = create( ENDPOINT_PROPERTY_NAME, - "The endpoint that the JDBC driver should connect to. " - + "The default is the default Spanner production endpoint when autoConfigEmulator=false, " - + "and the default Spanner emulator endpoint (localhost:9010) when autoConfigEmulator=true. " - + "This property takes precedence over any host name at the start of the connection URL.", + "The endpoint that the JDBC driver should connect to. The default is the default Spanner" + + " production endpoint when autoConfigEmulator=false, and the default Spanner" + + " emulator endpoint (localhost:9010) when autoConfigEmulator=true. This property" + + " takes precedence over any host name at the start of the connection URL.", DEFAULT_ENDPOINT, StringValueConverter.INSTANCE, Context.STARTUP); static final ConnectionProperty AUTO_CONFIG_EMULATOR = create( "autoConfigEmulator", - "Automatically configure the connection to try to connect to the Cloud Spanner emulator (true/false). " - + "The instance and database in the connection string will automatically be created if these do not yet exist on the emulator. " - + "Add dialect=postgresql to the connection string to make sure that the database that is created uses the PostgreSQL dialect.", + "Automatically configure the connection to try to connect to the Cloud Spanner emulator" + + " (true/false). The instance and database in the connection string will" + + " automatically be created if these do not yet exist on the emulator. Add" + + " dialect=postgresql to the connection string to make sure that the database that" + + " is created uses the PostgreSQL dialect.", false, BOOLEANS, BooleanConverter.INSTANCE, @@ -184,8 +186,9 @@ public class ConnectionProperties { static final ConnectionProperty USE_AUTO_SAVEPOINTS_FOR_EMULATOR = create( "useAutoSavepointsForEmulator", - "Automatically creates savepoints for each statement in a read/write transaction when using the Emulator. " - + "This is no longer needed when using Emulator version 1.5.23 or higher.", + "Automatically creates savepoints for each statement in a read/write transaction when" + + " using the Emulator. This is no longer needed when using Emulator version 1.5.23" + + " or higher.", false, BOOLEANS, BooleanConverter.INSTANCE, @@ -193,7 +196,9 @@ public class ConnectionProperties { static final ConnectionProperty USE_PLAIN_TEXT = create( USE_PLAIN_TEXT_PROPERTY_NAME, - "Use a plain text communication channel (i.e. non-TLS) for communicating with the server (true/false). Set this value to true for communication with the Cloud Spanner emulator.", + "Use a plain text communication channel (i.e. non-TLS) for communicating with the server" + + " (true/false). Set this value to true for communication with the Cloud Spanner" + + " emulator.", DEFAULT_USE_PLAIN_TEXT, BOOLEANS, BooleanConverter.INSTANCE, @@ -209,42 +214,50 @@ public class ConnectionProperties { static final ConnectionProperty CLIENT_CERTIFICATE = create( CLIENT_CERTIFICATE_PROPERTY_NAME, - "Specifies the file path to the client certificate required for establishing an mTLS connection.", + "Specifies the file path to the client certificate required for establishing an mTLS" + + " connection.", DEFAULT_CLIENT_CERTIFICATE, StringValueConverter.INSTANCE, Context.STARTUP); static final ConnectionProperty CLIENT_KEY = create( CLIENT_KEY_PROPERTY_NAME, - "Specifies the file path to the client private key required for establishing an mTLS connection.", + "Specifies the file path to the client private key required for establishing an mTLS" + + " connection.", DEFAULT_CLIENT_KEY, StringValueConverter.INSTANCE, Context.STARTUP); static final ConnectionProperty CREDENTIALS_URL = create( CREDENTIALS_PROPERTY_NAME, - "The location of the credentials file to use for this connection. If neither this property or encoded credentials are set, the connection will use the default Google Cloud credentials for the runtime environment.", + "The location of the credentials file to use for this connection. If neither this" + + " property or encoded credentials are set, the connection will use the default" + + " Google Cloud credentials for the runtime environment.", DEFAULT_CREDENTIALS, StringValueConverter.INSTANCE, Context.STARTUP); static final ConnectionProperty ENCODED_CREDENTIALS = create( ENCODED_CREDENTIALS_PROPERTY_NAME, - "Base64-encoded credentials to use for this connection. If neither this property or a credentials location are set, the connection will use the default Google Cloud credentials for the runtime environment.", + "Base64-encoded credentials to use for this connection. If neither this property or a" + + " credentials location are set, the connection will use the default Google Cloud" + + " credentials for the runtime environment.", null, StringValueConverter.INSTANCE, Context.STARTUP); static final ConnectionProperty OAUTH_TOKEN = create( OAUTH_TOKEN_PROPERTY_NAME, - "A valid pre-existing OAuth token to use for authentication for this connection. Setting this property will take precedence over any value set for a credentials file.", + "A valid pre-existing OAuth token to use for authentication for this connection. Setting" + + " this property will take precedence over any value set for a credentials file.", DEFAULT_OAUTH_TOKEN, StringValueConverter.INSTANCE, Context.STARTUP); static final ConnectionProperty CREDENTIALS_PROVIDER = create( CREDENTIALS_PROVIDER_PROPERTY_NAME, - "The class name of the com.google.api.gax.core.CredentialsProvider implementation that should be used to obtain credentials for connections.", + "The class name of the com.google.api.gax.core.CredentialsProvider implementation that" + + " should be used to obtain credentials for connections.", null, CredentialsProviderConverter.INSTANCE, Context.STARTUP); @@ -252,7 +265,9 @@ public class ConnectionProperties { static final ConnectionProperty USER_AGENT = create( USER_AGENT_PROPERTY_NAME, - "The custom user-agent property name to use when communicating with Cloud Spanner. This property is intended for internal library usage, and should not be set by applications.", + "The custom user-agent property name to use when communicating with Cloud Spanner. This" + + " property is intended for internal library usage, and should not be set by" + + " applications.", DEFAULT_USER_AGENT, StringValueConverter.INSTANCE, Context.STARTUP); @@ -267,12 +282,13 @@ public class ConnectionProperties { static final ConnectionProperty TRACK_SESSION_LEAKS = create( TRACK_SESSION_LEAKS_PROPERTY_NAME, - "Capture the call stack of the thread that checked out a session of the session pool. This will " - + "pre-create a LeakedSessionException already when a session is checked out. This can be disabled, " - + "for example if a monitoring system logs the pre-created exception. " - + "If disabled, the LeakedSessionException will only be created when an " - + "actual session leak is detected. The stack trace of the exception will " - + "in that case not contain the call stack of when the session was checked out.", + "Capture the call stack of the thread that checked out a session of the session pool." + + " This will pre-create a LeakedSessionException already when a session is checked" + + " out. This can be disabled, for example if a monitoring system logs the" + + " pre-created exception. If disabled, the LeakedSessionException will only be" + + " created when an actual session leak is detected. The stack trace of the exception" + + " will in that case not contain the call stack of when the session was checked" + + " out.", DEFAULT_TRACK_SESSION_LEAKS, BOOLEANS, BooleanConverter.INSTANCE, @@ -280,12 +296,12 @@ public class ConnectionProperties { static final ConnectionProperty TRACK_CONNECTION_LEAKS = create( TRACK_CONNECTION_LEAKS_PROPERTY_NAME, - "Capture the call stack of the thread that created a connection. This will " - + "pre-create a LeakedConnectionException already when a connection is created. " - + "This can be disabled, for example if a monitoring system logs the pre-created exception. " - + "If disabled, the LeakedConnectionException will only be created when an " - + "actual connection leak is detected. The stack trace of the exception will " - + "in that case not contain the call stack of when the connection was created.", + "Capture the call stack of the thread that created a connection. This will pre-create a" + + " LeakedConnectionException already when a connection is created. This can be" + + " disabled, for example if a monitoring system logs the pre-created exception. If" + + " disabled, the LeakedConnectionException will only be created when an actual" + + " connection leak is detected. The stack trace of the exception will in that case" + + " not contain the call stack of when the connection was created.", DEFAULT_TRACK_CONNECTION_LEAKS, BOOLEANS, BooleanConverter.INSTANCE, @@ -293,7 +309,8 @@ public class ConnectionProperties { static final ConnectionProperty ROUTE_TO_LEADER = create( ROUTE_TO_LEADER_PROPERTY_NAME, - "Should read/write transactions and partitioned DML be routed to leader region (true/false)", + "Should read/write transactions and partitioned DML be routed to leader region" + + " (true/false)", DEFAULT_ROUTE_TO_LEADER, BOOLEANS, BooleanConverter.INSTANCE, @@ -301,8 +318,9 @@ public class ConnectionProperties { static final ConnectionProperty USE_VIRTUAL_THREADS = create( USE_VIRTUAL_THREADS_PROPERTY_NAME, - "Use a virtual thread instead of a platform thread for each connection (true/false). " - + "This option only has any effect if the application is running on Java 21 or higher. In all other cases, the option is ignored.", + "Use a virtual thread instead of a platform thread for each connection (true/false). This" + + " option only has any effect if the application is running on Java 21 or higher. In" + + " all other cases, the option is ignored.", DEFAULT_USE_VIRTUAL_THREADS, BOOLEANS, BooleanConverter.INSTANCE, @@ -310,8 +328,9 @@ public class ConnectionProperties { static final ConnectionProperty USE_VIRTUAL_GRPC_TRANSPORT_THREADS = create( USE_VIRTUAL_GRPC_TRANSPORT_THREADS_PROPERTY_NAME, - "Use a virtual thread instead of a platform thread for the gRPC executor (true/false). " - + "This option only has any effect if the application is running on Java 21 or higher. In all other cases, the option is ignored.", + "Use a virtual thread instead of a platform thread for the gRPC executor (true/false)." + + " This option only has any effect if the application is running on Java 21 or" + + " higher. In all other cases, the option is ignored.", DEFAULT_USE_VIRTUAL_GRPC_TRANSPORT_THREADS, BOOLEANS, BooleanConverter.INSTANCE, @@ -340,10 +359,11 @@ public class ConnectionProperties { static final ConnectionProperty ENABLE_END_TO_END_TRACING = create( ENABLE_END_TO_END_TRACING_PROPERTY_NAME, - "Enable end-to-end tracing (true/false) to generate traces for both the time " - + "that is spent in the client, as well as time that is spent in the Spanner server. " - + "Server side traces can only go to Google Cloud Trace, so to see end to end traces, " - + "the application should configure an exporter that exports the traces to Google Cloud Trace.", + "Enable end-to-end tracing (true/false) to generate traces for both the time that is" + + " spent in the client, as well as time that is spent in the Spanner server. Server" + + " side traces can only go to Google Cloud Trace, so to see end to end traces, the" + + " application should configure an exporter that exports the traces to Google Cloud" + + " Trace.", DEFAULT_ENABLE_END_TO_END_TRACING, BOOLEANS, BooleanConverter.INSTANCE, @@ -372,14 +392,17 @@ public class ConnectionProperties { static final ConnectionProperty CHANNEL_PROVIDER = create( CHANNEL_PROVIDER_PROPERTY_NAME, - "The name of the channel provider class. The name must reference an implementation of ExternalChannelProvider. If this property is not set, the connection will use the default grpc channel provider.", + "The name of the channel provider class. The name must reference an implementation of" + + " ExternalChannelProvider. If this property is not set, the connection will use the" + + " default grpc channel provider.", DEFAULT_CHANNEL_PROVIDER, StringValueConverter.INSTANCE, Context.STARTUP); static final ConnectionProperty DATABASE_ROLE = create( DATABASE_ROLE_PROPERTY_NAME, - "Sets the database role to use for this connection. The default is privileges assigned to IAM role", + "Sets the database role to use for this connection. The default is privileges assigned to" + + " IAM role", DEFAULT_DATABASE_ROLE, StringValueConverter.INSTANCE, Context.STARTUP); @@ -403,9 +426,9 @@ public class ConnectionProperties { static final ConnectionProperty DEFAULT_ISOLATION_LEVEL = create( "default_isolation_level", - "The transaction isolation level that is used by default for read/write transactions. " - + "The default is isolation_level_unspecified, which means that the connection will use the " - + "default isolation level of the database that it is connected to.", + "The transaction isolation level that is used by default for read/write transactions. The" + + " default is isolation_level_unspecified, which means that the connection will use" + + " the default isolation level of the database that it is connected to.", IsolationLevel.ISOLATION_LEVEL_UNSPECIFIED, new IsolationLevel[] { IsolationLevel.ISOLATION_LEVEL_UNSPECIFIED, @@ -448,11 +471,15 @@ public class ConnectionProperties { static final ConnectionProperty DELAY_TRANSACTION_START_UNTIL_FIRST_WRITE = create( DELAY_TRANSACTION_START_UNTIL_FIRST_WRITE_NAME, - "Enabling this option will delay the actual start of a read/write transaction until the first write operation is seen in that transaction. " - + "All reads that happen before the first write in a transaction will instead be executed as if the connection was in auto-commit mode. " - + "Enabling this option will make read/write transactions lose their SERIALIZABLE isolation level. Read operations that are executed after " - + "the first write operation in a read/write transaction will be executed using the read/write transaction. Enabling this mode can reduce locking " - + "and improve performance for applications that can handle the lower transaction isolation semantics.", + "Enabling this option will delay the actual start of a read/write transaction until the" + + " first write operation is seen in that transaction. All reads that happen before" + + " the first write in a transaction will instead be executed as if the connection" + + " was in auto-commit mode. Enabling this option will make read/write transactions" + + " lose their SERIALIZABLE isolation level. Read operations that are executed after" + + " the first write operation in a read/write transaction will be executed using the" + + " read/write transaction. Enabling this mode can reduce locking and improve" + + " performance for applications that can handle the lower transaction isolation" + + " semantics.", DEFAULT_DELAY_TRANSACTION_START_UNTIL_FIRST_WRITE, BOOLEANS, BooleanConverter.INSTANCE, @@ -460,9 +487,12 @@ public class ConnectionProperties { static final ConnectionProperty KEEP_TRANSACTION_ALIVE = create( KEEP_TRANSACTION_ALIVE_PROPERTY_NAME, - "Enabling this option will trigger the connection to keep read/write transactions alive by executing a SELECT 1 query once every 10 seconds " - + "if no other statements are being executed. This option should be used with caution, as it can keep transactions alive and hold on to locks " - + "longer than intended. This option should typically be used for CLI-type application that might wait for user input for a longer period of time.", + "Enabling this option will trigger the connection to keep read/write transactions alive" + + " by executing a SELECT 1 query once every 10 seconds if no other statements are" + + " being executed. This option should be used with caution, as it can keep" + + " transactions alive and hold on to locks longer than intended. This option should" + + " typically be used for CLI-type application that might wait for user input for a" + + " longer period of time.", DEFAULT_KEEP_TRANSACTION_ALIVE, BOOLEANS, BooleanConverter.INSTANCE, @@ -488,8 +518,9 @@ public class ConnectionProperties { static final ConnectionProperty DATA_BOOST_ENABLED = create( DATA_BOOST_ENABLED_PROPERTY_NAME, - "Enable data boost for all partitioned queries that are executed by this connection. " - + "This setting is only used for partitioned queries and is ignored by all other statements.", + "Enable data boost for all partitioned queries that are executed by this connection. This" + + " setting is only used for partitioned queries and is ignored by all other" + + " statements.", DEFAULT_DATA_BOOST_ENABLED, BOOLEANS, BooleanConverter.INSTANCE, @@ -535,7 +566,8 @@ public class ConnectionProperties { static final ConnectionProperty RPC_PRIORITY = create( RPC_PRIORITY_NAME, - "Sets the priority for all RPC invocations from this connection (HIGH/MEDIUM/LOW). The default is HIGH.", + "Sets the priority for all RPC invocations from this connection (HIGH/MEDIUM/LOW). The" + + " default is HIGH.", DEFAULT_RPC_PRIORITY, // Add 'null' as a valid value. Arrays.copyOf(RpcPriority.values(), RpcPriority.values().length + 1), @@ -576,15 +608,14 @@ public class ConnectionProperties { static final ConnectionProperty AUTO_BATCH_DML = create( AUTO_BATCH_DML_PROPERTY_NAME, - "Automatically buffer DML statements that are executed on this connection and " - + "execute them as one batch when a non-DML statement is executed, or when the current " - + "transaction is committed. The update count that is returned for DML statements that " - + "are buffered is by default 1. This default can be changed by setting the connection " - + "variable " + "Automatically buffer DML statements that are executed on this connection and execute" + + " them as one batch when a non-DML statement is executed, or when the current" + + " transaction is committed. The update count that is returned for DML statements" + + " that are buffered is by default 1. This default can be changed by setting the" + + " connection variable " + AUTO_BATCH_DML_UPDATE_COUNT_PROPERTY_NAME - + " to value other than 1. " - + "This setting is only in read/write transactions. DML statements in auto-commit mode " - + "are executed directly.", + + " to value other than 1. This setting is only in read/write transactions. DML" + + " statements in auto-commit mode are executed directly.", DEFAULT_AUTO_BATCH_DML, BOOLEANS, BooleanConverter.INSTANCE, @@ -594,10 +625,9 @@ public class ConnectionProperties { AUTO_BATCH_DML_UPDATE_COUNT_PROPERTY_NAME, "DML statements that are executed when " + AUTO_BATCH_DML_PROPERTY_NAME - + " is " - + "set to true, are not directly sent to Spanner, but are buffered in the client until " - + "the batch is flushed. This property determines the update count that is returned for " - + "these DML statements. The default is " + + " is set to true, are not directly sent to Spanner, but are buffered in the client" + + " until the batch is flushed. This property determines the update count that is" + + " returned for these DML statements. The default is " + DEFAULT_AUTO_BATCH_DML_UPDATE_COUNT + ", as " + "that is the update count that is expected by most ORMs (e.g. Hibernate).", @@ -613,9 +643,9 @@ public class ConnectionProperties { + ". " + "This value can be changed by setting the connection variable " + AUTO_BATCH_DML_UPDATE_COUNT_PROPERTY_NAME - + ". The update counts that are returned by Spanner when the DML statements are actually " - + "executed are verified against the update counts that were returned when they were " - + "buffered. If these do not match, a " + + ". The update counts that are returned by Spanner when the DML statements are" + + " actually executed are verified against the update counts that were returned when" + + " they were buffered. If these do not match, a " + DmlBatchUpdateCountVerificationFailedException.class.getName() + " will be thrown. You can disable this verification by setting " + AUTO_BATCH_DML_UPDATE_COUNT_VERIFICATION_PROPERTY_NAME diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionState.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionState.java index 4a6d2cf98f..ad90fc574b 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionState.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionState.java @@ -65,6 +65,7 @@ enum Type { * used for {@link ConnectionState} that is marked as {@link Type#TRANSACTIONAL}. */ private Map> transactionProperties; + /** localProperties are the modified local properties during a transaction. */ private Map> localProperties; @@ -95,7 +96,7 @@ enum Type { castProperty(entry.getValue().getProperty()), cast(entry.getValue()).getValue(), Context.STARTUP, - /* inTransaction = */ false); + /* inTransaction= */ false); } } Type configuredType = getValue(CONNECTION_STATE_TYPE).getValue(); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/CredentialsService.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/CredentialsService.java index 4b767593fe..3110e36127 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/CredentialsService.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/CredentialsService.java @@ -32,7 +32,8 @@ /** Service class for getting credentials from key files. */ class CredentialsService { static final String GCS_NOT_SUPPORTED_MSG = - "Credentials that is stored on Google Cloud Storage is no longer supported. Download the credentials to a local file and reference the local file in the connection URL."; + "Credentials that is stored on Google Cloud Storage is no longer supported. Download the" + + " credentials to a local file and reference the local file in the connection URL."; static final CredentialsService INSTANCE = new CredentialsService(); CredentialsService() {} @@ -61,10 +62,12 @@ GoogleCredentials createCredentials(String credentialsUrl) { if (credentialsUrl == null) { msg = msg - + "There are no credentials set in the connection string, " - + "and the default application credentials are not set or are pointing to an invalid or non-existing file.\n" - + "Please check the GOOGLE_APPLICATION_CREDENTIALS environment variable and/or " - + "the credentials that have been set using the Google Cloud SDK gcloud auth application-default login command"; + + "There are no credentials set in the connection string, and the default" + + " application credentials are not set or are pointing to an invalid or" + + " non-existing file.\n" + + "Please check the GOOGLE_APPLICATION_CREDENTIALS environment variable and/or the" + + " credentials that have been set using the Google Cloud SDK gcloud auth" + + " application-default login command"; } else { msg = msg + credentialsUrl; } diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/LocalConnectionChecker.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/LocalConnectionChecker.java index f9a12f5552..efda7f784d 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/LocalConnectionChecker.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/LocalConnectionChecker.java @@ -87,9 +87,10 @@ void checkLocalConnection(ConnectionOptions options) { } else { msg = String.format( - "The environment variable SPANNER_EMULATOR_HOST has been set to '%s', but no running" - + " emulator or other server could be found at that address.\n" - + "Please check the environment variable and/or that the emulator is running.", + "The environment variable SPANNER_EMULATOR_HOST has been set to '%s', but no" + + " running emulator or other server could be found at that address.\n" + + "Please check the environment variable and/or that the emulator is" + + " running.", emulatorHost); } throw SpannerExceptionFactory.newSpannerException(ErrorCode.UNAVAILABLE, msg); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ReadWriteTransaction.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ReadWriteTransaction.java index 828c17141a..19e9d8e61c 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ReadWriteTransaction.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ReadWriteTransaction.java @@ -117,6 +117,7 @@ class ReadWriteTransaction extends AbstractMultiUseTransaction { */ private static final ThreadLocal CURRENT_ACTIVE_TRANSACTION = new ThreadLocal<>(); + /** * The name of the automatic savepoint that is generated by the Connection API if automatically * aborting the current active transaction on the emulator is enabled. @@ -133,6 +134,7 @@ class ReadWriteTransaction extends AbstractMultiUseTransaction { * Spanner. */ private final boolean useAutoSavepointsForEmulator; + /** * The savepoint that was automatically generated after executing the last statement. This is used * to abort transactions on the emulator, if one thread tries to execute concurrent transactions @@ -417,9 +419,10 @@ private void checkValidStateAndMarkStarted() { + " is allowed."); ConnectionPreconditions.checkState( this.retryAbortsInternally || this.rolledBackToSavepointException == null, - "Cannot resume execution after rolling back to a savepoint if internal retries have been disabled. " - + "Call Connection#setRetryAbortsInternally(true) or execute `SET RETRY_ABORTS_INTERNALLY=TRUE` to enable " - + "resuming execution after rolling back to a savepoint."); + "Cannot resume execution after rolling back to a savepoint if internal retries have been" + + " disabled. Call Connection#setRetryAbortsInternally(true) or execute `SET" + + " RETRY_ABORTS_INTERNALLY=TRUE` to enable resuming execution after rolling back to a" + + " savepoint."); checkTimedOut(); if (transactionStarted == null) { transactionStarted = Timestamp.now(); @@ -521,7 +524,8 @@ void checkAborted() { } else { throw SpannerExceptionFactory.newSpannerException( ErrorCode.ABORTED, - "This transaction has already been aborted. Rollback this transaction to start a new one.", + "This transaction has already been aborted. Rollback this transaction to start a new" + + " one.", this.abortedException); } } @@ -1127,7 +1131,8 @@ private void handleAborted(AbortedException aborted) { invokeTransactionRetryListenersOnFinish(RetryResult.RETRY_SUCCESSFUL); logger.fine( toString() - + ": Internal transaction retry succeeded. Starting retry of original statement."); + + ": Internal transaction retry succeeded. Starting retry of original" + + " statement."); // Retry succeeded, return and continue the original transaction. break; } catch (AbortedDueToConcurrentModificationException e) { @@ -1191,7 +1196,8 @@ private void throwAbortWithRetryAttemptsExceeded() throws SpannerException { invokeTransactionRetryListenersOnFinish(RetryResult.RETRY_ABORTED_AND_MAX_ATTEMPTS_EXCEEDED); logger.fine( toString() - + ": Internal transaction retry aborted and max number of retry attempts has been exceeded"); + + ": Internal transaction retry aborted and max number of retry attempts has been" + + " exceeded"); // Try to rollback the transaction and ignore any exceptions. // Normally it should not be necessary to do this, but in order to be sure we never leak // any sessions it is better to do so. diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SimpleParser.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SimpleParser.java index b7dd3cca45..bfcb48f99a 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SimpleParser.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SimpleParser.java @@ -102,7 +102,7 @@ boolean isInParenthesis() { /** Constructs a simple parser for the given SQL string and dialect. */ SimpleParser(Dialect dialect, String sql) { - this(dialect, sql, 0, /* treatHintCommentsAsTokens = */ false); + this(dialect, sql, 0, /* treatHintCommentsAsTokens= */ false); } /** @@ -138,7 +138,7 @@ void skipHint() { // comments and comments are automatically skipped by all methods. if (getDialect() == Dialect.GOOGLE_STANDARD_SQL && eatTokens('@', '{')) { while (pos < length && !eatToken('}')) { - pos = statementParser.skip(sql, pos, /*result=*/ null); + pos = statementParser.skip(sql, pos, /* result= */ null); } } } @@ -222,7 +222,7 @@ Result eatSingleQuotedString() { } boolean peekTokens(char... tokens) { - return internalEatTokens(/* updatePos = */ false, tokens); + return internalEatTokens(/* updatePos= */ false, tokens); } /** @@ -231,7 +231,7 @@ boolean peekTokens(char... tokens) { * are not equal to the list of tokens. */ boolean eatTokens(char... tokens) { - return internalEatTokens(/* updatePos = */ true, tokens); + return internalEatTokens(/* updatePos= */ true, tokens); } /** @@ -350,9 +350,9 @@ static boolean isValidIdentifierChar(char c) { void skipWhitespaces() { while (pos < sql.length()) { if (sql.charAt(pos) == HYPHEN && sql.length() > (pos + 1) && sql.charAt(pos + 1) == HYPHEN) { - skipSingleLineComment(/* prefixLength = */ 2); + skipSingleLineComment(/* prefixLength= */ 2); } else if (statementParser.supportsHashSingleLineComments() && sql.charAt(pos) == DASH) { - skipSingleLineComment(/* prefixLength = */ 1); + skipSingleLineComment(/* prefixLength= */ 1); } else if (sql.charAt(pos) == SLASH && sql.length() > (pos + 1) && sql.charAt(pos + 1) == ASTERISK) { diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SingleUseTransaction.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SingleUseTransaction.java index 85cef17f9d..ba11cfdc5a 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SingleUseTransaction.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SingleUseTransaction.java @@ -218,7 +218,8 @@ public ApiFuture executeQueryAsync( statement.isQuery() || (statement.isUpdate() && (analyzeMode != AnalyzeMode.NONE || statement.hasReturningClause())), - "The statement must be a query, or the statement must be DML and AnalyzeMode must be PLAN or PROFILE"); + "The statement must be a query, or the statement must be DML and AnalyzeMode must be PLAN" + + " or PROFILE"); try (Scope ignore = span.makeCurrent()) { checkAndMarkUsed(); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SpannerPool.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SpannerPool.java index 4a4062a0bb..60b1acfb60 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SpannerPool.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/SpannerPool.java @@ -250,6 +250,7 @@ public int hashCode() { * threads to be created when the connection API is not used. */ private boolean initialized = false; + /** * Thread that will be run as a shutdown hook on closing the application. This thread will close * any Spanner instances opened by the Connection API that are still open. @@ -492,7 +493,8 @@ void checkAndCloseSpanners( ErrorCode.FAILED_PRECONDITION, "There is/are " + keysStillInUse.size() - + " connection(s) still open. Close all connections before calling closeSpanner()"); + + " connection(s) still open. Close all connections before calling" + + " closeSpanner()"); } } finally { if (closerService != null) { diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/StatementExecutor.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/StatementExecutor.java index 7340834a92..6e410f31e8 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/StatementExecutor.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/StatementExecutor.java @@ -138,6 +138,7 @@ java.time.Duration asDuration() { */ private static final ThreadFactory DEFAULT_VIRTUAL_THREAD_FACTORY = ThreadFactoryUtil.createVirtualOrPlatformDaemonThreadFactory("connection-executor", true); + /** * Use a {@link ThreadFactory} that produces daemon threads and sets a recognizable name on the * threads. diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/StatementHintParser.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/StatementHintParser.java index d6d4a7fa48..727582bb8c 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/StatementHintParser.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/StatementHintParser.java @@ -61,8 +61,8 @@ class StatementHintParser { new SimpleParser( dialect, sql, - /* pos = */ 0, - /* treatHintCommentsAsTokens = */ dialect == Dialect.POSTGRESQL); + /* pos= */ 0, + /* treatHintCommentsAsTokens= */ dialect == Dialect.POSTGRESQL); this.hasStatementHints = parser.peekTokens(getStartHintTokens(dialect)); if (this.hasStatementHints) { Tuple> hints = extract(parser, clientSideStatementHintNames); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/TransactionRunnerImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/TransactionRunnerImpl.java index 6c959d3e5f..504b084dba 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/TransactionRunnerImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/TransactionRunnerImpl.java @@ -34,7 +34,7 @@ class TransactionRunnerImpl { T run(TransactionCallable callable) { connection.beginTransaction(); // Disable internal retries during this transaction. - connection.setRetryAbortsInternally(/* retryAbortsInternally = */ false, /* local = */ true); + connection.setRetryAbortsInternally(/* retryAbortsInternally= */ false, /* local= */ true); UnitOfWork transaction = connection.getCurrentUnitOfWorkOrStartNewUnitOfWork(); while (true) { try { diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/UnitOfWork.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/UnitOfWork.java index 8098192222..82b1bf8a15 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/UnitOfWork.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/UnitOfWork.java @@ -87,16 +87,24 @@ interface EndTransactionCallback { /** Cancel the currently running statement (if any and the statement may be cancelled). */ void cancel(); - /** @return the type of unit of work. */ + /** + * @return the type of unit of work. + */ Type getType(); - /** @return the current state of this unit of work. */ + /** + * @return the current state of this unit of work. + */ UnitOfWorkState getState(); - /** @return true if this unit of work is still active. */ + /** + * @return true if this unit of work is still active. + */ boolean isActive(); - /** @return the {@link Span} that is used by this {@link UnitOfWork}. */ + /** + * @return the {@link Span} that is used by this {@link UnitOfWork}. + */ Span getSpan(); /** Returns true if this transaction can only be used for a single statement. */ @@ -129,13 +137,19 @@ default void resetForRetry() { throw new UnsupportedOperationException(); } - /** @see Connection#savepoint(String) */ + /** + * @see Connection#savepoint(String) + */ void savepoint(@Nonnull String name, @Nonnull Dialect dialect); - /** @see Connection#releaseSavepoint(String) */ + /** + * @see Connection#releaseSavepoint(String) + */ void releaseSavepoint(@Nonnull String name); - /** @see Connection#rollbackToSavepoint(String) */ + /** + * @see Connection#rollbackToSavepoint(String) + */ void rollbackToSavepoint(@Nonnull String name, @Nonnull SavepointSupport savepointSupport); /** @@ -157,7 +171,9 @@ default void resetForRetry() { */ void abortBatch(); - /** @return true if this unit of work is read-only. */ + /** + * @return true if this unit of work is read-only. + */ boolean isReadOnly(); /** @@ -202,7 +218,9 @@ ApiFuture partitionQueryAsync( */ Timestamp getReadTimestamp(); - /** @return the read timestamp of this transaction or null if there is no read timestamp. */ + /** + * @return the read timestamp of this transaction or null if there is no read timestamp. + */ Timestamp getReadTimestampOrNull(); /** @@ -211,7 +229,9 @@ ApiFuture partitionQueryAsync( */ Timestamp getCommitTimestamp(); - /** @return the commit timestamp of this transaction or null if there is no commit timestamp. */ + /** + * @return the commit timestamp of this transaction or null if there is no commit timestamp. + */ Timestamp getCommitTimestampOrNull(); /** diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java index 7f661c013d..fa5719c95c 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java @@ -409,15 +409,13 @@ public GapicSpannerRpc(final SpannerOptions options) { try { SpannerStubSettings spannerStubSettings = - options - .getSpannerStubSettings() - .toBuilder() + options.getSpannerStubSettings().toBuilder() .setTransportChannelProvider(channelProvider) .setCredentialsProvider(credentialsProvider) .setStreamWatchdogProvider(watchdogProvider) .setTracerFactory( options.getApiTracerFactory( - /* isAdminClient = */ false, isEmulatorEnabled(options, emulatorHost))) + /* isAdminClient= */ false, isEmulatorEnabled(options, emulatorHost))) .build(); ClientContext clientContext = ClientContext.create(spannerStubSettings); this.spannerStub = @@ -440,11 +438,7 @@ public GapicSpannerRpc(final SpannerOptions options) { this.commitRetrySettings = options.getSpannerStubSettings().commitSettings().getRetrySettings(); partitionedDmlRetrySettings = - options - .getSpannerStubSettings() - .executeSqlSettings() - .getRetrySettings() - .toBuilder() + options.getSpannerStubSettings().executeSqlSettings().getRetrySettings().toBuilder() .setInitialRpcTimeout(options.getPartitionedDmlTimeout()) .setMaxRpcTimeout(options.getPartitionedDmlTimeout()) .setTotalTimeout(options.getPartitionedDmlTimeout()) @@ -457,7 +451,7 @@ public GapicSpannerRpc(final SpannerOptions options) { .setStreamWatchdogProvider(watchdogProvider) .setTracerFactory( options.getApiTracerFactory( - /* isAdminClient = */ false, isEmulatorEnabled(options, emulatorHost))) + /* isAdminClient= */ false, isEmulatorEnabled(options, emulatorHost))) .executeSqlSettings() .setRetrySettings(partitionedDmlRetrySettings); pdmlSettings.executeStreamingSqlSettings().setRetrySettings(partitionedDmlRetrySettings); @@ -479,28 +473,24 @@ public GapicSpannerRpc(final SpannerOptions options) { this.partitionedDmlStub = GrpcSpannerStubWithStubSettingsAndClientContext.create(pdmlSettings.build()); this.instanceAdminStubSettings = - options - .getInstanceAdminStubSettings() - .toBuilder() + options.getInstanceAdminStubSettings().toBuilder() .setTransportChannelProvider(channelProvider) .setCredentialsProvider(credentialsProvider) .setStreamWatchdogProvider(watchdogProvider) .setTracerFactory( options.getApiTracerFactory( - /* isAdminClient = */ true, isEmulatorEnabled(options, emulatorHost))) + /* isAdminClient= */ true, isEmulatorEnabled(options, emulatorHost))) .build(); this.instanceAdminStub = GrpcInstanceAdminStub.create(instanceAdminStubSettings); this.databaseAdminStubSettings = - options - .getDatabaseAdminStubSettings() - .toBuilder() + options.getDatabaseAdminStubSettings().toBuilder() .setTransportChannelProvider(channelProvider) .setCredentialsProvider(credentialsProvider) .setStreamWatchdogProvider(watchdogProvider) .setTracerFactory( options.getApiTracerFactory( - /* isAdminClient = */ true, isEmulatorEnabled(options, emulatorHost))) + /* isAdminClient= */ true, isEmulatorEnabled(options, emulatorHost))) .build(); // Automatically retry RESOURCE_EXHAUSTED for GetOperation if auto-throttling of @@ -651,9 +641,7 @@ private static void checkEmulatorConnection( // Do a quick check to see if the emulator is actually running. try { InstanceAdminStubSettings.Builder testEmulatorSettings = - options - .getInstanceAdminStubSettings() - .toBuilder() + options.getInstanceAdminStubSettings().toBuilder() .setTransportChannelProvider(channelProvider) .setCredentialsProvider(credentialsProvider); testEmulatorSettings diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/SpannerRpc.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/SpannerRpc.java index 9ad9420474..73671b91ff 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/SpannerRpc.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/SpannerRpc.java @@ -269,6 +269,7 @@ OperationFuture updateDatabase( Database database, FieldMask fieldMask) throws SpannerException; GetDatabaseDdlResponse getDatabaseDdl(String databaseName) throws SpannerException; + /** Lists the backups in the specified instance. */ Paginated listBackups( String instanceName, int pageSize, @Nullable String filter, @Nullable String pageToken) diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/SpannerRpcViews.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/SpannerRpcViews.java index 7d6cc163b4..21f639e130 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/SpannerRpcViews.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/SpannerRpcViews.java @@ -37,6 +37,7 @@ public class SpannerRpcViews { /** Unit to represent milliseconds. */ private static final String MILLISECOND = "ms"; + /** Unit to represent counts. */ private static final String COUNT = "1"; @@ -51,13 +52,16 @@ public class SpannerRpcViews { public static final MeasureLong SPANNER_GFE_LATENCY = MeasureLong.create( "cloud.google.com/java/spanner/gfe_latency", - "Latency between Google's network receiving an RPC and reading back the first byte of the response", + "Latency between Google's network receiving an RPC and reading back the first byte of the" + + " response", MILLISECOND); + /** Number of responses without the server-timing header. */ public static final MeasureLong SPANNER_GFE_HEADER_MISSING_COUNT = MeasureLong.create( "cloud.google.com/java/spanner/gfe_header_missing_count", - "Number of RPC responses received without the server-timing header, most likely means that the RPC never reached Google's network", + "Number of RPC responses received without the server-timing header, most likely means" + + " that the RPC never reached Google's network", COUNT); static final List RPC_MILLIS_BUCKET_BOUNDARIES = @@ -72,7 +76,8 @@ public class SpannerRpcViews { static final View SPANNER_GFE_LATENCY_VIEW = View.create( View.Name.create("cloud.google.com/java/spanner/gfe_latency"), - "Latency between Google's network receiving an RPC and reading back the first byte of the response", + "Latency between Google's network receiving an RPC and reading back the first byte of the" + + " response", SPANNER_GFE_LATENCY, AGGREGATION_WITH_MILLIS_HISTOGRAM, ImmutableList.of(METHOD, PROJECT_ID, INSTANCE_ID, DATABASE_ID)); @@ -81,7 +86,8 @@ public class SpannerRpcViews { static final View SPANNER_GFE_HEADER_MISSING_COUNT_VIEW = View.create( View.Name.create("cloud.google.com/java/spanner/gfe_header_missing_count"), - "Number of RPC responses received without the server-timing header, most likely means that the RPC never reached Google's network", + "Number of RPC responses received without the server-timing header, most likely means" + + " that the RPC never reached Google's network", SPANNER_GFE_HEADER_MISSING_COUNT, SUM, ImmutableList.of(METHOD, PROJECT_ID, INSTANCE_ID, DATABASE_ID)); @@ -99,7 +105,8 @@ public class SpannerRpcViews { */ @VisibleForTesting @ObsoleteApi( - "The OpenCensus project is deprecated. Use OpenTelemetry to get gfe_latency and gfe_header_missing_count metrics.") + "The OpenCensus project is deprecated. Use OpenTelemetry to get gfe_latency and" + + " gfe_header_missing_count metrics.") public static void registerGfeLatencyAndHeaderMissingCountViews() { if (SpannerOptions.isEnabledOpenCensusMetrics()) { viewManager.registerView(SPANNER_GFE_LATENCY_VIEW); @@ -116,7 +123,8 @@ public static void registerGfeLatencyAndHeaderMissingCountViews() { */ @VisibleForTesting @ObsoleteApi( - "The OpenCensus project is deprecated. Use OpenTelemetry to get gfe_latency and gfe_header_missing_count metrics.") + "The OpenCensus project is deprecated. Use OpenTelemetry to get gfe_latency and" + + " gfe_header_missing_count metrics.") public static void registerGfeLatencyView() { if (SpannerOptions.isEnabledOpenCensusMetrics()) { viewManager.registerView(SPANNER_GFE_LATENCY_VIEW); @@ -132,7 +140,8 @@ public static void registerGfeLatencyView() { */ @VisibleForTesting @ObsoleteApi( - "The OpenCensus project is deprecated. Use OpenTelemetry to get gfe_latency and gfe_header_missing_count metrics.") + "The OpenCensus project is deprecated. Use OpenTelemetry to get gfe_latency and" + + " gfe_header_missing_count metrics.") public static void registerGfeHeaderMissingCountView() { if (SpannerOptions.isEnabledOpenCensusMetrics()) { viewManager.registerView(SPANNER_GFE_HEADER_MISSING_COUNT_VIEW); diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/testing/RemoteSpannerHelper.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/testing/RemoteSpannerHelper.java index e2001364ab..c70c2c93cc 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/testing/RemoteSpannerHelper.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/testing/RemoteSpannerHelper.java @@ -54,7 +54,8 @@ public class RemoteSpannerHelper { private final InstanceId instanceId; private static final AtomicInteger dbSeq = new AtomicInteger(); private static final int dbPrefix = new Random().nextInt(Integer.MAX_VALUE); - private static final AtomicInteger dbRoleSeq = new AtomicInteger();; + private static final AtomicInteger dbRoleSeq = new AtomicInteger(); + ; private static int dbRolePrefix = new Random().nextInt(Integer.MAX_VALUE); private static final AtomicInteger backupSeq = new AtomicInteger(); private static final int backupPrefix = new Random().nextInt(Integer.MAX_VALUE); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/AbstractAsyncTransactionTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/AbstractAsyncTransactionTest.java index 2296b2d4d6..4abe06b102 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/AbstractAsyncTransactionTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/AbstractAsyncTransactionTest.java @@ -100,9 +100,7 @@ public void before() { .build() .getService(); spannerWithEmptySessionPool = - spanner - .getOptions() - .toBuilder() + spanner.getOptions().toBuilder() .setSessionPoolOption( SessionPoolOptions.newBuilder() .setFailOnSessionLeak() diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/AbstractLatencyBenchmark.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/AbstractLatencyBenchmark.java index f50ef5e209..80a376efa0 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/AbstractLatencyBenchmark.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/AbstractLatencyBenchmark.java @@ -41,6 +41,7 @@ public abstract class AbstractLatencyBenchmark { static final int NUM_GRPC_CHANNELS = Integer.valueOf( MoreObjects.firstNonNull(System.getenv("SPANNER_TEST_JMH_NUM_GRPC_CHANNELS"), "4")); + /** * Total number of reads per test run for 1 thread. Increasing the value here will increase the * duration of the benchmark. For ex - With PARALLEL_THREADS = 2, TOTAL_READS_PER_RUN = 200, there diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/BackendExhaustedTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/BackendExhaustedTest.java index dba6d76e91..d9bc779587 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/BackendExhaustedTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/BackendExhaustedTest.java @@ -129,8 +129,7 @@ public void setUp() throws Exception { ((GrpcTransportOptions) options.getTransportOptions()).getExecutorFactory(); ScheduledThreadPoolExecutor executor = (ScheduledThreadPoolExecutor) executorFactory.get(); options = - options - .toBuilder() + options.toBuilder() .setSessionPoolOption( SessionPoolOptions.newBuilder() .setMinSessions(executor.getCorePoolSize()) diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/CloseSpannerWithOpenResultSetTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/CloseSpannerWithOpenResultSetTest.java index c8228e5ecf..7988e53f84 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/CloseSpannerWithOpenResultSetTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/CloseSpannerWithOpenResultSetTest.java @@ -140,7 +140,7 @@ public void testNormalDatabaseClient_closedSpannerWithOpenResultSet_sessionsAreD && ((DeleteSessionRequest) request) .getName() .equals(executeSqlRequests.get(0).getSession()), - /*timeoutMillis=*/ 1000L); + /* timeoutMillis= */ 1000L); service.shutdownNow(); } } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseAdminClientImplTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseAdminClientImplTest.java index 8715d4e810..f889d5b5f6 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseAdminClientImplTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseAdminClientImplTest.java @@ -121,8 +121,7 @@ private DatabaseRole getAnotherDatabaseRoleProto() { } private Database getEncryptedDatabaseProto() { - return getDatabaseProto() - .toBuilder() + return getDatabaseProto().toBuilder() .setEncryptionConfig( com.google.spanner.admin.database.v1.EncryptionConfig.newBuilder() .setKmsKeyName(KMS_KEY_NAME) diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseAdminClientTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseAdminClientTest.java index e93066f268..752f4c524c 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseAdminClientTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseAdminClientTest.java @@ -185,8 +185,7 @@ public static void startStaticServer() throws Exception { .setRpcTimeoutMultiplier(1.3) .build())); builder.setRetryAdministrativeRequestsSettings( - SpannerOptions.Builder.DEFAULT_ADMIN_REQUESTS_LIMIT_EXCEEDED_RETRY_SETTINGS - .toBuilder() + SpannerOptions.Builder.DEFAULT_ADMIN_REQUESTS_LIMIT_EXCEEDED_RETRY_SETTINGS.toBuilder() .setInitialRetryDelayDuration(Duration.ofNanos(1L)) .build()); spanner = @@ -952,9 +951,7 @@ public void testRetriesDisabledForOperationOnAdminMethodQuotaPerMinutePerProject mockDatabaseAdmin.clearRequests(); try (Spanner spannerWithoutRetries = - spanner - .getOptions() - .toBuilder() + spanner.getOptions().toBuilder() .disableAdministrativeRequestRetries() .build() .getService()) { diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseClientImplTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseClientImplTest.java index 70209917f0..e539c87e1c 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseClientImplTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseClientImplTest.java @@ -251,9 +251,7 @@ public void setUp() { .build() .getService(); spannerWithEmptySessionPool = - spanner - .getOptions() - .toBuilder() + spanner.getOptions().toBuilder() .setSessionPoolOption( SessionPoolOptions.newBuilder().setMinSessions(0).setFailOnSessionLeak().build()) .build() @@ -1645,9 +1643,7 @@ public void testExecuteQuery_withDirectedReadOptionsViaRequest() { @Test public void testExecuteQuery_withDirectedReadOptionsViaSpannerOptions() { Spanner spannerWithDirectedReadOptions = - spanner - .getOptions() - .toBuilder() + spanner.getOptions().toBuilder() .setDirectedReadOptions(DIRECTED_READ_OPTIONS2) .build() .getService(); @@ -1668,9 +1664,7 @@ public void testExecuteQuery_withDirectedReadOptionsViaSpannerOptions() { @Test public void testExecuteQuery_whenMultipleDirectedReadsOptions_preferRequestOption() { Spanner spannerWithDirectedReadOptions = - spanner - .getOptions() - .toBuilder() + spanner.getOptions().toBuilder() .setDirectedReadOptions(DIRECTED_READ_OPTIONS2) .build() .getService(); @@ -1806,9 +1800,7 @@ public void testExecuteReadWithDirectedReadOptions() { @Test public void testExecuteReadWithDirectedReadOptionsViaSpannerOptions() { Spanner spannerWithDirectedReadOptions = - spanner - .getOptions() - .toBuilder() + spanner.getOptions().toBuilder() .setDirectedReadOptions(DIRECTED_READ_OPTIONS2) .build() .getService(); @@ -1830,9 +1822,7 @@ public void testExecuteReadWithDirectedReadOptionsViaSpannerOptions() { @Test public void testReadWriteExecuteQueryWithDirectedReadOptionsViaSpannerOptions() { Spanner spannerWithDirectedReadOptions = - spanner - .getOptions() - .toBuilder() + spanner.getOptions().toBuilder() .setDirectedReadOptions(DIRECTED_READ_OPTIONS2) .build() .getService(); @@ -4350,9 +4340,7 @@ public void testGetDialectDefault() { @Test public void testGetDialectDefaultPreloaded() { try (Spanner spanner = - this.spanner - .getOptions() - .toBuilder() + this.spanner.getOptions().toBuilder() .setSessionPoolOption( SessionPoolOptions.newBuilder().setAutoDetectDialect(true).build()) .build() @@ -4380,9 +4368,7 @@ public void testGetDialectPostgreSQL() { public void testGetDialectPostgreSQLPreloaded() { mockSpanner.putStatementResult(StatementResult.detectDialectResult(Dialect.POSTGRESQL)); try (Spanner spanner = - this.spanner - .getOptions() - .toBuilder() + this.spanner.getOptions().toBuilder() .setSessionPoolOption( SessionPoolOptions.newBuilder().setAutoDetectDialect(true).build()) .build() @@ -4421,9 +4407,7 @@ public void testGetDialectDefaultPreloaded_FailsDirectlyIfDatabaseNotFound() { mockSpanner.setCreateSessionExecutionTime( SimulatedExecutionTime.stickyDatabaseNotFoundException("invalid-database")); try (Spanner spanner = - this.spanner - .getOptions() - .toBuilder() + this.spanner.getOptions().toBuilder() .setSessionPoolOption( SessionPoolOptions.newBuilder().setAutoDetectDialect(true).build()) .build() @@ -4855,7 +4839,9 @@ public void testMetadataUnknownTypes() { // There are no rows, but we need to call resultSet.next() before we can get the metadata. assertFalse(resultSet.next()); assertEquals( - "STRUCT, c3 UNRECOGNIZED, c4 ARRAY, c5 ARRAY>, c6 UNRECOGNIZED, c7 ARRAY>>", + "STRUCT, c3 UNRECOGNIZED, c4" + + " ARRAY, c5 ARRAY>, c6" + + " UNRECOGNIZED, c7 ARRAY>>", resultSet.getType().toString()); assertEquals( "UNRECOGNIZED", resultSet.getType().getStructFields().get(0).getType().toString()); @@ -4971,11 +4957,19 @@ public void testStatementWithUnnamedParametersAndMultiLineComment() { client .getStatementFactory() .withUnnamedParameters( - "# comment about ? in the statement\nselect id from test\n /* This is a ? comment \n about ? */ \n where b=? # this is a inline command about ?", + "# comment about ? in the statement\n" + + "select id from test\n" + + " /* This is a ? comment \n" + + " about ? */ \n" + + " where b=? # this is a inline command about ?", true); Statement generatedStatement = Statement.newBuilder( - "# comment about ? in the statement\nselect id from test\n /* This is a ? comment \n about ? */ \n where b=@p1 # this is a inline command about ?") + "# comment about ? in the statement\n" + + "select id from test\n" + + " /* This is a ? comment \n" + + " about ? */ \n" + + " where b=@p1 # this is a inline command about ?") .bind("p1") .to(true) .build(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseTest.java index f49ba026d4..dc65f73861 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/DatabaseTest.java @@ -157,8 +157,7 @@ public void testToProto() { public void testUnspecifiedDialectDefaultsToGoogleStandardSqlDialect() { final Database database = Database.fromProto( - defaultProtoDatabase() - .toBuilder() + defaultProtoDatabase().toBuilder() .setDatabaseDialect(DatabaseDialect.DATABASE_DIALECT_UNSPECIFIED) .build(), dbClient); @@ -172,8 +171,7 @@ public void testUnrecognizedDialectThrowsException() { IllegalArgumentException.class, () -> Database.fromProto( - defaultProtoDatabase() - .toBuilder() + defaultProtoDatabase().toBuilder() .setDatabaseDialect(DatabaseDialect.UNRECOGNIZED) .build(), dbClient)); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/GrpcResultSetTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/GrpcResultSetTest.java index 1a2cdf6eb6..aa8fc524ef 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/GrpcResultSetTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/GrpcResultSetTest.java @@ -87,7 +87,7 @@ public void onPrecommitToken(MultiplexedSessionPrecommitToken token) {} @Before public void setUp() { - stream = new GrpcStreamIterator(10, /*cancelQueryWhenClientIsClosed=*/ false); + stream = new GrpcStreamIterator(10, /* cancelQueryWhenClientIsClosed= */ false); stream.setCall( new SpannerRpc.StreamingCall() { @Override diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InlineBeginTransactionTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InlineBeginTransactionTest.java index 65f4c5007f..6a4f832633 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InlineBeginTransactionTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InlineBeginTransactionTest.java @@ -1875,7 +1875,8 @@ public void testInlinedBeginTx_withCancelledOnFirstStatement() { statement, Status.CANCELLED .withDescription( - "Read/query was cancelled due to the enclosing transaction being invalidated by a later transaction in the same session.") + "Read/query was cancelled due to the enclosing transaction being invalidated" + + " by a later transaction in the same session.") .asRuntimeException())); DatabaseClient client = @@ -1920,7 +1921,8 @@ public void testInlinedBeginTx_withStickyCancelledOnFirstStatement() { statement, Status.CANCELLED .withDescription( - "Read/query was cancelled due to the enclosing transaction being invalidated by a later transaction in the same session.") + "Read/query was cancelled due to the enclosing transaction being invalidated" + + " by a later transaction in the same session.") .asRuntimeException())); DatabaseClient client = diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceAdminClientImplTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceAdminClientImplTest.java index 558efff748..dc80eb39fa 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceAdminClientImplTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceAdminClientImplTest.java @@ -280,8 +280,7 @@ public void createInstance() throws Exception { when(rpc.createInstance( "projects/" + PROJECT_ID, INSTANCE_ID, - getInstanceProto() - .toBuilder() + getInstanceProto().toBuilder() .setProcessingUnits(0) .setEdition(com.google.spanner.admin.instance.v1.Instance.Edition.ENTERPRISE_PLUS) .build())) diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceInfoTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceInfoTest.java index e12bb17382..645c696e3e 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceInfoTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceInfoTest.java @@ -89,8 +89,7 @@ public void testBuildInstanceInfo() { assertEquals(Timestamp.ofTimeMicroseconds(46000), info.getCreateTime()); AutoscalingConfig newAutoscalingConfig = - autoscalingConfig - .toBuilder() + autoscalingConfig.toBuilder() .setAutoscalingLimits( AutoscalingConfig.AutoscalingLimits.newBuilder().setMinNodes(10).setMaxNodes(100)) .build(); @@ -172,12 +171,9 @@ public void testEquals() { .build(); AutoscalingConfig autoscalingConfig2 = - autoscalingConfig1 - .toBuilder() + autoscalingConfig1.toBuilder() .setAutoscalingLimits( - autoscalingConfig1 - .getAutoscalingLimits() - .toBuilder() + autoscalingConfig1.getAutoscalingLimits().toBuilder() .setMinNodes(50) .setMaxNodes(100)) .build(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceTest.java index 2dfa08ef36..692d92de89 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/InstanceTest.java @@ -86,14 +86,12 @@ public void buildInstance() { assertEquals(Timestamp.ofTimeMicroseconds(46000), instance.getCreateTime()); AutoscalingConfig newAutoscalingConfig = - autoscalingConfig - .toBuilder() + autoscalingConfig.toBuilder() .setAutoscalingLimits( AutoscalingConfig.AutoscalingLimits.newBuilder().setMinNodes(10).setMaxNodes(100)) .build(); instance = - instance - .toBuilder() + instance.toBuilder() .setDisplayName("new test instance") .setAutoscalingConfig(newAutoscalingConfig) .build(); @@ -172,12 +170,9 @@ public void equalityWithAutoscalingConfig() { .build(); AutoscalingConfig autoscalingConfig2 = - autoscalingConfig1 - .toBuilder() + autoscalingConfig1.toBuilder() .setAutoscalingLimits( - autoscalingConfig1 - .getAutoscalingLimits() - .toBuilder() + autoscalingConfig1.getAutoscalingLimits().toBuilder() .setMinNodes(50) .setMaxNodes(100)) .build(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnv.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnv.java index b7cdcd3d47..17579fc50e 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnv.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnv.java @@ -190,8 +190,7 @@ public SpannerOptions spannerOptionsWithEndToEndTracing(SpannerOptions options) .setPropagators(ContextPropagators.create(W3CTraceContextPropagator.getInstance())) .build(); SpannerOptions.enableOpenTelemetryTraces(); - return options - .toBuilder() + return options.toBuilder() .setOpenTelemetry(openTelemetry) .setEnableEndToEndTracing(true) .build(); @@ -284,7 +283,8 @@ static boolean isRetryableResourceExhaustedException(SpannerException exception) return exception .getMessage() .contains( - "Quota exceeded for quota metric 'Instance create requests' and limit 'Instance create requests per minute'") + "Quota exceeded for quota metric 'Instance create requests' and limit 'Instance" + + " create requests per minute'") || exception.getMessage().matches(".*cannot add \\d+ nodes in region.*"); } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnvTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnvTest.java index 8aa6d55051..5164c3c8b6 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnvTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnvTest.java @@ -39,16 +39,23 @@ public void testIsRetryableResourceExhaustedException() { isRetryableResourceExhaustedException( SpannerExceptionFactory.newSpannerException( ErrorCode.RESOURCE_EXHAUSTED, - "Operation with name \"projects/my-project/instances/my-instance/operations/32bb3dccf4243afc\" failed with status = GrpcStatusCode{transportCode=RESOURCE_EXHAUSTED} and message = Project 123 cannot add 1 nodes in region ."))); + "Operation with name" + + " \"projects/my-project/instances/my-instance/operations/32bb3dccf4243afc\"" + + " failed with status = GrpcStatusCode{transportCode=RESOURCE_EXHAUSTED} and" + + " message = Project 123 cannot add 1 nodes in region ."))); assertTrue( isRetryableResourceExhaustedException( SpannerExceptionFactory.newSpannerException( ErrorCode.RESOURCE_EXHAUSTED, - "Operation with name \"projects/my-project/instances/my-instance/operations/32bb3dccf4243afc\" failed with status = GrpcStatusCode{transportCode=RESOURCE_EXHAUSTED} and message = Project 123 cannot add 99 nodes in region ."))); + "Operation with name" + + " \"projects/my-project/instances/my-instance/operations/32bb3dccf4243afc\"" + + " failed with status = GrpcStatusCode{transportCode=RESOURCE_EXHAUSTED} and" + + " message = Project 123 cannot add 99 nodes in region ."))); assertTrue( isRetryableResourceExhaustedException( SpannerExceptionFactory.newSpannerException( ErrorCode.RESOURCE_EXHAUSTED, - "Could not create instance. Quota exceeded for quota metric 'Instance create requests' and limit 'Instance create requests per minute'"))); + "Could not create instance. Quota exceeded for quota metric 'Instance create" + + " requests' and limit 'Instance create requests per minute'"))); } } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/KeySetTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/KeySetTest.java index 7ed74283f3..1b1fc0222e 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/KeySetTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/KeySetTest.java @@ -90,8 +90,7 @@ public void toBuilder() { assertThat(set.getRanges()).isEmpty(); set = - KeySet.range(KeyRange.closedOpen(Key.of("a"), Key.of("b"))) - .toBuilder() + KeySet.range(KeyRange.closedOpen(Key.of("a"), Key.of("b"))).toBuilder() .addRange(KeyRange.closedOpen(Key.of("c"), Key.of("d"))) .build(); assertThat(set.isAll()).isFalse(); @@ -250,8 +249,7 @@ public void serializationMulti() { @Test public void serializationMultiWithAll() { KeySet keySet = - KeySet.all() - .toBuilder() + KeySet.all().toBuilder() .addKey(Key.of("a", 1)) .addRange(KeyRange.closedOpen(Key.of("m"), Key.of("p"))) .build(); @@ -266,8 +264,7 @@ public void serializationMultiWithAll() { @Test public void javaSerialization() { reserializeAndAssert( - KeySet.all() - .toBuilder() + KeySet.all().toBuilder() .addKey(Key.of("a", 1)) .addRange(KeyRange.closedOpen(Key.of("m"), Key.of("p"))) .build()); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/MockDatabaseAdminServiceImpl.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/MockDatabaseAdminServiceImpl.java index 4165f168d8..8cd784b4f2 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/MockDatabaseAdminServiceImpl.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/MockDatabaseAdminServiceImpl.java @@ -233,8 +233,7 @@ public Empty call() throws Exception { } metadata = metadata.toBuilder().addAllCommitTimestamps(commitTimestamps).build(); operations.update( - operation - .toBuilder() + operation.toBuilder() .setMetadata(Any.pack(metadata)) .setDone(true) .setResponse(Any.pack(Empty.getDefaultInstance())) @@ -269,14 +268,12 @@ public Backup call() throws Exception { CreateBackupMetadata metadata = operation.getMetadata().unpack(CreateBackupMetadata.class); metadata = - metadata - .toBuilder() + metadata.toBuilder() .setProgress( metadata.getProgress().toBuilder().setProgressPercent(progress).build()) .build(); operations.update( - operation - .toBuilder() + operation.toBuilder() .setMetadata(Any.pack(metadata)) .setResponse(Any.pack(proto)) .build()); @@ -287,19 +284,15 @@ public Backup call() throws Exception { if (operation != null) { CreateBackupMetadata metadata = operation.getMetadata().unpack(CreateBackupMetadata.class); metadata = - metadata - .toBuilder() + metadata.toBuilder() .setProgress( - metadata - .getProgress() - .toBuilder() + metadata.getProgress().toBuilder() .setProgressPercent(100) .setEndTime(currentTime()) .build()) .build(); operations.update( - operation - .toBuilder() + operation.toBuilder() .setDone(true) .setMetadata(Any.pack(metadata)) .setResponse(Any.pack(proto)) @@ -334,14 +327,12 @@ public Database call() throws Exception { RestoreDatabaseMetadata metadata = operation.getMetadata().unpack(RestoreDatabaseMetadata.class); metadata = - metadata - .toBuilder() + metadata.toBuilder() .setProgress( metadata.getProgress().toBuilder().setProgressPercent(progress).build()) .build(); operations.update( - operation - .toBuilder() + operation.toBuilder() .setMetadata(Any.pack(metadata)) .setResponse(Any.pack(proto)) .build()); @@ -353,19 +344,15 @@ public Database call() throws Exception { RestoreDatabaseMetadata metadata = operation.getMetadata().unpack(RestoreDatabaseMetadata.class); metadata = - metadata - .toBuilder() + metadata.toBuilder() .setProgress( - metadata - .getProgress() - .toBuilder() + metadata.getProgress().toBuilder() .setEndTime(currentTime()) .setProgressPercent(100) .build()) .build(); operations.update( - operation - .toBuilder() + operation.toBuilder() .setDone(true) .setMetadata(Any.pack(metadata)) .setResponse(Any.pack(proto)) @@ -410,8 +397,7 @@ public Database call() throws Exception { if (operation != null) { Database proto = db.toProto(); operations.update( - operation - .toBuilder() + operation.toBuilder() .setDone(true) .setError(fromException(e)) .setResponse(Any.pack(proto)) @@ -615,7 +601,8 @@ private boolean matchesFilter(Object obj, String filter) throws Exception { Operation operation = (Operation) obj; Pattern pattern = Pattern.compile( - "(?:\\(metadata.@type:type.googleapis.com/(.*)\\)) AND (?:\\(metadata.(?:name|database):(.*)\\)|\\(name:(.*)/operations/\\))"); + "(?:\\(metadata.@type:type.googleapis.com/(.*)\\)) AND" + + " (?:\\(metadata.(?:name|database):(.*)\\)|\\(name:(.*)/operations/\\))"); Matcher matcher = pattern.matcher(filter); if (matcher.matches()) { String type = matcher.group(1); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/MockSpannerServiceImpl.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/MockSpannerServiceImpl.java index 1c370caee9..f721d1d88b 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/MockSpannerServiceImpl.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/MockSpannerServiceImpl.java @@ -354,7 +354,8 @@ public static Statement createReadStatement( Preconditions.checkNotNull(columns); Preconditions.checkArgument( isValidKeySet(keySet), - "Currently only KeySet.all() and KeySet.singleKey(Key.of()) are supported for read statements"); + "Currently only KeySet.all() and KeySet.singleKey(Key.of()) are supported for read" + + " statements"); StringBuilder builder = new StringBuilder("SELECT "); boolean first = true; for (String col : columns) { @@ -578,6 +579,7 @@ private static void checkStreamException( private final Random random = new Random(); private double abortProbability = 0.0010D; + /** * Flip this switch to true if you want the {@link SessionPool#DETERMINE_DIALECT_STATEMENT} * statement to be included in the recorded requests on the mock server. It is ignored by default @@ -728,7 +730,8 @@ private StatementResult getResult(Statement statement) { .withDescription( String.format( "There is no result registered for the statement: %s\n" - + "Call TestSpannerImpl#addStatementResult(StatementResult) before executing the statement.", + + "Call TestSpannerImpl#addStatementResult(StatementResult) before executing" + + " the statement.", statement.toString())) .asRuntimeException(); } @@ -1093,8 +1096,7 @@ private void returnResultSet( ResultSetMetadata metadata = resultSet.getMetadata(); if (transactionId != null) { metadata = - metadata - .toBuilder() + metadata.toBuilder() .setTransaction( ignoreInlineBeginRequest.get() ? Transaction.getDefaultInstance() @@ -1132,7 +1134,8 @@ public void executeBatchDml( if (isPartitionedDmlTransaction(transactionId)) { throw Status.FAILED_PRECONDITION .withDescription( - "This transaction is a partitioned DML transaction and cannot be used for batch DML updates.") + "This transaction is a partitioned DML transaction and cannot be used for batch DML" + + " updates.") .asRuntimeException(); } simulateAbort(session, transactionId); @@ -1744,8 +1747,7 @@ private void returnPartialResultSet( metadata = metadata.toBuilder().setTransaction(transaction).build(); } else { metadata = - metadata - .toBuilder() + metadata.toBuilder() .setTransaction( ignoreInlineBeginRequest.get() ? Transaction.getDefaultInstance() @@ -2020,7 +2022,9 @@ private void ensureMostRecentTransaction(Session session, ByteString transaction throw Status.FAILED_PRECONDITION .withDescription( String.format( - "This transaction has been invalidated by a later transaction in the same session.\nTransaction id: " + "This transaction has been invalidated by a later transaction in the same" + + " session.\n" + + "Transaction id: " + id + "\nExpected: " + counter.get(), diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/OpenTelemetryBuiltInMetricsTracerTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/OpenTelemetryBuiltInMetricsTracerTest.java index b26a76471d..9392e202b7 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/OpenTelemetryBuiltInMetricsTracerTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/OpenTelemetryBuiltInMetricsTracerTest.java @@ -78,9 +78,11 @@ public class OpenTelemetryBuiltInMetricsTracerTest extends AbstractNettyMockServ .put(BuiltInMetricsConstant.INSTANCE_ID_KEY, "i") .put(BuiltInMetricsConstant.DATABASE_KEY, "d") .put(BuiltInMetricsConstant.DIRECT_PATH_ENABLED_KEY, "false") - .build();; + .build(); + ; private static Attributes expectedCommonRequestAttributes = - Attributes.builder().put(BuiltInMetricsConstant.DIRECT_PATH_USED_KEY, "false").build();; + Attributes.builder().put(BuiltInMetricsConstant.DIRECT_PATH_USED_KEY, "false").build(); + ; private static final long MIN_LATENCY = 0; @@ -159,8 +161,7 @@ public void testMetricsSingleUseQuery() { long elapsed = stopwatch.elapsed(TimeUnit.MILLISECONDS); Attributes expectedAttributes = - expectedCommonBaseAttributes - .toBuilder() + expectedCommonBaseAttributes.toBuilder() .putAll(expectedCommonRequestAttributes) .put(BuiltInMetricsConstant.STATUS_KEY, "OK") .put(BuiltInMetricsConstant.METHOD_KEY, "Spanner.ExecuteStreamingSql") @@ -230,8 +231,7 @@ public void testMetricsSingleUseQueryWithAfeEnabled() throws Exception { long elapsed = stopwatch.elapsed(TimeUnit.MILLISECONDS); Attributes expectedAttributes = - expectedCommonBaseAttributes - .toBuilder() + expectedCommonBaseAttributes.toBuilder() .putAll(expectedCommonRequestAttributes) .put(BuiltInMetricsConstant.STATUS_KEY, "OK") .put(BuiltInMetricsConstant.METHOD_KEY, "Spanner.ExecuteStreamingSql") @@ -293,16 +293,14 @@ public void testMetricsWithGaxRetryUnaryRpc() { stopwatch.elapsed(TimeUnit.MILLISECONDS); Attributes expectedAttributesBeginTransactionOK = - expectedCommonBaseAttributes - .toBuilder() + expectedCommonBaseAttributes.toBuilder() .putAll(expectedCommonRequestAttributes) .put(BuiltInMetricsConstant.STATUS_KEY, "OK") .put(BuiltInMetricsConstant.METHOD_KEY, "Spanner.BeginTransaction") .build(); Attributes expectedAttributesBeginTransactionFailed = - expectedCommonBaseAttributes - .toBuilder() + expectedCommonBaseAttributes.toBuilder() .put(BuiltInMetricsConstant.STATUS_KEY, "UNAVAILABLE") .put(BuiltInMetricsConstant.METHOD_KEY, "Spanner.BeginTransaction") .build(); @@ -380,8 +378,7 @@ public void testNoNetworkConnection() { assertEquals(ErrorCode.UNAVAILABLE, exception.getErrorCode()); Attributes expectedAttributesCreateSessionOK = - expectedCommonBaseAttributes - .toBuilder() + expectedCommonBaseAttributes.toBuilder() .putAll(expectedCommonRequestAttributes) .put(BuiltInMetricsConstant.STATUS_KEY, "OK") .put(BuiltInMetricsConstant.METHOD_KEY, "Spanner.CreateSession") @@ -391,8 +388,7 @@ public void testNoNetworkConnection() { .build(); Attributes expectedAttributesCreateSessionFailed = - expectedCommonBaseAttributes - .toBuilder() + expectedCommonBaseAttributes.toBuilder() .put(BuiltInMetricsConstant.STATUS_KEY, "UNAVAILABLE") .put(BuiltInMetricsConstant.METHOD_KEY, "Spanner.CreateSession") // Include the additional attributes that are added by the HeaderInterceptor in the @@ -442,8 +438,7 @@ public void testNoServerTimingHeader() throws IOException, InterruptedException .run(transaction -> transaction.executeUpdate(UPDATE_RANDOM)); Attributes expectedAttributes = - expectedCommonBaseAttributes - .toBuilder() + expectedCommonBaseAttributes.toBuilder() .putAll(expectedCommonRequestAttributes) .put(BuiltInMetricsConstant.STATUS_KEY, "OK") .put(BuiltInMetricsConstant.METHOD_KEY, "Spanner.ExecuteSql") diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/PartitionedDmlTransactionTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/PartitionedDmlTransactionTest.java index 68bfcca614..0a2beea773 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/PartitionedDmlTransactionTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/PartitionedDmlTransactionTest.java @@ -88,8 +88,7 @@ public class PartitionedDmlTransactionTest { private final ExecuteSqlRequest executeRequestWithResumeToken = executeRequestWithoutResumeToken.toBuilder().setResumeToken(resumeToken).build(); private final ExecuteSqlRequest executeRequestWithRequestOptions = - executeRequestWithoutResumeToken - .toBuilder() + executeRequestWithoutResumeToken.toBuilder() .setRequestOptions(RequestOptions.newBuilder().setRequestTag(tag).build()) .build(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/RandomResultSetGenerator.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/RandomResultSetGenerator.java index 40c79088b2..051546352c 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/RandomResultSetGenerator.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/RandomResultSetGenerator.java @@ -32,7 +32,9 @@ import java.math.BigInteger; import java.util.Random; -/** @deprecated Use {@link com.google.cloud.spanner.connection.RandomResultSetGenerator} instead. */ +/** + * @deprecated Use {@link com.google.cloud.spanner.connection.RandomResultSetGenerator} instead. + */ @Deprecated public class RandomResultSetGenerator { private static final Type[] TYPES = diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/ReadFormatTestRunner.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/ReadFormatTestRunner.java index 2a399e6f48..588ed64e88 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/ReadFormatTestRunner.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/ReadFormatTestRunner.java @@ -118,7 +118,7 @@ private static class TestCaseRunner { } private void run() throws Exception { - stream = new GrpcStreamIterator(10, /*cancelQueryWhenClientIsClosed=*/ false); + stream = new GrpcStreamIterator(10, /* cancelQueryWhenClientIsClosed= */ false); stream.setCall( new SpannerRpc.StreamingCall() { @Override diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/RetryOnDifferentGrpcChannelMockServerTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/RetryOnDifferentGrpcChannelMockServerTest.java index b078ac9e1c..f3e15df818 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/RetryOnDifferentGrpcChannelMockServerTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/RetryOnDifferentGrpcChannelMockServerTest.java @@ -135,7 +135,8 @@ public void testReadWriteTransaction_retriesOnNewChannel() { try (Spanner spanner = builder.build().getService()) { assumeFalse( - "RetryOnDifferentGrpcChannel handler is not implemented for read-write with multiplexed sessions", + "RetryOnDifferentGrpcChannel handler is not implemented for read-write with multiplexed" + + " sessions", isMultiplexedSessionsEnabledForRW(spanner)); DatabaseClient client = spanner.getDatabaseClient(DatabaseId.of("p", "i", "d")); client @@ -173,7 +174,8 @@ public void testReadWriteTransaction_stopsRetrying() { try (Spanner spanner = builder.build().getService()) { assumeFalse( - "RetryOnDifferentGrpcChannel handler is not implemented for read-write with multiplexed sessions", + "RetryOnDifferentGrpcChannel handler is not implemented for read-write with multiplexed" + + " sessions", isMultiplexedSessionsEnabledForRW(spanner)); DatabaseClient client = spanner.getDatabaseClient(DatabaseId.of("p", "i", "d")); SpannerException exception = @@ -219,7 +221,8 @@ public void testDenyListedChannelIsCleared() { try (Spanner spanner = builder.build().getService()) { assumeFalse( - "RetryOnDifferentGrpcChannel handler is not implemented for read-write with multiplexed sessions", + "RetryOnDifferentGrpcChannel handler is not implemented for read-write with multiplexed" + + " sessions", isMultiplexedSessionsEnabledForRW(spanner)); DatabaseClient client = spanner.getDatabaseClient(DatabaseId.of("p", "i", "d")); @@ -350,7 +353,8 @@ public void testReadWriteTransaction_withGrpcContextDeadline_doesNotRetry() { try (Spanner spanner = builder.build().getService()) { assumeFalse( - "RetryOnDifferentGrpcChannel handler is not implemented for read-write with multiplexed sessions", + "RetryOnDifferentGrpcChannel handler is not implemented for read-write with multiplexed" + + " sessions", isMultiplexedSessionsEnabledForRW(spanner)); DatabaseClient client = spanner.getDatabaseClient(DatabaseId.of("p", "i", "d")); ScheduledExecutorService service = Executors.newScheduledThreadPool(1); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionImplTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionImplTest.java index e0403f72d1..eed75bb67e 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionImplTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionImplTest.java @@ -411,8 +411,7 @@ public void singleUseReadOnlyTransactionReturnsEmptyTransactionMetadata() { PartialResultSet resultSet = PartialResultSet.newBuilder() .setMetadata( - newMetadata(Type.struct(Type.StructField.of("C", Type.string()))) - .toBuilder() + newMetadata(Type.struct(Type.StructField.of("C", Type.string()))).toBuilder() .setTransaction(Transaction.getDefaultInstance())) .build(); mockRead(resultSet); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolMaintainerTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolMaintainerTest.java index db4e79113f..276a3ac813 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolMaintainerTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolMaintainerTest.java @@ -338,8 +338,7 @@ public void testIdleSessions() throws Exception { public void testRandomizeThreshold() throws Exception { SessionPool pool = createPool( - this.options - .toBuilder() + this.options.toBuilder() .setMaxSessions(400) .setLoopFrequency(1000L) .setRandomizePositionQPSThreshold(4) diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolTest.java index 4538be784b..b027ebbc07 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolTest.java @@ -312,8 +312,7 @@ public void sessionCreation() { public void poolLifo() { setupMockSessionCreation(); options = - options - .toBuilder() + options.toBuilder() .setMinSessions(2) .setWaitForMinSessionsDuration(Duration.ofSeconds(10L)) .build(); @@ -348,8 +347,7 @@ public void poolFifo() throws Exception { "LAST", () -> { options = - options - .toBuilder() + options.toBuilder() .setMinSessions(2) .setWaitForMinSessionsDuration(Duration.ofSeconds(10L)) .build(); @@ -395,8 +393,7 @@ public void poolAllPositions() throws Exception { while (attempt < maxAttempts) { int numSessions = 5; options = - options - .toBuilder() + options.toBuilder() .setMinSessions(numSessions) .setMaxSessions(numSessions) .setWaitForMinSessionsDuration(Duration.ofSeconds(10L)) diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SingerProto.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SingerProto.java index c409f34177..a7aaa70ca2 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SingerProto.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SingerProto.java @@ -28,6 +28,7 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLi public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); } + /** Protobuf enum {@code examples.spanner.music.Genre} */ public enum Genre implements com.google.protobuf.ProtocolMessageEnum { /** POP = 0; */ @@ -43,10 +44,13 @@ public enum Genre implements com.google.protobuf.ProtocolMessageEnum { /** POP = 0; */ public static final int POP_VALUE = 0; + /** JAZZ = 1; */ public static final int JAZZ_VALUE = 1; + /** FOLK = 2; */ public static final int FOLK_VALUE = 2; + /** ROCK = 3; */ public static final int ROCK_VALUE = 3; @@ -144,6 +148,7 @@ public interface SingerInfoOrBuilder * @return Whether the singerId field is set. */ boolean hasSingerId(); + /** * optional int64 singer_id = 1; * @@ -157,12 +162,14 @@ public interface SingerInfoOrBuilder * @return Whether the birthDate field is set. */ boolean hasBirthDate(); + /** * optional string birth_date = 2; * * @return The birthDate. */ String getBirthDate(); + /** * optional string birth_date = 2; * @@ -176,12 +183,14 @@ public interface SingerInfoOrBuilder * @return Whether the nationality field is set. */ boolean hasNationality(); + /** * optional string nationality = 3; * * @return The nationality. */ String getNationality(); + /** * optional string nationality = 3; * @@ -195,12 +204,14 @@ public interface SingerInfoOrBuilder * @return Whether the genre field is set. */ boolean hasGenre(); + /** * optional .examples.spanner.music.Genre genre = 4; * * @return The enum numeric value on the wire for genre. */ int getGenreValue(); + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -208,12 +219,14 @@ public interface SingerInfoOrBuilder */ Genre getGenre(); } + /** Protobuf type {@code examples.spanner.music.SingerInfo} */ public static final class SingerInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:examples.spanner.music.SingerInfo) SingerInfoOrBuilder { private static final long serialVersionUID = 0L; + // Use SingerInfo.newBuilder() to construct. private SingerInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -244,6 +257,7 @@ protected FieldAccessorTable internalGetFieldAccessorTable() { private int bitField0_; public static final int SINGER_ID_FIELD_NUMBER = 1; private long singerId_ = 0L; + /** * optional int64 singer_id = 1; * @@ -253,6 +267,7 @@ protected FieldAccessorTable internalGetFieldAccessorTable() { public boolean hasSingerId() { return ((bitField0_ & 0x00000001) != 0); } + /** * optional int64 singer_id = 1; * @@ -267,6 +282,7 @@ public long getSingerId() { @SuppressWarnings("serial") private volatile Object birthDate_ = ""; + /** * optional string birth_date = 2; * @@ -276,6 +292,7 @@ public long getSingerId() { public boolean hasBirthDate() { return ((bitField0_ & 0x00000002) != 0); } + /** * optional string birth_date = 2; * @@ -293,6 +310,7 @@ public String getBirthDate() { return s; } } + /** * optional string birth_date = 2; * @@ -315,6 +333,7 @@ public com.google.protobuf.ByteString getBirthDateBytes() { @SuppressWarnings("serial") private volatile Object nationality_ = ""; + /** * optional string nationality = 3; * @@ -324,6 +343,7 @@ public com.google.protobuf.ByteString getBirthDateBytes() { public boolean hasNationality() { return ((bitField0_ & 0x00000004) != 0); } + /** * optional string nationality = 3; * @@ -341,6 +361,7 @@ public String getNationality() { return s; } } + /** * optional string nationality = 3; * @@ -361,6 +382,7 @@ public com.google.protobuf.ByteString getNationalityBytes() { public static final int GENRE_FIELD_NUMBER = 4; private int genre_ = 0; + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -370,6 +392,7 @@ public com.google.protobuf.ByteString getNationalityBytes() { public boolean hasGenre() { return ((bitField0_ & 0x00000008) != 0); } + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -379,6 +402,7 @@ public boolean hasGenre() { public int getGenreValue() { return genre_; } + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -593,6 +617,7 @@ protected Builder newBuilderForType(BuilderParent parent) { Builder builder = new Builder(parent); return builder; } + /** Protobuf type {@code examples.spanner.music.SingerInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder @@ -808,6 +833,7 @@ public Builder mergeFrom( private int bitField0_; private long singerId_; + /** * optional int64 singer_id = 1; * @@ -817,6 +843,7 @@ public Builder mergeFrom( public boolean hasSingerId() { return ((bitField0_ & 0x00000001) != 0); } + /** * optional int64 singer_id = 1; * @@ -826,6 +853,7 @@ public boolean hasSingerId() { public long getSingerId() { return singerId_; } + /** * optional int64 singer_id = 1; * @@ -839,6 +867,7 @@ public Builder setSingerId(long value) { onChanged(); return this; } + /** * optional int64 singer_id = 1; * @@ -852,6 +881,7 @@ public Builder clearSingerId() { } private Object birthDate_ = ""; + /** * optional string birth_date = 2; * @@ -860,6 +890,7 @@ public Builder clearSingerId() { public boolean hasBirthDate() { return ((bitField0_ & 0x00000002) != 0); } + /** * optional string birth_date = 2; * @@ -876,6 +907,7 @@ public String getBirthDate() { return (String) ref; } } + /** * optional string birth_date = 2; * @@ -892,6 +924,7 @@ public com.google.protobuf.ByteString getBirthDateBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * optional string birth_date = 2; * @@ -907,6 +940,7 @@ public Builder setBirthDate(String value) { onChanged(); return this; } + /** * optional string birth_date = 2; * @@ -918,6 +952,7 @@ public Builder clearBirthDate() { onChanged(); return this; } + /** * optional string birth_date = 2; * @@ -936,6 +971,7 @@ public Builder setBirthDateBytes(com.google.protobuf.ByteString value) { } private Object nationality_ = ""; + /** * optional string nationality = 3; * @@ -944,6 +980,7 @@ public Builder setBirthDateBytes(com.google.protobuf.ByteString value) { public boolean hasNationality() { return ((bitField0_ & 0x00000004) != 0); } + /** * optional string nationality = 3; * @@ -960,6 +997,7 @@ public String getNationality() { return (String) ref; } } + /** * optional string nationality = 3; * @@ -976,6 +1014,7 @@ public com.google.protobuf.ByteString getNationalityBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * optional string nationality = 3; * @@ -991,6 +1030,7 @@ public Builder setNationality(String value) { onChanged(); return this; } + /** * optional string nationality = 3; * @@ -1002,6 +1042,7 @@ public Builder clearNationality() { onChanged(); return this; } + /** * optional string nationality = 3; * @@ -1020,6 +1061,7 @@ public Builder setNationalityBytes(com.google.protobuf.ByteString value) { } private int genre_ = 0; + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -1029,6 +1071,7 @@ public Builder setNationalityBytes(com.google.protobuf.ByteString value) { public boolean hasGenre() { return ((bitField0_ & 0x00000008) != 0); } + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -1038,6 +1081,7 @@ public boolean hasGenre() { public int getGenreValue() { return genre_; } + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -1050,6 +1094,7 @@ public Builder setGenreValue(int value) { onChanged(); return this; } + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -1060,6 +1105,7 @@ public Genre getGenre() { Genre result = Genre.forNumber(genre_); return result == null ? Genre.UNRECOGNIZED : result; } + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -1075,6 +1121,7 @@ public Builder setGenre(Genre value) { onChanged(); return this; } + /** * optional .examples.spanner.music.Genre genre = 4; * @@ -1164,15 +1211,25 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { String[] descriptorData = { - "\n\014singer.proto\022\026examples.spanner.music\"\301" - + "\001\n\nSingerInfo\022\026\n\tsinger_id\030\001 \001(\003H\000\210\001\001\022\027\n" - + "\nbirth_date\030\002 \001(\tH\001\210\001\001\022\030\n\013nationality\030\003 " - + "\001(\tH\002\210\001\001\0221\n\005genre\030\004 \001(\0162\035.examples.spann" - + "er.music.GenreH\003\210\001\001B\014\n\n_singer_idB\r\n\013_bi" - + "rth_dateB\016\n\014_nationalityB\010\n\006_genre*.\n\005Ge" - + "nre\022\007\n\003POP\020\000\022\010\n\004JAZZ\020\001\022\010\n\004FOLK\020\002\022\010\n\004ROCK" - + "\020\003B)\n\030com.google.cloud.spannerB\013SingerPr" - + "otoP\000b\006proto3" + "\n" + + "\014singer.proto\022\026examples.spanner.music\"\301\001\n\n" + + "SingerInfo\022\026\n" + + "\tsinger_id\030\001 \001(\003H\000\210\001\001\022\027\n" + + "\n" + + "birth_date\030\002 \001(\tH\001\210\001\001\022\030\n" + + "\013nationality\030\003 \001(\tH\002\210\001\001\0221\n" + + "\005genre\030\004" + + " \001(\0162\035.examples.spanner.music.GenreH\003\210\001\001B\014\n\n" + + "_singer_idB\r\n" + + "\013_birth_dateB\016\n" + + "\014_nationalityB\010\n" + + "\006_genre*.\n" + + "\005Genre\022\007\n" + + "\003POP\020\000\022\010\n" + + "\004JAZZ\020\001\022\010\n" + + "\004FOLK\020\002\022\010\n" + + "\004ROCK\020\003B)\n" + + "\030com.google.cloud.spannerB\013SingerProtoP\000b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerExceptionFactoryTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerExceptionFactoryTest.java index 9f0ee04e85..15af6bb8f1 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerExceptionFactoryTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerExceptionFactoryTest.java @@ -225,7 +225,8 @@ public void apiExceptionSessionNotFound() { "NOT_FOUND: Session not found: projects/p/instances/i/databases/d/sessions/s", Status.NOT_FOUND .withDescription( - "NOT_FOUND: Session not found: projects/p/instances/i/databases/d/sessions/s") + "NOT_FOUND: Session not found:" + + " projects/p/instances/i/databases/d/sessions/s") .asRuntimeException( createResourceTypeMetadata( SpannerExceptionFactory.SESSION_RESOURCE_TYPE, diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerGaxRetryTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerGaxRetryTest.java index 8ce858e77d..d132a0805d 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerGaxRetryTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerGaxRetryTest.java @@ -151,8 +151,7 @@ public void setUp() throws Exception { // wait time is for multiplexed sessions if (sessionPoolOptions.getUseMultiplexedSession()) { sessionPoolOptions = - sessionPoolOptions - .toBuilder() + sessionPoolOptions.toBuilder() .setWaitForMinSessionsDuration(Duration.ofSeconds(5)) .build(); } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerThreadsTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerThreadsTest.java index 919eedf607..662b7742b5 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerThreadsTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/SpannerThreadsTest.java @@ -90,7 +90,8 @@ public class SpannerThreadsTest { @BeforeClass public static void startServer() throws IOException { assumeTrue( - "Skip tests when emulator is enabled as this test interferes with the check whether the emulator is running", + "Skip tests when emulator is enabled as this test interferes with the check whether the" + + " emulator is running", System.getenv("SPANNER_EMULATOR_HOST") == null); mockSpanner = new MockSpannerServiceImpl(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/ValueTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/ValueTest.java index f88d768396..f41ce8e29a 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/ValueTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/ValueTest.java @@ -565,7 +565,11 @@ public void jsonWithArray() { @Test public void jsonNested() { String json = - "[{\"id\":\"0001\",\"type\":\"donut\",\"name\":\"Cake\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"},{\"id\":\"1002\",\"type\":\"Chocolate\"},{\"id\":\"1003\",\"type\":\"Blueberry\"},{\"id\":\"1004\",\"type\":\"Devil's Food\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5005\",\"type\":\"Sugar\"},{\"id\":\"5007\",\"type\":\"Powdered Sugar\"},{\"id\":\"5006\",\"type\":\"Chocolate with Sprinkles\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]},{\"id\":\"0002\",\"type\":\"donut\",\"name\":\"Raised\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5005\",\"type\":\"Sugar\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]},{\"id\":\"0003\",\"type\":\"donut\",\"name\":\"Old Fashioned\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"},{\"id\":\"1002\",\"type\":\"Chocolate\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]}]"; + "[{\"id\":\"0001\",\"type\":\"donut\",\"name\":\"Cake\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"},{\"id\":\"1002\",\"type\":\"Chocolate\"},{\"id\":\"1003\",\"type\":\"Blueberry\"},{\"id\":\"1004\",\"type\":\"Devil's" + + " Food\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5005\",\"type\":\"Sugar\"},{\"id\":\"5007\",\"type\":\"Powdered" + + " Sugar\"},{\"id\":\"5006\",\"type\":\"Chocolate with" + + " Sprinkles\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]},{\"id\":\"0002\",\"type\":\"donut\",\"name\":\"Raised\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5005\",\"type\":\"Sugar\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]},{\"id\":\"0003\",\"type\":\"donut\",\"name\":\"Old" + + " Fashioned\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"},{\"id\":\"1002\",\"type\":\"Chocolate\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]}]"; Value v = Value.json(json); assertEquals(json, v.getJson()); assertEquals(json, v.getAsString()); @@ -621,7 +625,11 @@ public void testPgJsonbWithArray() { @Test public void testPgJsonbNested() { String json = - "[{\"id\":\"0001\",\"type\":\"donut\",\"name\":\"Cake\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"},{\"id\":\"1002\",\"type\":\"Chocolate\"},{\"id\":\"1003\",\"type\":\"Blueberry\"},{\"id\":\"1004\",\"type\":\"Devil's Food\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5005\",\"type\":\"Sugar\"},{\"id\":\"5007\",\"type\":\"Powdered Sugar\"},{\"id\":\"5006\",\"type\":\"Chocolate with Sprinkles\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]},{\"id\":\"0002\",\"type\":\"donut\",\"name\":\"Raised\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5005\",\"type\":\"Sugar\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]},{\"id\":\"0003\",\"type\":\"donut\",\"name\":\"Old Fashioned\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"},{\"id\":\"1002\",\"type\":\"Chocolate\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]}]"; + "[{\"id\":\"0001\",\"type\":\"donut\",\"name\":\"Cake\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"},{\"id\":\"1002\",\"type\":\"Chocolate\"},{\"id\":\"1003\",\"type\":\"Blueberry\"},{\"id\":\"1004\",\"type\":\"Devil's" + + " Food\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5005\",\"type\":\"Sugar\"},{\"id\":\"5007\",\"type\":\"Powdered" + + " Sugar\"},{\"id\":\"5006\",\"type\":\"Chocolate with" + + " Sprinkles\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]},{\"id\":\"0002\",\"type\":\"donut\",\"name\":\"Raised\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5005\",\"type\":\"Sugar\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]},{\"id\":\"0003\",\"type\":\"donut\",\"name\":\"Old" + + " Fashioned\",\"ppu\":0.55,\"batters\":{\"batter\":[{\"id\":\"1001\",\"type\":\"Regular\"},{\"id\":\"1002\",\"type\":\"Chocolate\"}]},\"topping\":[{\"id\":\"5001\",\"type\":\"None\"},{\"id\":\"5002\",\"type\":\"Glazed\"},{\"id\":\"5003\",\"type\":\"Chocolate\"},{\"id\":\"5004\",\"type\":\"Maple\"}]}]"; Value v = Value.pgJsonb(json); assertEquals(json, v.getPgJsonb()); assertEquals(json, v.getAsString()); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/database/v1/MockDatabaseAdminImpl.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/database/v1/MockDatabaseAdminImpl.java index 57ff0fa381..71284cd064 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/database/v1/MockDatabaseAdminImpl.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/database/v1/MockDatabaseAdminImpl.java @@ -464,7 +464,8 @@ public void listDatabaseOperations( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method ListDatabaseOperations, expected %s or %s", + "Unrecognized response type %s for method ListDatabaseOperations, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), ListDatabaseOperationsResponse.class.getName(), Exception.class.getName()))); @@ -486,7 +487,8 @@ public void listBackupOperations( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method ListBackupOperations, expected %s or %s", + "Unrecognized response type %s for method ListBackupOperations, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), ListBackupOperationsResponse.class.getName(), Exception.class.getName()))); @@ -550,7 +552,8 @@ public void createBackupSchedule( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method CreateBackupSchedule, expected %s or %s", + "Unrecognized response type %s for method CreateBackupSchedule, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), BackupSchedule.class.getName(), Exception.class.getName()))); @@ -592,7 +595,8 @@ public void updateBackupSchedule( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method UpdateBackupSchedule, expected %s or %s", + "Unrecognized response type %s for method UpdateBackupSchedule, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), BackupSchedule.class.getName(), Exception.class.getName()))); @@ -613,7 +617,8 @@ public void deleteBackupSchedule( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method DeleteBackupSchedule, expected %s or %s", + "Unrecognized response type %s for method DeleteBackupSchedule, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), Empty.class.getName(), Exception.class.getName()))); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/instance/v1/MockInstanceAdminImpl.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/instance/v1/MockInstanceAdminImpl.java index abed5fed5c..073d7c69a4 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/instance/v1/MockInstanceAdminImpl.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/instance/v1/MockInstanceAdminImpl.java @@ -148,7 +148,8 @@ public void createInstanceConfig( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method CreateInstanceConfig, expected %s or %s", + "Unrecognized response type %s for method CreateInstanceConfig, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); @@ -169,7 +170,8 @@ public void updateInstanceConfig( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method UpdateInstanceConfig, expected %s or %s", + "Unrecognized response type %s for method UpdateInstanceConfig, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); @@ -190,7 +192,8 @@ public void deleteInstanceConfig( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method DeleteInstanceConfig, expected %s or %s", + "Unrecognized response type %s for method DeleteInstanceConfig, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), Empty.class.getName(), Exception.class.getName()))); @@ -212,7 +215,8 @@ public void listInstanceConfigOperations( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method ListInstanceConfigOperations, expected %s or %s", + "Unrecognized response type %s for method ListInstanceConfigOperations, expected" + + " %s or %s", response == null ? "null" : response.getClass().getName(), ListInstanceConfigOperationsResponse.class.getName(), Exception.class.getName()))); @@ -255,7 +259,8 @@ public void listInstancePartitions( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method ListInstancePartitions, expected %s or %s", + "Unrecognized response type %s for method ListInstancePartitions, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), ListInstancePartitionsResponse.class.getName(), Exception.class.getName()))); @@ -421,7 +426,8 @@ public void getInstancePartition( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method GetInstancePartition, expected %s or %s", + "Unrecognized response type %s for method GetInstancePartition, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), InstancePartition.class.getName(), Exception.class.getName()))); @@ -442,7 +448,8 @@ public void createInstancePartition( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method CreateInstancePartition, expected %s or %s", + "Unrecognized response type %s for method CreateInstancePartition, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); @@ -463,7 +470,8 @@ public void deleteInstancePartition( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method DeleteInstancePartition, expected %s or %s", + "Unrecognized response type %s for method DeleteInstancePartition, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), Empty.class.getName(), Exception.class.getName()))); @@ -484,7 +492,8 @@ public void updateInstancePartition( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method UpdateInstancePartition, expected %s or %s", + "Unrecognized response type %s for method UpdateInstancePartition, expected %s or" + + " %s", response == null ? "null" : response.getClass().getName(), Operation.class.getName(), Exception.class.getName()))); @@ -506,7 +515,8 @@ public void listInstancePartitionOperations( responseObserver.onError( new IllegalArgumentException( String.format( - "Unrecognized response type %s for method ListInstancePartitionOperations, expected %s or %s", + "Unrecognized response type %s for method ListInstancePartitionOperations," + + " expected %s or %s", response == null ? "null" : response.getClass().getName(), ListInstancePartitionOperationsResponse.class.getName(), Exception.class.getName()))); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java index 15d6cf6580..4f302e6143 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java @@ -81,14 +81,11 @@ public abstract class AbstractSqlScriptVerifier { private static final Pattern VERIFY_PATTERN = Pattern.compile( - "(?is)\\s*(?:@EXPECT)\\s+" - + "(?NO_RESULT" - + "|RESULT_SET\\s*(?'.*?'(?,.*?)?)?" + "(?is)\\s*(?:@EXPECT)\\s+(?NO_RESULT|RESULT_SET\\s*(?'.*?'(?,.*?)?)?" + "|UPDATE_COUNT\\s*(?-?\\d{1,19})" + "|EXCEPTION\\s*(?(?CANCELLED|UNKNOWN|INVALID_ARGUMENT|DEADLINE_EXCEEDED|NOT_FOUND|ALREADY_EXISTS|PERMISSION_DENIED|UNAUTHENTICATED|RESOURCE_EXHAUSTED|FAILED_PRECONDITION|ABORTED|OUT_OF_RANGE|UNIMPLEMENTED|INTERNAL|UNAVAILABLE|DATA_LOSS)(?:\\s*)(?'.*?')?)" - + "|EQUAL\\s+(?'.+?')\\s*,\\s*(?'.+?')" - + ")" - + "(\\n(?.*))?"); + + "|EQUAL\\s+(?'.+?')\\s*,\\s*(?'.+?'))(\\n" + + "(?.*))?"); private static final String PUT_CONDITION = "@PUT can only be used in combination with a statement that returns a" diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionOptionsTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionOptionsTest.java index 36ca4c124f..af391a745f 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionOptionsTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionOptionsTest.java @@ -593,7 +593,8 @@ public void testParseOAuthToken() { exception .getMessage() .contains( - "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider and OAuth token")); + "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider and" + + " OAuth token")); // Now try to use only an OAuth token. builder = @@ -638,7 +639,8 @@ public void testSetOAuthTokenAndCredentials() { exception .getMessage() .contains( - "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider and OAuth token")); + "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider and" + + " OAuth token")); } @Test @@ -943,7 +945,8 @@ public void testInvalidEncodedCredentials() throws Throwable { assertEquals(ErrorCode.INVALID_ARGUMENT, e.getErrorCode()); assertThat(e.getMessage()) .contains( - "The encoded credentials do not contain a valid Google Cloud credentials JSON string."); + "The encoded credentials do not contain a valid Google Cloud credentials JSON" + + " string."); }); } @@ -1000,7 +1003,8 @@ public void testSetCredentialsAndEncodedCredentials() throws Throwable { e.getMessage(), e.getMessage() .contains( - "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider and OAuth token")); + "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider" + + " and OAuth token")); }); } @@ -1052,8 +1056,9 @@ public void testValidCredentialsProvider_WithoutEnablingSystemProperty() { SpannerException.class, () -> ConnectionOptions.newBuilder().setUri(uri).build()); assertEquals(ErrorCode.FAILED_PRECONDITION, exception.getErrorCode()); assertEquals( - "FAILED_PRECONDITION: credentialsProvider can only be used if the system property ENABLE_CREDENTIALS_PROVIDER has been set to true. " - + "Start the application with the JVM command line option -DENABLE_CREDENTIALS_PROVIDER=true", + "FAILED_PRECONDITION: credentialsProvider can only be used if the system property" + + " ENABLE_CREDENTIALS_PROVIDER has been set to true. Start the application with the" + + " JVM command line option -DENABLE_CREDENTIALS_PROVIDER=true", exception.getMessage()); } @@ -1075,7 +1080,8 @@ public void testSetCredentialsAndCredentialsProvider() throws Throwable { e.getMessage(), e.getMessage() .contains( - "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider and OAuth token")); + "Specify only one of credentialsUrl, encodedCredentials, credentialsProvider" + + " and OAuth token")); }); } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionPropertyTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionPropertyTest.java index 0888f61cf9..f86809ce13 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionPropertyTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionPropertyTest.java @@ -37,15 +37,15 @@ public class ConnectionPropertyTest { @Test public void testCreateKey() { - assertEquals("my_property", createKey(/* extension = */ null, "my_property")); - assertEquals("my_property", createKey(/* extension = */ null, "My_Property")); - assertEquals("my_property", createKey(/* extension = */ null, "MY_PROPERTY")); + assertEquals("my_property", createKey(/* extension= */ null, "my_property")); + assertEquals("my_property", createKey(/* extension= */ null, "My_Property")); + assertEquals("my_property", createKey(/* extension= */ null, "MY_PROPERTY")); assertEquals("my_extension.my_property", createKey("my_extension", "my_property")); assertEquals("my_extension.my_property", createKey("My_Extension", "My_Property")); assertEquals("my_extension.my_property", createKey("MY_EXTENSION", "MY_PROPERTY")); //noinspection DataFlowIssue - assertThrows(SpannerException.class, () -> createKey("my_extension", /* name = */ null)); + assertThrows(SpannerException.class, () -> createKey("my_extension", /* name= */ null)); assertThrows(SpannerException.class, () -> createKey("my_extension", "")); } @@ -86,7 +86,7 @@ public void testCreate() { public void testEquals() { ConnectionProperty property1 = new ConnectionProperty<>( - /* extension = */ null, + /* extension= */ null, "my_property", "Description of property1", "default_value_1", @@ -95,7 +95,7 @@ public void testEquals() { Context.STARTUP); ConnectionProperty property2 = new ConnectionProperty<>( - /* extension = */ null, + /* extension= */ null, "my_property", "Description of property2", "default_value_2", @@ -122,7 +122,7 @@ public void testEquals() { Context.USER); ConnectionProperty property5 = new ConnectionProperty<>( - /* extension = */ null, + /* extension= */ null, "my_other_property", "Description of property5", "default_value_5", @@ -140,7 +140,7 @@ public void testEquals() { Context.STARTUP); ConnectionProperty property7 = new ConnectionProperty<>( - /* extension = */ null, + /* extension= */ null, "MY_PROPERTY", "Description of property7", "default_value_7", diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionPropertyValueTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionPropertyValueTest.java index d4f795185e..39cc47552a 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionPropertyValueTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionPropertyValueTest.java @@ -86,9 +86,9 @@ public void testSetValue() { public void testCopy() { ConnectionPropertyValue value = new ConnectionPropertyValue<>( - /* property = */ AUTOCOMMIT_DML_MODE, - /* resetValue = */ AutocommitDmlMode.PARTITIONED_NON_ATOMIC, - /* value = */ AutocommitDmlMode.TRANSACTIONAL); + /* property= */ AUTOCOMMIT_DML_MODE, + /* resetValue= */ AutocommitDmlMode.PARTITIONED_NON_ATOMIC, + /* value= */ AutocommitDmlMode.TRANSACTIONAL); ConnectionPropertyValue copy = value.copy(); assertEquals(value, copy); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionStateMockServerTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionStateMockServerTest.java index 4c9397a671..8b78fe4d14 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionStateMockServerTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionStateMockServerTest.java @@ -223,7 +223,7 @@ public void testLocalChangeIsLostAfterTransaction() { connection.beginTransaction(); // Change the value and read it back in the same transaction. - connection.setReturnCommitStats(true, /* local = */ true); + connection.setReturnCommitStats(true, /* local= */ true); assertTrue(connection.isReturnCommitStats()); // Both rolling back and committing will undo the connection state change. if (commit) { diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionStateTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionStateTest.java index 7d613a3eef..cac113ea51 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionStateTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionStateTest.java @@ -78,7 +78,7 @@ public void testSetOutsideTransaction() { assertEquals(connectionStateType, state.getType()); assertEquals(false, state.getValue(READONLY).getValue()); - state.setValue(READONLY, true, Context.USER, /* inTransaction = */ false); + state.setValue(READONLY, true, Context.USER, /* inTransaction= */ false); assertEquals(true, state.getValue(READONLY).getValue()); } @@ -86,7 +86,7 @@ public void testSetOutsideTransaction() { public void testSetToNullOutsideTransaction() { ConnectionState state = getConnectionState(); assertEquals(AutocommitDmlMode.TRANSACTIONAL, state.getValue(AUTOCOMMIT_DML_MODE).getValue()); - state.setValue(AUTOCOMMIT_DML_MODE, null, Context.USER, /* inTransaction = */ false); + state.setValue(AUTOCOMMIT_DML_MODE, null, Context.USER, /* inTransaction= */ false); assertNull(state.getValue(AUTOCOMMIT_DML_MODE).getValue()); } @@ -94,7 +94,7 @@ public void testSetToNullOutsideTransaction() { public void testSetInTransactionCommit() { ConnectionState state = getConnectionState(); assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); - state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction = */ true); + state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction= */ true); assertEquals(false, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); // Verify that the change is persisted if the transaction is committed. @@ -106,7 +106,7 @@ public void testSetInTransactionCommit() { public void testSetInTransactionRollback() { ConnectionState state = getConnectionState(); assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); - state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction = */ true); + state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction= */ true); assertEquals(false, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); // Verify that the change is rolled back if the transaction is rolled back and the connection @@ -122,12 +122,12 @@ public void testSetInTransactionRollback() { public void testResetInTransactionCommit() { ConnectionState state = getConnectionState(); assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); - state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction = */ true); + state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction= */ true); assertEquals(false, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); state.commit(); // Reset the value to the default (true). - state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction = */ true); + state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction= */ true); assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); // Verify that the change is persisted if the transaction is committed. @@ -139,12 +139,12 @@ public void testResetInTransactionCommit() { public void testResetInTransactionRollback() { ConnectionState state = getConnectionState(); assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); - state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction = */ true); + state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction= */ true); assertEquals(false, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); state.commit(); // Reset the value to the default (true). - state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction = */ true); + state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction= */ true); assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); // Verify that the change is rolled back if the transaction is rolled back and the connection @@ -190,7 +190,7 @@ public void testSetInTransactionForStartupProperty() { CONNECTION_STATE_TYPE, Type.TRANSACTIONAL, Context.USER, - /* inTransaction = */ true)); + /* inTransaction= */ true)); assertEquals(ErrorCode.FAILED_PRECONDITION, exception.getErrorCode()); } @@ -205,7 +205,7 @@ public void testSetStartupOnlyProperty() { CONNECTION_STATE_TYPE, Type.TRANSACTIONAL, Context.USER, - /* inTransaction = */ false)); + /* inTransaction= */ false)); assertEquals(ErrorCode.FAILED_PRECONDITION, exception.getErrorCode()); } @@ -214,11 +214,11 @@ public void testReset() { ConnectionState state = getConnectionState(); // The default should be true. assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); - state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction = */ false); + state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction= */ false); assertEquals(false, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); // Resetting the property should reset it to the default value. - state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction = */ false); + state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction= */ false); assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); } @@ -227,12 +227,12 @@ public void testResetInTransaction() { ConnectionState state = getConnectionState(); // The default should be true. assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); - state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction = */ true); + state.setValue(RETRY_ABORTS_INTERNALLY, false, Context.USER, /* inTransaction= */ true); assertEquals(false, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); state.commit(); // Resetting the property should reset it to the default value. - state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction = */ true); + state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction= */ true); assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); } @@ -243,7 +243,7 @@ public void testResetStartupOnlyProperty() { assertThrows( SpannerException.class, () -> - state.resetValue(CONNECTION_STATE_TYPE, Context.USER, /* inTransaction = */ false)); + state.resetValue(CONNECTION_STATE_TYPE, Context.USER, /* inTransaction= */ false)); assertEquals(ErrorCode.FAILED_PRECONDITION, exception.getErrorCode()); } @@ -257,11 +257,11 @@ public void testInitialValueInConnectionUrl() { ConnectionState state = new ConnectionState(options.getInitialConnectionPropertyValues()); assertEquals(false, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); - state.setValue(RETRY_ABORTS_INTERNALLY, true, Context.USER, /* inTransaction = */ false); + state.setValue(RETRY_ABORTS_INTERNALLY, true, Context.USER, /* inTransaction= */ false); assertEquals(true, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); // Resetting the property should reset it to the value that was set in the connection URL. - state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction = */ false); + state.resetValue(RETRY_ABORTS_INTERNALLY, Context.USER, /* inTransaction= */ false); assertEquals(false, state.getValue(RETRY_ABORTS_INTERNALLY).getValue()); } } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DdlTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DdlTest.java index 209796b987..e71b912233 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DdlTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DdlTest.java @@ -257,8 +257,9 @@ public void testMissingDefaultSequenceKindException() { com.google.rpc.Status.newBuilder() .setCode(Code.INVALID_ARGUMENT_VALUE) .setMessage( - "The sequence kind of an identity column id2 is not specified. " - + "Please specify the sequence kind explicitly or set the database option `default_sequence_kind`.") + "The sequence kind of an identity column id2 is not specified. Please specify the" + + " sequence kind explicitly or set the database option" + + " `default_sequence_kind`.") .build()); try (Connection connection = createConnection()) { assertNull(connection.getDefaultSequenceKind()); @@ -278,8 +279,9 @@ public void testSetsDefaultSequenceKindAndRetriesStatement() { com.google.rpc.Status.newBuilder() .setCode(Code.INVALID_ARGUMENT_VALUE) .setMessage( - "The sequence kind of an identity column id2 is not specified. " - + "Please specify the sequence kind explicitly or set the database option `default_sequence_kind`.") + "The sequence kind of an identity column id2 is not specified. Please specify the" + + " sequence kind explicitly or set the database option" + + " `default_sequence_kind`.") .build()); // This will be the response for the 'alter database' statement. addUpdateDdlResponse(); @@ -308,8 +310,9 @@ public void testMissingDefaultSequenceKindExceptionInBatch() { com.google.rpc.Status.newBuilder() .setCode(Code.INVALID_ARGUMENT_VALUE) .setMessage( - "The sequence kind of an identity column id2 is not specified. " - + "Please specify the sequence kind explicitly or set the database option `default_sequence_kind`.") + "The sequence kind of an identity column id2 is not specified. Please specify the" + + " sequence kind explicitly or set the database option" + + " `default_sequence_kind`.") .build()); try (Connection connection = createConnection()) { assertNull(connection.getDefaultSequenceKind()); @@ -328,8 +331,9 @@ public void testSetsDefaultSequenceKindAndRetriesBatch() { com.google.rpc.Status.newBuilder() .setCode(Code.INVALID_ARGUMENT_VALUE) .setMessage( - "The sequence kind of an identity column id2 is not specified. " - + "Please specify the sequence kind explicitly or set the database option `default_sequence_kind`.") + "The sequence kind of an identity column id2 is not specified. Please specify the" + + " sequence kind explicitly or set the database option" + + " `default_sequence_kind`.") .build()); // This will be the response for the 'alter database' statement. addUpdateDdlResponse(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DecodeModeTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DecodeModeTest.java index b64a05b2ef..b187b5d601 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DecodeModeTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DecodeModeTest.java @@ -155,7 +155,8 @@ public void testDecodeModeDirect_failsInReadWriteTransaction() { exception .getMessage() .contains( - "Executing queries with DecodeMode#DIRECT is not supported in read/write transactions.")); + "Executing queries with DecodeMode#DIRECT is not supported in read/write" + + " transactions.")); } } } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DirectedReadTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DirectedReadTest.java index 099c5d1047..9c784913e5 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DirectedReadTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/DirectedReadTest.java @@ -88,15 +88,13 @@ public static void setupQueryResults() { mockSpanner.putStatementResult( MockSpannerServiceImpl.StatementResult.query( GOOGLESQL_DML_STATEMENT, - resultSet - .toBuilder() + resultSet.toBuilder() .setStats(ResultSetStats.newBuilder().setRowCountExact(1L).build()) .build())); mockSpanner.putStatementResult( MockSpannerServiceImpl.StatementResult.query( POSTGRESQL_DML_STATEMENT, - resultSet - .toBuilder() + resultSet.toBuilder() .setStats(ResultSetStats.newBuilder().setRowCountExact(1L).build()) .build())); } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ExplainTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ExplainTest.java index a78684b2b4..1aeb394cd9 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ExplainTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ExplainTest.java @@ -120,7 +120,8 @@ private void testExplain(String statement) { while (resultSet.next()) { if (count == 1) { fail( - "The resultset was expected t contains exactly 1 row but it contains more than 1 row"); + "The resultset was expected t contains exactly 1 row but it contains more than 1" + + " row"); } ++count; @@ -153,7 +154,8 @@ private void testExplainAnalyze(String statement) { while (resultSet.next()) { if (count == 1) { fail( - "The resultset was expected t contains exactly 1 row but it contains more than 1 row"); + "The resultset was expected t contains exactly 1 row but it contains more than 1" + + " row"); } ++count; diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ITAbstractSpannerTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ITAbstractSpannerTest.java index 6a4731dbbd..0546b49a57 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ITAbstractSpannerTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ITAbstractSpannerTest.java @@ -332,7 +332,8 @@ public void createTestTable() { connection.startBatchDdl(); connection.execute( Statement.of( - "CREATE TABLE TEST (ID INT64 NOT NULL, NAME STRING(100) NOT NULL) PRIMARY KEY (ID)")); + "CREATE TABLE TEST (ID INT64 NOT NULL, NAME STRING(100) NOT NULL) PRIMARY KEY" + + " (ID)")); connection.runBatch(); } } @@ -345,7 +346,8 @@ protected boolean tableExists(Connection connection, String table) { connection.executeQuery( Statement.newBuilder( String.format( - "SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE UPPER(TABLE_NAME)=UPPER(\'%s\')", + "SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE" + + " UPPER(TABLE_NAME)=UPPER(\'%s\')", table)) .build())) { while (rs.next()) { @@ -360,7 +362,8 @@ protected boolean indexExists(Connection connection, String table, String index) try (ResultSet rs = connection.executeQuery( Statement.newBuilder( - "SELECT INDEX_NAME FROM INFORMATION_SCHEMA.INDEXES WHERE UPPER(TABLE_NAME)=@table_name AND UPPER(INDEX_NAME)=@index_name") + "SELECT INDEX_NAME FROM INFORMATION_SCHEMA.INDEXES WHERE" + + " UPPER(TABLE_NAME)=@table_name AND UPPER(INDEX_NAME)=@index_name") .bind("table_name") .to(table) .bind("index_name") diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/PartitionedQueryMockServerTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/PartitionedQueryMockServerTest.java index cdd8b15a38..af7c1516a1 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/PartitionedQueryMockServerTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/PartitionedQueryMockServerTest.java @@ -568,7 +568,8 @@ public void testRunPartitionedQueryUsingSql() { try (ResultSet resultSet = connection.executeQuery( Statement.newBuilder( - "run\tpartitioned query\n select * from random_table where active=@active") + "run\tpartitioned query\n" + + " select * from random_table where active=@active") .bind("active") .to(true) .build())) { @@ -642,7 +643,8 @@ public void testRunPartitionedQueryWithError() { // only one of the partition executors will see it. assertTrue( String.format( - "rowCount (%d) should be <= maxPartitions (%d) * generatedRowCount (%d) - (generatedRowCount (%d) - errorIndex (%d))", + "rowCount (%d) should be <= maxPartitions (%d) * generatedRowCount (%d) -" + + " (generatedRowCount (%d) - errorIndex (%d))", rowCount, maxPartitions, generatedRowCount, generatedRowCount, errorIndex), rowCount <= (maxPartitions * generatedRowCount - (generatedRowCount - errorIndex))); } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/RetryDmlAsPartitionedDmlMockServerTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/RetryDmlAsPartitionedDmlMockServerTest.java index c1af1e3f9d..cce6b7fe08 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/RetryDmlAsPartitionedDmlMockServerTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/RetryDmlAsPartitionedDmlMockServerTest.java @@ -208,7 +208,8 @@ public void testSqlStatements() { connection.execute( Statement.of( String.format( - "set %sautocommit_dml_mode = 'transactional_with_fallback_to_partitioned_non_atomic'", + "set %sautocommit_dml_mode =" + + " 'transactional_with_fallback_to_partitioned_non_atomic'", prefix))); try (ResultSet resultSet = connection.executeQuery( diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SetPgSessionCharacteristicsTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SetPgSessionCharacteristicsTest.java index 4b4331e5f3..fc509b42a1 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SetPgSessionCharacteristicsTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SetPgSessionCharacteristicsTest.java @@ -123,7 +123,8 @@ public void testSetIsolationLevelSerializableReadWrite() { ConnectionStatementExecutorImpl executor = new ConnectionStatementExecutorImpl(connection); String sql = - "set session characteristics as transaction isolation level serializable read write"; + "set session characteristics as transaction isolation level serializable read" + + " write"; ParsedStatement statement = parser.parse(Statement.of(sql)); assertEquals(sql, StatementType.CLIENT_SIDE, statement.getType()); statement.getClientSideStatement().execute(executor, statement); @@ -140,7 +141,8 @@ public void testSetIsolationLevelSerializableReadOnly() { ConnectionStatementExecutorImpl executor = new ConnectionStatementExecutorImpl(connection); String sql = - "set session characteristics as transaction isolation level serializable read only"; + "set session characteristics as transaction isolation level serializable read" + + " only"; ParsedStatement statement = parser.parse(Statement.of(sql)); assertEquals(sql, StatementType.CLIENT_SIDE, statement.getType()); statement.getClientSideStatement().execute(executor, statement); @@ -156,7 +158,8 @@ public void testSetMultipleTransactionModes() { ConnectionStatementExecutorImpl executor = new ConnectionStatementExecutorImpl(connection); String sql = - "set session characteristics as transaction isolation level default, read only, isolation level serializable, read write"; + "set session characteristics as transaction isolation level default, read only, isolation" + + " level serializable, read write"; ParsedStatement statement = parser.parse(Statement.of(sql)); assertEquals(sql, StatementType.CLIENT_SIDE, statement.getType()); statement.getClientSideStatement().execute(executor, statement); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SpannerPoolTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SpannerPoolTest.java index fea0b8aa6c..bc171a40cd 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SpannerPoolTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SpannerPoolTest.java @@ -284,7 +284,8 @@ public void testCloseSpanner() { verify(spanner).close(); final String expectedLogPart = - "WARNING: There is/are 1 connection(s) still open. Close all connections before stopping the application"; + "WARNING: There is/are 1 connection(s) still open. Close all connections before stopping" + + " the application"; Spanner spanner2 = pool.getSpanner(options1, connection1); pool.checkAndCloseSpanners(CheckAndCloseSpannersMode.WARN); String capturedLog = getTestCapturedLog(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SpannerStatementParserTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SpannerStatementParserTest.java index 5cec5d838d..035ab72959 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SpannerStatementParserTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/SpannerStatementParserTest.java @@ -163,12 +163,15 @@ public void testConvertPositionalParametersToNamedParameters() { assertEquals( injector.inject( - "select 1, @p1, 'test?test', \"test?test\", %sfoo.* from `foo` where col1=@p2 and col2='test' and col3=@p3 and col4='?' and col5=\"?\" and col6='?''?''?'", + "select 1, @p1, 'test?test', \"test?test\", %sfoo.* from `foo` where col1=@p2 and" + + " col2='test' and col3=@p3 and col4='?' and col5=\"?\" and col6='?''?''?'", comment), parser.convertPositionalParametersToNamedParameters( '?', injector.inject( - "select 1, ?, 'test?test', \"test?test\", %sfoo.* from `foo` where col1=? and col2='test' and col3=? and col4='?' and col5=\"?\" and col6='?''?''?'", + "select 1, ?, 'test?test', \"test?test\", %sfoo.* from `foo` where col1=?" + + " and col2='test' and col3=? and col4='?' and col5=\"?\" and" + + " col6='?''?''?'", comment)) .sqlWithNamedParameters); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementParserTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementParserTest.java index 0649edda24..c37b769419 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementParserTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementParserTest.java @@ -325,7 +325,8 @@ public void testPostgreSQLDialectSupportsEmbeddedComments() { assumeTrue(dialect == Dialect.POSTGRESQL); final String sql = - "/* This is a comment /* This is an embedded comment */ This is after the embedded comment */ SELECT 1"; + "/* This is a comment /* This is an embedded comment */ This is after the embedded comment" + + " */ SELECT 1"; assertEquals("SELECT 1", parser.removeCommentsAndTrim(sql)); } @@ -334,7 +335,8 @@ public void testGoogleStandardSQLDialectDoesNotSupportEmbeddedComments() { assumeTrue(dialect == Dialect.GOOGLE_STANDARD_SQL); final String sql = - "/* This is a comment /* This is an embedded comment */ This is after the embedded comment */ SELECT 1"; + "/* This is a comment /* This is an embedded comment */ This is after the embedded comment" + + " */ SELECT 1"; assertEquals( "This is after the embedded comment */ SELECT 1", parser.removeCommentsAndTrim(sql)); } @@ -459,7 +461,8 @@ public void testIsDdlStatement() { parser .parse( Statement.of( - "\t\tCREATE\n\t TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) + "\t\tCREATE\n" + + "\t TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) .isDdl()) .isTrue(); assertThat( @@ -473,42 +476,56 @@ public void testIsDdlStatement() { parser .parse( Statement.of( - "-- this is a comment\nCREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) + "-- this is a comment\n" + + "CREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) .isDdl()) .isTrue(); assertThat( parser .parse( Statement.of( - "/* multi line comment\n* with more information on the next line\n*/\nCREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) + "/* multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "CREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) .isDdl()) .isTrue(); assertThat( parser .parse( Statement.of( - "/** java doc comment\n* with more information on the next line\n*/\nCREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) + "/** java doc comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "CREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) .isDdl()) .isTrue(); assertThat( parser .parse( Statement.of( - "-- SELECT in a single line comment \nCREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) + "-- SELECT in a single line comment \n" + + "CREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) .isDdl()) .isTrue(); assertThat( parser .parse( Statement.of( - "/* SELECT in a multi line comment\n* with more information on the next line\n*/\nCREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) + "/* SELECT in a multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "CREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) .isDdl()) .isTrue(); assertThat( parser .parse( Statement.of( - "/** SELECT in a java doc comment\n* with more information on the next line\n*/\nCREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) + "/** SELECT in a java doc comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "CREATE TABLE FOO (ID INT64, NAME STRING(100)) PRIMARY KEY (ID)")) .isDdl()) .isTrue(); @@ -530,25 +547,32 @@ public void testIsDdlStatement() { parser .parse( Statement.of( - "/* this is a comment */ create view SingerNames as select FullName from Singers")) + "/* this is a comment */ create view SingerNames as select FullName from" + + " Singers")) .isDdl()); assertTrue( parser .parse( Statement.of( - "create /* this is a comment */ view SingerNames as select FullName from Singers")) + "create /* this is a comment */ view SingerNames as select FullName from" + + " Singers")) .isDdl()); assertTrue( parser .parse( Statement.of( - "create \n -- This is a comment \n view SingerNames as select FullName from Singers")) + "create \n" + + " -- This is a comment \n" + + " view SingerNames as select FullName from Singers")) .isDdl()); assertTrue( parser .parse( Statement.of( - " \t \n create \n \t view \n \t SingerNames as select FullName from Singers")) + " \t \n" + + " create \n" + + " \t view \n" + + " \t SingerNames as select FullName from Singers")) .isDdl()); assertTrue(parser.parse(Statement.of("DROP VIEW SingerNames")).isDdl()); assertTrue( @@ -631,13 +655,21 @@ public void testIsQuery() { parser .parse( Statement.of( - "/* multi line comment\n* with more information on the next line\n*/\nSELECT ID, NAME\nFROM\tTEST\n\tWHERE ID=1")) + "/* multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "SELECT ID, NAME\n" + + "FROM\tTEST\n" + + "\tWHERE ID=1")) .isQuery()); assertTrue( parser .parse( Statement.of( - "/** java doc comment\n* with more information on the next line\n*/\nselect max(id) from test")) + "/** java doc comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "select max(id) from test")) .isQuery()); assertTrue( parser.parse(Statement.of("-- INSERT in a single line comment \n select 1")).isQuery()); @@ -645,13 +677,20 @@ public void testIsQuery() { parser .parse( Statement.of( - "/* UPDATE in a multi line comment\n* with more information on the next line\n*/\nSELECT 1")) + "/* UPDATE in a multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "SELECT 1")) .isQuery()); assertTrue( parser .parse( Statement.of( - "/** DELETE in a java doc comment\n* with more information on the next line\n*/\n\n\n\n -- UPDATE test\nSELECT 1")) + "/** DELETE in a java doc comment\n" + + "* with more information on the next line\n" + + "*/\n\n\n\n" + + " -- UPDATE test\n" + + "SELECT 1")) .isQuery()); assertTrue( @@ -725,13 +764,18 @@ public void testGoogleStandardSQLDialectIsQuery_QueryHints() { parser .parse( Statement.of( - "@{JOIN_METHOD=HASH_JOIN}\n -- Single line comment\nSELECT * FROM PersonsTable")) + "@{JOIN_METHOD=HASH_JOIN}\n" + + " -- Single line comment\n" + + "SELECT * FROM PersonsTable")) .isQuery()); assertTrue( parser .parse( Statement.of( - "@{JOIN_METHOD=HASH_JOIN}\n /* Multi line comment\n with more comments\n */SELECT * FROM PersonsTable")) + "@{JOIN_METHOD=HASH_JOIN}\n" + + " /* Multi line comment\n" + + " with more comments\n" + + " */SELECT * FROM PersonsTable")) .isQuery()); assertTrue( parser @@ -759,7 +803,9 @@ public void testGoogleStandardSQLDialectIsQuery_QueryHints() { parser .parse( Statement.of( - "@{FORCE_INDEX=index_name,\nJOIN_METHOD=HASH_JOIN}\nWITH subQ1 AS (SELECT SchoolID FROM Roster),\n" + "@{FORCE_INDEX=index_name,\n" + + "JOIN_METHOD=HASH_JOIN}\n" + + "WITH subQ1 AS (SELECT SchoolID FROM Roster),\n" + " subQ2 AS (SELECT OpponentID FROM PlayerStats)\n" + "SELECT * FROM subQ1\n" + "UNION ALL\n" @@ -777,7 +823,8 @@ public void testGoogleStandardSQLDialectIsQuery_QueryHints() { parser .parse( Statement.of( - "@{FORCE_INDEX=index_name} @{JOIN_METHOD=HASH_JOIN} UPDATE tbl set FOO=1 WHERE ID=2")) + "@{FORCE_INDEX=index_name} @{JOIN_METHOD=HASH_JOIN} UPDATE tbl set FOO=1 WHERE" + + " ID=2")) .isQuery()); } @@ -807,15 +854,21 @@ public void testIsUpdate_QueryHints() { "@{\nLOCK_SCANNED_RANGES = exclusive \t}\n\t UPDATE FOO SET NAME='foo' WHERE ID=1")); assertTrue( parser.isUpdateStatement( - "@{LOCK_SCANNED_RANGES=exclusive}\n -- Single line comment\nUPDATE FOO SET NAME='foo' WHERE ID=1")); + "@{LOCK_SCANNED_RANGES=exclusive}\n" + + " -- Single line comment\n" + + "UPDATE FOO SET NAME='foo' WHERE ID=1")); assertTrue( parser.isUpdateStatement( - "@{LOCK_SCANNED_RANGES=exclusive}\n /* Multi line comment\n with more comments\n */UPDATE FOO SET NAME='foo' WHERE ID=1")); + "@{LOCK_SCANNED_RANGES=exclusive}\n" + + " /* Multi line comment\n" + + " with more comments\n" + + " */UPDATE FOO SET NAME='foo' WHERE ID=1")); // Multiple query hints. assertTrue( parser.isUpdateStatement( - "@{LOCK_SCANNED_RANGES=exclusive} @{USE_ADDITIONAL_PARALLELISM=TRUE} UPDATE FOO SET NAME='foo' WHERE ID=1")); + "@{LOCK_SCANNED_RANGES=exclusive} @{USE_ADDITIONAL_PARALLELISM=TRUE} UPDATE FOO SET" + + " NAME='foo' WHERE ID=1")); // Invalid query hints. assertFalse( @@ -855,13 +908,21 @@ public void testIsUpdate_InsertStatements() { parser .parse( Statement.of( - "/* multi line comment\n* with more information on the next line\n*/\nINSERT INTO FOO\n(ID)\tVALUES\n\t(1)")) + "/* multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "INSERT INTO FOO\n" + + "(ID)\tVALUES\n" + + "\t(1)")) .isUpdate()); assertTrue( parser .parse( Statement.of( - "/** java doc comment\n* with more information on the next line\n*/\nInsert intO foo (id) select 1")) + "/** java doc comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "Insert intO foo (id) select 1")) .isUpdate()); assertTrue( parser @@ -873,13 +934,20 @@ public void testIsUpdate_InsertStatements() { parser .parse( Statement.of( - "/* CREATE in a multi line comment\n* with more information on the next line\n*/\nINSERT INTO FOO (ID) VALUES (1)")) + "/* CREATE in a multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "INSERT INTO FOO (ID) VALUES (1)")) .isUpdate()); assertTrue( parser .parse( Statement.of( - "/** DROP in a java doc comment\n* with more information on the next line\n*/\n\n\n\n -- SELECT test\ninsert into foo (id) values (1)")) + "/** DROP in a java doc comment\n" + + "* with more information on the next line\n" + + "*/\n\n\n\n" + + " -- SELECT test\n" + + "insert into foo (id) values (1)")) .isUpdate()); } @@ -913,13 +981,21 @@ public void testIsUpdate_UpdateStatements() { parser .parse( Statement.of( - "/* multi line comment\n* with more information on the next line\n*/\nUPDATE FOO\nSET NAME=\t'foo'\n\tWHERE ID=1")) + "/* multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "UPDATE FOO\n" + + "SET NAME=\t'foo'\n" + + "\tWHERE ID=1")) .isUpdate()); assertTrue( parser .parse( Statement.of( - "/** java doc comment\n* with more information on the next line\n*/\nUPDATE FOO SET NAME=(select 'bar')")) + "/** java doc comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "UPDATE FOO SET NAME=(select 'bar')")) .isUpdate()); assertTrue( parser @@ -930,13 +1006,20 @@ public void testIsUpdate_UpdateStatements() { parser .parse( Statement.of( - "/* CREATE in a multi line comment\n* with more information on the next line\n*/\nUPDATE FOO SET NAME='BAR'")) + "/* CREATE in a multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "UPDATE FOO SET NAME='BAR'")) .isUpdate()); assertTrue( parser .parse( Statement.of( - "/** DROP in a java doc comment\n* with more information on the next line\n*/\n\n\n\n -- SELECT test\nupdate foo set bar='foo'")) + "/** DROP in a java doc comment\n" + + "* with more information on the next line\n" + + "*/\n\n\n\n" + + " -- SELECT test\n" + + "update foo set bar='foo'")) .isUpdate()); } @@ -971,13 +1054,20 @@ public void testIsUpdate_DeleteStatements() { parser .parse( Statement.of( - "/* multi line comment\n* with more information on the next line\n*/\nDELETE FROM FOO\n\n\tWHERE ID=1")) + "/* multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "DELETE FROM FOO\n\n" + + "\tWHERE ID=1")) .isUpdate()); assertTrue( parser .parse( Statement.of( - "/** java doc comment\n* with more information on the next line\n*/\nDELETE FROM FOO WHERE NAME=(select 'bar')")) + "/** java doc comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "DELETE FROM FOO WHERE NAME=(select 'bar')")) .isUpdate()); assertTrue( parser @@ -989,13 +1079,20 @@ public void testIsUpdate_DeleteStatements() { parser .parse( Statement.of( - "/* CREATE in a multi line comment\n* with more information on the next line\n*/\nDELETE FROM FOO WHERE NAME='BAR'")) + "/* CREATE in a multi line comment\n" + + "* with more information on the next line\n" + + "*/\n" + + "DELETE FROM FOO WHERE NAME='BAR'")) .isUpdate()); assertTrue( parser .parse( Statement.of( - "/** DROP in a java doc comment\n* with more information on the next line\n*/\n\n\n\n -- SELECT test\ndelete from foo where bar='foo'")) + "/** DROP in a java doc comment\n" + + "* with more information on the next line\n" + + "*/\n\n\n\n" + + " -- SELECT test\n" + + "delete from foo where bar='foo'")) .isUpdate()); } @@ -1177,10 +1274,12 @@ public void testGoogleStandardSQLDialectConvertPositionalParametersToNamedParame assertUnclosedLiteral(parser, "?'''?it\\'?s \n ?it\\'?s'?"); assertEquals( - "select 1, @p1, 'test?test', \"test?test\", foo.* from `foo` where col1=@p2 and col2='test' and col3=@p3 and col4='?' and col5=\"?\" and col6='?''?''?'", + "select 1, @p1, 'test?test', \"test?test\", foo.* from `foo` where col1=@p2 and col2='test'" + + " and col3=@p3 and col4='?' and col5=\"?\" and col6='?''?''?'", parser.convertPositionalParametersToNamedParameters( '?', - "select 1, ?, 'test?test', \"test?test\", foo.* from `foo` where col1=? and col2='test' and col3=? and col4='?' and col5=\"?\" and col6='?''?''?'") + "select 1, ?, 'test?test', \"test?test\", foo.* from `foo` where col1=? and" + + " col2='test' and col3=? and col4='?' and col5=\"?\" and col6='?''?''?'") .sqlWithNamedParameters); assertEquals( @@ -1333,12 +1432,15 @@ public void testPostgreSQLDialectDialectConvertPositionalParametersToNamedParame assertEquals( injector.inject( - "select 1, $1, 'test?test', \"test?test\", %sfoo.* from `foo` where col1=$2 and col2='test' and col3=$3 and col4='?' and col5=\"?\" and col6='?''?''?'", + "select 1, $1, 'test?test', \"test?test\", %sfoo.* from `foo` where col1=$2 and" + + " col2='test' and col3=$3 and col4='?' and col5=\"?\" and col6='?''?''?'", comment), parser.convertPositionalParametersToNamedParameters( '?', injector.inject( - "select 1, ?, 'test?test', \"test?test\", %sfoo.* from `foo` where col1=? and col2='test' and col3=? and col4='?' and col5=\"?\" and col6='?''?''?'", + "select 1, ?, 'test?test', \"test?test\", %sfoo.* from `foo` where col1=?" + + " and col2='test' and col3=? and col4='?' and col5=\"?\" and" + + " col6='?''?''?'", comment)) .sqlWithNamedParameters); @@ -1427,8 +1529,9 @@ public void testPostgreSQLGetQueryParameters() { assertEquals( ImmutableSet.of("$1"), parser.getQueryParameters( - "/* @lock_scanned_ranges = exclusive */ select -- random comment\n '$2' " - + "from foo /* comment /* with nested comment */ outside of nested comment */ where bar=$1 and baz=$foo")); + "/* @lock_scanned_ranges = exclusive */ select -- random comment\n" + + " '$2' from foo /* comment /* with nested comment */ outside of nested comment */" + + " where bar=$1 and baz=$foo")); } @Test @@ -1489,7 +1592,8 @@ public void testGoogleSQLReturningClause() { parser .parse( Statement.of( - "insert into x (a,b) values (1,2)/*comment*/then/*comment*/return/*comment*/(a)")) + "insert into x (a,b) values" + + " (1,2)/*comment*/then/*comment*/return/*comment*/(a)")) .hasReturningClause()); assertTrue( parser diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementTimeoutTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementTimeoutTest.java index debb95d9a1..b1adb3861b 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementTimeoutTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/StatementTimeoutTest.java @@ -80,6 +80,7 @@ public class StatementTimeoutTest extends AbstractMockServerTest { /** Execution time for statements that have been defined as slow. */ private static final int EXECUTION_TIME_SLOW_STATEMENT = 10_000; + /** * This timeout should be high enough that it will never be exceeded, even on a slow build * environment, but still significantly lower than the expected execution time of the slow diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITReadOnlySpannerTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITReadOnlySpannerTest.java index 5e626d50eb..c86b8ec34e 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITReadOnlySpannerTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITReadOnlySpannerTest.java @@ -113,7 +113,8 @@ public void testStatementTimeoutTransactional() { try (ResultSet rs = connection.executeQuery( Statement.of( - "SELECT (SELECT COUNT(*) FROM PRIME_NUMBERS)/(SELECT COUNT(*) FROM NUMBERS) AS PRIME_NUMBER_RATIO"))) { + "SELECT (SELECT COUNT(*) FROM PRIME_NUMBERS)/(SELECT COUNT(*) FROM NUMBERS) AS" + + " PRIME_NUMBER_RATIO"))) { fail("Expected exception"); } // should never be reached @@ -132,7 +133,8 @@ public void testStatementTimeoutTransactionalMultipleStatements() { try (ResultSet rs = connection.executeQuery( Statement.of( - "SELECT (SELECT COUNT(*) FROM PRIME_NUMBERS)/(SELECT COUNT(*) FROM NUMBERS) AS PRIME_NUMBER_RATIO"))) { + "SELECT (SELECT COUNT(*) FROM PRIME_NUMBERS)/(SELECT COUNT(*) FROM NUMBERS) AS" + + " PRIME_NUMBER_RATIO"))) { fail("Missing expected exception"); } catch (SpannerException e) { assertThat(e.getErrorCode(), is(ErrorCode.DEADLINE_EXCEEDED)); @@ -150,7 +152,8 @@ public void testStatementTimeoutAutocommit() { try (ResultSet rs = connection.executeQuery( Statement.of( - "SELECT (SELECT COUNT(*) FROM PRIME_NUMBERS)/(SELECT COUNT(*) FROM NUMBERS) AS PRIME_NUMBER_RATIO"))) { + "SELECT (SELECT COUNT(*) FROM PRIME_NUMBERS)/(SELECT COUNT(*) FROM NUMBERS) AS" + + " PRIME_NUMBER_RATIO"))) { fail("Expected exception"); } catch (SpannerException ex) { assertEquals(ErrorCode.DEADLINE_EXCEEDED, ex.getErrorCode()); @@ -166,7 +169,8 @@ public void testAnalyzeQuery() { try (ResultSet rs = connection.analyzeQuery( Statement.of( - "SELECT (SELECT COUNT(*) FROM PRIME_NUMBERS)/(SELECT COUNT(*) FROM NUMBERS) AS PRIME_NUMBER_RATIO"), + "SELECT (SELECT COUNT(*) FROM PRIME_NUMBERS)/(SELECT COUNT(*) FROM NUMBERS) AS" + + " PRIME_NUMBER_RATIO"), mode)) { // next has not yet returned false assertThat(rs.getStats(), is(nullValue())); @@ -185,7 +189,8 @@ public void testQueryWithOptions() { try (ResultSet rs = connection.executeQuery( Statement.of( - "SELECT (SELECT CAST(COUNT(*) AS FLOAT64) FROM PRIME_NUMBERS)/(SELECT COUNT(*) FROM NUMBERS) AS PRIME_NUMBER_RATIO"), + "SELECT (SELECT CAST(COUNT(*) AS FLOAT64) FROM PRIME_NUMBERS)/(SELECT COUNT(*)" + + " FROM NUMBERS) AS PRIME_NUMBER_RATIO"), Options.prefetchChunks(100000))) { assertThat(rs.next(), is(true)); assertThat(rs.getDouble(0), is(notNullValue())); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITRetryDmlAsPartitionedDmlTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITRetryDmlAsPartitionedDmlTest.java index 4a7c2ce26c..476cf82401 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITRetryDmlAsPartitionedDmlTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITRetryDmlAsPartitionedDmlTest.java @@ -63,7 +63,8 @@ public static void setupTestData() { database = env.getTestHelper() .createTestDatabase( - "CREATE TABLE TEST (ID INT64 NOT NULL, NAME STRING(100) NOT NULL) PRIMARY KEY (ID)"); + "CREATE TABLE TEST (ID INT64 NOT NULL, NAME STRING(100) NOT NULL) PRIMARY KEY" + + " (ID)"); DatabaseClient client = env.getTestHelper().getClient().getDatabaseClient(database.getId()); int rowsCreated = 0; int batchSize = 5000; diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITSqlMusicScriptTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITSqlMusicScriptTest.java index 745c57cfb2..9d9a9d9310 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITSqlMusicScriptTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITSqlMusicScriptTest.java @@ -136,7 +136,8 @@ public void test02_RunAbortedTest() { try (ResultSet rs = connection2.executeQuery( Statement.newBuilder( - "SELECT TicketPrices FROM Concerts WHERE SingerId=@singer AND VenueId=@venue") + "SELECT TicketPrices FROM Concerts WHERE SingerId=@singer AND" + + " VenueId=@venue") .bind("singer") .to(SINGER_ID) .bind("venue") @@ -149,7 +150,8 @@ public void test02_RunAbortedTest() { newPrices.set(1, originalPrices.get(1) + 1); connection2.executeUpdate( Statement.newBuilder( - "UPDATE Concerts SET TicketPrices=@prices WHERE SingerId=@singer AND VenueId=@venue") + "UPDATE Concerts SET TicketPrices=@prices WHERE SingerId=@singer AND" + + " VenueId=@venue") .bind("prices") .toInt64Array(newPrices) .bind("singer") diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITAsyncExamplesTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITAsyncExamplesTest.java index b324e39e43..82493bfdbe 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITAsyncExamplesTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITAsyncExamplesTest.java @@ -373,10 +373,12 @@ public void readOnlyTransaction() throws Exception { public void pauseResume() throws Exception { Statement unevenStatement = Statement.of( - "SELECT * FROM TestTable WHERE MOD(CAST(SUBSTR(Key, 2) AS INT64), 2) = 1 ORDER BY CAST(SUBSTR(Key, 2) AS INT64)"); + "SELECT * FROM TestTable WHERE MOD(CAST(SUBSTR(Key, 2) AS INT64), 2) = 1 ORDER BY" + + " CAST(SUBSTR(Key, 2) AS INT64)"); Statement evenStatement = Statement.of( - "SELECT * FROM TestTable WHERE MOD(CAST(SUBSTR(Key, 2) AS INT64), 2) = 0 ORDER BY CAST(SUBSTR(Key, 2) AS INT64)"); + "SELECT * FROM TestTable WHERE MOD(CAST(SUBSTR(Key, 2) AS INT64), 2) = 0 ORDER BY" + + " CAST(SUBSTR(Key, 2) AS INT64)"); final Object lock = new Object(); final SettableApiFuture evenFinished = SettableApiFuture.create(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDMLTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDMLTest.java index ab3c8e24a8..3bc87577e8 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDMLTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDMLTest.java @@ -63,6 +63,7 @@ public final class ITDMLTest { @ClassRule public static IntegrationTestEnv env = new IntegrationTestEnv(); private static DatabaseClient googleStandardSQLClient; private static DatabaseClient postgreSQLClient; + /** Sequence for assigning unique keys to test cases. */ private static int seq; diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDirectPathFallback.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDirectPathFallback.java index ae2c99b3e1..9cc2ebc450 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDirectPathFallback.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDirectPathFallback.java @@ -233,7 +233,9 @@ private void injectNettyChannelHandler(ManagedChannelBuilder channelBuilder) } } - /** @see com.google.cloud.bigtable.data.v2.it.DirectPathFallbackIT.MyChannelHandler */ + /** + * @see com.google.cloud.bigtable.data.v2.it.DirectPathFallbackIT.MyChannelHandler + */ private class MyChannelFactory implements ChannelFactory { @Override public NioSocketChannel newChannel() { diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDmlReturningTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDmlReturningTest.java index b9144581b2..8cca9333fe 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDmlReturningTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDmlReturningTest.java @@ -124,9 +124,11 @@ public static List data() { private String getInsertDmlReturningTemplate() { if (dialect.dialect == Dialect.POSTGRESQL) { - return "INSERT INTO T (\"K\", \"V\") VALUES ('%d-boo1', 1), ('%d-boo2', 2), ('%d-boo3', 3), ('%d-boo4', 4) RETURNING *"; + return "INSERT INTO T (\"K\", \"V\") VALUES ('%d-boo1', 1), ('%d-boo2', 2), ('%d-boo3', 3)," + + " ('%d-boo4', 4) RETURNING *"; } - return "INSERT INTO T (K, V) VALUES ('%d-boo1', 1), ('%d-boo2', 2), ('%d-boo3', 3), ('%d-boo4', 4) THEN RETURN *"; + return "INSERT INTO T (K, V) VALUES ('%d-boo1', 1), ('%d-boo2', 2), ('%d-boo3', 3), ('%d-boo4'," + + " 4) THEN RETURN *"; } private String getUpdateDmlReturningTemplate() { diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITEndToEndTracingTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITEndToEndTracingTest.java index 6c63a11402..7ae62f9399 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITEndToEndTracingTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITEndToEndTracingTest.java @@ -104,8 +104,10 @@ private void assertTrace(String traceId) throws IOException, InterruptedExceptio Thread.sleep(5000); try { foundTrace = - client.getTrace(env.getTestHelper().getInstanceId().getProject(), traceId) - .getSpansList().stream() + client + .getTrace(env.getTestHelper().getInstanceId().getProject(), traceId) + .getSpansList() + .stream() .anyMatch(span -> "Spanner.ExecuteStreamingSql".equals(span.getName())); } catch (ApiException apiException) { assumeTrue( diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITFloat32Test.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITFloat32Test.java index 1536912f68..6a973f1c4a 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITFloat32Test.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITFloat32Test.java @@ -217,18 +217,18 @@ private String getInsertStatementWithLiterals() { if (dialect.dialect == Dialect.POSTGRESQL) { statement += - "('dml1', 3.14::float8, array[1.1]::float4[]), " - + "('dml2', '3.14'::float4, array[3.14::float4, 3.14::float8]::float4[]), " - + "('dml3', 'nan'::real, array['inf'::real, (3.14::float8)::float4, 1.2, '-inf']::float4[]), " - + "('dml4', 1.175494e-38::real, array[1.175494e-38, 3.4028234e38, -3.4028234e38]::real[]), " - + "('dml5', null, null)"; + "('dml1', 3.14::float8, array[1.1]::float4[]), ('dml2', '3.14'::float4," + + " array[3.14::float4, 3.14::float8]::float4[]), ('dml3', 'nan'::real," + + " array['inf'::real, (3.14::float8)::float4, 1.2, '-inf']::float4[]), ('dml4'," + + " 1.175494e-38::real, array[1.175494e-38, 3.4028234e38, -3.4028234e38]::real[])," + + " ('dml5', null, null)"; } else { statement += - "('dml1', 3.14, [CAST(1.1 AS FLOAT32)]), " - + "('dml2', CAST('3.14' AS FLOAT32), array[CAST(3.14 AS FLOAT32), 3.14]), " - + "('dml3', CAST('nan' AS FLOAT32), array[CAST('inf' AS FLOAT32), CAST(CAST(3.14 AS FLOAT64) AS FLOAT32), 1.2, CAST('-inf' AS FLOAT32)]), " - + "('dml4', 1.175494e-38, [CAST(1.175494e-38 AS FLOAT32), 3.4028234e38, -3.4028234e38]), " - + "('dml5', null, null)"; + "('dml1', 3.14, [CAST(1.1 AS FLOAT32)]), ('dml2', CAST('3.14' AS FLOAT32)," + + " array[CAST(3.14 AS FLOAT32), 3.14]), ('dml3', CAST('nan' AS FLOAT32)," + + " array[CAST('inf' AS FLOAT32), CAST(CAST(3.14 AS FLOAT64) AS FLOAT32), 1.2," + + " CAST('-inf' AS FLOAT32)]), ('dml4', 1.175494e-38, [CAST(1.175494e-38 AS FLOAT32)," + + " 3.4028234e38, -3.4028234e38]), ('dml5', null, null)"; } return statement; } diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITForeignKeyDeleteCascadeTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITForeignKeyDeleteCascadeTest.java index 448aab8511..3600422669 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITForeignKeyDeleteCascadeTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITForeignKeyDeleteCascadeTest.java @@ -85,7 +85,8 @@ public static void setUpDatabase() { "CREATE TABLE Concert (\n" + " venue_id INT64 NOT NULL,\n" + " singer_id INT64 NOT NULL,\n" - + " CONSTRAINT Fk_Concert_Singer FOREIGN KEY (singer_id) REFERENCES Singer (singer_id) ON DELETE CASCADE\n" + + " CONSTRAINT Fk_Concert_Singer FOREIGN KEY (singer_id) REFERENCES Singer" + + " (singer_id) ON DELETE CASCADE\n" + ") PRIMARY KEY(venue_id, singer_id)")); POSTGRESQL_DATABASE = env.getTestHelper() @@ -100,7 +101,8 @@ public static void setUpDatabase() { + " venue_id BIGINT NOT NULL,\n" + " singer_id BIGINT NOT NULL,\n" + " PRIMARY KEY (venue_id, singer_id),\n" - + " CONSTRAINT \"Fk_Concert_Singer\" FOREIGN KEY (singer_id) REFERENCES Singer (singer_id) ON DELETE CASCADE\n" + + " CONSTRAINT \"Fk_Concert_Singer\" FOREIGN KEY (singer_id)" + + " REFERENCES Singer (singer_id) ON DELETE CASCADE\n" + " )")); dbs.add(GOOGLE_STANDARD_SQL_DATABASE); @@ -152,9 +154,8 @@ public void testForeignKeyDeleteCascadeConstraints_withAlterDDLStatements() thro + " singer_id BIGINT NOT NULL,\n" + " PRIMARY KEY (venue_id, singer_id)\n" + " )", - "ALTER TABLE ConcertV2 " - + "ADD CONSTRAINT \"Fk_Concert_Singer_V2\" FOREIGN KEY(singer_id) REFERENCES Singer(singer_id) " - + "ON DELETE CASCADE"); + "ALTER TABLE ConcertV2 ADD CONSTRAINT \"Fk_Concert_Singer_V2\" FOREIGN KEY(singer_id)" + + " REFERENCES Singer(singer_id) ON DELETE CASCADE"); } else { createStatements = ImmutableList.of( @@ -166,9 +167,8 @@ public void testForeignKeyDeleteCascadeConstraints_withAlterDDLStatements() thro + " venue_id INT64 NOT NULL,\n" + " singer_id INT64 NOT NULL,\n" + ") PRIMARY KEY(venue_id, singer_id)", - "ALTER TABLE ConcertV2 " - + "ADD CONSTRAINT Fk_Concert_Singer_V2 FOREIGN KEY(singer_id) REFERENCES Singer(singer_id) " - + "ON DELETE CASCADE"); + "ALTER TABLE ConcertV2 ADD CONSTRAINT Fk_Concert_Singer_V2 FOREIGN KEY(singer_id)" + + " REFERENCES Singer(singer_id) ON DELETE CASCADE"); } final Database createdDatabase = env.getTestHelper().createTestDatabase(dialect.dialect, createStatements); @@ -199,8 +199,8 @@ public void testForeignKeyDeleteCascadeConstraints_withAlterDDLStatements() thro createdDatabase.getId().getDatabase(), ImmutableList.of( "ALTER TABLE ConcertV2\n" + "DROP CONSTRAINT Fk_Concert_Singer_V2", - "ALTER TABLE ConcertV2 " - + "ADD CONSTRAINT Fk_Concert_Singer_V2 FOREIGN KEY(singer_id) REFERENCES Singer(singer_id) "), + "ALTER TABLE ConcertV2 ADD CONSTRAINT Fk_Concert_Singer_V2 FOREIGN KEY(singer_id)" + + " REFERENCES Singer(singer_id) "), null) .get(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITInstanceAdminTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITInstanceAdminTest.java index f21441f30a..7d1c135108 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITInstanceAdminTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITInstanceAdminTest.java @@ -177,8 +177,7 @@ public void updateInstanceViaEntity() throws Exception { String rand = new Random().nextInt() + ""; String newDisplayName = "instance test" + rand; Instance toUpdate = - instance - .toBuilder() + instance.toBuilder() .setDisplayName(newDisplayName) .setNodeCount(instance.getNodeCount() + 1) .build(); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITIntervalTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITIntervalTest.java index 5f0b778f0c..3af1464612 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITIntervalTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITIntervalTest.java @@ -62,7 +62,8 @@ public static List data() { + " create_time TIMESTAMP,\n" + " expiry_time TIMESTAMP,\n" + " expiry_within_month bool AS (expiry_time - create_time < INTERVAL 30 DAY),\n" - + " interval_array_len INT64 AS (ARRAY_LENGTH(ARRAY[INTERVAL '1-2 3 4:5:6' YEAR TO SECOND]))\n" + + " interval_array_len INT64 AS (ARRAY_LENGTH(ARRAY[INTERVAL '1-2 3 4:5:6'" + + " YEAR TO SECOND]))\n" + ") PRIMARY KEY (key)" }; @@ -72,8 +73,10 @@ public static List data() { + " key text primary key,\n" + " create_time timestamptz,\n" + " expiry_time timestamptz,\n" - + " expiry_within_month bool GENERATED ALWAYS AS (expiry_time - create_time < INTERVAL '30' DAY) STORED,\n" - + " interval_array_len bigint GENERATED ALWAYS AS (ARRAY_LENGTH(ARRAY[INTERVAL '1-2 3 4:5:6'], 1)) STORED\n" + + " expiry_within_month bool GENERATED ALWAYS AS (expiry_time - create_time < INTERVAL" + + " '30' DAY) STORED,\n" + + " interval_array_len bigint GENERATED ALWAYS AS (ARRAY_LENGTH(ARRAY[INTERVAL '1-2 3" + + " 4:5:6'], 1)) STORED\n" + ")" }; @@ -168,10 +171,12 @@ public void queryWithIntervalParam() { String query; if (dialect.dialect == Dialect.POSTGRESQL) { query = - "SELECT COUNT(*) FROM IntervalTable WHERE create_time < TIMESTAMPTZ '2004-11-30T10:23:54+0530' - $1"; + "SELECT COUNT(*) FROM IntervalTable WHERE create_time < TIMESTAMPTZ" + + " '2004-11-30T10:23:54+0530' - $1"; } else { query = - "SELECT COUNT(*) FROM IntervalTable WHERE create_time < TIMESTAMP('2004-11-30T10:23:54+0530') - @p1"; + "SELECT COUNT(*) FROM IntervalTable WHERE create_time <" + + " TIMESTAMP('2004-11-30T10:23:54+0530') - @p1"; } try (ResultSet resultSet = @@ -245,7 +250,8 @@ public void queryWithUntypedIntervalParam() { @Test public void queryIntervalArray() { String query = - "SELECT ARRAY[CAST('P1Y2M3DT4H5M6.789123S' AS INTERVAL), null, CAST('P-1Y-2M-3DT-4H-5M-6.789123S' AS INTERVAL)] AS Col1"; + "SELECT ARRAY[CAST('P1Y2M3DT4H5M6.789123S' AS INTERVAL), null," + + " CAST('P-1Y-2M-3DT-4H-5M-6.789123S' AS INTERVAL)] AS Col1"; try (ResultSet resultSet = client.singleUse().executeQuery(Statement.of(query))) { assertTrue(resultSet.next()); assertEquals( diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITProtoColumnTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITProtoColumnTest.java index 7e525ebaa1..a2693f6a6d 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITProtoColumnTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITProtoColumnTest.java @@ -115,8 +115,8 @@ public static void createDatabase() throws Exception { + " ProtoMessageArray ARRAY," + " ProtoEnumArray ARRAY," + " ) PRIMARY KEY (RowID)", - "CREATE INDEX SingerByNationalityAndGenre ON Singers(SingerNationality, SingerGenre)" - + " STORING (SingerId, FirstName, LastName)")) + "CREATE INDEX SingerByNationalityAndGenre ON Singers(SingerNationality," + + " SingerGenre) STORING (SingerId, FirstName, LastName)")) .get(5, TimeUnit.MINUTES); assertEquals(databaseID.getDatabase(), createdDatabase.getId().getDatabase()); @@ -283,7 +283,9 @@ public void testProtoColumnsDMLParameterizedQueriesPKAndIndexes() { transaction -> { Statement statement1 = Statement.newBuilder( - "INSERT INTO Singers (SingerId, FirstName, LastName, SingerInfo, SingerGenre) VALUES (1, \"FirstName1\", \"LastName1\", @singerInfo, @singerGenre)") + "INSERT INTO Singers (SingerId, FirstName, LastName, SingerInfo," + + " SingerGenre) VALUES (1, \"FirstName1\", \"LastName1\"," + + " @singerInfo, @singerGenre)") .bind("singerInfo") .to(singerInfo1) .bind("singerGenre") @@ -292,7 +294,9 @@ public void testProtoColumnsDMLParameterizedQueriesPKAndIndexes() { Statement statement2 = Statement.newBuilder( - "INSERT INTO Singers (SingerId, FirstName, LastName, SingerInfo, SingerGenre) VALUES (2, \"FirstName2\", \"LastName2\", @singerInfo, @singerGenre)") + "INSERT INTO Singers (SingerId, FirstName, LastName, SingerInfo," + + " SingerGenre) VALUES (2, \"FirstName2\", \"LastName2\"," + + " @singerInfo, @singerGenre)") .bind("singerInfo") .to(singerInfo2) .bind("singerGenre") @@ -353,8 +357,8 @@ public void testProtoColumnsDMLParameterizedQueriesPKAndIndexes() { .singleUse() .executeQuery( Statement.newBuilder( - "SELECT SingerId, SingerInfo, SingerGenre FROM " - + "Singers WHERE SingerInfo.Nationality=@country AND SingerGenre=@genre") + "SELECT SingerId, SingerInfo, SingerGenre FROM Singers WHERE" + + " SingerInfo.Nationality=@country AND SingerGenre=@genre") .bind("country") .to("Country2") .bind("genre") diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITQueryOptionsTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITQueryOptionsTest.java index 57aa77e6a7..baa8235cd5 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITQueryOptionsTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITQueryOptionsTest.java @@ -185,9 +185,7 @@ public void spannerOptions() { // Version '1' should work. // Statistics package 'custom-package' should work. try (Spanner spanner = - env.getTestHelper() - .getOptions() - .toBuilder() + env.getTestHelper().getOptions().toBuilder() .setDefaultQueryOptions( db.getId(), QueryOptions.newBuilder() @@ -205,9 +203,7 @@ public void spannerOptions() { } // Version 'latest' should also work. try (Spanner spanner = - env.getTestHelper() - .getOptions() - .toBuilder() + env.getTestHelper().getOptions().toBuilder() .setDefaultQueryOptions( db.getId(), QueryOptions.newBuilder().setOptimizerVersion("latest").build()) .build() @@ -221,9 +217,7 @@ public void spannerOptions() { } // Version '100000' should not work. try (Spanner spanner = - env.getTestHelper() - .getOptions() - .toBuilder() + env.getTestHelper().getOptions().toBuilder() .setDefaultQueryOptions( db.getId(), QueryOptions.newBuilder().setOptimizerVersion("100000").build()) .build() diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITResultSetGetValue.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITResultSetGetValue.java index 68aeb2a0e9..894d46a809 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITResultSetGetValue.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITResultSetGetValue.java @@ -583,37 +583,28 @@ public void testReadNonFloat64LiteralsGoogleStandardSQL() { .singleUse() .executeQuery( Statement.of( - "SELECT " - + "TRUE AS bool," - + "1 AS int64," - + "CAST('100' AS NUMERIC) AS numeric," - + "'stringValue' AS string," - + "CAST('bytesValue' AS BYTES) AS bytes," - + "CAST('1970-01-01T00:00:01Z' AS TIMESTAMP) AS timestamp," - + "CAST('2021-02-03' AS DATE) AS date," - + "[false, true] AS boolArray," - + "[1, 2] AS int64Array," - + "[CAST('100' AS NUMERIC), CAST('200' AS NUMERIC)] AS numericArray," - + "['string1', 'string2'] AS stringArray," - + "[CAST('bytes1' AS BYTES), CAST('bytes2' AS BYTES)] AS bytesArray," - + "[CAST('1970-01-01T00:00:01.000000002Z' AS TIMESTAMP), CAST('1970-01-01T00:00:02.000000003Z' AS TIMESTAMP)] AS timestampArray," - + "[CAST('2020-01-02' AS DATE), CAST('2021-02-03' AS DATE)] AS dateArray," - + "ARRAY(SELECT STRUCT(" - + " TRUE AS structBool," - + " 1 AS structInt64," - + " CAST('100' AS NUMERIC) AS structNumeric," - + " 'stringValue' AS structString," - + " CAST('bytesValue' AS BYTES) AS structBytes," - + " CAST('1970-01-01T00:00:01Z' AS TIMESTAMP) AS structTimestamp," - + " CAST('2020-01-02' AS DATE) AS structDate," - + " [false, true] AS structBoolArray," - + " [1, 2] AS structInt64Array," - + " [CAST('100' AS NUMERIC), CAST('200' AS NUMERIC)] AS structNumericArray," - + " ['string1', 'string2'] AS structStringArray," - + " [CAST('bytes1' AS BYTES), CAST('bytes2' AS BYTES)] AS structBytesArray," - + " [CAST('1970-01-01T00:00:01.000000002Z' AS TIMESTAMP), CAST('1970-01-01T00:00:02.000000003Z' AS TIMESTAMP)] AS structTimestampArray," - + " [CAST('2020-01-02' AS DATE), CAST('2021-02-03' AS DATE)] AS structDateArray" - + ")) AS structArray"))) { + "SELECT TRUE AS bool,1 AS int64,CAST('100' AS NUMERIC) AS numeric,'stringValue'" + + " AS string,CAST('bytesValue' AS BYTES) AS" + + " bytes,CAST('1970-01-01T00:00:01Z' AS TIMESTAMP) AS" + + " timestamp,CAST('2021-02-03' AS DATE) AS date,[false, true] AS" + + " boolArray,[1, 2] AS int64Array,[CAST('100' AS NUMERIC), CAST('200' AS" + + " NUMERIC)] AS numericArray,['string1', 'string2'] AS" + + " stringArray,[CAST('bytes1' AS BYTES), CAST('bytes2' AS BYTES)] AS" + + " bytesArray,[CAST('1970-01-01T00:00:01.000000002Z' AS TIMESTAMP)," + + " CAST('1970-01-01T00:00:02.000000003Z' AS TIMESTAMP)] AS" + + " timestampArray,[CAST('2020-01-02' AS DATE), CAST('2021-02-03' AS DATE)]" + + " AS dateArray,ARRAY(SELECT STRUCT( TRUE AS structBool, 1 AS" + + " structInt64, CAST('100' AS NUMERIC) AS structNumeric, 'stringValue'" + + " AS structString, CAST('bytesValue' AS BYTES) AS structBytes, " + + " CAST('1970-01-01T00:00:01Z' AS TIMESTAMP) AS structTimestamp, " + + " CAST('2020-01-02' AS DATE) AS structDate, [false, true] AS" + + " structBoolArray, [1, 2] AS structInt64Array, [CAST('100' AS NUMERIC)," + + " CAST('200' AS NUMERIC)] AS structNumericArray, ['string1', 'string2']" + + " AS structStringArray, [CAST('bytes1' AS BYTES), CAST('bytes2' AS" + + " BYTES)] AS structBytesArray, [CAST('1970-01-01T00:00:01.000000002Z' AS" + + " TIMESTAMP), CAST('1970-01-01T00:00:02.000000003Z' AS TIMESTAMP)] AS" + + " structTimestampArray, [CAST('2020-01-02' AS DATE), CAST('2021-02-03'" + + " AS DATE)] AS structDateArray)) AS structArray"))) { resultSet.next(); assertEquals(Value.bool(true), resultSet.getValue("bool")); @@ -711,21 +702,17 @@ public void testReadNonFloat64LiteralsPostgreSQL() { .singleUse() .executeQuery( Statement.of( - "SELECT " - + "TRUE AS bool," - + "1 AS int64," - + "CAST('100' AS numeric) AS numeric," - + "'stringValue' AS string," - + "CAST('bytesValue' AS BYTEA) AS bytes," - + "CAST('1970-01-01T00:00:01 UTC' AS TIMESTAMPTZ) AS timestamp," - + "CAST('2021-02-03' AS DATE) AS date," - + "ARRAY[false, true] AS boolArray," - + "ARRAY[1, 2] AS int64Array," - + "ARRAY[CAST('100' AS NUMERIC), CAST('200' AS NUMERIC)] AS numericArray," - + "ARRAY['string1', 'string2'] AS stringArray," - + "ARRAY[CAST('bytes1' AS BYTEA), CAST('bytes2' AS BYTEA)] AS bytesArray," - + "ARRAY[CAST('1970-01-01T00:00:01 UTC' AS TIMESTAMPTZ), CAST('1970-01-01T00:00:02 UTC' AS TIMESTAMPTZ)] AS timestampArray," - + "ARRAY[CAST('2020-01-02' AS DATE), CAST('2021-02-03' AS DATE)] AS dateArray"))) { + "SELECT TRUE AS bool,1 AS int64,CAST('100' AS numeric) AS numeric,'stringValue'" + + " AS string,CAST('bytesValue' AS BYTEA) AS" + + " bytes,CAST('1970-01-01T00:00:01 UTC' AS TIMESTAMPTZ) AS" + + " timestamp,CAST('2021-02-03' AS DATE) AS date,ARRAY[false, true] AS" + + " boolArray,ARRAY[1, 2] AS int64Array,ARRAY[CAST('100' AS NUMERIC)," + + " CAST('200' AS NUMERIC)] AS numericArray,ARRAY['string1', 'string2'] AS" + + " stringArray,ARRAY[CAST('bytes1' AS BYTEA), CAST('bytes2' AS BYTEA)] AS" + + " bytesArray,ARRAY[CAST('1970-01-01T00:00:01 UTC' AS TIMESTAMPTZ)," + + " CAST('1970-01-01T00:00:02 UTC' AS TIMESTAMPTZ)] AS" + + " timestampArray,ARRAY[CAST('2020-01-02' AS DATE), CAST('2021-02-03' AS" + + " DATE)] AS dateArray"))) { resultSet.next(); assertEquals(Value.bool(true), resultSet.getValue("bool")); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionManagerAsyncTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionManagerAsyncTest.java index 7ac027bb22..31e338476b 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionManagerAsyncTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionManagerAsyncTest.java @@ -219,7 +219,8 @@ public void testRollback() throws InterruptedException { } @Ignore( - "Cloud Spanner now seems to return CANCELLED instead of ABORTED when a transaction is invalidated by a later transaction in the same session") + "Cloud Spanner now seems to return CANCELLED instead of ABORTED when a transaction is" + + " invalidated by a later transaction in the same session") @Test public void testAbortAndRetry() throws InterruptedException, ExecutionException { assumeFalse( diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionTest.java index 627523f055..dbefb73294 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionTest.java @@ -74,6 +74,7 @@ public class ITTransactionTest { @ClassRule public static IntegrationTestEnv env = new IntegrationTestEnv(); private static Database db; private static DatabaseClient client; + /** Sequence for assigning unique keys to test cases. */ private static int seq; diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITWriteTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITWriteTest.java index 83d27e18e0..5dde683bcb 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITWriteTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITWriteTest.java @@ -1146,28 +1146,15 @@ public void testWriteUntypedNullValuesGoogleSQL() { transaction -> transaction.executeUpdate( Statement.newBuilder( - "insert into T (" - + "K," - + "BoolValue," - + "Int64Value," - + "Float64Value," - + "StringValue," - + "JsonValue," - + "BytesValue," - + "TimestampValue," - + "DateValue," - + "NumericValue," - + "BoolArrayValue," - + "Int64ArrayValue," - + "Float64ArrayValue," - + "StringArrayValue," - + "JsonArrayValue," - + "BytesArrayValue," - + "TimestampArrayValue," - + "DateArrayValue," - + "NumericArrayValue" - + ") values (@k, @bool, @int64, @float64, @string, @json, @bytes, @timestamp, @date, @numeric, " - + "@boolArray, @int64Array, @float64Array, @stringArray, @jsonArray, @bytesArray, @timestampArray, @dateArray, @numericArray)") + "insert into T (K,BoolValue,Int64Value,Float64Value,StringValue," + + "JsonValue,BytesValue,TimestampValue,DateValue,NumericValue," + + "BoolArrayValue,Int64ArrayValue,Float64ArrayValue," + + "StringArrayValue,JsonArrayValue,BytesArrayValue," + + "TimestampArrayValue,DateArrayValue,NumericArrayValue) values" + + " (@k, @bool, @int64, @float64, @string, @json, @bytes," + + " @timestamp, @date, @numeric, @boolArray, @int64Array," + + " @float64Array, @stringArray, @jsonArray, @bytesArray," + + " @timestampArray, @dateArray, @numericArray)") .bind("k") .to(uniqueString()) .bind("bool") diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/slow/ITBackupTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/slow/ITBackupTest.java index 1359046aee..6b77f8e2a0 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/slow/ITBackupTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/slow/ITBackupTest.java @@ -133,7 +133,8 @@ public static void setup() { keyName = System.getProperty(KMS_KEY_NAME_PROPERTY); Preconditions.checkNotNull( keyName, - "Key name is null, please set a key to be used for this test. The necessary permissions should be grant to the spanner service account according to the CMEK user guide."); + "Key name is null, please set a key to be used for this test. The necessary permissions" + + " should be grant to the spanner service account according to the CMEK user guide."); logger.info("Setting up tests"); testHelper = env.getTestHelper(); @@ -443,9 +444,7 @@ public void test02_RetryNonIdempotentRpcsReturningLongRunningOperations() throws InjectErrorInterceptorProvider restoreBackupInterceptor = new InjectErrorInterceptorProvider("RestoreDatabase"); options = - testHelper - .getOptions() - .toBuilder() + testHelper.getOptions().toBuilder() .setInterceptorProvider(restoreBackupInterceptor) .build(); try (Spanner spanner = options.getService()) { @@ -779,13 +778,15 @@ private void testRestore(Backup backup, Timestamp versionTime, String expectedKe attempts++; if (attempts == 10) { logger.info( - "Restore operation failed 10 times because of other pending restores. Skipping restore test."); + "Restore operation failed 10 times because of other pending restores. Skipping" + + " restore test."); return; } // wait and then retry. logger.info( String.format( - "Restoring backup %s to database %s must wait because of other pending restore operation", + "Restoring backup %s to database %s must wait because of other pending restore" + + " operation", backup.getId().getBackup(), restoredDb)); //noinspection BusyWait Thread.sleep(60_000L); diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpcTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpcTest.java index a0f236b0fd..24b09d56f8 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpcTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpcTest.java @@ -172,7 +172,8 @@ public void startServer() throws IOException { SpannerOptions.enableOpenTelemetryTraces(); assumeTrue( - "Skip tests when emulator is enabled as this test interferes with the check whether the emulator is running", + "Skip tests when emulator is enabled as this test interferes with the check whether the" + + " emulator is running", System.getenv("SPANNER_EMULATOR_HOST") == null); defaultUserAgent = "spanner-java/" + GaxProperties.getLibraryVersion(GapicSpannerRpc.class); @@ -646,8 +647,7 @@ public void testTraceContextHeaderWithOpenTelemetryAndEndToEndTracingEnabled() { .build(); final SpannerOptions options = - createSpannerOptions() - .toBuilder() + createSpannerOptions().toBuilder() .setOpenTelemetry(openTelemetry) .setEnableEndToEndTracing(true) .build(); @@ -672,8 +672,7 @@ public void testTraceContextHeaderWithOpenTelemetryAndEndToEndTracingDisabled() .build(); final SpannerOptions options = - createSpannerOptions() - .toBuilder() + createSpannerOptions().toBuilder() .setOpenTelemetry(openTelemetry) .setEnableEndToEndTracing(false) .build(); diff --git a/grpc-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseAdminGrpc.java b/grpc-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseAdminGrpc.java index d8ad23a2bd..5b6090743d 100644 --- a/grpc-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseAdminGrpc.java +++ b/grpc-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseAdminGrpc.java @@ -1245,6 +1245,19 @@ public DatabaseAdminStub newStub( return DatabaseAdminStub.newStub(factory, channel); } + /** Creates a new blocking-style stub that supports all types of calls on the service */ + public static DatabaseAdminBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DatabaseAdminBlockingV2Stub newStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DatabaseAdminBlockingV2Stub(channel, callOptions); + } + }; + return DatabaseAdminBlockingV2Stub.newStub(factory, channel); + } + /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ @@ -2409,6 +2422,497 @@ public void listBackupSchedules( * * restore a database from an existing backup * */ + public static final class DatabaseAdminBlockingV2Stub + extends io.grpc.stub.AbstractBlockingStub { + private DatabaseAdminBlockingV2Stub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DatabaseAdminBlockingV2Stub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DatabaseAdminBlockingV2Stub(channel, callOptions); + } + + /** + * + * + *
+     * Lists Cloud Spanner databases.
+     * 
+ */ + public com.google.spanner.admin.database.v1.ListDatabasesResponse listDatabases( + com.google.spanner.admin.database.v1.ListDatabasesRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListDatabasesMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Creates a new Cloud Spanner database and starts to prepare it for serving.
+     * The returned [long-running operation][google.longrunning.Operation] will
+     * have a name of the format `<database_name>/operations/<operation_id>` and
+     * can be used to track preparation of the database. The
+     * [metadata][google.longrunning.Operation.metadata] field type is
+     * [CreateDatabaseMetadata][google.spanner.admin.database.v1.CreateDatabaseMetadata].
+     * The [response][google.longrunning.Operation.response] field type is
+     * [Database][google.spanner.admin.database.v1.Database], if successful.
+     * 
+ */ + public com.google.longrunning.Operation createDatabase( + com.google.spanner.admin.database.v1.CreateDatabaseRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateDatabaseMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets the state of a Cloud Spanner database.
+     * 
+ */ + public com.google.spanner.admin.database.v1.Database getDatabase( + com.google.spanner.admin.database.v1.GetDatabaseRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetDatabaseMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Updates a Cloud Spanner database. The returned
+     * [long-running operation][google.longrunning.Operation] can be used to track
+     * the progress of updating the database. If the named database does not
+     * exist, returns `NOT_FOUND`.
+     * While the operation is pending:
+     *   * The database's
+     *     [reconciling][google.spanner.admin.database.v1.Database.reconciling]
+     *     field is set to true.
+     *   * Cancelling the operation is best-effort. If the cancellation succeeds,
+     *     the operation metadata's
+     *     [cancel_time][google.spanner.admin.database.v1.UpdateDatabaseMetadata.cancel_time]
+     *     is set, the updates are reverted, and the operation terminates with a
+     *     `CANCELLED` status.
+     *   * New UpdateDatabase requests will return a `FAILED_PRECONDITION` error
+     *     until the pending operation is done (returns successfully or with
+     *     error).
+     *   * Reading the database via the API continues to give the pre-request
+     *     values.
+     * Upon completion of the returned operation:
+     *   * The new values are in effect and readable via the API.
+     *   * The database's
+     *     [reconciling][google.spanner.admin.database.v1.Database.reconciling]
+     *     field becomes false.
+     * The returned [long-running operation][google.longrunning.Operation] will
+     * have a name of the format
+     * `projects/<project>/instances/<instance>/databases/<database>/operations/<operation_id>`
+     * and can be used to track the database modification. The
+     * [metadata][google.longrunning.Operation.metadata] field type is
+     * [UpdateDatabaseMetadata][google.spanner.admin.database.v1.UpdateDatabaseMetadata].
+     * The [response][google.longrunning.Operation.response] field type is
+     * [Database][google.spanner.admin.database.v1.Database], if successful.
+     * 
+ */ + public com.google.longrunning.Operation updateDatabase( + com.google.spanner.admin.database.v1.UpdateDatabaseRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateDatabaseMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Updates the schema of a Cloud Spanner database by
+     * creating/altering/dropping tables, columns, indexes, etc. The returned
+     * [long-running operation][google.longrunning.Operation] will have a name of
+     * the format `<database_name>/operations/<operation_id>` and can be used to
+     * track execution of the schema change(s). The
+     * [metadata][google.longrunning.Operation.metadata] field type is
+     * [UpdateDatabaseDdlMetadata][google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata].
+     * The operation has no response.
+     * 
+ */ + public com.google.longrunning.Operation updateDatabaseDdl( + com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateDatabaseDdlMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Drops (aka deletes) a Cloud Spanner database.
+     * Completed backups for the database will be retained according to their
+     * `expire_time`.
+     * Note: Cloud Spanner might continue to accept requests for a few seconds
+     * after the database has been deleted.
+     * 
+ */ + public com.google.protobuf.Empty dropDatabase( + com.google.spanner.admin.database.v1.DropDatabaseRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDropDatabaseMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Returns the schema of a Cloud Spanner database as a list of formatted
+     * DDL statements. This method does not show pending schema updates, those may
+     * be queried using the [Operations][google.longrunning.Operations] API.
+     * 
+ */ + public com.google.spanner.admin.database.v1.GetDatabaseDdlResponse getDatabaseDdl( + com.google.spanner.admin.database.v1.GetDatabaseDdlRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetDatabaseDdlMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Sets the access control policy on a database or backup resource.
+     * Replaces any existing policy.
+     * Authorization requires `spanner.databases.setIamPolicy`
+     * permission on [resource][google.iam.v1.SetIamPolicyRequest.resource].
+     * For backups, authorization requires `spanner.backups.setIamPolicy`
+     * permission on [resource][google.iam.v1.SetIamPolicyRequest.resource].
+     * 
+ */ + public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getSetIamPolicyMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets the access control policy for a database or backup resource.
+     * Returns an empty policy if a database or backup exists but does not have a
+     * policy set.
+     * Authorization requires `spanner.databases.getIamPolicy` permission on
+     * [resource][google.iam.v1.GetIamPolicyRequest.resource].
+     * For backups, authorization requires `spanner.backups.getIamPolicy`
+     * permission on [resource][google.iam.v1.GetIamPolicyRequest.resource].
+     * 
+ */ + public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetIamPolicyMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Returns permissions that the caller has on the specified database or backup
+     * resource.
+     * Attempting this RPC on a non-existent Cloud Spanner database will
+     * result in a NOT_FOUND error if the user has
+     * `spanner.databases.list` permission on the containing Cloud
+     * Spanner instance. Otherwise returns an empty set of permissions.
+     * Calling this method on a backup that does not exist will
+     * result in a NOT_FOUND error if the user has
+     * `spanner.backups.list` permission on the containing instance.
+     * 
+ */ + public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions( + com.google.iam.v1.TestIamPermissionsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Starts creating a new Cloud Spanner Backup.
+     * The returned backup [long-running operation][google.longrunning.Operation]
+     * will have a name of the format
+     * `projects/<project>/instances/<instance>/backups/<backup>/operations/<operation_id>`
+     * and can be used to track creation of the backup. The
+     * [metadata][google.longrunning.Operation.metadata] field type is
+     * [CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata].
+     * The [response][google.longrunning.Operation.response] field type is
+     * [Backup][google.spanner.admin.database.v1.Backup], if successful.
+     * Cancelling the returned operation will stop the creation and delete the
+     * backup. There can be only one pending backup creation per database. Backup
+     * creation of different databases can run concurrently.
+     * 
+ */ + public com.google.longrunning.Operation createBackup( + com.google.spanner.admin.database.v1.CreateBackupRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateBackupMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Starts copying a Cloud Spanner Backup.
+     * The returned backup [long-running operation][google.longrunning.Operation]
+     * will have a name of the format
+     * `projects/<project>/instances/<instance>/backups/<backup>/operations/<operation_id>`
+     * and can be used to track copying of the backup. The operation is associated
+     * with the destination backup.
+     * The [metadata][google.longrunning.Operation.metadata] field type is
+     * [CopyBackupMetadata][google.spanner.admin.database.v1.CopyBackupMetadata].
+     * The [response][google.longrunning.Operation.response] field type is
+     * [Backup][google.spanner.admin.database.v1.Backup], if successful.
+     * Cancelling the returned operation will stop the copying and delete the
+     * destination backup. Concurrent CopyBackup requests can run on the same
+     * source backup.
+     * 
+ */ + public com.google.longrunning.Operation copyBackup( + com.google.spanner.admin.database.v1.CopyBackupRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCopyBackupMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets metadata on a pending or completed
+     * [Backup][google.spanner.admin.database.v1.Backup].
+     * 
+ */ + public com.google.spanner.admin.database.v1.Backup getBackup( + com.google.spanner.admin.database.v1.GetBackupRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetBackupMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Updates a pending or completed
+     * [Backup][google.spanner.admin.database.v1.Backup].
+     * 
+ */ + public com.google.spanner.admin.database.v1.Backup updateBackup( + com.google.spanner.admin.database.v1.UpdateBackupRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateBackupMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Deletes a pending or completed
+     * [Backup][google.spanner.admin.database.v1.Backup].
+     * 
+ */ + public com.google.protobuf.Empty deleteBackup( + com.google.spanner.admin.database.v1.DeleteBackupRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteBackupMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists completed and pending backups.
+     * Backups returned are ordered by `create_time` in descending order,
+     * starting from the most recent `create_time`.
+     * 
+ */ + public com.google.spanner.admin.database.v1.ListBackupsResponse listBackups( + com.google.spanner.admin.database.v1.ListBackupsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListBackupsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Create a new database by restoring from a completed backup. The new
+     * database must be in the same project and in an instance with the same
+     * instance configuration as the instance containing
+     * the backup. The returned database [long-running
+     * operation][google.longrunning.Operation] has a name of the format
+     * `projects/<project>/instances/<instance>/databases/<database>/operations/<operation_id>`,
+     * and can be used to track the progress of the operation, and to cancel it.
+     * The [metadata][google.longrunning.Operation.metadata] field type is
+     * [RestoreDatabaseMetadata][google.spanner.admin.database.v1.RestoreDatabaseMetadata].
+     * The [response][google.longrunning.Operation.response] type
+     * is [Database][google.spanner.admin.database.v1.Database], if
+     * successful. Cancelling the returned operation will stop the restore and
+     * delete the database.
+     * There can be only one database being restored into an instance at a time.
+     * Once the restore operation completes, a new restore operation can be
+     * initiated, without waiting for the optimize operation associated with the
+     * first restore to complete.
+     * 
+ */ + public com.google.longrunning.Operation restoreDatabase( + com.google.spanner.admin.database.v1.RestoreDatabaseRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRestoreDatabaseMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists database [longrunning-operations][google.longrunning.Operation].
+     * A database operation has a name of the form
+     * `projects/<project>/instances/<instance>/databases/<database>/operations/<operation>`.
+     * The long-running operation
+     * [metadata][google.longrunning.Operation.metadata] field type
+     * `metadata.type_url` describes the type of the metadata. Operations returned
+     * include those that have completed/failed/canceled within the last 7 days,
+     * and pending operations.
+     * 
+ */ + public com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse + listDatabaseOperations( + com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListDatabaseOperationsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists the backup [long-running operations][google.longrunning.Operation] in
+     * the given instance. A backup operation has a name of the form
+     * `projects/<project>/instances/<instance>/backups/<backup>/operations/<operation>`.
+     * The long-running operation
+     * [metadata][google.longrunning.Operation.metadata] field type
+     * `metadata.type_url` describes the type of the metadata. Operations returned
+     * include those that have completed/failed/canceled within the last 7 days,
+     * and pending operations. Operations returned are ordered by
+     * `operation.metadata.value.progress.start_time` in descending order starting
+     * from the most recently started operation.
+     * 
+ */ + public com.google.spanner.admin.database.v1.ListBackupOperationsResponse listBackupOperations( + com.google.spanner.admin.database.v1.ListBackupOperationsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListBackupOperationsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists Cloud Spanner database roles.
+     * 
+ */ + public com.google.spanner.admin.database.v1.ListDatabaseRolesResponse listDatabaseRoles( + com.google.spanner.admin.database.v1.ListDatabaseRolesRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListDatabaseRolesMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Adds split points to specified tables, indexes of a database.
+     * 
+ */ + public com.google.spanner.admin.database.v1.AddSplitPointsResponse addSplitPoints( + com.google.spanner.admin.database.v1.AddSplitPointsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getAddSplitPointsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Creates a new backup schedule.
+     * 
+ */ + public com.google.spanner.admin.database.v1.BackupSchedule createBackupSchedule( + com.google.spanner.admin.database.v1.CreateBackupScheduleRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateBackupScheduleMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets backup schedule for the input schedule name.
+     * 
+ */ + public com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedule( + com.google.spanner.admin.database.v1.GetBackupScheduleRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetBackupScheduleMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Updates a backup schedule.
+     * 
+ */ + public com.google.spanner.admin.database.v1.BackupSchedule updateBackupSchedule( + com.google.spanner.admin.database.v1.UpdateBackupScheduleRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateBackupScheduleMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Deletes a backup schedule.
+     * 
+ */ + public com.google.protobuf.Empty deleteBackupSchedule( + com.google.spanner.admin.database.v1.DeleteBackupScheduleRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteBackupScheduleMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists all the backup schedules for the database.
+     * 
+ */ + public com.google.spanner.admin.database.v1.ListBackupSchedulesResponse listBackupSchedules( + com.google.spanner.admin.database.v1.ListBackupSchedulesRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListBackupSchedulesMethod(), getCallOptions(), request); + } + } + + /** + * A stub to allow clients to do limited synchronous rpc calls to service DatabaseAdmin. + * + *
+   * Cloud Spanner Database Admin API
+   * The Cloud Spanner Database Admin API can be used to:
+   *   * create, drop, and list databases
+   *   * update the schema of pre-existing databases
+   *   * create, delete, copy and list backups for a database
+   *   * restore a database from an existing backup
+   * 
+ */ public static final class DatabaseAdminBlockingStub extends io.grpc.stub.AbstractBlockingStub { private DatabaseAdminBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { diff --git a/grpc-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceAdminGrpc.java b/grpc-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceAdminGrpc.java index 7dde482554..e8ae31bca9 100644 --- a/grpc-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceAdminGrpc.java +++ b/grpc-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceAdminGrpc.java @@ -1055,6 +1055,19 @@ public InstanceAdminStub newStub( return InstanceAdminStub.newStub(factory, channel); } + /** Creates a new blocking-style stub that supports all types of calls on the service */ + public static InstanceAdminBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public InstanceAdminBlockingV2Stub newStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new InstanceAdminBlockingV2Stub(channel, callOptions); + } + }; + return InstanceAdminBlockingV2Stub.newStub(factory, channel); + } + /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ @@ -2427,6 +2440,601 @@ public void moveInstance( * databases in that instance, and their performance may suffer. * */ + public static final class InstanceAdminBlockingV2Stub + extends io.grpc.stub.AbstractBlockingStub { + private InstanceAdminBlockingV2Stub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected InstanceAdminBlockingV2Stub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new InstanceAdminBlockingV2Stub(channel, callOptions); + } + + /** + * + * + *
+     * Lists the supported instance configurations for a given project.
+     * Returns both Google-managed configurations and user-managed
+     * configurations.
+     * 
+ */ + public com.google.spanner.admin.instance.v1.ListInstanceConfigsResponse listInstanceConfigs( + com.google.spanner.admin.instance.v1.ListInstanceConfigsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListInstanceConfigsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets information about a particular instance configuration.
+     * 
+ */ + public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig( + com.google.spanner.admin.instance.v1.GetInstanceConfigRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetInstanceConfigMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Creates an instance configuration and begins preparing it to be used. The
+     * returned long-running operation
+     * can be used to track the progress of preparing the new
+     * instance configuration. The instance configuration name is assigned by the
+     * caller. If the named instance configuration already exists,
+     * `CreateInstanceConfig` returns `ALREADY_EXISTS`.
+     * Immediately after the request returns:
+     *   * The instance configuration is readable via the API, with all requested
+     *     attributes. The instance configuration's
+     *     [reconciling][google.spanner.admin.instance.v1.InstanceConfig.reconciling]
+     *     field is set to true. Its state is `CREATING`.
+     * While the operation is pending:
+     *   * Cancelling the operation renders the instance configuration immediately
+     *     unreadable via the API.
+     *   * Except for deleting the creating resource, all other attempts to modify
+     *     the instance configuration are rejected.
+     * Upon completion of the returned operation:
+     *   * Instances can be created using the instance configuration.
+     *   * The instance configuration's
+     *   [reconciling][google.spanner.admin.instance.v1.InstanceConfig.reconciling]
+     *   field becomes false. Its state becomes `READY`.
+     * The returned long-running operation will
+     * have a name of the format
+     * `<instance_config_name>/operations/<operation_id>` and can be used to track
+     * creation of the instance configuration. The
+     * metadata field type is
+     * [CreateInstanceConfigMetadata][google.spanner.admin.instance.v1.CreateInstanceConfigMetadata].
+     * The response field type is
+     * [InstanceConfig][google.spanner.admin.instance.v1.InstanceConfig], if
+     * successful.
+     * Authorization requires `spanner.instanceConfigs.create` permission on
+     * the resource
+     * [parent][google.spanner.admin.instance.v1.CreateInstanceConfigRequest.parent].
+     * 
+ */ + public com.google.longrunning.Operation createInstanceConfig( + com.google.spanner.admin.instance.v1.CreateInstanceConfigRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateInstanceConfigMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Updates an instance configuration. The returned
+     * long-running operation can be used to track
+     * the progress of updating the instance. If the named instance configuration
+     * does not exist, returns `NOT_FOUND`.
+     * Only user-managed configurations can be updated.
+     * Immediately after the request returns:
+     *   * The instance configuration's
+     *     [reconciling][google.spanner.admin.instance.v1.InstanceConfig.reconciling]
+     *     field is set to true.
+     * While the operation is pending:
+     *   * Cancelling the operation sets its metadata's
+     *     [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceConfigMetadata.cancel_time].
+     *     The operation is guaranteed to succeed at undoing all changes, after
+     *     which point it terminates with a `CANCELLED` status.
+     *   * All other attempts to modify the instance configuration are rejected.
+     *   * Reading the instance configuration via the API continues to give the
+     *     pre-request values.
+     * Upon completion of the returned operation:
+     *   * Creating instances using the instance configuration uses the new
+     *     values.
+     *   * The new values of the instance configuration are readable via the API.
+     *   * The instance configuration's
+     *   [reconciling][google.spanner.admin.instance.v1.InstanceConfig.reconciling]
+     *   field becomes false.
+     * The returned long-running operation will
+     * have a name of the format
+     * `<instance_config_name>/operations/<operation_id>` and can be used to track
+     * the instance configuration modification.  The
+     * metadata field type is
+     * [UpdateInstanceConfigMetadata][google.spanner.admin.instance.v1.UpdateInstanceConfigMetadata].
+     * The response field type is
+     * [InstanceConfig][google.spanner.admin.instance.v1.InstanceConfig], if
+     * successful.
+     * Authorization requires `spanner.instanceConfigs.update` permission on
+     * the resource [name][google.spanner.admin.instance.v1.InstanceConfig.name].
+     * 
+ */ + public com.google.longrunning.Operation updateInstanceConfig( + com.google.spanner.admin.instance.v1.UpdateInstanceConfigRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateInstanceConfigMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Deletes the instance configuration. Deletion is only allowed when no
+     * instances are using the configuration. If any instances are using
+     * the configuration, returns `FAILED_PRECONDITION`.
+     * Only user-managed configurations can be deleted.
+     * Authorization requires `spanner.instanceConfigs.delete` permission on
+     * the resource [name][google.spanner.admin.instance.v1.InstanceConfig.name].
+     * 
+ */ + public com.google.protobuf.Empty deleteInstanceConfig( + com.google.spanner.admin.instance.v1.DeleteInstanceConfigRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteInstanceConfigMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists the user-managed instance configuration long-running
+     * operations in the given project. An instance
+     * configuration operation has a name of the form
+     * `projects/<project>/instanceConfigs/<instance_config>/operations/<operation>`.
+     * The long-running operation
+     * metadata field type
+     * `metadata.type_url` describes the type of the metadata. Operations returned
+     * include those that have completed/failed/canceled within the last 7 days,
+     * and pending operations. Operations returned are ordered by
+     * `operation.metadata.value.start_time` in descending order starting
+     * from the most recently started operation.
+     * 
+ */ + public com.google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse + listInstanceConfigOperations( + com.google.spanner.admin.instance.v1.ListInstanceConfigOperationsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListInstanceConfigOperationsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists all instances in the given project.
+     * 
+ */ + public com.google.spanner.admin.instance.v1.ListInstancesResponse listInstances( + com.google.spanner.admin.instance.v1.ListInstancesRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListInstancesMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists all instance partitions for the given instance.
+     * 
+ */ + public com.google.spanner.admin.instance.v1.ListInstancePartitionsResponse + listInstancePartitions( + com.google.spanner.admin.instance.v1.ListInstancePartitionsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListInstancePartitionsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets information about a particular instance.
+     * 
+ */ + public com.google.spanner.admin.instance.v1.Instance getInstance( + com.google.spanner.admin.instance.v1.GetInstanceRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetInstanceMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Creates an instance and begins preparing it to begin serving. The
+     * returned long-running operation
+     * can be used to track the progress of preparing the new
+     * instance. The instance name is assigned by the caller. If the
+     * named instance already exists, `CreateInstance` returns
+     * `ALREADY_EXISTS`.
+     * Immediately upon completion of this request:
+     *   * The instance is readable via the API, with all requested attributes
+     *     but no allocated resources. Its state is `CREATING`.
+     * Until completion of the returned operation:
+     *   * Cancelling the operation renders the instance immediately unreadable
+     *     via the API.
+     *   * The instance can be deleted.
+     *   * All other attempts to modify the instance are rejected.
+     * Upon completion of the returned operation:
+     *   * Billing for all successfully-allocated resources begins (some types
+     *     may have lower than the requested levels).
+     *   * Databases can be created in the instance.
+     *   * The instance's allocated resource levels are readable via the API.
+     *   * The instance's state becomes `READY`.
+     * The returned long-running operation will
+     * have a name of the format `<instance_name>/operations/<operation_id>` and
+     * can be used to track creation of the instance.  The
+     * metadata field type is
+     * [CreateInstanceMetadata][google.spanner.admin.instance.v1.CreateInstanceMetadata].
+     * The response field type is
+     * [Instance][google.spanner.admin.instance.v1.Instance], if successful.
+     * 
+ */ + public com.google.longrunning.Operation createInstance( + com.google.spanner.admin.instance.v1.CreateInstanceRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateInstanceMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Updates an instance, and begins allocating or releasing resources
+     * as requested. The returned long-running operation can be used to track the
+     * progress of updating the instance. If the named instance does not
+     * exist, returns `NOT_FOUND`.
+     * Immediately upon completion of this request:
+     *   * For resource types for which a decrease in the instance's allocation
+     *     has been requested, billing is based on the newly-requested level.
+     * Until completion of the returned operation:
+     *   * Cancelling the operation sets its metadata's
+     *     [cancel_time][google.spanner.admin.instance.v1.UpdateInstanceMetadata.cancel_time],
+     *     and begins restoring resources to their pre-request values. The
+     *     operation is guaranteed to succeed at undoing all resource changes,
+     *     after which point it terminates with a `CANCELLED` status.
+     *   * All other attempts to modify the instance are rejected.
+     *   * Reading the instance via the API continues to give the pre-request
+     *     resource levels.
+     * Upon completion of the returned operation:
+     *   * Billing begins for all successfully-allocated resources (some types
+     *     may have lower than the requested levels).
+     *   * All newly-reserved resources are available for serving the instance's
+     *     tables.
+     *   * The instance's new resource levels are readable via the API.
+     * The returned long-running operation will
+     * have a name of the format `<instance_name>/operations/<operation_id>` and
+     * can be used to track the instance modification.  The
+     * metadata field type is
+     * [UpdateInstanceMetadata][google.spanner.admin.instance.v1.UpdateInstanceMetadata].
+     * The response field type is
+     * [Instance][google.spanner.admin.instance.v1.Instance], if successful.
+     * Authorization requires `spanner.instances.update` permission on
+     * the resource [name][google.spanner.admin.instance.v1.Instance.name].
+     * 
+ */ + public com.google.longrunning.Operation updateInstance( + com.google.spanner.admin.instance.v1.UpdateInstanceRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateInstanceMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Deletes an instance.
+     * Immediately upon completion of the request:
+     *   * Billing ceases for all of the instance's reserved resources.
+     * Soon afterward:
+     *   * The instance and *all of its databases* immediately and
+     *     irrevocably disappear from the API. All data in the databases
+     *     is permanently deleted.
+     * 
+ */ + public com.google.protobuf.Empty deleteInstance( + com.google.spanner.admin.instance.v1.DeleteInstanceRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteInstanceMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Sets the access control policy on an instance resource. Replaces any
+     * existing policy.
+     * Authorization requires `spanner.instances.setIamPolicy` on
+     * [resource][google.iam.v1.SetIamPolicyRequest.resource].
+     * 
+ */ + public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getSetIamPolicyMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets the access control policy for an instance resource. Returns an empty
+     * policy if an instance exists but does not have a policy set.
+     * Authorization requires `spanner.instances.getIamPolicy` on
+     * [resource][google.iam.v1.GetIamPolicyRequest.resource].
+     * 
+ */ + public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetIamPolicyMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Returns permissions that the caller has on the specified instance resource.
+     * Attempting this RPC on a non-existent Cloud Spanner instance resource will
+     * result in a NOT_FOUND error if the user has `spanner.instances.list`
+     * permission on the containing Google Cloud Project. Otherwise returns an
+     * empty set of permissions.
+     * 
+ */ + public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions( + com.google.iam.v1.TestIamPermissionsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets information about a particular instance partition.
+     * 
+ */ + public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartition( + com.google.spanner.admin.instance.v1.GetInstancePartitionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetInstancePartitionMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Creates an instance partition and begins preparing it to be used. The
+     * returned long-running operation
+     * can be used to track the progress of preparing the new instance partition.
+     * The instance partition name is assigned by the caller. If the named
+     * instance partition already exists, `CreateInstancePartition` returns
+     * `ALREADY_EXISTS`.
+     * Immediately upon completion of this request:
+     *   * The instance partition is readable via the API, with all requested
+     *     attributes but no allocated resources. Its state is `CREATING`.
+     * Until completion of the returned operation:
+     *   * Cancelling the operation renders the instance partition immediately
+     *     unreadable via the API.
+     *   * The instance partition can be deleted.
+     *   * All other attempts to modify the instance partition are rejected.
+     * Upon completion of the returned operation:
+     *   * Billing for all successfully-allocated resources begins (some types
+     *     may have lower than the requested levels).
+     *   * Databases can start using this instance partition.
+     *   * The instance partition's allocated resource levels are readable via the
+     *     API.
+     *   * The instance partition's state becomes `READY`.
+     * The returned long-running operation will
+     * have a name of the format
+     * `<instance_partition_name>/operations/<operation_id>` and can be used to
+     * track creation of the instance partition.  The
+     * metadata field type is
+     * [CreateInstancePartitionMetadata][google.spanner.admin.instance.v1.CreateInstancePartitionMetadata].
+     * The response field type is
+     * [InstancePartition][google.spanner.admin.instance.v1.InstancePartition], if
+     * successful.
+     * 
+ */ + public com.google.longrunning.Operation createInstancePartition( + com.google.spanner.admin.instance.v1.CreateInstancePartitionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateInstancePartitionMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Deletes an existing instance partition. Requires that the
+     * instance partition is not used by any database or backup and is not the
+     * default instance partition of an instance.
+     * Authorization requires `spanner.instancePartitions.delete` permission on
+     * the resource
+     * [name][google.spanner.admin.instance.v1.InstancePartition.name].
+     * 
+ */ + public com.google.protobuf.Empty deleteInstancePartition( + com.google.spanner.admin.instance.v1.DeleteInstancePartitionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteInstancePartitionMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Updates an instance partition, and begins allocating or releasing resources
+     * as requested. The returned long-running operation can be used to track the
+     * progress of updating the instance partition. If the named instance
+     * partition does not exist, returns `NOT_FOUND`.
+     * Immediately upon completion of this request:
+     *   * For resource types for which a decrease in the instance partition's
+     *   allocation has been requested, billing is based on the newly-requested
+     *   level.
+     * Until completion of the returned operation:
+     *   * Cancelling the operation sets its metadata's
+     *     [cancel_time][google.spanner.admin.instance.v1.UpdateInstancePartitionMetadata.cancel_time],
+     *     and begins restoring resources to their pre-request values. The
+     *     operation is guaranteed to succeed at undoing all resource changes,
+     *     after which point it terminates with a `CANCELLED` status.
+     *   * All other attempts to modify the instance partition are rejected.
+     *   * Reading the instance partition via the API continues to give the
+     *     pre-request resource levels.
+     * Upon completion of the returned operation:
+     *   * Billing begins for all successfully-allocated resources (some types
+     *     may have lower than the requested levels).
+     *   * All newly-reserved resources are available for serving the instance
+     *     partition's tables.
+     *   * The instance partition's new resource levels are readable via the API.
+     * The returned long-running operation will
+     * have a name of the format
+     * `<instance_partition_name>/operations/<operation_id>` and can be used to
+     * track the instance partition modification. The
+     * metadata field type is
+     * [UpdateInstancePartitionMetadata][google.spanner.admin.instance.v1.UpdateInstancePartitionMetadata].
+     * The response field type is
+     * [InstancePartition][google.spanner.admin.instance.v1.InstancePartition], if
+     * successful.
+     * Authorization requires `spanner.instancePartitions.update` permission on
+     * the resource
+     * [name][google.spanner.admin.instance.v1.InstancePartition.name].
+     * 
+ */ + public com.google.longrunning.Operation updateInstancePartition( + com.google.spanner.admin.instance.v1.UpdateInstancePartitionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateInstancePartitionMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists instance partition long-running operations in the given instance.
+     * An instance partition operation has a name of the form
+     * `projects/<project>/instances/<instance>/instancePartitions/<instance_partition>/operations/<operation>`.
+     * The long-running operation
+     * metadata field type
+     * `metadata.type_url` describes the type of the metadata. Operations returned
+     * include those that have completed/failed/canceled within the last 7 days,
+     * and pending operations. Operations returned are ordered by
+     * `operation.metadata.value.start_time` in descending order starting from the
+     * most recently started operation.
+     * Authorization requires `spanner.instancePartitionOperations.list`
+     * permission on the resource
+     * [parent][google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest.parent].
+     * 
+ */ + public com.google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse + listInstancePartitionOperations( + com.google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListInstancePartitionOperationsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Moves an instance to the target instance configuration. You can use the
+     * returned long-running operation to track
+     * the progress of moving the instance.
+     * `MoveInstance` returns `FAILED_PRECONDITION` if the instance meets any of
+     * the following criteria:
+     *   * Is undergoing a move to a different instance configuration
+     *   * Has backups
+     *   * Has an ongoing update
+     *   * Contains any CMEK-enabled databases
+     *   * Is a free trial instance
+     * While the operation is pending:
+     *   * All other attempts to modify the instance, including changes to its
+     *     compute capacity, are rejected.
+     *   * The following database and backup admin operations are rejected:
+     *     * `DatabaseAdmin.CreateDatabase`
+     *     * `DatabaseAdmin.UpdateDatabaseDdl` (disabled if default_leader is
+     *        specified in the request.)
+     *     * `DatabaseAdmin.RestoreDatabase`
+     *     * `DatabaseAdmin.CreateBackup`
+     *     * `DatabaseAdmin.CopyBackup`
+     *   * Both the source and target instance configurations are subject to
+     *     hourly compute and storage charges.
+     *   * The instance might experience higher read-write latencies and a higher
+     *     transaction abort rate. However, moving an instance doesn't cause any
+     *     downtime.
+     * The returned long-running operation has
+     * a name of the format
+     * `<instance_name>/operations/<operation_id>` and can be used to track
+     * the move instance operation. The
+     * metadata field type is
+     * [MoveInstanceMetadata][google.spanner.admin.instance.v1.MoveInstanceMetadata].
+     * The response field type is
+     * [Instance][google.spanner.admin.instance.v1.Instance],
+     * if successful.
+     * Cancelling the operation sets its metadata's
+     * [cancel_time][google.spanner.admin.instance.v1.MoveInstanceMetadata.cancel_time].
+     * Cancellation is not immediate because it involves moving any data
+     * previously moved to the target instance configuration back to the original
+     * instance configuration. You can use this operation to track the progress of
+     * the cancellation. Upon successful completion of the cancellation, the
+     * operation terminates with `CANCELLED` status.
+     * If not cancelled, upon completion of the returned operation:
+     *   * The instance successfully moves to the target instance
+     *     configuration.
+     *   * You are billed for compute and storage in target instance
+     *   configuration.
+     * Authorization requires the `spanner.instances.update` permission on
+     * the resource [instance][google.spanner.admin.instance.v1.Instance].
+     * For more details, see
+     * [Move an instance](https://cloud.google.com/spanner/docs/move-instance).
+     * 
+ */ + public com.google.longrunning.Operation moveInstance( + com.google.spanner.admin.instance.v1.MoveInstanceRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getMoveInstanceMethod(), getCallOptions(), request); + } + } + + /** + * A stub to allow clients to do limited synchronous rpc calls to service InstanceAdmin. + * + *
+   * Cloud Spanner Instance Admin API
+   * The Cloud Spanner Instance Admin API can be used to create, delete,
+   * modify and list instances. Instances are dedicated Cloud Spanner serving
+   * and storage resources to be used by Cloud Spanner databases.
+   * Each instance has a "configuration", which dictates where the
+   * serving resources for the Cloud Spanner instance are located (e.g.,
+   * US-central, Europe). Configurations are created by Google based on
+   * resource availability.
+   * Cloud Spanner billing is based on the instances that exist and their
+   * sizes. After an instance exists, there are no additional
+   * per-database or per-operation charges for use of the instance
+   * (though there may be additional network bandwidth charges).
+   * Instances offer isolation: problems with databases in one instance
+   * will not affect other instances. However, within an instance
+   * databases can affect each other. For example, if one database in an
+   * instance receives a lot of requests and consumes most of the
+   * instance resources, fewer resources are available for other
+   * databases in that instance, and their performance may suffer.
+   * 
+ */ public static final class InstanceAdminBlockingStub extends io.grpc.stub.AbstractBlockingStub { private InstanceAdminBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { diff --git a/grpc-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerExecutorProxyGrpc.java b/grpc-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerExecutorProxyGrpc.java index b7c2ac8864..b2b9ddada6 100644 --- a/grpc-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerExecutorProxyGrpc.java +++ b/grpc-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerExecutorProxyGrpc.java @@ -98,6 +98,19 @@ public SpannerExecutorProxyStub newStub( return SpannerExecutorProxyStub.newStub(factory, channel); } + /** Creates a new blocking-style stub that supports all types of calls on the service */ + public static SpannerExecutorProxyBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public SpannerExecutorProxyBlockingV2Stub newStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new SpannerExecutorProxyBlockingV2Stub(channel, callOptions); + } + }; + return SpannerExecutorProxyBlockingV2Stub.newStub(factory, channel); + } + /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ @@ -221,6 +234,49 @@ protected SpannerExecutorProxyStub build( * Service that executes SpannerActions asynchronously. * */ + public static final class SpannerExecutorProxyBlockingV2Stub + extends io.grpc.stub.AbstractBlockingStub { + private SpannerExecutorProxyBlockingV2Stub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected SpannerExecutorProxyBlockingV2Stub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new SpannerExecutorProxyBlockingV2Stub(channel, callOptions); + } + + /** + * + * + *
+     * ExecuteActionAsync is a streaming call that starts executing a new Spanner
+     * action.
+     * For each request, the server will reply with one or more responses, but
+     * only the last response will contain status in the outcome.
+     * Responses can be matched to requests by action_id. It is allowed to have
+     * multiple actions in flight--in that case, actions are be executed in
+     * parallel.
+     * 
+ */ + @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") + public io.grpc.stub.BlockingClientCall< + com.google.spanner.executor.v1.SpannerAsyncActionRequest, + com.google.spanner.executor.v1.SpannerAsyncActionResponse> + executeActionAsync() { + return io.grpc.stub.ClientCalls.blockingBidiStreamingCall( + getChannel(), getExecuteActionAsyncMethod(), getCallOptions()); + } + } + + /** + * A stub to allow clients to do limited synchronous rpc calls to service SpannerExecutorProxy. + * + *
+   * Service that executes SpannerActions asynchronously.
+   * 
+ */ public static final class SpannerExecutorProxyBlockingStub extends io.grpc.stub.AbstractBlockingStub { private SpannerExecutorProxyBlockingStub( diff --git a/grpc-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SpannerGrpc.java b/grpc-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SpannerGrpc.java index d4adac9c57..6f8f8fc542 100644 --- a/grpc-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SpannerGrpc.java +++ b/grpc-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SpannerGrpc.java @@ -705,6 +705,19 @@ public SpannerStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOpti return SpannerStub.newStub(factory, channel); } + /** Creates a new blocking-style stub that supports all types of calls on the service */ + public static SpannerBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public SpannerBlockingV2Stub newStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new SpannerBlockingV2Stub(channel, callOptions); + } + }; + return SpannerBlockingV2Stub.newStub(factory, channel); + } + /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ @@ -1489,6 +1502,353 @@ public void batchWrite( * transactions on data stored in Cloud Spanner databases. * */ + public static final class SpannerBlockingV2Stub + extends io.grpc.stub.AbstractBlockingStub { + private SpannerBlockingV2Stub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected SpannerBlockingV2Stub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new SpannerBlockingV2Stub(channel, callOptions); + } + + /** + * + * + *
+     * Creates a new session. A session can be used to perform
+     * transactions that read and/or modify data in a Cloud Spanner database.
+     * Sessions are meant to be reused for many consecutive
+     * transactions.
+     * Sessions can only execute one transaction at a time. To execute
+     * multiple concurrent read-write/write-only transactions, create
+     * multiple sessions. Note that standalone reads and queries use a
+     * transaction internally, and count toward the one transaction
+     * limit.
+     * Active sessions use additional server resources, so it is a good idea to
+     * delete idle and unneeded sessions.
+     * Aside from explicit deletes, Cloud Spanner may delete sessions for which no
+     * operations are sent for more than an hour. If a session is deleted,
+     * requests to it return `NOT_FOUND`.
+     * Idle sessions can be kept alive by sending a trivial SQL query
+     * periodically, e.g., `"SELECT 1"`.
+     * 
+ */ + public com.google.spanner.v1.Session createSession( + com.google.spanner.v1.CreateSessionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCreateSessionMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Creates multiple new sessions.
+     * This API can be used to initialize a session cache on the clients.
+     * See https://goo.gl/TgSFN2 for best practices on session cache management.
+     * 
+ */ + public com.google.spanner.v1.BatchCreateSessionsResponse batchCreateSessions( + com.google.spanner.v1.BatchCreateSessionsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getBatchCreateSessionsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Gets a session. Returns `NOT_FOUND` if the session does not exist.
+     * This is mainly useful for determining whether a session is still
+     * alive.
+     * 
+ */ + public com.google.spanner.v1.Session getSession( + com.google.spanner.v1.GetSessionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetSessionMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Lists all sessions in a given database.
+     * 
+ */ + public com.google.spanner.v1.ListSessionsResponse listSessions( + com.google.spanner.v1.ListSessionsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListSessionsMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Ends a session, releasing server resources associated with it. This will
+     * asynchronously trigger cancellation of any operations that are running with
+     * this session.
+     * 
+ */ + public com.google.protobuf.Empty deleteSession( + com.google.spanner.v1.DeleteSessionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteSessionMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Executes an SQL statement, returning all results in a single reply. This
+     * method cannot be used to return a result set larger than 10 MiB;
+     * if the query yields more data than that, the query fails with
+     * a `FAILED_PRECONDITION` error.
+     * Operations inside read-write transactions might return `ABORTED`. If
+     * this occurs, the application should restart the transaction from
+     * the beginning. See [Transaction][google.spanner.v1.Transaction] for more
+     * details.
+     * Larger result sets can be fetched in streaming fashion by calling
+     * [ExecuteStreamingSql][google.spanner.v1.Spanner.ExecuteStreamingSql]
+     * instead.
+     * 
+ */ + public com.google.spanner.v1.ResultSet executeSql( + com.google.spanner.v1.ExecuteSqlRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getExecuteSqlMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Like [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], except returns the
+     * result set as a stream. Unlike
+     * [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql], there is no limit on
+     * the size of the returned result set. However, no individual row in the
+     * result set can exceed 100 MiB, and no column value can exceed 10 MiB.
+     * 
+ */ + @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") + public io.grpc.stub.BlockingClientCall + executeStreamingSql(com.google.spanner.v1.ExecuteSqlRequest request) { + return io.grpc.stub.ClientCalls.blockingV2ServerStreamingCall( + getChannel(), getExecuteStreamingSqlMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Executes a batch of SQL DML statements. This method allows many statements
+     * to be run with lower latency than submitting them sequentially with
+     * [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
+     * Statements are executed in sequential order. A request can succeed even if
+     * a statement fails. The
+     * [ExecuteBatchDmlResponse.status][google.spanner.v1.ExecuteBatchDmlResponse.status]
+     * field in the response provides information about the statement that failed.
+     * Clients must inspect this field to determine whether an error occurred.
+     * Execution stops after the first failed statement; the remaining statements
+     * are not executed.
+     * 
+ */ + public com.google.spanner.v1.ExecuteBatchDmlResponse executeBatchDml( + com.google.spanner.v1.ExecuteBatchDmlRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getExecuteBatchDmlMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Reads rows from the database using key lookups and scans, as a
+     * simple key/value style alternative to
+     * [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].  This method cannot be
+     * used to return a result set larger than 10 MiB; if the read matches more
+     * data than that, the read fails with a `FAILED_PRECONDITION`
+     * error.
+     * Reads inside read-write transactions might return `ABORTED`. If
+     * this occurs, the application should restart the transaction from
+     * the beginning. See [Transaction][google.spanner.v1.Transaction] for more
+     * details.
+     * Larger result sets can be yielded in streaming fashion by calling
+     * [StreamingRead][google.spanner.v1.Spanner.StreamingRead] instead.
+     * 
+ */ + public com.google.spanner.v1.ResultSet read(com.google.spanner.v1.ReadRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getReadMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Like [Read][google.spanner.v1.Spanner.Read], except returns the result set
+     * as a stream. Unlike [Read][google.spanner.v1.Spanner.Read], there is no
+     * limit on the size of the returned result set. However, no individual row in
+     * the result set can exceed 100 MiB, and no column value can exceed
+     * 10 MiB.
+     * 
+ */ + @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") + public io.grpc.stub.BlockingClientCall streamingRead( + com.google.spanner.v1.ReadRequest request) { + return io.grpc.stub.ClientCalls.blockingV2ServerStreamingCall( + getChannel(), getStreamingReadMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Begins a new transaction. This step can often be skipped:
+     * [Read][google.spanner.v1.Spanner.Read],
+     * [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql] and
+     * [Commit][google.spanner.v1.Spanner.Commit] can begin a new transaction as a
+     * side-effect.
+     * 
+ */ + public com.google.spanner.v1.Transaction beginTransaction( + com.google.spanner.v1.BeginTransactionRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getBeginTransactionMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Commits a transaction. The request includes the mutations to be
+     * applied to rows in the database.
+     * `Commit` might return an `ABORTED` error. This can occur at any time;
+     * commonly, the cause is conflicts with concurrent
+     * transactions. However, it can also happen for a variety of other
+     * reasons. If `Commit` returns `ABORTED`, the caller should re-attempt
+     * the transaction from the beginning, re-using the same session.
+     * On very rare occasions, `Commit` might return `UNKNOWN`. This can happen,
+     * for example, if the client job experiences a 1+ hour networking failure.
+     * At that point, Cloud Spanner has lost track of the transaction outcome and
+     * we recommend that you perform another read from the database to see the
+     * state of things as they are now.
+     * 
+ */ + public com.google.spanner.v1.CommitResponse commit( + com.google.spanner.v1.CommitRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getCommitMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Rolls back a transaction, releasing any locks it holds. It is a good
+     * idea to call this for any transaction that includes one or more
+     * [Read][google.spanner.v1.Spanner.Read] or
+     * [ExecuteSql][google.spanner.v1.Spanner.ExecuteSql] requests and ultimately
+     * decides not to commit.
+     * `Rollback` returns `OK` if it successfully aborts the transaction, the
+     * transaction was already aborted, or the transaction is not
+     * found. `Rollback` never returns `ABORTED`.
+     * 
+ */ + public com.google.protobuf.Empty rollback(com.google.spanner.v1.RollbackRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRollbackMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Creates a set of partition tokens that can be used to execute a query
+     * operation in parallel.  Each of the returned partition tokens can be used
+     * by [ExecuteStreamingSql][google.spanner.v1.Spanner.ExecuteStreamingSql] to
+     * specify a subset of the query result to read.  The same session and
+     * read-only transaction must be used by the PartitionQueryRequest used to
+     * create the partition tokens and the ExecuteSqlRequests that use the
+     * partition tokens.
+     * Partition tokens become invalid when the session used to create them
+     * is deleted, is idle for too long, begins a new transaction, or becomes too
+     * old.  When any of these happen, it is not possible to resume the query, and
+     * the whole operation must be restarted from the beginning.
+     * 
+ */ + public com.google.spanner.v1.PartitionResponse partitionQuery( + com.google.spanner.v1.PartitionQueryRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getPartitionQueryMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Creates a set of partition tokens that can be used to execute a read
+     * operation in parallel.  Each of the returned partition tokens can be used
+     * by [StreamingRead][google.spanner.v1.Spanner.StreamingRead] to specify a
+     * subset of the read result to read.  The same session and read-only
+     * transaction must be used by the PartitionReadRequest used to create the
+     * partition tokens and the ReadRequests that use the partition tokens.  There
+     * are no ordering guarantees on rows returned among the returned partition
+     * tokens, or even within each individual StreamingRead call issued with a
+     * partition_token.
+     * Partition tokens become invalid when the session used to create them
+     * is deleted, is idle for too long, begins a new transaction, or becomes too
+     * old.  When any of these happen, it is not possible to resume the read, and
+     * the whole operation must be restarted from the beginning.
+     * 
+ */ + public com.google.spanner.v1.PartitionResponse partitionRead( + com.google.spanner.v1.PartitionReadRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getPartitionReadMethod(), getCallOptions(), request); + } + + /** + * + * + *
+     * Batches the supplied mutation groups in a collection of efficient
+     * transactions. All mutations in a group are committed atomically. However,
+     * mutations across groups can be committed non-atomically in an unspecified
+     * order and thus, they must be independent of each other. Partial failure is
+     * possible, i.e., some groups may have been committed successfully, while
+     * some may have failed. The results of individual batches are streamed into
+     * the response as the batches are applied.
+     * BatchWrite requests are not replay protected, meaning that each mutation
+     * group may be applied more than once. Replays of non-idempotent mutations
+     * may have undesirable effects. For example, replays of an insert mutation
+     * may produce an already exists error or if you use generated or commit
+     * timestamp-based keys, it may result in additional rows being added to the
+     * mutation's table. We recommend structuring your mutation groups to be
+     * idempotent to avoid this issue.
+     * 
+ */ + @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") + public io.grpc.stub.BlockingClientCall batchWrite( + com.google.spanner.v1.BatchWriteRequest request) { + return io.grpc.stub.ClientCalls.blockingV2ServerStreamingCall( + getChannel(), getBatchWriteMethod(), getCallOptions(), request); + } + } + + /** + * A stub to allow clients to do limited synchronous rpc calls to service Spanner. + * + *
+   * Cloud Spanner API
+   * The Cloud Spanner API can be used to manage sessions and execute
+   * transactions on data stored in Cloud Spanner databases.
+   * 
+ */ public static final class SpannerBlockingStub extends io.grpc.stub.AbstractBlockingStub { private SpannerBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsRequest.java index ebcd880bf0..17116b490a 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsRequest.java @@ -34,6 +34,7 @@ public final class AddSplitPointsRequest extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.AddSplitPointsRequest) AddSplitPointsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use AddSplitPointsRequest.newBuilder() to construct. private AddSplitPointsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -97,6 +99,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -129,6 +132,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { @SuppressWarnings("serial") private java.util.List splitPoints_; + /** * * @@ -144,6 +148,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public java.util.List getSplitPointsList() { return splitPoints_; } + /** * * @@ -160,6 +165,7 @@ public java.util.List getSplit getSplitPointsOrBuilderList() { return splitPoints_; } + /** * * @@ -175,6 +181,7 @@ public java.util.List getSplit public int getSplitPointsCount() { return splitPoints_.size(); } + /** * * @@ -190,6 +197,7 @@ public int getSplitPointsCount() { public com.google.spanner.admin.database.v1.SplitPoints getSplitPoints(int index) { return splitPoints_.get(index); } + /** * * @@ -211,6 +219,7 @@ public com.google.spanner.admin.database.v1.SplitPointsOrBuilder getSplitPointsO @SuppressWarnings("serial") private volatile java.lang.Object initiator_ = ""; + /** * * @@ -238,6 +247,7 @@ public java.lang.String getInitiator() { return s; } } + /** * * @@ -446,6 +456,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -708,6 +719,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -734,6 +746,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -760,6 +773,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -785,6 +799,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -806,6 +821,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -868,6 +884,7 @@ public java.util.List getSplit return splitPointsBuilder_.getMessageList(); } } + /** * * @@ -886,6 +903,7 @@ public int getSplitPointsCount() { return splitPointsBuilder_.getCount(); } } + /** * * @@ -904,6 +922,7 @@ public com.google.spanner.admin.database.v1.SplitPoints getSplitPoints(int index return splitPointsBuilder_.getMessage(index); } } + /** * * @@ -929,6 +948,7 @@ public Builder setSplitPoints( } return this; } + /** * * @@ -951,6 +971,7 @@ public Builder setSplitPoints( } return this; } + /** * * @@ -975,6 +996,7 @@ public Builder addSplitPoints(com.google.spanner.admin.database.v1.SplitPoints v } return this; } + /** * * @@ -1000,6 +1022,7 @@ public Builder addSplitPoints( } return this; } + /** * * @@ -1022,6 +1045,7 @@ public Builder addSplitPoints( } return this; } + /** * * @@ -1044,6 +1068,7 @@ public Builder addSplitPoints( } return this; } + /** * * @@ -1066,6 +1091,7 @@ public Builder addAllSplitPoints( } return this; } + /** * * @@ -1087,6 +1113,7 @@ public Builder clearSplitPoints() { } return this; } + /** * * @@ -1108,6 +1135,7 @@ public Builder removeSplitPoints(int index) { } return this; } + /** * * @@ -1123,6 +1151,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Builder getSplitPointsBu int index) { return getSplitPointsFieldBuilder().getBuilder(index); } + /** * * @@ -1142,6 +1171,7 @@ public com.google.spanner.admin.database.v1.SplitPointsOrBuilder getSplitPointsO return splitPointsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1161,6 +1191,7 @@ public com.google.spanner.admin.database.v1.SplitPointsOrBuilder getSplitPointsO return java.util.Collections.unmodifiableList(splitPoints_); } } + /** * * @@ -1176,6 +1207,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Builder addSplitPointsBu return getSplitPointsFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.SplitPoints.getDefaultInstance()); } + /** * * @@ -1192,6 +1224,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Builder addSplitPointsBu return getSplitPointsFieldBuilder() .addBuilder(index, com.google.spanner.admin.database.v1.SplitPoints.getDefaultInstance()); } + /** * * @@ -1226,6 +1259,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Builder addSplitPointsBu } private java.lang.Object initiator_ = ""; + /** * * @@ -1252,6 +1286,7 @@ public java.lang.String getInitiator() { return (java.lang.String) ref; } } + /** * * @@ -1278,6 +1313,7 @@ public com.google.protobuf.ByteString getInitiatorBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1303,6 +1339,7 @@ public Builder setInitiator(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1324,6 +1361,7 @@ public Builder clearInitiator() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsRequestOrBuilder.java index d03cb8c611..81092daf6f 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface AddSplitPointsRequestOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * @@ -69,6 +70,7 @@ public interface AddSplitPointsRequestOrBuilder *
*/ java.util.List getSplitPointsList(); + /** * * @@ -81,6 +83,7 @@ public interface AddSplitPointsRequestOrBuilder * */ com.google.spanner.admin.database.v1.SplitPoints getSplitPoints(int index); + /** * * @@ -93,6 +96,7 @@ public interface AddSplitPointsRequestOrBuilder * */ int getSplitPointsCount(); + /** * * @@ -106,6 +110,7 @@ public interface AddSplitPointsRequestOrBuilder */ java.util.List getSplitPointsOrBuilderList(); + /** * * @@ -135,6 +140,7 @@ public interface AddSplitPointsRequestOrBuilder * @return The initiator. */ java.lang.String getInitiator(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsResponse.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsResponse.java index a78c8b880e..2f0dcbe69b 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsResponse.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/AddSplitPointsResponse.java @@ -34,6 +34,7 @@ public final class AddSplitPointsResponse extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.AddSplitPointsResponse) AddSplitPointsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use AddSplitPointsResponse.newBuilder() to construct. private AddSplitPointsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -213,6 +214,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/Backup.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/Backup.java index 9171639689..d9075635c6 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/Backup.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/Backup.java @@ -33,6 +33,7 @@ public final class Backup extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.Backup) BackupOrBuilder { private static final long serialVersionUID = 0L; + // Use Backup.newBuilder() to construct. private Backup(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -126,6 +127,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * STATE_UNSPECIFIED = 0; */ public static final int STATE_UNSPECIFIED_VALUE = 0; + /** * * @@ -137,6 +139,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * CREATING = 1; */ public static final int CREATING_VALUE = 1; + /** * * @@ -236,6 +239,7 @@ private State(int value) { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -263,6 +267,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -293,6 +298,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public static final int VERSION_TIME_FIELD_NUMBER = 9; private com.google.protobuf.Timestamp versionTime_; + /** * * @@ -311,6 +317,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public boolean hasVersionTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -329,6 +336,7 @@ public boolean hasVersionTime() { public com.google.protobuf.Timestamp getVersionTime() { return versionTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : versionTime_; } + /** * * @@ -348,6 +356,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { public static final int EXPIRE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp expireTime_; + /** * * @@ -369,6 +378,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { public boolean hasExpireTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -390,6 +400,7 @@ public boolean hasExpireTime() { public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } + /** * * @@ -414,6 +425,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -452,6 +464,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -493,6 +506,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int CREATE_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp createTime_; + /** * * @@ -512,6 +526,7 @@ public com.google.protobuf.ByteString getNameBytes() { public boolean hasCreateTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -531,6 +546,7 @@ public boolean hasCreateTime() { public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } + /** * * @@ -551,6 +567,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int SIZE_BYTES_FIELD_NUMBER = 5; private long sizeBytes_ = 0L; + /** * * @@ -569,6 +586,7 @@ public long getSizeBytes() { public static final int FREEABLE_SIZE_BYTES_FIELD_NUMBER = 15; private long freeableSizeBytes_ = 0L; + /** * * @@ -592,6 +610,7 @@ public long getFreeableSizeBytes() { public static final int EXCLUSIVE_SIZE_BYTES_FIELD_NUMBER = 16; private long exclusiveSizeBytes_ = 0L; + /** * * @@ -617,6 +636,7 @@ public long getExclusiveSizeBytes() { public static final int STATE_FIELD_NUMBER = 6; private int state_ = 0; + /** * * @@ -634,6 +654,7 @@ public long getExclusiveSizeBytes() { public int getStateValue() { return state_; } + /** * * @@ -659,6 +680,7 @@ public com.google.spanner.admin.database.v1.Backup.State getState() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList referencingDatabases_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -681,6 +703,7 @@ public com.google.spanner.admin.database.v1.Backup.State getState() { public com.google.protobuf.ProtocolStringList getReferencingDatabasesList() { return referencingDatabases_; } + /** * * @@ -703,6 +726,7 @@ public com.google.protobuf.ProtocolStringList getReferencingDatabasesList() { public int getReferencingDatabasesCount() { return referencingDatabases_.size(); } + /** * * @@ -726,6 +750,7 @@ public int getReferencingDatabasesCount() { public java.lang.String getReferencingDatabases(int index) { return referencingDatabases_.get(index); } + /** * * @@ -752,6 +777,7 @@ public com.google.protobuf.ByteString getReferencingDatabasesBytes(int index) { public static final int ENCRYPTION_INFO_FIELD_NUMBER = 8; private com.google.spanner.admin.database.v1.EncryptionInfo encryptionInfo_; + /** * * @@ -769,6 +795,7 @@ public com.google.protobuf.ByteString getReferencingDatabasesBytes(int index) { public boolean hasEncryptionInfo() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -788,6 +815,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInfo() { ? com.google.spanner.admin.database.v1.EncryptionInfo.getDefaultInstance() : encryptionInfo_; } + /** * * @@ -811,6 +839,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptio @SuppressWarnings("serial") private java.util.List encryptionInformation_; + /** * * @@ -832,6 +861,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptio getEncryptionInformationList() { return encryptionInformation_; } + /** * * @@ -853,6 +883,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptio getEncryptionInformationOrBuilderList() { return encryptionInformation_; } + /** * * @@ -873,6 +904,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptio public int getEncryptionInformationCount() { return encryptionInformation_.size(); } + /** * * @@ -893,6 +925,7 @@ public int getEncryptionInformationCount() { public com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInformation(int index) { return encryptionInformation_.get(index); } + /** * * @@ -917,6 +950,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInformat public static final int DATABASE_DIALECT_FIELD_NUMBER = 10; private int databaseDialect_ = 0; + /** * * @@ -934,6 +968,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInformat public int getDatabaseDialectValue() { return databaseDialect_; } + /** * * @@ -961,6 +996,7 @@ public com.google.spanner.admin.database.v1.DatabaseDialect getDatabaseDialect() @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList referencingBackups_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -983,6 +1019,7 @@ public com.google.spanner.admin.database.v1.DatabaseDialect getDatabaseDialect() public com.google.protobuf.ProtocolStringList getReferencingBackupsList() { return referencingBackups_; } + /** * * @@ -1005,6 +1042,7 @@ public com.google.protobuf.ProtocolStringList getReferencingBackupsList() { public int getReferencingBackupsCount() { return referencingBackups_.size(); } + /** * * @@ -1028,6 +1066,7 @@ public int getReferencingBackupsCount() { public java.lang.String getReferencingBackups(int index) { return referencingBackups_.get(index); } + /** * * @@ -1054,6 +1093,7 @@ public com.google.protobuf.ByteString getReferencingBackupsBytes(int index) { public static final int MAX_EXPIRE_TIME_FIELD_NUMBER = 12; private com.google.protobuf.Timestamp maxExpireTime_; + /** * * @@ -1075,6 +1115,7 @@ public com.google.protobuf.ByteString getReferencingBackupsBytes(int index) { public boolean hasMaxExpireTime() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1098,6 +1139,7 @@ public com.google.protobuf.Timestamp getMaxExpireTime() { ? com.google.protobuf.Timestamp.getDefaultInstance() : maxExpireTime_; } + /** * * @@ -1125,6 +1167,7 @@ public com.google.protobuf.TimestampOrBuilder getMaxExpireTimeOrBuilder() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList backupSchedules_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -1149,6 +1192,7 @@ public com.google.protobuf.TimestampOrBuilder getMaxExpireTimeOrBuilder() { public com.google.protobuf.ProtocolStringList getBackupSchedulesList() { return backupSchedules_; } + /** * * @@ -1173,6 +1217,7 @@ public com.google.protobuf.ProtocolStringList getBackupSchedulesList() { public int getBackupSchedulesCount() { return backupSchedules_.size(); } + /** * * @@ -1198,6 +1243,7 @@ public int getBackupSchedulesCount() { public java.lang.String getBackupSchedules(int index) { return backupSchedules_.get(index); } + /** * * @@ -1228,6 +1274,7 @@ public com.google.protobuf.ByteString getBackupSchedulesBytes(int index) { @SuppressWarnings("serial") private volatile java.lang.Object incrementalBackupChainId_ = ""; + /** * * @@ -1256,6 +1303,7 @@ public java.lang.String getIncrementalBackupChainId() { return s; } } + /** * * @@ -1287,6 +1335,7 @@ public com.google.protobuf.ByteString getIncrementalBackupChainIdBytes() { public static final int OLDEST_VERSION_TIME_FIELD_NUMBER = 18; private com.google.protobuf.Timestamp oldestVersionTime_; + /** * * @@ -1309,6 +1358,7 @@ public com.google.protobuf.ByteString getIncrementalBackupChainIdBytes() { public boolean hasOldestVersionTime() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -1333,6 +1383,7 @@ public com.google.protobuf.Timestamp getOldestVersionTime() { ? com.google.protobuf.Timestamp.getDefaultInstance() : oldestVersionTime_; } + /** * * @@ -1361,6 +1412,7 @@ public com.google.protobuf.TimestampOrBuilder getOldestVersionTimeOrBuilder() { @SuppressWarnings("serial") private java.util.List instancePartitions_; + /** * * @@ -1380,6 +1432,7 @@ public com.google.protobuf.TimestampOrBuilder getOldestVersionTimeOrBuilder() { getInstancePartitionsList() { return instancePartitions_; } + /** * * @@ -1400,6 +1453,7 @@ public com.google.protobuf.TimestampOrBuilder getOldestVersionTimeOrBuilder() { getInstancePartitionsOrBuilderList() { return instancePartitions_; } + /** * * @@ -1418,6 +1472,7 @@ public com.google.protobuf.TimestampOrBuilder getOldestVersionTimeOrBuilder() { public int getInstancePartitionsCount() { return instancePartitions_.size(); } + /** * * @@ -1437,6 +1492,7 @@ public com.google.spanner.admin.database.v1.BackupInstancePartition getInstanceP int index) { return instancePartitions_.get(index); } + /** * * @@ -1842,6 +1898,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -2437,6 +2494,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -2463,6 +2521,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -2489,6 +2548,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2514,6 +2574,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2535,6 +2596,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -2568,6 +2630,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> versionTimeBuilder_; + /** * * @@ -2585,6 +2648,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { public boolean hasVersionTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -2608,6 +2672,7 @@ public com.google.protobuf.Timestamp getVersionTime() { return versionTimeBuilder_.getMessage(); } } + /** * * @@ -2633,6 +2698,7 @@ public Builder setVersionTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -2655,6 +2721,7 @@ public Builder setVersionTime(com.google.protobuf.Timestamp.Builder builderForVa onChanged(); return this; } + /** * * @@ -2685,6 +2752,7 @@ public Builder mergeVersionTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -2707,6 +2775,7 @@ public Builder clearVersionTime() { onChanged(); return this; } + /** * * @@ -2724,6 +2793,7 @@ public com.google.protobuf.Timestamp.Builder getVersionTimeBuilder() { onChanged(); return getVersionTimeFieldBuilder().getBuilder(); } + /** * * @@ -2745,6 +2815,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { : versionTime_; } } + /** * * @@ -2780,6 +2851,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + /** * * @@ -2800,6 +2872,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { public boolean hasExpireTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -2826,6 +2899,7 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTimeBuilder_.getMessage(); } } + /** * * @@ -2854,6 +2928,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -2879,6 +2954,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -2912,6 +2988,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -2937,6 +3014,7 @@ public Builder clearExpireTime() { onChanged(); return this; } + /** * * @@ -2957,6 +3035,7 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { onChanged(); return getExpireTimeFieldBuilder().getBuilder(); } + /** * * @@ -2981,6 +3060,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { : expireTime_; } } + /** * * @@ -3014,6 +3094,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { } private java.lang.Object name_ = ""; + /** * * @@ -3051,6 +3132,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -3088,6 +3170,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3124,6 +3207,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3156,6 +3240,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -3200,6 +3285,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + /** * * @@ -3219,6 +3305,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public boolean hasCreateTime() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -3244,6 +3331,7 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTimeBuilder_.getMessage(); } } + /** * * @@ -3271,6 +3359,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -3295,6 +3384,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -3327,6 +3417,7 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -3351,6 +3442,7 @@ public Builder clearCreateTime() { onChanged(); return this; } + /** * * @@ -3370,6 +3462,7 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } + /** * * @@ -3393,6 +3486,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { : createTime_; } } + /** * * @@ -3425,6 +3519,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { } private long sizeBytes_; + /** * * @@ -3440,6 +3535,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public long getSizeBytes() { return sizeBytes_; } + /** * * @@ -3459,6 +3555,7 @@ public Builder setSizeBytes(long value) { onChanged(); return this; } + /** * * @@ -3478,6 +3575,7 @@ public Builder clearSizeBytes() { } private long freeableSizeBytes_; + /** * * @@ -3498,6 +3596,7 @@ public Builder clearSizeBytes() { public long getFreeableSizeBytes() { return freeableSizeBytes_; } + /** * * @@ -3522,6 +3621,7 @@ public Builder setFreeableSizeBytes(long value) { onChanged(); return this; } + /** * * @@ -3546,6 +3646,7 @@ public Builder clearFreeableSizeBytes() { } private long exclusiveSizeBytes_; + /** * * @@ -3568,6 +3669,7 @@ public Builder clearFreeableSizeBytes() { public long getExclusiveSizeBytes() { return exclusiveSizeBytes_; } + /** * * @@ -3594,6 +3696,7 @@ public Builder setExclusiveSizeBytes(long value) { onChanged(); return this; } + /** * * @@ -3620,6 +3723,7 @@ public Builder clearExclusiveSizeBytes() { } private int state_ = 0; + /** * * @@ -3637,6 +3741,7 @@ public Builder clearExclusiveSizeBytes() { public int getStateValue() { return state_; } + /** * * @@ -3657,6 +3762,7 @@ public Builder setStateValue(int value) { onChanged(); return this; } + /** * * @@ -3678,6 +3784,7 @@ public com.google.spanner.admin.database.v1.Backup.State getState() { ? com.google.spanner.admin.database.v1.Backup.State.UNRECOGNIZED : result; } + /** * * @@ -3701,6 +3808,7 @@ public Builder setState(com.google.spanner.admin.database.v1.Backup.State value) onChanged(); return this; } + /** * * @@ -3730,6 +3838,7 @@ private void ensureReferencingDatabasesIsMutable() { } bitField0_ |= 0x00000200; } + /** * * @@ -3753,6 +3862,7 @@ public com.google.protobuf.ProtocolStringList getReferencingDatabasesList() { referencingDatabases_.makeImmutable(); return referencingDatabases_; } + /** * * @@ -3775,6 +3885,7 @@ public com.google.protobuf.ProtocolStringList getReferencingDatabasesList() { public int getReferencingDatabasesCount() { return referencingDatabases_.size(); } + /** * * @@ -3798,6 +3909,7 @@ public int getReferencingDatabasesCount() { public java.lang.String getReferencingDatabases(int index) { return referencingDatabases_.get(index); } + /** * * @@ -3821,6 +3933,7 @@ public java.lang.String getReferencingDatabases(int index) { public com.google.protobuf.ByteString getReferencingDatabasesBytes(int index) { return referencingDatabases_.getByteString(index); } + /** * * @@ -3852,6 +3965,7 @@ public Builder setReferencingDatabases(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -3882,6 +3996,7 @@ public Builder addReferencingDatabases(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3909,6 +4024,7 @@ public Builder addAllReferencingDatabases(java.lang.Iterable v onChanged(); return this; } + /** * * @@ -3935,6 +4051,7 @@ public Builder clearReferencingDatabases() { onChanged(); return this; } + /** * * @@ -3973,6 +4090,7 @@ public Builder addReferencingDatabasesBytes(com.google.protobuf.ByteString value com.google.spanner.admin.database.v1.EncryptionInfo.Builder, com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder> encryptionInfoBuilder_; + /** * * @@ -3989,6 +4107,7 @@ public Builder addReferencingDatabasesBytes(com.google.protobuf.ByteString value public boolean hasEncryptionInfo() { return ((bitField0_ & 0x00000400) != 0); } + /** * * @@ -4011,6 +4130,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInfo() { return encryptionInfoBuilder_.getMessage(); } } + /** * * @@ -4035,6 +4155,7 @@ public Builder setEncryptionInfo(com.google.spanner.admin.database.v1.Encryption onChanged(); return this; } + /** * * @@ -4057,6 +4178,7 @@ public Builder setEncryptionInfo( onChanged(); return this; } + /** * * @@ -4087,6 +4209,7 @@ public Builder mergeEncryptionInfo(com.google.spanner.admin.database.v1.Encrypti } return this; } + /** * * @@ -4108,6 +4231,7 @@ public Builder clearEncryptionInfo() { onChanged(); return this; } + /** * * @@ -4124,6 +4248,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo.Builder getEncryption onChanged(); return getEncryptionInfoFieldBuilder().getBuilder(); } + /** * * @@ -4145,6 +4270,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo.Builder getEncryption : encryptionInfo_; } } + /** * * @@ -4215,6 +4341,7 @@ private void ensureEncryptionInformationIsMutable() { return encryptionInformationBuilder_.getMessageList(); } } + /** * * @@ -4238,6 +4365,7 @@ public int getEncryptionInformationCount() { return encryptionInformationBuilder_.getCount(); } } + /** * * @@ -4261,6 +4389,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInformat return encryptionInformationBuilder_.getMessage(index); } } + /** * * @@ -4291,6 +4420,7 @@ public Builder setEncryptionInformation( } return this; } + /** * * @@ -4318,6 +4448,7 @@ public Builder setEncryptionInformation( } return this; } + /** * * @@ -4348,6 +4479,7 @@ public Builder addEncryptionInformation( } return this; } + /** * * @@ -4378,6 +4510,7 @@ public Builder addEncryptionInformation( } return this; } + /** * * @@ -4405,6 +4538,7 @@ public Builder addEncryptionInformation( } return this; } + /** * * @@ -4432,6 +4566,7 @@ public Builder addEncryptionInformation( } return this; } + /** * * @@ -4459,6 +4594,7 @@ public Builder addAllEncryptionInformation( } return this; } + /** * * @@ -4485,6 +4621,7 @@ public Builder clearEncryptionInformation() { } return this; } + /** * * @@ -4511,6 +4648,7 @@ public Builder removeEncryptionInformation(int index) { } return this; } + /** * * @@ -4531,6 +4669,7 @@ public Builder removeEncryptionInformation(int index) { getEncryptionInformationBuilder(int index) { return getEncryptionInformationFieldBuilder().getBuilder(index); } + /** * * @@ -4555,6 +4694,7 @@ public Builder removeEncryptionInformation(int index) { return encryptionInformationBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -4579,6 +4719,7 @@ public Builder removeEncryptionInformation(int index) { return java.util.Collections.unmodifiableList(encryptionInformation_); } } + /** * * @@ -4600,6 +4741,7 @@ public Builder removeEncryptionInformation(int index) { return getEncryptionInformationFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.EncryptionInfo.getDefaultInstance()); } + /** * * @@ -4622,6 +4764,7 @@ public Builder removeEncryptionInformation(int index) { .addBuilder( index, com.google.spanner.admin.database.v1.EncryptionInfo.getDefaultInstance()); } + /** * * @@ -4664,6 +4807,7 @@ public Builder removeEncryptionInformation(int index) { } private int databaseDialect_ = 0; + /** * * @@ -4681,6 +4825,7 @@ public Builder removeEncryptionInformation(int index) { public int getDatabaseDialectValue() { return databaseDialect_; } + /** * * @@ -4701,6 +4846,7 @@ public Builder setDatabaseDialectValue(int value) { onChanged(); return this; } + /** * * @@ -4722,6 +4868,7 @@ public com.google.spanner.admin.database.v1.DatabaseDialect getDatabaseDialect() ? com.google.spanner.admin.database.v1.DatabaseDialect.UNRECOGNIZED : result; } + /** * * @@ -4745,6 +4892,7 @@ public Builder setDatabaseDialect(com.google.spanner.admin.database.v1.DatabaseD onChanged(); return this; } + /** * * @@ -4774,6 +4922,7 @@ private void ensureReferencingBackupsIsMutable() { } bitField0_ |= 0x00002000; } + /** * * @@ -4797,6 +4946,7 @@ public com.google.protobuf.ProtocolStringList getReferencingBackupsList() { referencingBackups_.makeImmutable(); return referencingBackups_; } + /** * * @@ -4819,6 +4969,7 @@ public com.google.protobuf.ProtocolStringList getReferencingBackupsList() { public int getReferencingBackupsCount() { return referencingBackups_.size(); } + /** * * @@ -4842,6 +4993,7 @@ public int getReferencingBackupsCount() { public java.lang.String getReferencingBackups(int index) { return referencingBackups_.get(index); } + /** * * @@ -4865,6 +5017,7 @@ public java.lang.String getReferencingBackups(int index) { public com.google.protobuf.ByteString getReferencingBackupsBytes(int index) { return referencingBackups_.getByteString(index); } + /** * * @@ -4896,6 +5049,7 @@ public Builder setReferencingBackups(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -4926,6 +5080,7 @@ public Builder addReferencingBackups(java.lang.String value) { onChanged(); return this; } + /** * * @@ -4953,6 +5108,7 @@ public Builder addAllReferencingBackups(java.lang.Iterable val onChanged(); return this; } + /** * * @@ -4979,6 +5135,7 @@ public Builder clearReferencingBackups() { onChanged(); return this; } + /** * * @@ -5017,6 +5174,7 @@ public Builder addReferencingBackupsBytes(com.google.protobuf.ByteString value) com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> maxExpireTimeBuilder_; + /** * * @@ -5037,6 +5195,7 @@ public Builder addReferencingBackupsBytes(com.google.protobuf.ByteString value) public boolean hasMaxExpireTime() { return ((bitField0_ & 0x00004000) != 0); } + /** * * @@ -5063,6 +5222,7 @@ public com.google.protobuf.Timestamp getMaxExpireTime() { return maxExpireTimeBuilder_.getMessage(); } } + /** * * @@ -5091,6 +5251,7 @@ public Builder setMaxExpireTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -5116,6 +5277,7 @@ public Builder setMaxExpireTime(com.google.protobuf.Timestamp.Builder builderFor onChanged(); return this; } + /** * * @@ -5149,6 +5311,7 @@ public Builder mergeMaxExpireTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -5174,6 +5337,7 @@ public Builder clearMaxExpireTime() { onChanged(); return this; } + /** * * @@ -5194,6 +5358,7 @@ public com.google.protobuf.Timestamp.Builder getMaxExpireTimeBuilder() { onChanged(); return getMaxExpireTimeFieldBuilder().getBuilder(); } + /** * * @@ -5218,6 +5383,7 @@ public com.google.protobuf.TimestampOrBuilder getMaxExpireTimeOrBuilder() { : maxExpireTime_; } } + /** * * @@ -5259,6 +5425,7 @@ private void ensureBackupSchedulesIsMutable() { } bitField0_ |= 0x00008000; } + /** * * @@ -5284,6 +5451,7 @@ public com.google.protobuf.ProtocolStringList getBackupSchedulesList() { backupSchedules_.makeImmutable(); return backupSchedules_; } + /** * * @@ -5308,6 +5476,7 @@ public com.google.protobuf.ProtocolStringList getBackupSchedulesList() { public int getBackupSchedulesCount() { return backupSchedules_.size(); } + /** * * @@ -5333,6 +5502,7 @@ public int getBackupSchedulesCount() { public java.lang.String getBackupSchedules(int index) { return backupSchedules_.get(index); } + /** * * @@ -5358,6 +5528,7 @@ public java.lang.String getBackupSchedules(int index) { public com.google.protobuf.ByteString getBackupSchedulesBytes(int index) { return backupSchedules_.getByteString(index); } + /** * * @@ -5391,6 +5562,7 @@ public Builder setBackupSchedules(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -5423,6 +5595,7 @@ public Builder addBackupSchedules(java.lang.String value) { onChanged(); return this; } + /** * * @@ -5452,6 +5625,7 @@ public Builder addAllBackupSchedules(java.lang.Iterable values onChanged(); return this; } + /** * * @@ -5480,6 +5654,7 @@ public Builder clearBackupSchedules() { onChanged(); return this; } + /** * * @@ -5515,6 +5690,7 @@ public Builder addBackupSchedulesBytes(com.google.protobuf.ByteString value) { } private java.lang.Object incrementalBackupChainId_ = ""; + /** * * @@ -5542,6 +5718,7 @@ public java.lang.String getIncrementalBackupChainId() { return (java.lang.String) ref; } } + /** * * @@ -5569,6 +5746,7 @@ public com.google.protobuf.ByteString getIncrementalBackupChainIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -5595,6 +5773,7 @@ public Builder setIncrementalBackupChainId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -5617,6 +5796,7 @@ public Builder clearIncrementalBackupChainId() { onChanged(); return this; } + /** * * @@ -5651,6 +5831,7 @@ public Builder setIncrementalBackupChainIdBytes(com.google.protobuf.ByteString v com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> oldestVersionTimeBuilder_; + /** * * @@ -5672,6 +5853,7 @@ public Builder setIncrementalBackupChainIdBytes(com.google.protobuf.ByteString v public boolean hasOldestVersionTime() { return ((bitField0_ & 0x00020000) != 0); } + /** * * @@ -5699,6 +5881,7 @@ public com.google.protobuf.Timestamp getOldestVersionTime() { return oldestVersionTimeBuilder_.getMessage(); } } + /** * * @@ -5728,6 +5911,7 @@ public Builder setOldestVersionTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -5754,6 +5938,7 @@ public Builder setOldestVersionTime(com.google.protobuf.Timestamp.Builder builde onChanged(); return this; } + /** * * @@ -5788,6 +5973,7 @@ public Builder mergeOldestVersionTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -5814,6 +6000,7 @@ public Builder clearOldestVersionTime() { onChanged(); return this; } + /** * * @@ -5835,6 +6022,7 @@ public com.google.protobuf.Timestamp.Builder getOldestVersionTimeBuilder() { onChanged(); return getOldestVersionTimeFieldBuilder().getBuilder(); } + /** * * @@ -5860,6 +6048,7 @@ public com.google.protobuf.TimestampOrBuilder getOldestVersionTimeOrBuilder() { : oldestVersionTime_; } } + /** * * @@ -5933,6 +6122,7 @@ private void ensureInstancePartitionsIsMutable() { return instancePartitionsBuilder_.getMessageList(); } } + /** * * @@ -5954,6 +6144,7 @@ public int getInstancePartitionsCount() { return instancePartitionsBuilder_.getCount(); } } + /** * * @@ -5976,6 +6167,7 @@ public com.google.spanner.admin.database.v1.BackupInstancePartition getInstanceP return instancePartitionsBuilder_.getMessage(index); } } + /** * * @@ -6004,6 +6196,7 @@ public Builder setInstancePartitions( } return this; } + /** * * @@ -6030,6 +6223,7 @@ public Builder setInstancePartitions( } return this; } + /** * * @@ -6058,6 +6252,7 @@ public Builder addInstancePartitions( } return this; } + /** * * @@ -6086,6 +6281,7 @@ public Builder addInstancePartitions( } return this; } + /** * * @@ -6111,6 +6307,7 @@ public Builder addInstancePartitions( } return this; } + /** * * @@ -6137,6 +6334,7 @@ public Builder addInstancePartitions( } return this; } + /** * * @@ -6163,6 +6361,7 @@ public Builder addAllInstancePartitions( } return this; } + /** * * @@ -6187,6 +6386,7 @@ public Builder clearInstancePartitions() { } return this; } + /** * * @@ -6211,6 +6411,7 @@ public Builder removeInstancePartitions(int index) { } return this; } + /** * * @@ -6229,6 +6430,7 @@ public Builder removeInstancePartitions(int index) { getInstancePartitionsBuilder(int index) { return getInstancePartitionsFieldBuilder().getBuilder(index); } + /** * * @@ -6251,6 +6453,7 @@ public Builder removeInstancePartitions(int index) { return instancePartitionsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -6274,6 +6477,7 @@ public Builder removeInstancePartitions(int index) { return java.util.Collections.unmodifiableList(instancePartitions_); } } + /** * * @@ -6294,6 +6498,7 @@ public Builder removeInstancePartitions(int index) { .addBuilder( com.google.spanner.admin.database.v1.BackupInstancePartition.getDefaultInstance()); } + /** * * @@ -6315,6 +6520,7 @@ public Builder removeInstancePartitions(int index) { index, com.google.spanner.admin.database.v1.BackupInstancePartition.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInfo.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInfo.java index 59716d08e3..0855f7e2ab 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInfo.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInfo.java @@ -33,6 +33,7 @@ public final class BackupInfo extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.BackupInfo) BackupInfoOrBuilder { private static final long serialVersionUID = 0L; + // Use BackupInfo.newBuilder() to construct. private BackupInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object backup_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getBackup() { return s; } } + /** * * @@ -118,6 +121,7 @@ public com.google.protobuf.ByteString getBackupBytes() { public static final int VERSION_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp versionTime_; + /** * * @@ -137,6 +141,7 @@ public com.google.protobuf.ByteString getBackupBytes() { public boolean hasVersionTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -156,6 +161,7 @@ public boolean hasVersionTime() { public com.google.protobuf.Timestamp getVersionTime() { return versionTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : versionTime_; } + /** * * @@ -176,6 +182,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { public static final int CREATE_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp createTime_; + /** * * @@ -193,6 +200,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { public boolean hasCreateTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -210,6 +218,7 @@ public boolean hasCreateTime() { public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } + /** * * @@ -230,6 +239,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @SuppressWarnings("serial") private volatile java.lang.Object sourceDatabase_ = ""; + /** * * @@ -253,6 +263,7 @@ public java.lang.String getSourceDatabase() { return s; } } + /** * * @@ -473,6 +484,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -721,6 +733,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object backup_ = ""; + /** * * @@ -743,6 +756,7 @@ public java.lang.String getBackup() { return (java.lang.String) ref; } } + /** * * @@ -765,6 +779,7 @@ public com.google.protobuf.ByteString getBackupBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -786,6 +801,7 @@ public Builder setBackup(java.lang.String value) { onChanged(); return this; } + /** * * @@ -803,6 +819,7 @@ public Builder clearBackup() { onChanged(); return this; } + /** * * @@ -832,6 +849,7 @@ public Builder setBackupBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> versionTimeBuilder_; + /** * * @@ -850,6 +868,7 @@ public Builder setBackupBytes(com.google.protobuf.ByteString value) { public boolean hasVersionTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -874,6 +893,7 @@ public com.google.protobuf.Timestamp getVersionTime() { return versionTimeBuilder_.getMessage(); } } + /** * * @@ -900,6 +920,7 @@ public Builder setVersionTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -923,6 +944,7 @@ public Builder setVersionTime(com.google.protobuf.Timestamp.Builder builderForVa onChanged(); return this; } + /** * * @@ -954,6 +976,7 @@ public Builder mergeVersionTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -977,6 +1000,7 @@ public Builder clearVersionTime() { onChanged(); return this; } + /** * * @@ -995,6 +1019,7 @@ public com.google.protobuf.Timestamp.Builder getVersionTimeBuilder() { onChanged(); return getVersionTimeFieldBuilder().getBuilder(); } + /** * * @@ -1017,6 +1042,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { : versionTime_; } } + /** * * @@ -1053,6 +1079,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + /** * * @@ -1069,6 +1096,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { public boolean hasCreateTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1091,6 +1119,7 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTimeBuilder_.getMessage(); } } + /** * * @@ -1115,6 +1144,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1136,6 +1166,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1165,6 +1196,7 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1186,6 +1218,7 @@ public Builder clearCreateTime() { onChanged(); return this; } + /** * * @@ -1202,6 +1235,7 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } + /** * * @@ -1222,6 +1256,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { : createTime_; } } + /** * * @@ -1251,6 +1286,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { } private java.lang.Object sourceDatabase_ = ""; + /** * * @@ -1273,6 +1309,7 @@ public java.lang.String getSourceDatabase() { return (java.lang.String) ref; } } + /** * * @@ -1295,6 +1332,7 @@ public com.google.protobuf.ByteString getSourceDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1316,6 +1354,7 @@ public Builder setSourceDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1333,6 +1372,7 @@ public Builder clearSourceDatabase() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInfoOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInfoOrBuilder.java index 67ef3e3372..b82d3a70b6 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInfoOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInfoOrBuilder.java @@ -36,6 +36,7 @@ public interface BackupInfoOrBuilder * @return The backup. */ java.lang.String getBackup(); + /** * * @@ -65,6 +66,7 @@ public interface BackupInfoOrBuilder * @return Whether the versionTime field is set. */ boolean hasVersionTime(); + /** * * @@ -81,6 +83,7 @@ public interface BackupInfoOrBuilder * @return The versionTime. */ com.google.protobuf.Timestamp getVersionTime(); + /** * * @@ -110,6 +113,7 @@ public interface BackupInfoOrBuilder * @return Whether the createTime field is set. */ boolean hasCreateTime(); + /** * * @@ -124,6 +128,7 @@ public interface BackupInfoOrBuilder * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); + /** * * @@ -149,6 +154,7 @@ public interface BackupInfoOrBuilder * @return The sourceDatabase. */ java.lang.String getSourceDatabase(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInstancePartition.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInstancePartition.java index ad582b3480..09ea5bffea 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInstancePartition.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInstancePartition.java @@ -33,6 +33,7 @@ public final class BackupInstancePartition extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.BackupInstancePartition) BackupInstancePartitionOrBuilder { private static final long serialVersionUID = 0L; + // Use BackupInstancePartition.newBuilder() to construct. private BackupInstancePartition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object instancePartition_ = ""; + /** * * @@ -91,6 +93,7 @@ public java.lang.String getInstancePartition() { return s; } } + /** * * @@ -276,6 +279,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -463,6 +467,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object instancePartition_ = ""; + /** * * @@ -486,6 +491,7 @@ public java.lang.String getInstancePartition() { return (java.lang.String) ref; } } + /** * * @@ -509,6 +515,7 @@ public com.google.protobuf.ByteString getInstancePartitionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -531,6 +538,7 @@ public Builder setInstancePartition(java.lang.String value) { onChanged(); return this; } + /** * * @@ -549,6 +557,7 @@ public Builder clearInstancePartition() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInstancePartitionOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInstancePartitionOrBuilder.java index eb1b19816b..40f426ec75 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInstancePartitionOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupInstancePartitionOrBuilder.java @@ -37,6 +37,7 @@ public interface BackupInstancePartitionOrBuilder * @return The instancePartition. */ java.lang.String getInstancePartition(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupOrBuilder.java index eb90b03212..3acae52bdd 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupOrBuilder.java @@ -40,6 +40,7 @@ public interface BackupOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * @@ -72,6 +73,7 @@ public interface BackupOrBuilder * @return Whether the versionTime field is set. */ boolean hasVersionTime(); + /** * * @@ -87,6 +89,7 @@ public interface BackupOrBuilder * @return The versionTime. */ com.google.protobuf.Timestamp getVersionTime(); + /** * * @@ -119,6 +122,7 @@ public interface BackupOrBuilder * @return Whether the expireTime field is set. */ boolean hasExpireTime(); + /** * * @@ -137,6 +141,7 @@ public interface BackupOrBuilder * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); + /** * * @@ -181,6 +186,7 @@ public interface BackupOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -225,6 +231,7 @@ public interface BackupOrBuilder * @return Whether the createTime field is set. */ boolean hasCreateTime(); + /** * * @@ -241,6 +248,7 @@ public interface BackupOrBuilder * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); + /** * * @@ -321,6 +329,7 @@ public interface BackupOrBuilder * @return The enum numeric value on the wire for state. */ int getStateValue(); + /** * * @@ -356,6 +365,7 @@ public interface BackupOrBuilder * @return A list containing the referencingDatabases. */ java.util.List getReferencingDatabasesList(); + /** * * @@ -376,6 +386,7 @@ public interface BackupOrBuilder * @return The count of referencingDatabases. */ int getReferencingDatabasesCount(); + /** * * @@ -397,6 +408,7 @@ public interface BackupOrBuilder * @return The referencingDatabases at the given index. */ java.lang.String getReferencingDatabases(int index); + /** * * @@ -433,6 +445,7 @@ public interface BackupOrBuilder * @return Whether the encryptionInfo field is set. */ boolean hasEncryptionInfo(); + /** * * @@ -447,6 +460,7 @@ public interface BackupOrBuilder * @return The encryptionInfo. */ com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInfo(); + /** * * @@ -478,6 +492,7 @@ public interface BackupOrBuilder */ java.util.List getEncryptionInformationList(); + /** * * @@ -495,6 +510,7 @@ public interface BackupOrBuilder * */ com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInformation(int index); + /** * * @@ -512,6 +528,7 @@ public interface BackupOrBuilder * */ int getEncryptionInformationCount(); + /** * * @@ -530,6 +547,7 @@ public interface BackupOrBuilder */ java.util.List getEncryptionInformationOrBuilderList(); + /** * * @@ -563,6 +581,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return The enum numeric value on the wire for databaseDialect. */ int getDatabaseDialectValue(); + /** * * @@ -598,6 +617,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return A list containing the referencingBackups. */ java.util.List getReferencingBackupsList(); + /** * * @@ -618,6 +638,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return The count of referencingBackups. */ int getReferencingBackupsCount(); + /** * * @@ -639,6 +660,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return The referencingBackups at the given index. */ java.lang.String getReferencingBackups(int index); + /** * * @@ -679,6 +701,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return Whether the maxExpireTime field is set. */ boolean hasMaxExpireTime(); + /** * * @@ -697,6 +720,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return The maxExpireTime. */ com.google.protobuf.Timestamp getMaxExpireTime(); + /** * * @@ -736,6 +760,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return A list containing the backupSchedules. */ java.util.List getBackupSchedulesList(); + /** * * @@ -758,6 +783,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return The count of backupSchedules. */ int getBackupSchedulesCount(); + /** * * @@ -781,6 +807,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return The backupSchedules at the given index. */ java.lang.String getBackupSchedules(int index); + /** * * @@ -822,6 +849,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return The incrementalBackupChainId. */ java.lang.String getIncrementalBackupChainId(); + /** * * @@ -859,6 +887,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return Whether the oldestVersionTime field is set. */ boolean hasOldestVersionTime(); + /** * * @@ -878,6 +907,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * @return The oldestVersionTime. */ com.google.protobuf.Timestamp getOldestVersionTime(); + /** * * @@ -912,6 +942,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform */ java.util.List getInstancePartitionsList(); + /** * * @@ -927,6 +958,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * */ com.google.spanner.admin.database.v1.BackupInstancePartition getInstancePartitions(int index); + /** * * @@ -942,6 +974,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform * */ int getInstancePartitionsCount(); + /** * * @@ -958,6 +991,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInform */ java.util.List getInstancePartitionsOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupSchedule.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupSchedule.java index d4e2cff7c3..3f7d889ffc 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupSchedule.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupSchedule.java @@ -35,6 +35,7 @@ public final class BackupSchedule extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.BackupSchedule) BackupScheduleOrBuilder { private static final long serialVersionUID = 0L; + // Use BackupSchedule.newBuilder() to construct. private BackupSchedule(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -83,6 +84,7 @@ public enum BackupTypeSpecCase private BackupTypeSpecCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -119,6 +121,7 @@ public BackupTypeSpecCase getBackupTypeSpecCase() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -150,6 +153,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -184,6 +188,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int SPEC_FIELD_NUMBER = 6; private com.google.spanner.admin.database.v1.BackupScheduleSpec spec_; + /** * * @@ -202,6 +207,7 @@ public com.google.protobuf.ByteString getNameBytes() { public boolean hasSpec() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -222,6 +228,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleSpec getSpec() { ? com.google.spanner.admin.database.v1.BackupScheduleSpec.getDefaultInstance() : spec_; } + /** * * @@ -243,6 +250,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleSpecOrBuilder getSpecO public static final int RETENTION_DURATION_FIELD_NUMBER = 3; private com.google.protobuf.Duration retentionDuration_; + /** * * @@ -262,6 +270,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleSpecOrBuilder getSpecO public boolean hasRetentionDuration() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -283,6 +292,7 @@ public com.google.protobuf.Duration getRetentionDuration() { ? com.google.protobuf.Duration.getDefaultInstance() : retentionDuration_; } + /** * * @@ -305,6 +315,7 @@ public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() { public static final int ENCRYPTION_CONFIG_FIELD_NUMBER = 4; private com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig encryptionConfig_; + /** * * @@ -324,6 +335,7 @@ public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -345,6 +357,7 @@ public com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig getEncr ? com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.getDefaultInstance() : encryptionConfig_; } + /** * * @@ -367,6 +380,7 @@ public com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig getEncr } public static final int FULL_BACKUP_SPEC_FIELD_NUMBER = 7; + /** * * @@ -382,6 +396,7 @@ public com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig getEncr public boolean hasFullBackupSpec() { return backupTypeSpecCase_ == 7; } + /** * * @@ -400,6 +415,7 @@ public com.google.spanner.admin.database.v1.FullBackupSpec getFullBackupSpec() { } return com.google.spanner.admin.database.v1.FullBackupSpec.getDefaultInstance(); } + /** * * @@ -418,6 +434,7 @@ public com.google.spanner.admin.database.v1.FullBackupSpecOrBuilder getFullBacku } public static final int INCREMENTAL_BACKUP_SPEC_FIELD_NUMBER = 8; + /** * * @@ -434,6 +451,7 @@ public com.google.spanner.admin.database.v1.FullBackupSpecOrBuilder getFullBacku public boolean hasIncrementalBackupSpec() { return backupTypeSpecCase_ == 8; } + /** * * @@ -453,6 +471,7 @@ public com.google.spanner.admin.database.v1.IncrementalBackupSpec getIncremental } return com.google.spanner.admin.database.v1.IncrementalBackupSpec.getDefaultInstance(); } + /** * * @@ -474,6 +493,7 @@ public com.google.spanner.admin.database.v1.IncrementalBackupSpec getIncremental public static final int UPDATE_TIME_FIELD_NUMBER = 9; private com.google.protobuf.Timestamp updateTime_; + /** * * @@ -492,6 +512,7 @@ public com.google.spanner.admin.database.v1.IncrementalBackupSpec getIncremental public boolean hasUpdateTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -510,6 +531,7 @@ public boolean hasUpdateTime() { public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } + /** * * @@ -782,6 +804,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1123,6 +1146,7 @@ public Builder clearBackupTypeSpec() { private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -1153,6 +1177,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -1183,6 +1208,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1212,6 +1238,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1237,6 +1264,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -1274,6 +1302,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.BackupScheduleSpec.Builder, com.google.spanner.admin.database.v1.BackupScheduleSpecOrBuilder> specBuilder_; + /** * * @@ -1291,6 +1320,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public boolean hasSpec() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1314,6 +1344,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleSpec getSpec() { return specBuilder_.getMessage(); } } + /** * * @@ -1339,6 +1370,7 @@ public Builder setSpec(com.google.spanner.admin.database.v1.BackupScheduleSpec v onChanged(); return this; } + /** * * @@ -1362,6 +1394,7 @@ public Builder setSpec( onChanged(); return this; } + /** * * @@ -1393,6 +1426,7 @@ public Builder mergeSpec(com.google.spanner.admin.database.v1.BackupScheduleSpec } return this; } + /** * * @@ -1415,6 +1449,7 @@ public Builder clearSpec() { onChanged(); return this; } + /** * * @@ -1432,6 +1467,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleSpec.Builder getSpecBu onChanged(); return getSpecFieldBuilder().getBuilder(); } + /** * * @@ -1453,6 +1489,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleSpecOrBuilder getSpecO : spec_; } } + /** * * @@ -1488,6 +1525,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleSpecOrBuilder getSpecO com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> retentionDurationBuilder_; + /** * * @@ -1506,6 +1544,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleSpecOrBuilder getSpecO public boolean hasRetentionDuration() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1530,6 +1569,7 @@ public com.google.protobuf.Duration getRetentionDuration() { return retentionDurationBuilder_.getMessage(); } } + /** * * @@ -1556,6 +1596,7 @@ public Builder setRetentionDuration(com.google.protobuf.Duration value) { onChanged(); return this; } + /** * * @@ -1579,6 +1620,7 @@ public Builder setRetentionDuration(com.google.protobuf.Duration.Builder builder onChanged(); return this; } + /** * * @@ -1610,6 +1652,7 @@ public Builder mergeRetentionDuration(com.google.protobuf.Duration value) { } return this; } + /** * * @@ -1633,6 +1676,7 @@ public Builder clearRetentionDuration() { onChanged(); return this; } + /** * * @@ -1651,6 +1695,7 @@ public com.google.protobuf.Duration.Builder getRetentionDurationBuilder() { onChanged(); return getRetentionDurationFieldBuilder().getBuilder(); } + /** * * @@ -1673,6 +1718,7 @@ public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() { : retentionDuration_; } } + /** * * @@ -1709,6 +1755,7 @@ public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() { com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder, com.google.spanner.admin.database.v1.CreateBackupEncryptionConfigOrBuilder> encryptionConfigBuilder_; + /** * * @@ -1727,6 +1774,7 @@ public com.google.protobuf.DurationOrBuilder getRetentionDurationOrBuilder() { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1751,6 +1799,7 @@ public com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig getEncr return encryptionConfigBuilder_.getMessage(); } } + /** * * @@ -1778,6 +1827,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1802,6 +1852,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1836,6 +1887,7 @@ public Builder mergeEncryptionConfig( } return this; } + /** * * @@ -1859,6 +1911,7 @@ public Builder clearEncryptionConfig() { onChanged(); return this; } + /** * * @@ -1878,6 +1931,7 @@ public Builder clearEncryptionConfig() { onChanged(); return getEncryptionConfigFieldBuilder().getBuilder(); } + /** * * @@ -1901,6 +1955,7 @@ public Builder clearEncryptionConfig() { : encryptionConfig_; } } + /** * * @@ -1936,6 +1991,7 @@ public Builder clearEncryptionConfig() { com.google.spanner.admin.database.v1.FullBackupSpec.Builder, com.google.spanner.admin.database.v1.FullBackupSpecOrBuilder> fullBackupSpecBuilder_; + /** * * @@ -1951,6 +2007,7 @@ public Builder clearEncryptionConfig() { public boolean hasFullBackupSpec() { return backupTypeSpecCase_ == 7; } + /** * * @@ -1976,6 +2033,7 @@ public com.google.spanner.admin.database.v1.FullBackupSpec getFullBackupSpec() { return com.google.spanner.admin.database.v1.FullBackupSpec.getDefaultInstance(); } } + /** * * @@ -1998,6 +2056,7 @@ public Builder setFullBackupSpec(com.google.spanner.admin.database.v1.FullBackup backupTypeSpecCase_ = 7; return this; } + /** * * @@ -2018,6 +2077,7 @@ public Builder setFullBackupSpec( backupTypeSpecCase_ = 7; return this; } + /** * * @@ -2051,6 +2111,7 @@ public Builder mergeFullBackupSpec(com.google.spanner.admin.database.v1.FullBack backupTypeSpecCase_ = 7; return this; } + /** * * @@ -2076,6 +2137,7 @@ public Builder clearFullBackupSpec() { } return this; } + /** * * @@ -2088,6 +2150,7 @@ public Builder clearFullBackupSpec() { public com.google.spanner.admin.database.v1.FullBackupSpec.Builder getFullBackupSpecBuilder() { return getFullBackupSpecFieldBuilder().getBuilder(); } + /** * * @@ -2109,6 +2172,7 @@ public com.google.spanner.admin.database.v1.FullBackupSpec.Builder getFullBackup return com.google.spanner.admin.database.v1.FullBackupSpec.getDefaultInstance(); } } + /** * * @@ -2148,6 +2212,7 @@ public com.google.spanner.admin.database.v1.FullBackupSpec.Builder getFullBackup com.google.spanner.admin.database.v1.IncrementalBackupSpec.Builder, com.google.spanner.admin.database.v1.IncrementalBackupSpecOrBuilder> incrementalBackupSpecBuilder_; + /** * * @@ -2164,6 +2229,7 @@ public com.google.spanner.admin.database.v1.FullBackupSpec.Builder getFullBackup public boolean hasIncrementalBackupSpec() { return backupTypeSpecCase_ == 8; } + /** * * @@ -2190,6 +2256,7 @@ public com.google.spanner.admin.database.v1.IncrementalBackupSpec getIncremental return com.google.spanner.admin.database.v1.IncrementalBackupSpec.getDefaultInstance(); } } + /** * * @@ -2214,6 +2281,7 @@ public Builder setIncrementalBackupSpec( backupTypeSpecCase_ = 8; return this; } + /** * * @@ -2235,6 +2303,7 @@ public Builder setIncrementalBackupSpec( backupTypeSpecCase_ = 8; return this; } + /** * * @@ -2271,6 +2340,7 @@ public Builder mergeIncrementalBackupSpec( backupTypeSpecCase_ = 8; return this; } + /** * * @@ -2297,6 +2367,7 @@ public Builder clearIncrementalBackupSpec() { } return this; } + /** * * @@ -2311,6 +2382,7 @@ public Builder clearIncrementalBackupSpec() { getIncrementalBackupSpecBuilder() { return getIncrementalBackupSpecFieldBuilder().getBuilder(); } + /** * * @@ -2333,6 +2405,7 @@ public Builder clearIncrementalBackupSpec() { return com.google.spanner.admin.database.v1.IncrementalBackupSpec.getDefaultInstance(); } } + /** * * @@ -2374,6 +2447,7 @@ public Builder clearIncrementalBackupSpec() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; + /** * * @@ -2392,6 +2466,7 @@ public Builder clearIncrementalBackupSpec() { public boolean hasUpdateTime() { return ((bitField0_ & 0x00000040) != 0); } + /** * * @@ -2416,6 +2491,7 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTimeBuilder_.getMessage(); } } + /** * * @@ -2442,6 +2518,7 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -2465,6 +2542,7 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -2496,6 +2574,7 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -2519,6 +2598,7 @@ public Builder clearUpdateTime() { onChanged(); return this; } + /** * * @@ -2537,6 +2617,7 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } + /** * * @@ -2559,6 +2640,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { : updateTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleOrBuilder.java index d48a60f495..c54033e756 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleOrBuilder.java @@ -44,6 +44,7 @@ public interface BackupScheduleOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -80,6 +81,7 @@ public interface BackupScheduleOrBuilder * @return Whether the spec field is set. */ boolean hasSpec(); + /** * * @@ -95,6 +97,7 @@ public interface BackupScheduleOrBuilder * @return The spec. */ com.google.spanner.admin.database.v1.BackupScheduleSpec getSpec(); + /** * * @@ -125,6 +128,7 @@ public interface BackupScheduleOrBuilder * @return Whether the retentionDuration field is set. */ boolean hasRetentionDuration(); + /** * * @@ -141,6 +145,7 @@ public interface BackupScheduleOrBuilder * @return The retentionDuration. */ com.google.protobuf.Duration getRetentionDuration(); + /** * * @@ -172,6 +177,7 @@ public interface BackupScheduleOrBuilder * @return Whether the encryptionConfig field is set. */ boolean hasEncryptionConfig(); + /** * * @@ -188,6 +194,7 @@ public interface BackupScheduleOrBuilder * @return The encryptionConfig. */ com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig getEncryptionConfig(); + /** * * @@ -216,6 +223,7 @@ public interface BackupScheduleOrBuilder * @return Whether the fullBackupSpec field is set. */ boolean hasFullBackupSpec(); + /** * * @@ -228,6 +236,7 @@ public interface BackupScheduleOrBuilder * @return The fullBackupSpec. */ com.google.spanner.admin.database.v1.FullBackupSpec getFullBackupSpec(); + /** * * @@ -252,6 +261,7 @@ public interface BackupScheduleOrBuilder * @return Whether the incrementalBackupSpec field is set. */ boolean hasIncrementalBackupSpec(); + /** * * @@ -265,6 +275,7 @@ public interface BackupScheduleOrBuilder * @return The incrementalBackupSpec. */ com.google.spanner.admin.database.v1.IncrementalBackupSpec getIncrementalBackupSpec(); + /** * * @@ -293,6 +304,7 @@ public interface BackupScheduleOrBuilder * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); + /** * * @@ -308,6 +320,7 @@ public interface BackupScheduleOrBuilder * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleProto.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleProto.java index 581a281edc..d7f9cf01b1 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleProto.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleProto.java @@ -73,64 +73,70 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { java.lang.String[] descriptorData = { - "\n6google/spanner/admin/database/v1/backu" - + "p_schedule.proto\022 google.spanner.admin.d" + "\n" + + "6google/spanner/admin/database/v1/backup_schedule.proto\022 google.spanner.admin.d" + "atabase.v1\032\037google/api/field_behavior.pr" - + "oto\032\031google/api/resource.proto\032\036google/p" - + "rotobuf/duration.proto\032 google/protobuf/" - + "field_mask.proto\032\037google/protobuf/timest" - + "amp.proto\032-google/spanner/admin/database" - + "/v1/backup.proto\"i\n\022BackupScheduleSpec\022B" - + "\n\tcron_spec\030\001 \001(\0132-.google.spanner.admin" - + ".database.v1.CrontabSpecH\000B\017\n\rschedule_s" - + "pec\"\244\005\n\016BackupSchedule\022\021\n\004name\030\001 \001(\tB\003\340A" - + "\010\022G\n\004spec\030\006 \001(\01324.google.spanner.admin.d" - + "atabase.v1.BackupScheduleSpecB\003\340A\001\022:\n\022re" - + "tention_duration\030\003 \001(\0132\031.google.protobuf" - + ".DurationB\003\340A\001\022^\n\021encryption_config\030\004 \001(" - + "\0132>.google.spanner.admin.database.v1.Cre" - + "ateBackupEncryptionConfigB\003\340A\001\022L\n\020full_b" - + "ackup_spec\030\007 \001(\01320.google.spanner.admin." - + "database.v1.FullBackupSpecH\000\022Z\n\027incremen" - + "tal_backup_spec\030\010 \001(\01327.google.spanner.a" - + "dmin.database.v1.IncrementalBackupSpecH\000" - + "\0224\n\013update_time\030\t \001(\0132\032.google.protobuf." - + "TimestampB\003\340A\003:\245\001\352A\241\001\n%spanner.googleapi" - + "s.com/BackupSchedule\022Wprojects/{project}" + + "oto\032\031google/api/resource.proto\032\036google/protobuf/duration.proto\032" + + " google/protobuf/field_mask.proto\032\037google/protobuf/timest" + + "amp.proto\032-google/spanner/admin/database/v1/backup.proto\"i\n" + + "\022BackupScheduleSpec\022B\n" + + "\tcron_spec\030\001" + + " \001(\0132-.google.spanner.admin.database.v1.CrontabSpecH\000B\017\n\r" + + "schedule_spec\"\244\005\n" + + "\016BackupSchedule\022\021\n" + + "\004name\030\001 \001(\tB\003\340A\010\022G\n" + + "\004spec\030\006" + + " \001(\01324.google.spanner.admin.database.v1.BackupScheduleSpecB\003\340A\001\022:\n" + + "\022retention_duration\030\003" + + " \001(\0132\031.google.protobuf.DurationB\003\340A\001\022^\n" + + "\021encryption_config\030\004 \001(" + + "\0132>.google.spanner.admin.database.v1.CreateBackupEncryptionConfigB\003\340A\001\022L\n" + + "\020full_backup_spec\030\007" + + " \001(\01320.google.spanner.admin.database.v1.FullBackupSpecH\000\022Z\n" + + "\027incremental_backup_spec\030\010 \001(\01327.google.spanner.a" + + "dmin.database.v1.IncrementalBackupSpecH\000\0224\n" + + "\013update_time\030\t" + + " \001(\0132\032.google.protobuf.TimestampB\003\340A\003:\245\001\352A\241\001\n" + + "%spanner.googleapis.com/BackupSchedule\022Wprojects/{project}" + "/instances/{instance}/databases/{databas" - + "e}/backupSchedules/{schedule}*\017backupSch" - + "edules2\016backupScheduleB\022\n\020backup_type_sp" - + "ec\"q\n\013CrontabSpec\022\021\n\004text\030\001 \001(\tB\003\340A\002\022\026\n\t" - + "time_zone\030\002 \001(\tB\003\340A\003\0227\n\017creation_window\030" - + "\003 \001(\0132\031.google.protobuf.DurationB\003\340A\003\"\307\001" - + "\n\033CreateBackupScheduleRequest\0227\n\006parent\030" - + "\001 \001(\tB\'\340A\002\372A!\n\037spanner.googleapis.com/Da" - + "tabase\022\037\n\022backup_schedule_id\030\002 \001(\tB\003\340A\002\022" - + "N\n\017backup_schedule\030\003 \001(\01320.google.spanne" - + "r.admin.database.v1.BackupScheduleB\003\340A\002\"" - + "W\n\030GetBackupScheduleRequest\022;\n\004name\030\001 \001(" - + "\tB-\340A\002\372A\'\n%spanner.googleapis.com/Backup" - + "Schedule\"Z\n\033DeleteBackupScheduleRequest\022" - + ";\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%spanner.googleapi" - + "s.com/BackupSchedule\"\206\001\n\032ListBackupSched" - + "ulesRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A!\n\037spa" - + "nner.googleapis.com/Database\022\026\n\tpage_siz" - + "e\030\002 \001(\005B\003\340A\001\022\027\n\npage_token\030\004 \001(\tB\003\340A\001\"\202\001" - + "\n\033ListBackupSchedulesResponse\022J\n\020backup_" - + "schedules\030\001 \003(\01320.google.spanner.admin.d" - + "atabase.v1.BackupSchedule\022\027\n\017next_page_t" - + "oken\030\002 \001(\t\"\243\001\n\033UpdateBackupScheduleReque" - + "st\022N\n\017backup_schedule\030\001 \001(\01320.google.spa" - + "nner.admin.database.v1.BackupScheduleB\003\340" - + "A\002\0224\n\013update_mask\030\002 \001(\0132\032.google.protobu" - + "f.FieldMaskB\003\340A\002B\205\002\n$com.google.spanner." - + "admin.database.v1B\023BackupScheduleProtoP\001" - + "ZFcloud.google.com/go/spanner/admin/data" - + "base/apiv1/databasepb;databasepb\252\002&Googl" + + "e}/backupSchedules/{schedule}*\017backupSchedules2\016backupScheduleB\022\n" + + "\020backup_type_spec\"q\n" + + "\013CrontabSpec\022\021\n" + + "\004text\030\001 \001(\tB\003\340A\002\022\026\n" + + "\ttime_zone\030\002 \001(\tB\003\340A\003\0227\n" + + "\017creation_window\030\003" + + " \001(\0132\031.google.protobuf.DurationB\003\340A\003\"\307\001\n" + + "\033CreateBackupScheduleRequest\0227\n" + + "\006parent\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Database\022\037\n" + + "\022backup_schedule_id\030\002 \001(\tB\003\340A\002\022N\n" + + "\017backup_schedule\030\003 \001(\01320.google.spanne" + + "r.admin.database.v1.BackupScheduleB\003\340A\002\"W\n" + + "\030GetBackupScheduleRequest\022;\n" + + "\004name\030\001 \001(\tB-\340A\002\372A\'\n" + + "%spanner.googleapis.com/BackupSchedule\"Z\n" + + "\033DeleteBackupScheduleRequest\022;\n" + + "\004name\030\001 \001(\tB-\340A\002\372A\'\n" + + "%spanner.googleapis.com/BackupSchedule\"\206\001\n" + + "\032ListBackupSchedulesRequest\0227\n" + + "\006parent\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Database\022\026\n" + + "\tpage_size\030\002 \001(\005B\003\340A\001\022\027\n\n" + + "page_token\030\004 \001(\tB\003\340A\001\"\202\001\n" + + "\033ListBackupSchedulesResponse\022J\n" + + "\020backup_schedules\030\001" + + " \003(\01320.google.spanner.admin.database.v1.BackupSchedule\022\027\n" + + "\017next_page_token\030\002 \001(\t\"\243\001\n" + + "\033UpdateBackupScheduleRequest\022N\n" + + "\017backup_schedule\030\001 \001(\01320.google.spa" + + "nner.admin.database.v1.BackupScheduleB\003\340A\002\0224\n" + + "\013update_mask\030\002" + + " \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002B\205\002\n" + + "$com.google.spanner.admin.database.v1B\023BackupScheduleProtoP\001" + + "ZFcloud.google.com/go/spanner/admin/database/apiv1/databasepb;databasepb\252\002&Googl" + "e.Cloud.Spanner.Admin.Database.V1\312\002&Goog" + "le\\Cloud\\Spanner\\Admin\\Database\\V1\352\002+Goo" - + "gle::Cloud::Spanner::Admin::Database::V1" - + "b\006proto3" + + "gle::Cloud::Spanner::Admin::Database::V1b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleSpec.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleSpec.java index 48a4066d3d..62156cd5e8 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleSpec.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleSpec.java @@ -33,6 +33,7 @@ public final class BackupScheduleSpec extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.BackupScheduleSpec) BackupScheduleSpecOrBuilder { private static final long serialVersionUID = 0L; + // Use BackupScheduleSpec.newBuilder() to construct. private BackupScheduleSpec(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -77,6 +78,7 @@ public enum ScheduleSpecCase private ScheduleSpecCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -108,6 +110,7 @@ public ScheduleSpecCase getScheduleSpecCase() { } public static final int CRON_SPEC_FIELD_NUMBER = 1; + /** * * @@ -123,6 +126,7 @@ public ScheduleSpecCase getScheduleSpecCase() { public boolean hasCronSpec() { return scheduleSpecCase_ == 1; } + /** * * @@ -141,6 +145,7 @@ public com.google.spanner.admin.database.v1.CrontabSpec getCronSpec() { } return com.google.spanner.admin.database.v1.CrontabSpec.getDefaultInstance(); } + /** * * @@ -333,6 +338,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -552,6 +558,7 @@ public Builder clearScheduleSpec() { com.google.spanner.admin.database.v1.CrontabSpec.Builder, com.google.spanner.admin.database.v1.CrontabSpecOrBuilder> cronSpecBuilder_; + /** * * @@ -567,6 +574,7 @@ public Builder clearScheduleSpec() { public boolean hasCronSpec() { return scheduleSpecCase_ == 1; } + /** * * @@ -592,6 +600,7 @@ public com.google.spanner.admin.database.v1.CrontabSpec getCronSpec() { return com.google.spanner.admin.database.v1.CrontabSpec.getDefaultInstance(); } } + /** * * @@ -614,6 +623,7 @@ public Builder setCronSpec(com.google.spanner.admin.database.v1.CrontabSpec valu scheduleSpecCase_ = 1; return this; } + /** * * @@ -634,6 +644,7 @@ public Builder setCronSpec( scheduleSpecCase_ = 1; return this; } + /** * * @@ -667,6 +678,7 @@ public Builder mergeCronSpec(com.google.spanner.admin.database.v1.CrontabSpec va scheduleSpecCase_ = 1; return this; } + /** * * @@ -692,6 +704,7 @@ public Builder clearCronSpec() { } return this; } + /** * * @@ -704,6 +717,7 @@ public Builder clearCronSpec() { public com.google.spanner.admin.database.v1.CrontabSpec.Builder getCronSpecBuilder() { return getCronSpecFieldBuilder().getBuilder(); } + /** * * @@ -724,6 +738,7 @@ public com.google.spanner.admin.database.v1.CrontabSpecOrBuilder getCronSpecOrBu return com.google.spanner.admin.database.v1.CrontabSpec.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleSpecOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleSpecOrBuilder.java index 00118051f9..baea3be67b 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleSpecOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/BackupScheduleSpecOrBuilder.java @@ -36,6 +36,7 @@ public interface BackupScheduleSpecOrBuilder * @return Whether the cronSpec field is set. */ boolean hasCronSpec(); + /** * * @@ -48,6 +49,7 @@ public interface BackupScheduleSpecOrBuilder * @return The cronSpec. */ com.google.spanner.admin.database.v1.CrontabSpec getCronSpec(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupEncryptionConfig.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupEncryptionConfig.java index 47983d9e5e..844557b05a 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupEncryptionConfig.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupEncryptionConfig.java @@ -33,6 +33,7 @@ public final class CopyBackupEncryptionConfig extends com.google.protobuf.Genera // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CopyBackupEncryptionConfig) CopyBackupEncryptionConfigOrBuilder { private static final long serialVersionUID = 0L; + // Use CopyBackupEncryptionConfig.newBuilder() to construct. private CopyBackupEncryptionConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -136,6 +137,7 @@ public enum EncryptionType implements com.google.protobuf.ProtocolMessageEnum { * ENCRYPTION_TYPE_UNSPECIFIED = 0; */ public static final int ENCRYPTION_TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -152,6 +154,7 @@ public enum EncryptionType implements com.google.protobuf.ProtocolMessageEnum { * USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION = 1; */ public static final int USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION_VALUE = 1; + /** * * @@ -162,6 +165,7 @@ public enum EncryptionType implements com.google.protobuf.ProtocolMessageEnum { * GOOGLE_DEFAULT_ENCRYPTION = 2; */ public static final int GOOGLE_DEFAULT_ENCRYPTION_VALUE = 2; + /** * * @@ -263,6 +267,7 @@ private EncryptionType(int value) { public static final int ENCRYPTION_TYPE_FIELD_NUMBER = 1; private int encryptionType_ = 0; + /** * * @@ -280,6 +285,7 @@ private EncryptionType(int value) { public int getEncryptionTypeValue() { return encryptionType_; } + /** * * @@ -309,6 +315,7 @@ public int getEncryptionTypeValue() { @SuppressWarnings("serial") private volatile java.lang.Object kmsKeyName_ = ""; + /** * * @@ -338,6 +345,7 @@ public java.lang.String getKmsKeyName() { return s; } } + /** * * @@ -373,6 +381,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList kmsKeyNames_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -404,6 +413,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { return kmsKeyNames_; } + /** * * @@ -435,6 +445,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { public int getKmsKeyNamesCount() { return kmsKeyNames_.size(); } + /** * * @@ -467,6 +478,7 @@ public int getKmsKeyNamesCount() { public java.lang.String getKmsKeyNames(int index) { return kmsKeyNames_.get(index); } + /** * * @@ -691,6 +703,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -914,6 +927,7 @@ public Builder mergeFrom( private int bitField0_; private int encryptionType_ = 0; + /** * * @@ -931,6 +945,7 @@ public Builder mergeFrom( public int getEncryptionTypeValue() { return encryptionType_; } + /** * * @@ -951,6 +966,7 @@ public Builder setEncryptionTypeValue(int value) { onChanged(); return this; } + /** * * @@ -975,6 +991,7 @@ public Builder setEncryptionTypeValue(int value) { .UNRECOGNIZED : result; } + /** * * @@ -999,6 +1016,7 @@ public Builder setEncryptionType( onChanged(); return this; } + /** * * @@ -1020,6 +1038,7 @@ public Builder clearEncryptionType() { } private java.lang.Object kmsKeyName_ = ""; + /** * * @@ -1048,6 +1067,7 @@ public java.lang.String getKmsKeyName() { return (java.lang.String) ref; } } + /** * * @@ -1076,6 +1096,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1103,6 +1124,7 @@ public Builder setKmsKeyName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1126,6 +1148,7 @@ public Builder clearKmsKeyName() { onChanged(); return this; } + /** * * @@ -1164,6 +1187,7 @@ private void ensureKmsKeyNamesIsMutable() { } bitField0_ |= 0x00000004; } + /** * * @@ -1196,6 +1220,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { kmsKeyNames_.makeImmutable(); return kmsKeyNames_; } + /** * * @@ -1227,6 +1252,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { public int getKmsKeyNamesCount() { return kmsKeyNames_.size(); } + /** * * @@ -1259,6 +1285,7 @@ public int getKmsKeyNamesCount() { public java.lang.String getKmsKeyNames(int index) { return kmsKeyNames_.get(index); } + /** * * @@ -1291,6 +1318,7 @@ public java.lang.String getKmsKeyNames(int index) { public com.google.protobuf.ByteString getKmsKeyNamesBytes(int index) { return kmsKeyNames_.getByteString(index); } + /** * * @@ -1331,6 +1359,7 @@ public Builder setKmsKeyNames(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1370,6 +1399,7 @@ public Builder addKmsKeyNames(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1406,6 +1436,7 @@ public Builder addAllKmsKeyNames(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1441,6 +1472,7 @@ public Builder clearKmsKeyNames() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupEncryptionConfigOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupEncryptionConfigOrBuilder.java index bd73c486cd..7702858b6d 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupEncryptionConfigOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupEncryptionConfigOrBuilder.java @@ -38,6 +38,7 @@ public interface CopyBackupEncryptionConfigOrBuilder * @return The enum numeric value on the wire for encryptionType. */ int getEncryptionTypeValue(); + /** * * @@ -72,6 +73,7 @@ public interface CopyBackupEncryptionConfigOrBuilder * @return The kmsKeyName. */ java.lang.String getKmsKeyName(); + /** * * @@ -120,6 +122,7 @@ public interface CopyBackupEncryptionConfigOrBuilder * @return A list containing the kmsKeyNames. */ java.util.List getKmsKeyNamesList(); + /** * * @@ -149,6 +152,7 @@ public interface CopyBackupEncryptionConfigOrBuilder * @return The count of kmsKeyNames. */ int getKmsKeyNamesCount(); + /** * * @@ -179,6 +183,7 @@ public interface CopyBackupEncryptionConfigOrBuilder * @return The kmsKeyNames at the given index. */ java.lang.String getKmsKeyNames(int index); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupMetadata.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupMetadata.java index 5c9d6c8c67..ee88e7a827 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupMetadata.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupMetadata.java @@ -34,6 +34,7 @@ public final class CopyBackupMetadata extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CopyBackupMetadata) CopyBackupMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use CopyBackupMetadata.newBuilder() to construct. private CopyBackupMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -125,6 +128,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private volatile java.lang.Object sourceBackup_ = ""; + /** * * @@ -150,6 +154,7 @@ public java.lang.String getSourceBackup() { return s; } } + /** * * @@ -178,6 +183,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { public static final int PROGRESS_FIELD_NUMBER = 3; private com.google.spanner.admin.database.v1.OperationProgress progress_; + /** * * @@ -195,6 +201,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { public boolean hasProgress() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -214,6 +221,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { ? com.google.spanner.admin.database.v1.OperationProgress.getDefaultInstance() : progress_; } + /** * * @@ -234,6 +242,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public static final int CANCEL_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -260,6 +269,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -286,6 +296,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -508,6 +519,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -756,6 +768,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -780,6 +793,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -804,6 +818,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -827,6 +842,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -846,6 +862,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -872,6 +889,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private java.lang.Object sourceBackup_ = ""; + /** * * @@ -896,6 +914,7 @@ public java.lang.String getSourceBackup() { return (java.lang.String) ref; } } + /** * * @@ -920,6 +939,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -943,6 +963,7 @@ public Builder setSourceBackup(java.lang.String value) { onChanged(); return this; } + /** * * @@ -962,6 +983,7 @@ public Builder clearSourceBackup() { onChanged(); return this; } + /** * * @@ -993,6 +1015,7 @@ public Builder setSourceBackupBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.OperationProgress.Builder, com.google.spanner.admin.database.v1.OperationProgressOrBuilder> progressBuilder_; + /** * * @@ -1009,6 +1032,7 @@ public Builder setSourceBackupBytes(com.google.protobuf.ByteString value) { public boolean hasProgress() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1031,6 +1055,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { return progressBuilder_.getMessage(); } } + /** * * @@ -1055,6 +1080,7 @@ public Builder setProgress(com.google.spanner.admin.database.v1.OperationProgres onChanged(); return this; } + /** * * @@ -1077,6 +1103,7 @@ public Builder setProgress( onChanged(); return this; } + /** * * @@ -1107,6 +1134,7 @@ public Builder mergeProgress(com.google.spanner.admin.database.v1.OperationProgr } return this; } + /** * * @@ -1128,6 +1156,7 @@ public Builder clearProgress() { onChanged(); return this; } + /** * * @@ -1144,6 +1173,7 @@ public com.google.spanner.admin.database.v1.OperationProgress.Builder getProgres onChanged(); return getProgressFieldBuilder().getBuilder(); } + /** * * @@ -1164,6 +1194,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre : progress_; } } + /** * * @@ -1198,6 +1229,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1223,6 +1255,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1254,6 +1287,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1287,6 +1321,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1317,6 +1352,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1355,6 +1391,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1385,6 +1422,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1410,6 +1448,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1439,6 +1478,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupMetadataOrBuilder.java index 3211452d45..d22ea5a781 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupMetadataOrBuilder.java @@ -38,6 +38,7 @@ public interface CopyBackupMetadataOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -67,6 +68,7 @@ public interface CopyBackupMetadataOrBuilder * @return The sourceBackup. */ java.lang.String getSourceBackup(); + /** * * @@ -96,6 +98,7 @@ public interface CopyBackupMetadataOrBuilder * @return Whether the progress field is set. */ boolean hasProgress(); + /** * * @@ -110,6 +113,7 @@ public interface CopyBackupMetadataOrBuilder * @return The progress. */ com.google.spanner.admin.database.v1.OperationProgress getProgress(); + /** * * @@ -146,6 +150,7 @@ public interface CopyBackupMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -169,6 +174,7 @@ public interface CopyBackupMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupRequest.java index 732d3b3473..a01d7f4bbb 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupRequest.java @@ -34,6 +34,7 @@ public final class CopyBackupRequest extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CopyBackupRequest) CopyBackupRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use CopyBackupRequest.newBuilder() to construct. private CopyBackupRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -97,6 +99,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -128,6 +131,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupId_ = ""; + /** * * @@ -153,6 +157,7 @@ public java.lang.String getBackupId() { return s; } } + /** * * @@ -183,6 +188,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object sourceBackup_ = ""; + /** * * @@ -213,6 +219,7 @@ public java.lang.String getSourceBackup() { return s; } } + /** * * @@ -246,6 +253,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { public static final int EXPIRE_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp expireTime_; + /** * * @@ -266,6 +274,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { public boolean hasExpireTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -286,6 +295,7 @@ public boolean hasExpireTime() { public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } + /** * * @@ -307,6 +317,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public static final int ENCRYPTION_CONFIG_FIELD_NUMBER = 5; private com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig encryptionConfig_; + /** * * @@ -328,6 +339,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -351,6 +363,7 @@ public com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig getEncryp ? com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.getDefaultInstance() : encryptionConfig_; } + /** * * @@ -580,6 +593,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -845,6 +859,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -870,6 +885,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -895,6 +911,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -919,6 +936,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -939,6 +957,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -966,6 +985,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupId_ = ""; + /** * * @@ -990,6 +1010,7 @@ public java.lang.String getBackupId() { return (java.lang.String) ref; } } + /** * * @@ -1014,6 +1035,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1037,6 +1059,7 @@ public Builder setBackupId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1056,6 +1079,7 @@ public Builder clearBackupId() { onChanged(); return this; } + /** * * @@ -1082,6 +1106,7 @@ public Builder setBackupIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object sourceBackup_ = ""; + /** * * @@ -1111,6 +1136,7 @@ public java.lang.String getSourceBackup() { return (java.lang.String) ref; } } + /** * * @@ -1140,6 +1166,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1168,6 +1195,7 @@ public Builder setSourceBackup(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1192,6 +1220,7 @@ public Builder clearSourceBackup() { onChanged(); return this; } + /** * * @@ -1228,6 +1257,7 @@ public Builder setSourceBackupBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + /** * * @@ -1247,6 +1277,7 @@ public Builder setSourceBackupBytes(com.google.protobuf.ByteString value) { public boolean hasExpireTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1272,6 +1303,7 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTimeBuilder_.getMessage(); } } + /** * * @@ -1299,6 +1331,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1323,6 +1356,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1355,6 +1389,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1379,6 +1414,7 @@ public Builder clearExpireTime() { onChanged(); return this; } + /** * * @@ -1398,6 +1434,7 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { onChanged(); return getExpireTimeFieldBuilder().getBuilder(); } + /** * * @@ -1421,6 +1458,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { : expireTime_; } } + /** * * @@ -1458,6 +1496,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig.Builder, com.google.spanner.admin.database.v1.CopyBackupEncryptionConfigOrBuilder> encryptionConfigBuilder_; + /** * * @@ -1478,6 +1517,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1504,6 +1544,7 @@ public com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig getEncryp return encryptionConfigBuilder_.getMessage(); } } + /** * * @@ -1533,6 +1574,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1559,6 +1601,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1595,6 +1638,7 @@ public Builder mergeEncryptionConfig( } return this; } + /** * * @@ -1620,6 +1664,7 @@ public Builder clearEncryptionConfig() { onChanged(); return this; } + /** * * @@ -1641,6 +1686,7 @@ public Builder clearEncryptionConfig() { onChanged(); return getEncryptionConfigFieldBuilder().getBuilder(); } + /** * * @@ -1666,6 +1712,7 @@ public Builder clearEncryptionConfig() { : encryptionConfig_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupRequestOrBuilder.java index 2c063e29be..5e24bc2625 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CopyBackupRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface CopyBackupRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -69,6 +70,7 @@ public interface CopyBackupRequestOrBuilder * @return The backupId. */ java.lang.String getBackupId(); + /** * * @@ -103,6 +105,7 @@ public interface CopyBackupRequestOrBuilder * @return The sourceBackup. */ java.lang.String getSourceBackup(); + /** * * @@ -140,6 +143,7 @@ public interface CopyBackupRequestOrBuilder * @return Whether the expireTime field is set. */ boolean hasExpireTime(); + /** * * @@ -157,6 +161,7 @@ public interface CopyBackupRequestOrBuilder * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); + /** * * @@ -191,6 +196,7 @@ public interface CopyBackupRequestOrBuilder * @return Whether the encryptionConfig field is set. */ boolean hasEncryptionConfig(); + /** * * @@ -209,6 +215,7 @@ public interface CopyBackupRequestOrBuilder * @return The encryptionConfig. */ com.google.spanner.admin.database.v1.CopyBackupEncryptionConfig getEncryptionConfig(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupEncryptionConfig.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupEncryptionConfig.java index ab427acaf7..45ee9c0b62 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupEncryptionConfig.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupEncryptionConfig.java @@ -33,6 +33,7 @@ public final class CreateBackupEncryptionConfig extends com.google.protobuf.Gene // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CreateBackupEncryptionConfig) CreateBackupEncryptionConfigOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateBackupEncryptionConfig.newBuilder() to construct. private CreateBackupEncryptionConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -135,6 +136,7 @@ public enum EncryptionType implements com.google.protobuf.ProtocolMessageEnum { * ENCRYPTION_TYPE_UNSPECIFIED = 0; */ public static final int ENCRYPTION_TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -150,6 +152,7 @@ public enum EncryptionType implements com.google.protobuf.ProtocolMessageEnum { * USE_DATABASE_ENCRYPTION = 1; */ public static final int USE_DATABASE_ENCRYPTION_VALUE = 1; + /** * * @@ -160,6 +163,7 @@ public enum EncryptionType implements com.google.protobuf.ProtocolMessageEnum { * GOOGLE_DEFAULT_ENCRYPTION = 2; */ public static final int GOOGLE_DEFAULT_ENCRYPTION_VALUE = 2; + /** * * @@ -261,6 +265,7 @@ private EncryptionType(int value) { public static final int ENCRYPTION_TYPE_FIELD_NUMBER = 1; private int encryptionType_ = 0; + /** * * @@ -278,6 +283,7 @@ private EncryptionType(int value) { public int getEncryptionTypeValue() { return encryptionType_; } + /** * * @@ -307,6 +313,7 @@ public int getEncryptionTypeValue() { @SuppressWarnings("serial") private volatile java.lang.Object kmsKeyName_ = ""; + /** * * @@ -336,6 +343,7 @@ public java.lang.String getKmsKeyName() { return s; } } + /** * * @@ -371,6 +379,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList kmsKeyNames_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -401,6 +410,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { return kmsKeyNames_; } + /** * * @@ -431,6 +441,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { public int getKmsKeyNamesCount() { return kmsKeyNames_.size(); } + /** * * @@ -462,6 +473,7 @@ public int getKmsKeyNamesCount() { public java.lang.String getKmsKeyNames(int index) { return kmsKeyNames_.get(index); } + /** * * @@ -686,6 +698,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -910,6 +923,7 @@ public Builder mergeFrom( private int bitField0_; private int encryptionType_ = 0; + /** * * @@ -927,6 +941,7 @@ public Builder mergeFrom( public int getEncryptionTypeValue() { return encryptionType_; } + /** * * @@ -947,6 +962,7 @@ public Builder setEncryptionTypeValue(int value) { onChanged(); return this; } + /** * * @@ -971,6 +987,7 @@ public Builder setEncryptionTypeValue(int value) { .UNRECOGNIZED : result; } + /** * * @@ -995,6 +1012,7 @@ public Builder setEncryptionType( onChanged(); return this; } + /** * * @@ -1016,6 +1034,7 @@ public Builder clearEncryptionType() { } private java.lang.Object kmsKeyName_ = ""; + /** * * @@ -1044,6 +1063,7 @@ public java.lang.String getKmsKeyName() { return (java.lang.String) ref; } } + /** * * @@ -1072,6 +1092,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1099,6 +1120,7 @@ public Builder setKmsKeyName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1122,6 +1144,7 @@ public Builder clearKmsKeyName() { onChanged(); return this; } + /** * * @@ -1160,6 +1183,7 @@ private void ensureKmsKeyNamesIsMutable() { } bitField0_ |= 0x00000004; } + /** * * @@ -1191,6 +1215,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { kmsKeyNames_.makeImmutable(); return kmsKeyNames_; } + /** * * @@ -1221,6 +1246,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { public int getKmsKeyNamesCount() { return kmsKeyNames_.size(); } + /** * * @@ -1252,6 +1278,7 @@ public int getKmsKeyNamesCount() { public java.lang.String getKmsKeyNames(int index) { return kmsKeyNames_.get(index); } + /** * * @@ -1283,6 +1310,7 @@ public java.lang.String getKmsKeyNames(int index) { public com.google.protobuf.ByteString getKmsKeyNamesBytes(int index) { return kmsKeyNames_.getByteString(index); } + /** * * @@ -1322,6 +1350,7 @@ public Builder setKmsKeyNames(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1360,6 +1389,7 @@ public Builder addKmsKeyNames(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1395,6 +1425,7 @@ public Builder addAllKmsKeyNames(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1429,6 +1460,7 @@ public Builder clearKmsKeyNames() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupEncryptionConfigOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupEncryptionConfigOrBuilder.java index 8fcbb4c58c..ebaa4dace6 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupEncryptionConfigOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupEncryptionConfigOrBuilder.java @@ -38,6 +38,7 @@ public interface CreateBackupEncryptionConfigOrBuilder * @return The enum numeric value on the wire for encryptionType. */ int getEncryptionTypeValue(); + /** * * @@ -72,6 +73,7 @@ public interface CreateBackupEncryptionConfigOrBuilder * @return The kmsKeyName. */ java.lang.String getKmsKeyName(); + /** * * @@ -119,6 +121,7 @@ public interface CreateBackupEncryptionConfigOrBuilder * @return A list containing the kmsKeyNames. */ java.util.List getKmsKeyNamesList(); + /** * * @@ -147,6 +150,7 @@ public interface CreateBackupEncryptionConfigOrBuilder * @return The count of kmsKeyNames. */ int getKmsKeyNamesCount(); + /** * * @@ -176,6 +180,7 @@ public interface CreateBackupEncryptionConfigOrBuilder * @return The kmsKeyNames at the given index. */ java.lang.String getKmsKeyNames(int index); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupMetadata.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupMetadata.java index ded1780009..a3843e34a0 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupMetadata.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupMetadata.java @@ -34,6 +34,7 @@ public final class CreateBackupMetadata extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CreateBackupMetadata) CreateBackupMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateBackupMetadata.newBuilder() to construct. private CreateBackupMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -121,6 +124,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -144,6 +148,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -170,6 +175,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public static final int PROGRESS_FIELD_NUMBER = 3; private com.google.spanner.admin.database.v1.OperationProgress progress_; + /** * * @@ -187,6 +193,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public boolean hasProgress() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -206,6 +213,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { ? com.google.spanner.admin.database.v1.OperationProgress.getDefaultInstance() : progress_; } + /** * * @@ -226,6 +234,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public static final int CANCEL_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -252,6 +261,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -278,6 +288,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -500,6 +511,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -748,6 +760,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -770,6 +783,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -792,6 +806,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -813,6 +828,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -830,6 +846,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -854,6 +871,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private java.lang.Object database_ = ""; + /** * * @@ -876,6 +894,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -898,6 +917,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -919,6 +939,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -936,6 +957,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -965,6 +987,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.OperationProgress.Builder, com.google.spanner.admin.database.v1.OperationProgressOrBuilder> progressBuilder_; + /** * * @@ -981,6 +1004,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { public boolean hasProgress() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1003,6 +1027,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { return progressBuilder_.getMessage(); } } + /** * * @@ -1027,6 +1052,7 @@ public Builder setProgress(com.google.spanner.admin.database.v1.OperationProgres onChanged(); return this; } + /** * * @@ -1049,6 +1075,7 @@ public Builder setProgress( onChanged(); return this; } + /** * * @@ -1079,6 +1106,7 @@ public Builder mergeProgress(com.google.spanner.admin.database.v1.OperationProgr } return this; } + /** * * @@ -1100,6 +1128,7 @@ public Builder clearProgress() { onChanged(); return this; } + /** * * @@ -1116,6 +1145,7 @@ public com.google.spanner.admin.database.v1.OperationProgress.Builder getProgres onChanged(); return getProgressFieldBuilder().getBuilder(); } + /** * * @@ -1136,6 +1166,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre : progress_; } } + /** * * @@ -1170,6 +1201,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1195,6 +1227,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1226,6 +1259,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1259,6 +1293,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1289,6 +1324,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1327,6 +1363,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1357,6 +1394,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1382,6 +1420,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1411,6 +1450,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupMetadataOrBuilder.java index 1136f0b927..82671c8a93 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface CreateBackupMetadataOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -61,6 +62,7 @@ public interface CreateBackupMetadataOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * @@ -88,6 +90,7 @@ public interface CreateBackupMetadataOrBuilder * @return Whether the progress field is set. */ boolean hasProgress(); + /** * * @@ -102,6 +105,7 @@ public interface CreateBackupMetadataOrBuilder * @return The progress. */ com.google.spanner.admin.database.v1.OperationProgress getProgress(); + /** * * @@ -138,6 +142,7 @@ public interface CreateBackupMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -161,6 +166,7 @@ public interface CreateBackupMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupRequest.java index d6e71a7d83..406f799f37 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupRequest.java @@ -34,6 +34,7 @@ public final class CreateBackupRequest extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CreateBackupRequest) CreateBackupRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateBackupRequest.newBuilder() to construct. private CreateBackupRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -100,6 +102,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -135,6 +138,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupId_ = ""; + /** * * @@ -160,6 +164,7 @@ public java.lang.String getBackupId() { return s; } } + /** * * @@ -188,6 +193,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { public static final int BACKUP_FIELD_NUMBER = 3; private com.google.spanner.admin.database.v1.Backup backup_; + /** * * @@ -205,6 +211,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { public boolean hasBackup() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -224,6 +231,7 @@ public com.google.spanner.admin.database.v1.Backup getBackup() { ? com.google.spanner.admin.database.v1.Backup.getDefaultInstance() : backup_; } + /** * * @@ -244,6 +252,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() public static final int ENCRYPTION_CONFIG_FIELD_NUMBER = 4; private com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig encryptionConfig_; + /** * * @@ -265,6 +274,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -288,6 +298,7 @@ public com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig getEncr ? com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.getDefaultInstance() : encryptionConfig_; } + /** * * @@ -508,6 +519,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -758,6 +770,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -787,6 +800,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -816,6 +830,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -844,6 +859,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -868,6 +884,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -899,6 +916,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupId_ = ""; + /** * * @@ -923,6 +941,7 @@ public java.lang.String getBackupId() { return (java.lang.String) ref; } } + /** * * @@ -947,6 +966,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -970,6 +990,7 @@ public Builder setBackupId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -989,6 +1010,7 @@ public Builder clearBackupId() { onChanged(); return this; } + /** * * @@ -1020,6 +1042,7 @@ public Builder setBackupIdBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.Backup.Builder, com.google.spanner.admin.database.v1.BackupOrBuilder> backupBuilder_; + /** * * @@ -1036,6 +1059,7 @@ public Builder setBackupIdBytes(com.google.protobuf.ByteString value) { public boolean hasBackup() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1058,6 +1082,7 @@ public com.google.spanner.admin.database.v1.Backup getBackup() { return backupBuilder_.getMessage(); } } + /** * * @@ -1082,6 +1107,7 @@ public Builder setBackup(com.google.spanner.admin.database.v1.Backup value) { onChanged(); return this; } + /** * * @@ -1103,6 +1129,7 @@ public Builder setBackup(com.google.spanner.admin.database.v1.Backup.Builder bui onChanged(); return this; } + /** * * @@ -1132,6 +1159,7 @@ public Builder mergeBackup(com.google.spanner.admin.database.v1.Backup value) { } return this; } + /** * * @@ -1153,6 +1181,7 @@ public Builder clearBackup() { onChanged(); return this; } + /** * * @@ -1169,6 +1198,7 @@ public com.google.spanner.admin.database.v1.Backup.Builder getBackupBuilder() { onChanged(); return getBackupFieldBuilder().getBuilder(); } + /** * * @@ -1189,6 +1219,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() : backup_; } } + /** * * @@ -1223,6 +1254,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig.Builder, com.google.spanner.admin.database.v1.CreateBackupEncryptionConfigOrBuilder> encryptionConfigBuilder_; + /** * * @@ -1243,6 +1275,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1269,6 +1302,7 @@ public com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig getEncr return encryptionConfigBuilder_.getMessage(); } } + /** * * @@ -1298,6 +1332,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1324,6 +1359,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1360,6 +1396,7 @@ public Builder mergeEncryptionConfig( } return this; } + /** * * @@ -1385,6 +1422,7 @@ public Builder clearEncryptionConfig() { onChanged(); return this; } + /** * * @@ -1406,6 +1444,7 @@ public Builder clearEncryptionConfig() { onChanged(); return getEncryptionConfigFieldBuilder().getBuilder(); } + /** * * @@ -1431,6 +1470,7 @@ public Builder clearEncryptionConfig() { : encryptionConfig_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupRequestOrBuilder.java index 69420e8532..d05dc6b74e 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupRequestOrBuilder.java @@ -43,6 +43,7 @@ public interface CreateBackupRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -77,6 +78,7 @@ public interface CreateBackupRequestOrBuilder * @return The backupId. */ java.lang.String getBackupId(); + /** * * @@ -106,6 +108,7 @@ public interface CreateBackupRequestOrBuilder * @return Whether the backup field is set. */ boolean hasBackup(); + /** * * @@ -120,6 +123,7 @@ public interface CreateBackupRequestOrBuilder * @return The backup. */ com.google.spanner.admin.database.v1.Backup getBackup(); + /** * * @@ -151,6 +155,7 @@ public interface CreateBackupRequestOrBuilder * @return Whether the encryptionConfig field is set. */ boolean hasEncryptionConfig(); + /** * * @@ -169,6 +174,7 @@ public interface CreateBackupRequestOrBuilder * @return The encryptionConfig. */ com.google.spanner.admin.database.v1.CreateBackupEncryptionConfig getEncryptionConfig(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupScheduleRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupScheduleRequest.java index a05ebf747e..4d0f20eee6 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupScheduleRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupScheduleRequest.java @@ -34,6 +34,7 @@ public final class CreateBackupScheduleRequest extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CreateBackupScheduleRequest) CreateBackupScheduleRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateBackupScheduleRequest.newBuilder() to construct. private CreateBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -125,6 +128,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupScheduleId_ = ""; + /** * * @@ -150,6 +154,7 @@ public java.lang.String getBackupScheduleId() { return s; } } + /** * * @@ -178,6 +183,7 @@ public com.google.protobuf.ByteString getBackupScheduleIdBytes() { public static final int BACKUP_SCHEDULE_FIELD_NUMBER = 3; private com.google.spanner.admin.database.v1.BackupSchedule backupSchedule_; + /** * * @@ -195,6 +201,7 @@ public com.google.protobuf.ByteString getBackupScheduleIdBytes() { public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -214,6 +221,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedule() { ? com.google.spanner.admin.database.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } + /** * * @@ -415,6 +423,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -649,6 +658,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -673,6 +683,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -697,6 +708,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -720,6 +732,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -739,6 +752,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -765,6 +779,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupScheduleId_ = ""; + /** * * @@ -789,6 +804,7 @@ public java.lang.String getBackupScheduleId() { return (java.lang.String) ref; } } + /** * * @@ -813,6 +829,7 @@ public com.google.protobuf.ByteString getBackupScheduleIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -836,6 +853,7 @@ public Builder setBackupScheduleId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -855,6 +873,7 @@ public Builder clearBackupScheduleId() { onChanged(); return this; } + /** * * @@ -886,6 +905,7 @@ public Builder setBackupScheduleIdBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.BackupSchedule.Builder, com.google.spanner.admin.database.v1.BackupScheduleOrBuilder> backupScheduleBuilder_; + /** * * @@ -902,6 +922,7 @@ public Builder setBackupScheduleIdBytes(com.google.protobuf.ByteString value) { public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -924,6 +945,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedule() { return backupScheduleBuilder_.getMessage(); } } + /** * * @@ -948,6 +970,7 @@ public Builder setBackupSchedule(com.google.spanner.admin.database.v1.BackupSche onChanged(); return this; } + /** * * @@ -970,6 +993,7 @@ public Builder setBackupSchedule( onChanged(); return this; } + /** * * @@ -1000,6 +1024,7 @@ public Builder mergeBackupSchedule(com.google.spanner.admin.database.v1.BackupSc } return this; } + /** * * @@ -1021,6 +1046,7 @@ public Builder clearBackupSchedule() { onChanged(); return this; } + /** * * @@ -1037,6 +1063,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder getBackupSche onChanged(); return getBackupScheduleFieldBuilder().getBuilder(); } + /** * * @@ -1058,6 +1085,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder getBackupSche : backupSchedule_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupScheduleRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupScheduleRequestOrBuilder.java index 8977b0f366..86c1241ed3 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupScheduleRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateBackupScheduleRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface CreateBackupScheduleRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -67,6 +68,7 @@ public interface CreateBackupScheduleRequestOrBuilder * @return The backupScheduleId. */ java.lang.String getBackupScheduleId(); + /** * * @@ -96,6 +98,7 @@ public interface CreateBackupScheduleRequestOrBuilder * @return Whether the backupSchedule field is set. */ boolean hasBackupSchedule(); + /** * * @@ -110,6 +113,7 @@ public interface CreateBackupScheduleRequestOrBuilder * @return The backupSchedule. */ com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedule(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseMetadata.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseMetadata.java index 4de9639e4e..4aedca61da 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseMetadata.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseMetadata.java @@ -34,6 +34,7 @@ public final class CreateDatabaseMetadata extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CreateDatabaseMetadata) CreateDatabaseMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateDatabaseMetadata.newBuilder() to construct. private CreateDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -91,6 +93,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -275,6 +278,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -460,6 +464,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -482,6 +487,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -504,6 +510,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -525,6 +532,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -542,6 +550,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseMetadataOrBuilder.java index c724492fa8..924387a783 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface CreateDatabaseMetadataOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseRequest.java index 0292f730bd..0571e3ca61 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseRequest.java @@ -34,6 +34,7 @@ public final class CreateDatabaseRequest extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CreateDatabaseRequest) CreateDatabaseRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateDatabaseRequest.newBuilder() to construct. private CreateDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -73,6 +74,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -99,6 +101,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -130,6 +133,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object createStatement_ = ""; + /** * * @@ -157,6 +161,7 @@ public java.lang.String getCreateStatement() { return s; } } + /** * * @@ -190,6 +195,7 @@ public com.google.protobuf.ByteString getCreateStatementBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList extraStatements_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -207,6 +213,7 @@ public com.google.protobuf.ByteString getCreateStatementBytes() { public com.google.protobuf.ProtocolStringList getExtraStatementsList() { return extraStatements_; } + /** * * @@ -224,6 +231,7 @@ public com.google.protobuf.ProtocolStringList getExtraStatementsList() { public int getExtraStatementsCount() { return extraStatements_.size(); } + /** * * @@ -242,6 +250,7 @@ public int getExtraStatementsCount() { public java.lang.String getExtraStatements(int index) { return extraStatements_.get(index); } + /** * * @@ -263,6 +272,7 @@ public com.google.protobuf.ByteString getExtraStatementsBytes(int index) { public static final int ENCRYPTION_CONFIG_FIELD_NUMBER = 4; private com.google.spanner.admin.database.v1.EncryptionConfig encryptionConfig_; + /** * * @@ -282,6 +292,7 @@ public com.google.protobuf.ByteString getExtraStatementsBytes(int index) { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -303,6 +314,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig ? com.google.spanner.admin.database.v1.EncryptionConfig.getDefaultInstance() : encryptionConfig_; } + /** * * @@ -326,6 +338,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig public static final int DATABASE_DIALECT_FIELD_NUMBER = 5; private int databaseDialect_ = 0; + /** * * @@ -343,6 +356,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig public int getDatabaseDialectValue() { return databaseDialect_; } + /** * * @@ -367,6 +381,7 @@ public com.google.spanner.admin.database.v1.DatabaseDialect getDatabaseDialect() public static final int PROTO_DESCRIPTORS_FIELD_NUMBER = 6; private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -618,6 +633,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -897,6 +913,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -922,6 +939,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -947,6 +965,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -971,6 +990,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -991,6 +1011,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -1018,6 +1039,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object createStatement_ = ""; + /** * * @@ -1044,6 +1066,7 @@ public java.lang.String getCreateStatement() { return (java.lang.String) ref; } } + /** * * @@ -1070,6 +1093,7 @@ public com.google.protobuf.ByteString getCreateStatementBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1095,6 +1119,7 @@ public Builder setCreateStatement(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1116,6 +1141,7 @@ public Builder clearCreateStatement() { onChanged(); return this; } + /** * * @@ -1152,6 +1178,7 @@ private void ensureExtraStatementsIsMutable() { } bitField0_ |= 0x00000004; } + /** * * @@ -1170,6 +1197,7 @@ public com.google.protobuf.ProtocolStringList getExtraStatementsList() { extraStatements_.makeImmutable(); return extraStatements_; } + /** * * @@ -1187,6 +1215,7 @@ public com.google.protobuf.ProtocolStringList getExtraStatementsList() { public int getExtraStatementsCount() { return extraStatements_.size(); } + /** * * @@ -1205,6 +1234,7 @@ public int getExtraStatementsCount() { public java.lang.String getExtraStatements(int index) { return extraStatements_.get(index); } + /** * * @@ -1223,6 +1253,7 @@ public java.lang.String getExtraStatements(int index) { public com.google.protobuf.ByteString getExtraStatementsBytes(int index) { return extraStatements_.getByteString(index); } + /** * * @@ -1249,6 +1280,7 @@ public Builder setExtraStatements(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1274,6 +1306,7 @@ public Builder addExtraStatements(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1296,6 +1329,7 @@ public Builder addAllExtraStatements(java.lang.Iterable values onChanged(); return this; } + /** * * @@ -1317,6 +1351,7 @@ public Builder clearExtraStatements() { onChanged(); return this; } + /** * * @@ -1350,6 +1385,7 @@ public Builder addExtraStatementsBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.EncryptionConfig.Builder, com.google.spanner.admin.database.v1.EncryptionConfigOrBuilder> encryptionConfigBuilder_; + /** * * @@ -1368,6 +1404,7 @@ public Builder addExtraStatementsBytes(com.google.protobuf.ByteString value) { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1392,6 +1429,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig return encryptionConfigBuilder_.getMessage(); } } + /** * * @@ -1419,6 +1457,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1443,6 +1482,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1476,6 +1516,7 @@ public Builder mergeEncryptionConfig( } return this; } + /** * * @@ -1499,6 +1540,7 @@ public Builder clearEncryptionConfig() { onChanged(); return this; } + /** * * @@ -1518,6 +1560,7 @@ public Builder clearEncryptionConfig() { onChanged(); return getEncryptionConfigFieldBuilder().getBuilder(); } + /** * * @@ -1541,6 +1584,7 @@ public Builder clearEncryptionConfig() { : encryptionConfig_; } } + /** * * @@ -1572,6 +1616,7 @@ public Builder clearEncryptionConfig() { } private int databaseDialect_ = 0; + /** * * @@ -1589,6 +1634,7 @@ public Builder clearEncryptionConfig() { public int getDatabaseDialectValue() { return databaseDialect_; } + /** * * @@ -1609,6 +1655,7 @@ public Builder setDatabaseDialectValue(int value) { onChanged(); return this; } + /** * * @@ -1630,6 +1677,7 @@ public com.google.spanner.admin.database.v1.DatabaseDialect getDatabaseDialect() ? com.google.spanner.admin.database.v1.DatabaseDialect.UNRECOGNIZED : result; } + /** * * @@ -1653,6 +1701,7 @@ public Builder setDatabaseDialect(com.google.spanner.admin.database.v1.DatabaseD onChanged(); return this; } + /** * * @@ -1674,6 +1723,7 @@ public Builder clearDatabaseDialect() { } private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -1703,6 +1753,7 @@ public Builder clearDatabaseDialect() { public com.google.protobuf.ByteString getProtoDescriptors() { return protoDescriptors_; } + /** * * @@ -1738,6 +1789,7 @@ public Builder setProtoDescriptors(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseRequestOrBuilder.java index fb1578910b..81e94e4f83 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CreateDatabaseRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface CreateDatabaseRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -71,6 +72,7 @@ public interface CreateDatabaseRequestOrBuilder * @return The createStatement. */ java.lang.String getCreateStatement(); + /** * * @@ -103,6 +105,7 @@ public interface CreateDatabaseRequestOrBuilder * @return A list containing the extraStatements. */ java.util.List getExtraStatementsList(); + /** * * @@ -118,6 +121,7 @@ public interface CreateDatabaseRequestOrBuilder * @return The count of extraStatements. */ int getExtraStatementsCount(); + /** * * @@ -134,6 +138,7 @@ public interface CreateDatabaseRequestOrBuilder * @return The extraStatements at the given index. */ java.lang.String getExtraStatements(int index); + /** * * @@ -167,6 +172,7 @@ public interface CreateDatabaseRequestOrBuilder * @return Whether the encryptionConfig field is set. */ boolean hasEncryptionConfig(); + /** * * @@ -183,6 +189,7 @@ public interface CreateDatabaseRequestOrBuilder * @return The encryptionConfig. */ com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig(); + /** * * @@ -212,6 +219,7 @@ public interface CreateDatabaseRequestOrBuilder * @return The enum numeric value on the wire for databaseDialect. */ int getDatabaseDialectValue(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpec.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpec.java index d1bb6be47c..d8ecbb452e 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpec.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpec.java @@ -34,6 +34,7 @@ public final class CrontabSpec extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.CrontabSpec) CrontabSpecOrBuilder { private static final long serialVersionUID = 0L; + // Use CrontabSpec.newBuilder() to construct. private CrontabSpec(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object text_ = ""; + /** * * @@ -104,6 +106,7 @@ public java.lang.String getText() { return s; } } + /** * * @@ -143,6 +146,7 @@ public com.google.protobuf.ByteString getTextBytes() { @SuppressWarnings("serial") private volatile java.lang.Object timeZone_ = ""; + /** * * @@ -167,6 +171,7 @@ public java.lang.String getTimeZone() { return s; } } + /** * * @@ -194,6 +199,7 @@ public com.google.protobuf.ByteString getTimeZoneBytes() { public static final int CREATION_WINDOW_FIELD_NUMBER = 3; private com.google.protobuf.Duration creationWindow_; + /** * * @@ -217,6 +223,7 @@ public com.google.protobuf.ByteString getTimeZoneBytes() { public boolean hasCreationWindow() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -242,6 +249,7 @@ public com.google.protobuf.Duration getCreationWindow() { ? com.google.protobuf.Duration.getDefaultInstance() : creationWindow_; } + /** * * @@ -448,6 +456,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -678,6 +687,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object text_ = ""; + /** * * @@ -711,6 +721,7 @@ public java.lang.String getText() { return (java.lang.String) ref; } } + /** * * @@ -744,6 +755,7 @@ public com.google.protobuf.ByteString getTextBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -776,6 +788,7 @@ public Builder setText(java.lang.String value) { onChanged(); return this; } + /** * * @@ -804,6 +817,7 @@ public Builder clearText() { onChanged(); return this; } + /** * * @@ -839,6 +853,7 @@ public Builder setTextBytes(com.google.protobuf.ByteString value) { } private java.lang.Object timeZone_ = ""; + /** * * @@ -862,6 +877,7 @@ public java.lang.String getTimeZone() { return (java.lang.String) ref; } } + /** * * @@ -885,6 +901,7 @@ public com.google.protobuf.ByteString getTimeZoneBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -907,6 +924,7 @@ public Builder setTimeZone(java.lang.String value) { onChanged(); return this; } + /** * * @@ -925,6 +943,7 @@ public Builder clearTimeZone() { onChanged(); return this; } + /** * * @@ -955,6 +974,7 @@ public Builder setTimeZoneBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> creationWindowBuilder_; + /** * * @@ -977,6 +997,7 @@ public Builder setTimeZoneBytes(com.google.protobuf.ByteString value) { public boolean hasCreationWindow() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1005,6 +1026,7 @@ public com.google.protobuf.Duration getCreationWindow() { return creationWindowBuilder_.getMessage(); } } + /** * * @@ -1035,6 +1057,7 @@ public Builder setCreationWindow(com.google.protobuf.Duration value) { onChanged(); return this; } + /** * * @@ -1062,6 +1085,7 @@ public Builder setCreationWindow(com.google.protobuf.Duration.Builder builderFor onChanged(); return this; } + /** * * @@ -1097,6 +1121,7 @@ public Builder mergeCreationWindow(com.google.protobuf.Duration value) { } return this; } + /** * * @@ -1124,6 +1149,7 @@ public Builder clearCreationWindow() { onChanged(); return this; } + /** * * @@ -1146,6 +1172,7 @@ public com.google.protobuf.Duration.Builder getCreationWindowBuilder() { onChanged(); return getCreationWindowFieldBuilder().getBuilder(); } + /** * * @@ -1172,6 +1199,7 @@ public com.google.protobuf.DurationOrBuilder getCreationWindowOrBuilder() { : creationWindow_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpecOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpecOrBuilder.java index c1051f76a1..23e5c0c84d 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpecOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/CrontabSpecOrBuilder.java @@ -47,6 +47,7 @@ public interface CrontabSpecOrBuilder * @return The text. */ java.lang.String getText(); + /** * * @@ -84,6 +85,7 @@ public interface CrontabSpecOrBuilder * @return The timeZone. */ java.lang.String getTimeZone(); + /** * * @@ -118,6 +120,7 @@ public interface CrontabSpecOrBuilder * @return Whether the creationWindow field is set. */ boolean hasCreationWindow(); + /** * * @@ -138,6 +141,7 @@ public interface CrontabSpecOrBuilder * @return The creationWindow. */ com.google.protobuf.Duration getCreationWindow(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/Database.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/Database.java index 1b2a3ba70b..da757aff77 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/Database.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/Database.java @@ -33,6 +33,7 @@ public final class Database extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.Database) DatabaseOrBuilder { private static final long serialVersionUID = 0L; + // Use Database.newBuilder() to construct. private Database(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -139,6 +140,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * STATE_UNSPECIFIED = 0; */ public static final int STATE_UNSPECIFIED_VALUE = 0; + /** * * @@ -150,6 +152,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * CREATING = 1; */ public static final int CREATING_VALUE = 1; + /** * * @@ -160,6 +163,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * READY = 2; */ public static final int READY_VALUE = 2; + /** * * @@ -268,6 +272,7 @@ private State(int value) { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -295,6 +300,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -325,6 +331,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int STATE_FIELD_NUMBER = 2; private int state_ = 0; + /** * * @@ -342,6 +349,7 @@ public com.google.protobuf.ByteString getNameBytes() { public int getStateValue() { return state_; } + /** * * @@ -366,6 +374,7 @@ public com.google.spanner.admin.database.v1.Database.State getState() { public static final int CREATE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp createTime_; + /** * * @@ -382,6 +391,7 @@ public com.google.spanner.admin.database.v1.Database.State getState() { public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -398,6 +408,7 @@ public boolean hasCreateTime() { public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } + /** * * @@ -415,6 +426,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int RESTORE_INFO_FIELD_NUMBER = 4; private com.google.spanner.admin.database.v1.RestoreInfo restoreInfo_; + /** * * @@ -433,6 +445,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public boolean hasRestoreInfo() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -453,6 +466,7 @@ public com.google.spanner.admin.database.v1.RestoreInfo getRestoreInfo() { ? com.google.spanner.admin.database.v1.RestoreInfo.getDefaultInstance() : restoreInfo_; } + /** * * @@ -474,6 +488,7 @@ public com.google.spanner.admin.database.v1.RestoreInfoOrBuilder getRestoreInfoO public static final int ENCRYPTION_CONFIG_FIELD_NUMBER = 5; private com.google.spanner.admin.database.v1.EncryptionConfig encryptionConfig_; + /** * * @@ -494,6 +509,7 @@ public com.google.spanner.admin.database.v1.RestoreInfoOrBuilder getRestoreInfoO public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -516,6 +532,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig ? com.google.spanner.admin.database.v1.EncryptionConfig.getDefaultInstance() : encryptionConfig_; } + /** * * @@ -542,6 +559,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig @SuppressWarnings("serial") private java.util.List encryptionInfo_; + /** * * @@ -567,6 +585,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig getEncryptionInfoList() { return encryptionInfo_; } + /** * * @@ -592,6 +611,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig getEncryptionInfoOrBuilderList() { return encryptionInfo_; } + /** * * @@ -616,6 +636,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig public int getEncryptionInfoCount() { return encryptionInfo_.size(); } + /** * * @@ -640,6 +661,7 @@ public int getEncryptionInfoCount() { public com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInfo(int index) { return encryptionInfo_.get(index); } + /** * * @@ -670,6 +692,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptio @SuppressWarnings("serial") private volatile java.lang.Object versionRetentionPeriod_ = ""; + /** * * @@ -697,6 +720,7 @@ public java.lang.String getVersionRetentionPeriod() { return s; } } + /** * * @@ -727,6 +751,7 @@ public com.google.protobuf.ByteString getVersionRetentionPeriodBytes() { public static final int EARLIEST_VERSION_TIME_FIELD_NUMBER = 7; private com.google.protobuf.Timestamp earliestVersionTime_; + /** * * @@ -748,6 +773,7 @@ public com.google.protobuf.ByteString getVersionRetentionPeriodBytes() { public boolean hasEarliestVersionTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -771,6 +797,7 @@ public com.google.protobuf.Timestamp getEarliestVersionTime() { ? com.google.protobuf.Timestamp.getDefaultInstance() : earliestVersionTime_; } + /** * * @@ -797,6 +824,7 @@ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder() @SuppressWarnings("serial") private volatile java.lang.Object defaultLeader_ = ""; + /** * * @@ -825,6 +853,7 @@ public java.lang.String getDefaultLeader() { return s; } } + /** * * @@ -856,6 +885,7 @@ public com.google.protobuf.ByteString getDefaultLeaderBytes() { public static final int DATABASE_DIALECT_FIELD_NUMBER = 10; private int databaseDialect_ = 0; + /** * * @@ -873,6 +903,7 @@ public com.google.protobuf.ByteString getDefaultLeaderBytes() { public int getDatabaseDialectValue() { return databaseDialect_; } + /** * * @@ -897,6 +928,7 @@ public com.google.spanner.admin.database.v1.DatabaseDialect getDatabaseDialect() public static final int ENABLE_DROP_PROTECTION_FIELD_NUMBER = 11; private boolean enableDropProtection_ = false; + /** * * @@ -918,6 +950,7 @@ public boolean getEnableDropProtection() { public static final int RECONCILING_FIELD_NUMBER = 12; private boolean reconciling_ = false; + /** * * @@ -1221,6 +1254,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1641,6 +1675,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -1667,6 +1702,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -1693,6 +1729,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1718,6 +1755,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1739,6 +1777,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -1767,6 +1806,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private int state_ = 0; + /** * * @@ -1784,6 +1824,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public int getStateValue() { return state_; } + /** * * @@ -1804,6 +1845,7 @@ public Builder setStateValue(int value) { onChanged(); return this; } + /** * * @@ -1825,6 +1867,7 @@ public com.google.spanner.admin.database.v1.Database.State getState() { ? com.google.spanner.admin.database.v1.Database.State.UNRECOGNIZED : result; } + /** * * @@ -1848,6 +1891,7 @@ public Builder setState(com.google.spanner.admin.database.v1.Database.State valu onChanged(); return this; } + /** * * @@ -1874,6 +1918,7 @@ public Builder clearState() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + /** * * @@ -1890,6 +1935,7 @@ public Builder clearState() { public boolean hasCreateTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1912,6 +1958,7 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTimeBuilder_.getMessage(); } } + /** * * @@ -1936,6 +1983,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1957,6 +2005,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1986,6 +2035,7 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -2007,6 +2057,7 @@ public Builder clearCreateTime() { onChanged(); return this; } + /** * * @@ -2023,6 +2074,7 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } + /** * * @@ -2043,6 +2095,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { : createTime_; } } + /** * * @@ -2077,6 +2130,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { com.google.spanner.admin.database.v1.RestoreInfo.Builder, com.google.spanner.admin.database.v1.RestoreInfoOrBuilder> restoreInfoBuilder_; + /** * * @@ -2094,6 +2148,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public boolean hasRestoreInfo() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -2117,6 +2172,7 @@ public com.google.spanner.admin.database.v1.RestoreInfo getRestoreInfo() { return restoreInfoBuilder_.getMessage(); } } + /** * * @@ -2142,6 +2198,7 @@ public Builder setRestoreInfo(com.google.spanner.admin.database.v1.RestoreInfo v onChanged(); return this; } + /** * * @@ -2165,6 +2222,7 @@ public Builder setRestoreInfo( onChanged(); return this; } + /** * * @@ -2196,6 +2254,7 @@ public Builder mergeRestoreInfo(com.google.spanner.admin.database.v1.RestoreInfo } return this; } + /** * * @@ -2218,6 +2277,7 @@ public Builder clearRestoreInfo() { onChanged(); return this; } + /** * * @@ -2235,6 +2295,7 @@ public com.google.spanner.admin.database.v1.RestoreInfo.Builder getRestoreInfoBu onChanged(); return getRestoreInfoFieldBuilder().getBuilder(); } + /** * * @@ -2256,6 +2317,7 @@ public com.google.spanner.admin.database.v1.RestoreInfoOrBuilder getRestoreInfoO : restoreInfo_; } } + /** * * @@ -2291,6 +2353,7 @@ public com.google.spanner.admin.database.v1.RestoreInfoOrBuilder getRestoreInfoO com.google.spanner.admin.database.v1.EncryptionConfig.Builder, com.google.spanner.admin.database.v1.EncryptionConfigOrBuilder> encryptionConfigBuilder_; + /** * * @@ -2310,6 +2373,7 @@ public com.google.spanner.admin.database.v1.RestoreInfoOrBuilder getRestoreInfoO public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -2335,6 +2399,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig return encryptionConfigBuilder_.getMessage(); } } + /** * * @@ -2363,6 +2428,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -2388,6 +2454,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -2422,6 +2489,7 @@ public Builder mergeEncryptionConfig( } return this; } + /** * * @@ -2446,6 +2514,7 @@ public Builder clearEncryptionConfig() { onChanged(); return this; } + /** * * @@ -2466,6 +2535,7 @@ public Builder clearEncryptionConfig() { onChanged(); return getEncryptionConfigFieldBuilder().getBuilder(); } + /** * * @@ -2490,6 +2560,7 @@ public Builder clearEncryptionConfig() { : encryptionConfig_; } } + /** * * @@ -2567,6 +2638,7 @@ private void ensureEncryptionInfoIsMutable() { return encryptionInfoBuilder_.getMessageList(); } } + /** * * @@ -2594,6 +2666,7 @@ public int getEncryptionInfoCount() { return encryptionInfoBuilder_.getCount(); } } + /** * * @@ -2621,6 +2694,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInfo(int return encryptionInfoBuilder_.getMessage(index); } } + /** * * @@ -2655,6 +2729,7 @@ public Builder setEncryptionInfo( } return this; } + /** * * @@ -2686,6 +2761,7 @@ public Builder setEncryptionInfo( } return this; } + /** * * @@ -2719,6 +2795,7 @@ public Builder addEncryptionInfo(com.google.spanner.admin.database.v1.Encryption } return this; } + /** * * @@ -2753,6 +2830,7 @@ public Builder addEncryptionInfo( } return this; } + /** * * @@ -2784,6 +2862,7 @@ public Builder addEncryptionInfo( } return this; } + /** * * @@ -2815,6 +2894,7 @@ public Builder addEncryptionInfo( } return this; } + /** * * @@ -2846,6 +2926,7 @@ public Builder addAllEncryptionInfo( } return this; } + /** * * @@ -2876,6 +2957,7 @@ public Builder clearEncryptionInfo() { } return this; } + /** * * @@ -2906,6 +2988,7 @@ public Builder removeEncryptionInfo(int index) { } return this; } + /** * * @@ -2930,6 +3013,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo.Builder getEncryption int index) { return getEncryptionInfoFieldBuilder().getBuilder(index); } + /** * * @@ -2958,6 +3042,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptio return encryptionInfoBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -2986,6 +3071,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptio return java.util.Collections.unmodifiableList(encryptionInfo_); } } + /** * * @@ -3010,6 +3096,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo.Builder addEncryption return getEncryptionInfoFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.EncryptionInfo.getDefaultInstance()); } + /** * * @@ -3036,6 +3123,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo.Builder addEncryption .addBuilder( index, com.google.spanner.admin.database.v1.EncryptionInfo.getDefaultInstance()); } + /** * * @@ -3082,6 +3170,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo.Builder addEncryption } private java.lang.Object versionRetentionPeriod_ = ""; + /** * * @@ -3109,6 +3198,7 @@ public java.lang.String getVersionRetentionPeriod() { return (java.lang.String) ref; } } + /** * * @@ -3136,6 +3226,7 @@ public com.google.protobuf.ByteString getVersionRetentionPeriodBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3162,6 +3253,7 @@ public Builder setVersionRetentionPeriod(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3184,6 +3276,7 @@ public Builder clearVersionRetentionPeriod() { onChanged(); return this; } + /** * * @@ -3218,6 +3311,7 @@ public Builder setVersionRetentionPeriodBytes(com.google.protobuf.ByteString val com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> earliestVersionTimeBuilder_; + /** * * @@ -3238,6 +3332,7 @@ public Builder setVersionRetentionPeriodBytes(com.google.protobuf.ByteString val public boolean hasEarliestVersionTime() { return ((bitField0_ & 0x00000080) != 0); } + /** * * @@ -3264,6 +3359,7 @@ public com.google.protobuf.Timestamp getEarliestVersionTime() { return earliestVersionTimeBuilder_.getMessage(); } } + /** * * @@ -3292,6 +3388,7 @@ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -3317,6 +3414,7 @@ public Builder setEarliestVersionTime(com.google.protobuf.Timestamp.Builder buil onChanged(); return this; } + /** * * @@ -3350,6 +3448,7 @@ public Builder mergeEarliestVersionTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -3375,6 +3474,7 @@ public Builder clearEarliestVersionTime() { onChanged(); return this; } + /** * * @@ -3395,6 +3495,7 @@ public com.google.protobuf.Timestamp.Builder getEarliestVersionTimeBuilder() { onChanged(); return getEarliestVersionTimeFieldBuilder().getBuilder(); } + /** * * @@ -3419,6 +3520,7 @@ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder() : earliestVersionTime_; } } + /** * * @@ -3452,6 +3554,7 @@ public com.google.protobuf.TimestampOrBuilder getEarliestVersionTimeOrBuilder() } private java.lang.Object defaultLeader_ = ""; + /** * * @@ -3479,6 +3582,7 @@ public java.lang.String getDefaultLeader() { return (java.lang.String) ref; } } + /** * * @@ -3506,6 +3610,7 @@ public com.google.protobuf.ByteString getDefaultLeaderBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3532,6 +3637,7 @@ public Builder setDefaultLeader(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3554,6 +3660,7 @@ public Builder clearDefaultLeader() { onChanged(); return this; } + /** * * @@ -3583,6 +3690,7 @@ public Builder setDefaultLeaderBytes(com.google.protobuf.ByteString value) { } private int databaseDialect_ = 0; + /** * * @@ -3600,6 +3708,7 @@ public Builder setDefaultLeaderBytes(com.google.protobuf.ByteString value) { public int getDatabaseDialectValue() { return databaseDialect_; } + /** * * @@ -3620,6 +3729,7 @@ public Builder setDatabaseDialectValue(int value) { onChanged(); return this; } + /** * * @@ -3641,6 +3751,7 @@ public com.google.spanner.admin.database.v1.DatabaseDialect getDatabaseDialect() ? com.google.spanner.admin.database.v1.DatabaseDialect.UNRECOGNIZED : result; } + /** * * @@ -3664,6 +3775,7 @@ public Builder setDatabaseDialect(com.google.spanner.admin.database.v1.DatabaseD onChanged(); return this; } + /** * * @@ -3685,6 +3797,7 @@ public Builder clearDatabaseDialect() { } private boolean enableDropProtection_; + /** * * @@ -3703,6 +3816,7 @@ public Builder clearDatabaseDialect() { public boolean getEnableDropProtection() { return enableDropProtection_; } + /** * * @@ -3725,6 +3839,7 @@ public Builder setEnableDropProtection(boolean value) { onChanged(); return this; } + /** * * @@ -3747,6 +3862,7 @@ public Builder clearEnableDropProtection() { } private boolean reconciling_; + /** * * @@ -3763,6 +3879,7 @@ public Builder clearEnableDropProtection() { public boolean getReconciling() { return reconciling_; } + /** * * @@ -3783,6 +3900,7 @@ public Builder setReconciling(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseDialect.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseDialect.java index 5a3366b24c..aedf8440fd 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseDialect.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseDialect.java @@ -74,6 +74,7 @@ public enum DatabaseDialect implements com.google.protobuf.ProtocolMessageEnum { * DATABASE_DIALECT_UNSPECIFIED = 0; */ public static final int DATABASE_DIALECT_UNSPECIFIED_VALUE = 0; + /** * * @@ -84,6 +85,7 @@ public enum DatabaseDialect implements com.google.protobuf.ProtocolMessageEnum { * GOOGLE_STANDARD_SQL = 1; */ public static final int GOOGLE_STANDARD_SQL_VALUE = 1; + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseOrBuilder.java index b7e221ec90..00ac47b918 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseOrBuilder.java @@ -40,6 +40,7 @@ public interface DatabaseOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -71,6 +72,7 @@ public interface DatabaseOrBuilder * @return The enum numeric value on the wire for state. */ int getStateValue(); + /** * * @@ -99,6 +101,7 @@ public interface DatabaseOrBuilder * @return Whether the createTime field is set. */ boolean hasCreateTime(); + /** * * @@ -112,6 +115,7 @@ public interface DatabaseOrBuilder * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); + /** * * @@ -139,6 +143,7 @@ public interface DatabaseOrBuilder * @return Whether the restoreInfo field is set. */ boolean hasRestoreInfo(); + /** * * @@ -154,6 +159,7 @@ public interface DatabaseOrBuilder * @return The restoreInfo. */ com.google.spanner.admin.database.v1.RestoreInfo getRestoreInfo(); + /** * * @@ -185,6 +191,7 @@ public interface DatabaseOrBuilder * @return Whether the encryptionConfig field is set. */ boolean hasEncryptionConfig(); + /** * * @@ -202,6 +209,7 @@ public interface DatabaseOrBuilder * @return The encryptionConfig. */ com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig(); + /** * * @@ -239,6 +247,7 @@ public interface DatabaseOrBuilder * */ java.util.List getEncryptionInfoList(); + /** * * @@ -260,6 +269,7 @@ public interface DatabaseOrBuilder * */ com.google.spanner.admin.database.v1.EncryptionInfo getEncryptionInfo(int index); + /** * * @@ -281,6 +291,7 @@ public interface DatabaseOrBuilder * */ int getEncryptionInfoCount(); + /** * * @@ -303,6 +314,7 @@ public interface DatabaseOrBuilder */ java.util.List getEncryptionInfoOrBuilderList(); + /** * * @@ -342,6 +354,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInfoOr * @return The versionRetentionPeriod. */ java.lang.String getVersionRetentionPeriod(); + /** * * @@ -377,6 +390,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInfoOr * @return Whether the earliestVersionTime field is set. */ boolean hasEarliestVersionTime(); + /** * * @@ -395,6 +409,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInfoOr * @return The earliestVersionTime. */ com.google.protobuf.Timestamp getEarliestVersionTime(); + /** * * @@ -429,6 +444,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInfoOr * @return The defaultLeader. */ java.lang.String getDefaultLeader(); + /** * * @@ -461,6 +477,7 @@ com.google.spanner.admin.database.v1.EncryptionInfoOrBuilder getEncryptionInfoOr * @return The enum numeric value on the wire for databaseDialect. */ int getDatabaseDialectValue(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseRole.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseRole.java index ee3a587596..c75a6ec186 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseRole.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseRole.java @@ -33,6 +33,7 @@ public final class DatabaseRole extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.DatabaseRole) DatabaseRoleOrBuilder { private static final long serialVersionUID = 0L; + // Use DatabaseRole.newBuilder() to construct. private DatabaseRole(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -277,6 +280,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -461,6 +465,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -485,6 +490,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -509,6 +515,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -532,6 +539,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -551,6 +559,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseRoleOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseRoleOrBuilder.java index 83ef168877..34aae9b9d3 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseRoleOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DatabaseRoleOrBuilder.java @@ -38,6 +38,7 @@ public interface DatabaseRoleOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DdlStatementActionInfo.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DdlStatementActionInfo.java index 8fcb7b79e9..a565564c2d 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DdlStatementActionInfo.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DdlStatementActionInfo.java @@ -35,6 +35,7 @@ public final class DdlStatementActionInfo extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.DdlStatementActionInfo) DdlStatementActionInfoOrBuilder { private static final long serialVersionUID = 0L; + // Use DdlStatementActionInfo.newBuilder() to construct. private DdlStatementActionInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object action_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getAction() { return s; } } + /** * * @@ -124,6 +127,7 @@ public com.google.protobuf.ByteString getActionBytes() { @SuppressWarnings("serial") private volatile java.lang.Object entityType_ = ""; + /** * * @@ -149,6 +153,7 @@ public java.lang.String getEntityType() { return s; } } + /** * * @@ -180,6 +185,7 @@ public com.google.protobuf.ByteString getEntityTypeBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList entityNames_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -198,6 +204,7 @@ public com.google.protobuf.ByteString getEntityTypeBytes() { public com.google.protobuf.ProtocolStringList getEntityNamesList() { return entityNames_; } + /** * * @@ -216,6 +223,7 @@ public com.google.protobuf.ProtocolStringList getEntityNamesList() { public int getEntityNamesCount() { return entityNames_.size(); } + /** * * @@ -235,6 +243,7 @@ public int getEntityNamesCount() { public java.lang.String getEntityNames(int index) { return entityNames_.get(index); } + /** * * @@ -440,6 +449,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -663,6 +673,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object action_ = ""; + /** * * @@ -686,6 +697,7 @@ public java.lang.String getAction() { return (java.lang.String) ref; } } + /** * * @@ -709,6 +721,7 @@ public com.google.protobuf.ByteString getActionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -731,6 +744,7 @@ public Builder setAction(java.lang.String value) { onChanged(); return this; } + /** * * @@ -749,6 +763,7 @@ public Builder clearAction() { onChanged(); return this; } + /** * * @@ -774,6 +789,7 @@ public Builder setActionBytes(com.google.protobuf.ByteString value) { } private java.lang.Object entityType_ = ""; + /** * * @@ -798,6 +814,7 @@ public java.lang.String getEntityType() { return (java.lang.String) ref; } } + /** * * @@ -822,6 +839,7 @@ public com.google.protobuf.ByteString getEntityTypeBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -845,6 +863,7 @@ public Builder setEntityType(java.lang.String value) { onChanged(); return this; } + /** * * @@ -864,6 +883,7 @@ public Builder clearEntityType() { onChanged(); return this; } + /** * * @@ -898,6 +918,7 @@ private void ensureEntityNamesIsMutable() { } bitField0_ |= 0x00000004; } + /** * * @@ -917,6 +938,7 @@ public com.google.protobuf.ProtocolStringList getEntityNamesList() { entityNames_.makeImmutable(); return entityNames_; } + /** * * @@ -935,6 +957,7 @@ public com.google.protobuf.ProtocolStringList getEntityNamesList() { public int getEntityNamesCount() { return entityNames_.size(); } + /** * * @@ -954,6 +977,7 @@ public int getEntityNamesCount() { public java.lang.String getEntityNames(int index) { return entityNames_.get(index); } + /** * * @@ -973,6 +997,7 @@ public java.lang.String getEntityNames(int index) { public com.google.protobuf.ByteString getEntityNamesBytes(int index) { return entityNames_.getByteString(index); } + /** * * @@ -1000,6 +1025,7 @@ public Builder setEntityNames(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1026,6 +1052,7 @@ public Builder addEntityNames(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1049,6 +1076,7 @@ public Builder addAllEntityNames(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1071,6 +1099,7 @@ public Builder clearEntityNames() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DdlStatementActionInfoOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DdlStatementActionInfoOrBuilder.java index 58a39ca2a6..1e09bb1d50 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DdlStatementActionInfoOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DdlStatementActionInfoOrBuilder.java @@ -37,6 +37,7 @@ public interface DdlStatementActionInfoOrBuilder * @return The action. */ java.lang.String getAction(); + /** * * @@ -65,6 +66,7 @@ public interface DdlStatementActionInfoOrBuilder * @return The entityType. */ java.lang.String getEntityType(); + /** * * @@ -96,6 +98,7 @@ public interface DdlStatementActionInfoOrBuilder * @return A list containing the entityNames. */ java.util.List getEntityNamesList(); + /** * * @@ -112,6 +115,7 @@ public interface DdlStatementActionInfoOrBuilder * @return The count of entityNames. */ int getEntityNamesCount(); + /** * * @@ -129,6 +133,7 @@ public interface DdlStatementActionInfoOrBuilder * @return The entityNames at the given index. */ java.lang.String getEntityNames(int index); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupRequest.java index e569aea226..9abc24b6b6 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupRequest.java @@ -34,6 +34,7 @@ public final class DeleteBackupRequest extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.DeleteBackupRequest) DeleteBackupRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use DeleteBackupRequest.newBuilder() to construct. private DeleteBackupRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -283,6 +286,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -468,6 +472,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -494,6 +499,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -520,6 +526,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -545,6 +552,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -566,6 +574,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupRequestOrBuilder.java index b65b8c44c5..3b6ddb6d95 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface DeleteBackupRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupScheduleRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupScheduleRequest.java index cba6963c6e..c8155b4014 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupScheduleRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupScheduleRequest.java @@ -34,6 +34,7 @@ public final class DeleteBackupScheduleRequest extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.DeleteBackupScheduleRequest) DeleteBackupScheduleRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use DeleteBackupScheduleRequest.newBuilder() to construct. private DeleteBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -283,6 +286,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -472,6 +476,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -498,6 +503,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -524,6 +530,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -549,6 +556,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -570,6 +578,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupScheduleRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupScheduleRequestOrBuilder.java index f528185c23..b5f987da85 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupScheduleRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DeleteBackupScheduleRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface DeleteBackupScheduleRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DropDatabaseRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DropDatabaseRequest.java index 16895f4f15..8db3e4d918 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DropDatabaseRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DropDatabaseRequest.java @@ -34,6 +34,7 @@ public final class DropDatabaseRequest extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.DropDatabaseRequest) DropDatabaseRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use DropDatabaseRequest.newBuilder() to construct. private DropDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -279,6 +282,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -464,6 +468,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -488,6 +493,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -512,6 +518,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -535,6 +542,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -554,6 +562,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DropDatabaseRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DropDatabaseRequestOrBuilder.java index b7e78542a2..d53e52bd23 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DropDatabaseRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/DropDatabaseRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface DropDatabaseRequestOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionConfig.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionConfig.java index 5df8d66aac..0324f718ba 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionConfig.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionConfig.java @@ -33,6 +33,7 @@ public final class EncryptionConfig extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.EncryptionConfig) EncryptionConfigOrBuilder { private static final long serialVersionUID = 0L; + // Use EncryptionConfig.newBuilder() to construct. private EncryptionConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object kmsKeyName_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getKmsKeyName() { return s; } } + /** * * @@ -124,6 +127,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList kmsKeyNames_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -152,6 +156,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { return kmsKeyNames_; } + /** * * @@ -180,6 +185,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { public int getKmsKeyNamesCount() { return kmsKeyNames_.size(); } + /** * * @@ -209,6 +215,7 @@ public int getKmsKeyNamesCount() { public java.lang.String getKmsKeyNames(int index) { return kmsKeyNames_.get(index); } + /** * * @@ -415,6 +422,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -621,6 +629,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object kmsKeyName_ = ""; + /** * * @@ -645,6 +654,7 @@ public java.lang.String getKmsKeyName() { return (java.lang.String) ref; } } + /** * * @@ -669,6 +679,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -692,6 +703,7 @@ public Builder setKmsKeyName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -711,6 +723,7 @@ public Builder clearKmsKeyName() { onChanged(); return this; } + /** * * @@ -745,6 +758,7 @@ private void ensureKmsKeyNamesIsMutable() { } bitField0_ |= 0x00000002; } + /** * * @@ -774,6 +788,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { kmsKeyNames_.makeImmutable(); return kmsKeyNames_; } + /** * * @@ -802,6 +817,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { public int getKmsKeyNamesCount() { return kmsKeyNames_.size(); } + /** * * @@ -831,6 +847,7 @@ public int getKmsKeyNamesCount() { public java.lang.String getKmsKeyNames(int index) { return kmsKeyNames_.get(index); } + /** * * @@ -860,6 +877,7 @@ public java.lang.String getKmsKeyNames(int index) { public com.google.protobuf.ByteString getKmsKeyNamesBytes(int index) { return kmsKeyNames_.getByteString(index); } + /** * * @@ -897,6 +915,7 @@ public Builder setKmsKeyNames(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -933,6 +952,7 @@ public Builder addKmsKeyNames(java.lang.String value) { onChanged(); return this; } + /** * * @@ -966,6 +986,7 @@ public Builder addAllKmsKeyNames(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -998,6 +1019,7 @@ public Builder clearKmsKeyNames() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionConfigOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionConfigOrBuilder.java index e590efe403..8f6956a63a 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionConfigOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionConfigOrBuilder.java @@ -38,6 +38,7 @@ public interface EncryptionConfigOrBuilder * @return The kmsKeyName. */ java.lang.String getKmsKeyName(); + /** * * @@ -79,6 +80,7 @@ public interface EncryptionConfigOrBuilder * @return A list containing the kmsKeyNames. */ java.util.List getKmsKeyNamesList(); + /** * * @@ -105,6 +107,7 @@ public interface EncryptionConfigOrBuilder * @return The count of kmsKeyNames. */ int getKmsKeyNamesCount(); + /** * * @@ -132,6 +135,7 @@ public interface EncryptionConfigOrBuilder * @return The kmsKeyNames at the given index. */ java.lang.String getKmsKeyNames(int index); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionInfo.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionInfo.java index f781dbad42..20d6da0478 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionInfo.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionInfo.java @@ -33,6 +33,7 @@ public final class EncryptionInfo extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.EncryptionInfo) EncryptionInfoOrBuilder { private static final long serialVersionUID = 0L; + // Use EncryptionInfo.newBuilder() to construct. private EncryptionInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -121,6 +122,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * TYPE_UNSPECIFIED = 0; */ public static final int TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -133,6 +135,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * GOOGLE_DEFAULT_ENCRYPTION = 1; */ public static final int GOOGLE_DEFAULT_ENCRYPTION_VALUE = 1; + /** * * @@ -234,6 +237,7 @@ private Type(int value) { private int bitField0_; public static final int ENCRYPTION_TYPE_FIELD_NUMBER = 3; private int encryptionType_ = 0; + /** * * @@ -251,6 +255,7 @@ private Type(int value) { public int getEncryptionTypeValue() { return encryptionType_; } + /** * * @@ -275,6 +280,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo.Type getEncryptionTyp public static final int ENCRYPTION_STATUS_FIELD_NUMBER = 4; private com.google.rpc.Status encryptionStatus_; + /** * * @@ -293,6 +299,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo.Type getEncryptionTyp public boolean hasEncryptionStatus() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -313,6 +320,7 @@ public com.google.rpc.Status getEncryptionStatus() { ? com.google.rpc.Status.getDefaultInstance() : encryptionStatus_; } + /** * * @@ -336,6 +344,7 @@ public com.google.rpc.StatusOrBuilder getEncryptionStatusOrBuilder() { @SuppressWarnings("serial") private volatile java.lang.Object kmsKeyVersion_ = ""; + /** * * @@ -362,6 +371,7 @@ public java.lang.String getKmsKeyVersion() { return s; } } + /** * * @@ -573,6 +583,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -801,6 +812,7 @@ public Builder mergeFrom( private int bitField0_; private int encryptionType_ = 0; + /** * * @@ -818,6 +830,7 @@ public Builder mergeFrom( public int getEncryptionTypeValue() { return encryptionType_; } + /** * * @@ -838,6 +851,7 @@ public Builder setEncryptionTypeValue(int value) { onChanged(); return this; } + /** * * @@ -859,6 +873,7 @@ public com.google.spanner.admin.database.v1.EncryptionInfo.Type getEncryptionTyp ? com.google.spanner.admin.database.v1.EncryptionInfo.Type.UNRECOGNIZED : result; } + /** * * @@ -883,6 +898,7 @@ public Builder setEncryptionType( onChanged(); return this; } + /** * * @@ -907,6 +923,7 @@ public Builder clearEncryptionType() { private com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> encryptionStatusBuilder_; + /** * * @@ -924,6 +941,7 @@ public Builder clearEncryptionType() { public boolean hasEncryptionStatus() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -947,6 +965,7 @@ public com.google.rpc.Status getEncryptionStatus() { return encryptionStatusBuilder_.getMessage(); } } + /** * * @@ -972,6 +991,7 @@ public Builder setEncryptionStatus(com.google.rpc.Status value) { onChanged(); return this; } + /** * * @@ -994,6 +1014,7 @@ public Builder setEncryptionStatus(com.google.rpc.Status.Builder builderForValue onChanged(); return this; } + /** * * @@ -1024,6 +1045,7 @@ public Builder mergeEncryptionStatus(com.google.rpc.Status value) { } return this; } + /** * * @@ -1046,6 +1068,7 @@ public Builder clearEncryptionStatus() { onChanged(); return this; } + /** * * @@ -1063,6 +1086,7 @@ public com.google.rpc.Status.Builder getEncryptionStatusBuilder() { onChanged(); return getEncryptionStatusFieldBuilder().getBuilder(); } + /** * * @@ -1084,6 +1108,7 @@ public com.google.rpc.StatusOrBuilder getEncryptionStatusOrBuilder() { : encryptionStatus_; } } + /** * * @@ -1112,6 +1137,7 @@ public com.google.rpc.StatusOrBuilder getEncryptionStatusOrBuilder() { } private java.lang.Object kmsKeyVersion_ = ""; + /** * * @@ -1137,6 +1163,7 @@ public java.lang.String getKmsKeyVersion() { return (java.lang.String) ref; } } + /** * * @@ -1162,6 +1189,7 @@ public com.google.protobuf.ByteString getKmsKeyVersionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1186,6 +1214,7 @@ public Builder setKmsKeyVersion(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1206,6 +1235,7 @@ public Builder clearKmsKeyVersion() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionInfoOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionInfoOrBuilder.java index 4b3c0a824d..4555b55ae9 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionInfoOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/EncryptionInfoOrBuilder.java @@ -38,6 +38,7 @@ public interface EncryptionInfoOrBuilder * @return The enum numeric value on the wire for encryptionType. */ int getEncryptionTypeValue(); + /** * * @@ -68,6 +69,7 @@ public interface EncryptionInfoOrBuilder * @return Whether the encryptionStatus field is set. */ boolean hasEncryptionStatus(); + /** * * @@ -83,6 +85,7 @@ public interface EncryptionInfoOrBuilder * @return The encryptionStatus. */ com.google.rpc.Status getEncryptionStatus(); + /** * * @@ -112,6 +115,7 @@ public interface EncryptionInfoOrBuilder * @return The kmsKeyVersion. */ java.lang.String getKmsKeyVersion(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/FullBackupSpec.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/FullBackupSpec.java index a7816293b9..38c9429884 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/FullBackupSpec.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/FullBackupSpec.java @@ -35,6 +35,7 @@ public final class FullBackupSpec extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.FullBackupSpec) FullBackupSpecOrBuilder { private static final long serialVersionUID = 0L; + // Use FullBackupSpec.newBuilder() to construct. private FullBackupSpec(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -213,6 +214,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupRequest.java index 662dbd41cc..6a6d5899af 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupRequest.java @@ -34,6 +34,7 @@ public final class GetBackupRequest extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.GetBackupRequest) GetBackupRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use GetBackupRequest.newBuilder() to construct. private GetBackupRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -283,6 +286,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -468,6 +472,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -494,6 +499,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -520,6 +526,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -545,6 +552,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -566,6 +574,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupRequestOrBuilder.java index b59b6d0341..955e7c27e8 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface GetBackupRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupScheduleRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupScheduleRequest.java index bf3bc3178e..f1bad28f1a 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupScheduleRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupScheduleRequest.java @@ -34,6 +34,7 @@ public final class GetBackupScheduleRequest extends com.google.protobuf.Generate // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.GetBackupScheduleRequest) GetBackupScheduleRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use GetBackupScheduleRequest.newBuilder() to construct. private GetBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -283,6 +286,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -471,6 +475,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -497,6 +502,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -523,6 +529,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -548,6 +555,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -569,6 +577,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupScheduleRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupScheduleRequestOrBuilder.java index 402fade123..ec7a8e1234 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupScheduleRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetBackupScheduleRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface GetBackupScheduleRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlRequest.java index 70abcd84b8..680c3ed531 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlRequest.java @@ -34,6 +34,7 @@ public final class GetDatabaseDdlRequest extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.GetDatabaseDdlRequest) GetDatabaseDdlRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use GetDatabaseDdlRequest.newBuilder() to construct. private GetDatabaseDdlRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -283,6 +286,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -468,6 +472,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -494,6 +499,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -520,6 +526,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -545,6 +552,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -566,6 +574,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlRequestOrBuilder.java index 599d1cdc64..e44897d9c2 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface GetDatabaseDdlRequestOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlResponse.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlResponse.java index 82abe8081b..a4fb8d1cda 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlResponse.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlResponse.java @@ -34,6 +34,7 @@ public final class GetDatabaseDdlResponse extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.GetDatabaseDdlResponse) GetDatabaseDdlResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use GetDatabaseDdlResponse.newBuilder() to construct. private GetDatabaseDdlResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList statements_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -85,6 +87,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public com.google.protobuf.ProtocolStringList getStatementsList() { return statements_; } + /** * * @@ -100,6 +103,7 @@ public com.google.protobuf.ProtocolStringList getStatementsList() { public int getStatementsCount() { return statements_.size(); } + /** * * @@ -116,6 +120,7 @@ public int getStatementsCount() { public java.lang.String getStatements(int index) { return statements_.get(index); } + /** * * @@ -135,6 +140,7 @@ public com.google.protobuf.ByteString getStatementsBytes(int index) { public static final int PROTO_DESCRIPTORS_FIELD_NUMBER = 2; private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -331,6 +337,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -544,6 +551,7 @@ private void ensureStatementsIsMutable() { } bitField0_ |= 0x00000001; } + /** * * @@ -560,6 +568,7 @@ public com.google.protobuf.ProtocolStringList getStatementsList() { statements_.makeImmutable(); return statements_; } + /** * * @@ -575,6 +584,7 @@ public com.google.protobuf.ProtocolStringList getStatementsList() { public int getStatementsCount() { return statements_.size(); } + /** * * @@ -591,6 +601,7 @@ public int getStatementsCount() { public java.lang.String getStatements(int index) { return statements_.get(index); } + /** * * @@ -607,6 +618,7 @@ public java.lang.String getStatements(int index) { public com.google.protobuf.ByteString getStatementsBytes(int index) { return statements_.getByteString(index); } + /** * * @@ -631,6 +643,7 @@ public Builder setStatements(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -654,6 +667,7 @@ public Builder addStatements(java.lang.String value) { onChanged(); return this; } + /** * * @@ -674,6 +688,7 @@ public Builder addAllStatements(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -693,6 +708,7 @@ public Builder clearStatements() { onChanged(); return this; } + /** * * @@ -719,6 +735,7 @@ public Builder addStatementsBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -738,6 +755,7 @@ public Builder addStatementsBytes(com.google.protobuf.ByteString value) { public com.google.protobuf.ByteString getProtoDescriptors() { return protoDescriptors_; } + /** * * @@ -763,6 +781,7 @@ public Builder setProtoDescriptors(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlResponseOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlResponseOrBuilder.java index b424fb6175..7b67bc0317 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseDdlResponseOrBuilder.java @@ -37,6 +37,7 @@ public interface GetDatabaseDdlResponseOrBuilder * @return A list containing the statements. */ java.util.List getStatementsList(); + /** * * @@ -50,6 +51,7 @@ public interface GetDatabaseDdlResponseOrBuilder * @return The count of statements. */ int getStatementsCount(); + /** * * @@ -64,6 +66,7 @@ public interface GetDatabaseDdlResponseOrBuilder * @return The statements at the given index. */ java.lang.String getStatements(int index); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseRequest.java index 18844c421f..8f7d2971a8 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseRequest.java @@ -34,6 +34,7 @@ public final class GetDatabaseRequest extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.GetDatabaseRequest) GetDatabaseRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use GetDatabaseRequest.newBuilder() to construct. private GetDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -281,6 +284,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -466,6 +470,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -491,6 +496,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -516,6 +522,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -540,6 +547,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -560,6 +568,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseRequestOrBuilder.java index 55cab5fb70..c3a23738f5 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/GetDatabaseRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface GetDatabaseRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/IncrementalBackupSpec.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/IncrementalBackupSpec.java index 8deeec6cd0..b5b602c839 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/IncrementalBackupSpec.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/IncrementalBackupSpec.java @@ -38,6 +38,7 @@ public final class IncrementalBackupSpec extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.IncrementalBackupSpec) IncrementalBackupSpecOrBuilder { private static final long serialVersionUID = 0L; + // Use IncrementalBackupSpec.newBuilder() to construct. private IncrementalBackupSpec(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -217,6 +218,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsRequest.java index 67b6b44380..f295728a92 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsRequest.java @@ -34,6 +34,7 @@ public final class ListBackupOperationsRequest extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListBackupOperationsRequest) ListBackupOperationsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListBackupOperationsRequest.newBuilder() to construct. private ListBackupOperationsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -127,6 +130,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -219,6 +223,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -314,6 +319,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; + /** * * @@ -335,6 +341,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -362,6 +369,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -577,6 +585,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -809,6 +818,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -834,6 +844,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -859,6 +870,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -883,6 +895,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -903,6 +916,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -930,6 +944,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -1021,6 +1036,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -1112,6 +1128,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1202,6 +1219,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1288,6 +1306,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -1381,6 +1400,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -1397,6 +1417,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -1417,6 +1438,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -1437,6 +1459,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1463,6 +1486,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1489,6 +1513,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1514,6 +1539,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1535,6 +1561,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsRequestOrBuilder.java index f137284669..eb007245e0 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface ListBackupOperationsRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -136,6 +137,7 @@ public interface ListBackupOperationsRequestOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -248,6 +250,7 @@ public interface ListBackupOperationsRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsResponse.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsResponse.java index f1c5cc571c..e06587f178 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsResponse.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsResponse.java @@ -34,6 +34,7 @@ public final class ListBackupOperationsResponse extends com.google.protobuf.Gene // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListBackupOperationsResponse) ListBackupOperationsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListBackupOperationsResponse.newBuilder() to construct. private ListBackupOperationsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List operations_; + /** * * @@ -90,6 +92,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getOperationsList() { return operations_; } + /** * * @@ -112,6 +115,7 @@ public java.util.List getOperationsList() { getOperationsOrBuilderList() { return operations_; } + /** * * @@ -133,6 +137,7 @@ public java.util.List getOperationsList() { public int getOperationsCount() { return operations_.size(); } + /** * * @@ -154,6 +159,7 @@ public int getOperationsCount() { public com.google.longrunning.Operation getOperations(int index) { return operations_.get(index); } + /** * * @@ -180,6 +186,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -205,6 +212,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -403,6 +411,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -692,6 +701,7 @@ public java.util.List getOperationsList() { return operationsBuilder_.getMessageList(); } } + /** * * @@ -716,6 +726,7 @@ public int getOperationsCount() { return operationsBuilder_.getCount(); } } + /** * * @@ -740,6 +751,7 @@ public com.google.longrunning.Operation getOperations(int index) { return operationsBuilder_.getMessage(index); } } + /** * * @@ -770,6 +782,7 @@ public Builder setOperations(int index, com.google.longrunning.Operation value) } return this; } + /** * * @@ -798,6 +811,7 @@ public Builder setOperations( } return this; } + /** * * @@ -828,6 +842,7 @@ public Builder addOperations(com.google.longrunning.Operation value) { } return this; } + /** * * @@ -858,6 +873,7 @@ public Builder addOperations(int index, com.google.longrunning.Operation value) } return this; } + /** * * @@ -885,6 +901,7 @@ public Builder addOperations(com.google.longrunning.Operation.Builder builderFor } return this; } + /** * * @@ -913,6 +930,7 @@ public Builder addOperations( } return this; } + /** * * @@ -941,6 +959,7 @@ public Builder addAllOperations( } return this; } + /** * * @@ -968,6 +987,7 @@ public Builder clearOperations() { } return this; } + /** * * @@ -995,6 +1015,7 @@ public Builder removeOperations(int index) { } return this; } + /** * * @@ -1015,6 +1036,7 @@ public Builder removeOperations(int index) { public com.google.longrunning.Operation.Builder getOperationsBuilder(int index) { return getOperationsFieldBuilder().getBuilder(index); } + /** * * @@ -1039,6 +1061,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde return operationsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1064,6 +1087,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde return java.util.Collections.unmodifiableList(operations_); } } + /** * * @@ -1085,6 +1109,7 @@ public com.google.longrunning.Operation.Builder addOperationsBuilder() { return getOperationsFieldBuilder() .addBuilder(com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1106,6 +1131,7 @@ public com.google.longrunning.Operation.Builder addOperationsBuilder(int index) return getOperationsFieldBuilder() .addBuilder(index, com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1145,6 +1171,7 @@ public java.util.List getOperationsBui } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1169,6 +1196,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1193,6 +1221,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1216,6 +1245,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1235,6 +1265,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsResponseOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsResponseOrBuilder.java index 700a96204a..472604df86 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupOperationsResponseOrBuilder.java @@ -42,6 +42,7 @@ public interface ListBackupOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ java.util.List getOperationsList(); + /** * * @@ -60,6 +61,7 @@ public interface ListBackupOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ com.google.longrunning.Operation getOperations(int index); + /** * * @@ -78,6 +80,7 @@ public interface ListBackupOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ int getOperationsCount(); + /** * * @@ -96,6 +99,7 @@ public interface ListBackupOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ java.util.List getOperationsOrBuilderList(); + /** * * @@ -129,6 +133,7 @@ public interface ListBackupOperationsResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesRequest.java index 3521c7a355..f5735f7d0d 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesRequest.java @@ -34,6 +34,7 @@ public final class ListBackupSchedulesRequest extends com.google.protobuf.Genera // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListBackupSchedulesRequest) ListBackupSchedulesRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListBackupSchedulesRequest.newBuilder() to construct. private ListBackupSchedulesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -126,6 +129,7 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; + /** * * @@ -147,6 +151,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -174,6 +179,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -380,6 +386,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -597,6 +604,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -623,6 +631,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -649,6 +658,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -674,6 +684,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -695,6 +706,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -723,6 +735,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -739,6 +752,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -759,6 +773,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -779,6 +794,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -805,6 +821,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -831,6 +848,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -856,6 +874,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -877,6 +896,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesRequestOrBuilder.java index 90e622cb60..2774c2b2c5 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface ListBackupSchedulesRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -87,6 +88,7 @@ public interface ListBackupSchedulesRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesResponse.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesResponse.java index 0aca1f9cb0..2c05b2bcb3 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesResponse.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesResponse.java @@ -34,6 +34,7 @@ public final class ListBackupSchedulesResponse extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListBackupSchedulesResponse) ListBackupSchedulesResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListBackupSchedulesResponse.newBuilder() to construct. private ListBackupSchedulesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List backupSchedules_; + /** * * @@ -83,6 +85,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getBackupSchedulesList() { return backupSchedules_; } + /** * * @@ -97,6 +100,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getBackupSchedulesOrBuilderList() { return backupSchedules_; } + /** * * @@ -110,6 +114,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public int getBackupSchedulesCount() { return backupSchedules_.size(); } + /** * * @@ -123,6 +128,7 @@ public int getBackupSchedulesCount() { public com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedules(int index) { return backupSchedules_.get(index); } + /** * * @@ -142,6 +148,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleOrBuilder getBackupSch @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -167,6 +174,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -364,6 +372,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -649,6 +658,7 @@ private void ensureBackupSchedulesIsMutable() { return backupSchedulesBuilder_.getMessageList(); } } + /** * * @@ -665,6 +675,7 @@ public int getBackupSchedulesCount() { return backupSchedulesBuilder_.getCount(); } } + /** * * @@ -681,6 +692,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedules(in return backupSchedulesBuilder_.getMessage(index); } } + /** * * @@ -704,6 +716,7 @@ public Builder setBackupSchedules( } return this; } + /** * * @@ -724,6 +737,7 @@ public Builder setBackupSchedules( } return this; } + /** * * @@ -746,6 +760,7 @@ public Builder addBackupSchedules(com.google.spanner.admin.database.v1.BackupSch } return this; } + /** * * @@ -769,6 +784,7 @@ public Builder addBackupSchedules( } return this; } + /** * * @@ -789,6 +805,7 @@ public Builder addBackupSchedules( } return this; } + /** * * @@ -809,6 +826,7 @@ public Builder addBackupSchedules( } return this; } + /** * * @@ -829,6 +847,7 @@ public Builder addAllBackupSchedules( } return this; } + /** * * @@ -848,6 +867,7 @@ public Builder clearBackupSchedules() { } return this; } + /** * * @@ -867,6 +887,7 @@ public Builder removeBackupSchedules(int index) { } return this; } + /** * * @@ -880,6 +901,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder getBackupSche int index) { return getBackupSchedulesFieldBuilder().getBuilder(index); } + /** * * @@ -897,6 +919,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleOrBuilder getBackupSch return backupSchedulesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -914,6 +937,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleOrBuilder getBackupSch return java.util.Collections.unmodifiableList(backupSchedules_); } } + /** * * @@ -927,6 +951,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder addBackupSche return getBackupSchedulesFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.BackupSchedule.getDefaultInstance()); } + /** * * @@ -942,6 +967,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder addBackupSche .addBuilder( index, com.google.spanner.admin.database.v1.BackupSchedule.getDefaultInstance()); } + /** * * @@ -977,6 +1003,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder addBackupSche } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1001,6 +1028,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1025,6 +1053,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1048,6 +1077,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1067,6 +1097,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesResponseOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesResponseOrBuilder.java index 3ee79c3d8d..d6c8eef849 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupSchedulesResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface ListBackupSchedulesResponseOrBuilder * repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1; */ java.util.List getBackupSchedulesList(); + /** * * @@ -44,6 +45,7 @@ public interface ListBackupSchedulesResponseOrBuilder * repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1; */ com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedules(int index); + /** * * @@ -54,6 +56,7 @@ public interface ListBackupSchedulesResponseOrBuilder * repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1; */ int getBackupSchedulesCount(); + /** * * @@ -65,6 +68,7 @@ public interface ListBackupSchedulesResponseOrBuilder */ java.util.List getBackupSchedulesOrBuilderList(); + /** * * @@ -91,6 +95,7 @@ com.google.spanner.admin.database.v1.BackupScheduleOrBuilder getBackupSchedulesO * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsRequest.java index 5682720bc7..4cbea0711b 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsRequest.java @@ -34,6 +34,7 @@ public final class ListBackupsRequest extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListBackupsRequest) ListBackupsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListBackupsRequest.newBuilder() to construct. private ListBackupsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -127,6 +130,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -189,6 +193,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -254,6 +259,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; + /** * * @@ -275,6 +281,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -302,6 +309,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -517,6 +525,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -745,6 +754,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -770,6 +780,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -795,6 +806,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -819,6 +831,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -839,6 +852,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -866,6 +880,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -927,6 +942,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -988,6 +1004,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1048,6 +1065,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1104,6 +1122,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -1167,6 +1186,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -1183,6 +1203,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -1203,6 +1224,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -1223,6 +1245,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1249,6 +1272,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1275,6 +1299,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1300,6 +1325,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1321,6 +1347,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsRequestOrBuilder.java index e6a05ef6dc..fa277412fa 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface ListBackupsRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -106,6 +107,7 @@ public interface ListBackupsRequestOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -188,6 +190,7 @@ public interface ListBackupsRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsResponse.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsResponse.java index e1833331ba..2dab3799c1 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsResponse.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsResponse.java @@ -34,6 +34,7 @@ public final class ListBackupsResponse extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListBackupsResponse) ListBackupsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListBackupsResponse.newBuilder() to construct. private ListBackupsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List backups_; + /** * * @@ -83,6 +85,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getBackupsList() { return backups_; } + /** * * @@ -98,6 +101,7 @@ public java.util.List getBackupsLis getBackupsOrBuilderList() { return backups_; } + /** * * @@ -112,6 +116,7 @@ public java.util.List getBackupsLis public int getBackupsCount() { return backups_.size(); } + /** * * @@ -126,6 +131,7 @@ public int getBackupsCount() { public com.google.spanner.admin.database.v1.Backup getBackups(int index) { return backups_.get(index); } + /** * * @@ -145,6 +151,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupsOrBuilder( @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -170,6 +177,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -367,6 +375,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -645,6 +654,7 @@ public java.util.List getBackupsLis return backupsBuilder_.getMessageList(); } } + /** * * @@ -662,6 +672,7 @@ public int getBackupsCount() { return backupsBuilder_.getCount(); } } + /** * * @@ -679,6 +690,7 @@ public com.google.spanner.admin.database.v1.Backup getBackups(int index) { return backupsBuilder_.getMessage(index); } } + /** * * @@ -702,6 +714,7 @@ public Builder setBackups(int index, com.google.spanner.admin.database.v1.Backup } return this; } + /** * * @@ -723,6 +736,7 @@ public Builder setBackups( } return this; } + /** * * @@ -746,6 +760,7 @@ public Builder addBackups(com.google.spanner.admin.database.v1.Backup value) { } return this; } + /** * * @@ -769,6 +784,7 @@ public Builder addBackups(int index, com.google.spanner.admin.database.v1.Backup } return this; } + /** * * @@ -789,6 +805,7 @@ public Builder addBackups(com.google.spanner.admin.database.v1.Backup.Builder bu } return this; } + /** * * @@ -810,6 +827,7 @@ public Builder addBackups( } return this; } + /** * * @@ -831,6 +849,7 @@ public Builder addAllBackups( } return this; } + /** * * @@ -851,6 +870,7 @@ public Builder clearBackups() { } return this; } + /** * * @@ -871,6 +891,7 @@ public Builder removeBackups(int index) { } return this; } + /** * * @@ -884,6 +905,7 @@ public Builder removeBackups(int index) { public com.google.spanner.admin.database.v1.Backup.Builder getBackupsBuilder(int index) { return getBackupsFieldBuilder().getBuilder(index); } + /** * * @@ -901,6 +923,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupsOrBuilder( return backupsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -919,6 +942,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupsOrBuilder( return java.util.Collections.unmodifiableList(backups_); } } + /** * * @@ -933,6 +957,7 @@ public com.google.spanner.admin.database.v1.Backup.Builder addBackupsBuilder() { return getBackupsFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.Backup.getDefaultInstance()); } + /** * * @@ -947,6 +972,7 @@ public com.google.spanner.admin.database.v1.Backup.Builder addBackupsBuilder(int return getBackupsFieldBuilder() .addBuilder(index, com.google.spanner.admin.database.v1.Backup.getDefaultInstance()); } + /** * * @@ -980,6 +1006,7 @@ public com.google.spanner.admin.database.v1.Backup.Builder addBackupsBuilder(int } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1004,6 +1031,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1028,6 +1056,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1051,6 +1080,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1070,6 +1100,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsResponseOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsResponseOrBuilder.java index 158357ec1d..12d9082f4c 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListBackupsResponseOrBuilder.java @@ -35,6 +35,7 @@ public interface ListBackupsResponseOrBuilder * repeated .google.spanner.admin.database.v1.Backup backups = 1; */ java.util.List getBackupsList(); + /** * * @@ -46,6 +47,7 @@ public interface ListBackupsResponseOrBuilder * repeated .google.spanner.admin.database.v1.Backup backups = 1; */ com.google.spanner.admin.database.v1.Backup getBackups(int index); + /** * * @@ -57,6 +59,7 @@ public interface ListBackupsResponseOrBuilder * repeated .google.spanner.admin.database.v1.Backup backups = 1; */ int getBackupsCount(); + /** * * @@ -69,6 +72,7 @@ public interface ListBackupsResponseOrBuilder */ java.util.List getBackupsOrBuilderList(); + /** * * @@ -95,6 +99,7 @@ public interface ListBackupsResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsRequest.java index 2ba9ec41d1..42be441a41 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsRequest.java @@ -34,6 +34,7 @@ public final class ListDatabaseOperationsRequest extends com.google.protobuf.Gen // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListDatabaseOperationsRequest) ListDatabaseOperationsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListDatabaseOperationsRequest.newBuilder() to construct. private ListDatabaseOperationsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -127,6 +130,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -194,6 +198,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -264,6 +269,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; + /** * * @@ -285,6 +291,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -312,6 +319,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -528,6 +536,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -763,6 +772,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -788,6 +798,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -813,6 +824,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -837,6 +849,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -857,6 +870,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -884,6 +898,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -950,6 +965,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -1016,6 +1032,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1081,6 +1098,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1142,6 +1160,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -1210,6 +1229,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -1226,6 +1246,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -1246,6 +1267,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -1266,6 +1288,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1292,6 +1315,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1318,6 +1342,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1343,6 +1368,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1364,6 +1390,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsRequestOrBuilder.java index 4486b85cd0..2c64f640b1 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface ListDatabaseOperationsRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -111,6 +112,7 @@ public interface ListDatabaseOperationsRequestOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -198,6 +200,7 @@ public interface ListDatabaseOperationsRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsResponse.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsResponse.java index 3ee6b769a5..5dcf9817c5 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsResponse.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsResponse.java @@ -34,6 +34,7 @@ public final class ListDatabaseOperationsResponse extends com.google.protobuf.Ge // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListDatabaseOperationsResponse) ListDatabaseOperationsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListDatabaseOperationsResponse.newBuilder() to construct. private ListDatabaseOperationsResponse( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List operations_; + /** * * @@ -87,6 +89,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getOperationsList() { return operations_; } + /** * * @@ -105,6 +108,7 @@ public java.util.List getOperationsList() { getOperationsOrBuilderList() { return operations_; } + /** * * @@ -122,6 +126,7 @@ public java.util.List getOperationsList() { public int getOperationsCount() { return operations_.size(); } + /** * * @@ -139,6 +144,7 @@ public int getOperationsCount() { public com.google.longrunning.Operation getOperations(int index) { return operations_.get(index); } + /** * * @@ -161,6 +167,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -186,6 +193,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -384,6 +392,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -671,6 +680,7 @@ public java.util.List getOperationsList() { return operationsBuilder_.getMessageList(); } } + /** * * @@ -691,6 +701,7 @@ public int getOperationsCount() { return operationsBuilder_.getCount(); } } + /** * * @@ -711,6 +722,7 @@ public com.google.longrunning.Operation getOperations(int index) { return operationsBuilder_.getMessage(index); } } + /** * * @@ -737,6 +749,7 @@ public Builder setOperations(int index, com.google.longrunning.Operation value) } return this; } + /** * * @@ -761,6 +774,7 @@ public Builder setOperations( } return this; } + /** * * @@ -787,6 +801,7 @@ public Builder addOperations(com.google.longrunning.Operation value) { } return this; } + /** * * @@ -813,6 +828,7 @@ public Builder addOperations(int index, com.google.longrunning.Operation value) } return this; } + /** * * @@ -836,6 +852,7 @@ public Builder addOperations(com.google.longrunning.Operation.Builder builderFor } return this; } + /** * * @@ -860,6 +877,7 @@ public Builder addOperations( } return this; } + /** * * @@ -884,6 +902,7 @@ public Builder addAllOperations( } return this; } + /** * * @@ -907,6 +926,7 @@ public Builder clearOperations() { } return this; } + /** * * @@ -930,6 +950,7 @@ public Builder removeOperations(int index) { } return this; } + /** * * @@ -946,6 +967,7 @@ public Builder removeOperations(int index) { public com.google.longrunning.Operation.Builder getOperationsBuilder(int index) { return getOperationsFieldBuilder().getBuilder(index); } + /** * * @@ -966,6 +988,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde return operationsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -987,6 +1010,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde return java.util.Collections.unmodifiableList(operations_); } } + /** * * @@ -1004,6 +1028,7 @@ public com.google.longrunning.Operation.Builder addOperationsBuilder() { return getOperationsFieldBuilder() .addBuilder(com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1021,6 +1046,7 @@ public com.google.longrunning.Operation.Builder addOperationsBuilder(int index) return getOperationsFieldBuilder() .addBuilder(index, com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1056,6 +1082,7 @@ public java.util.List getOperationsBui } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1080,6 +1107,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1104,6 +1132,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1127,6 +1156,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1146,6 +1176,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsResponseOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsResponseOrBuilder.java index 951346cc9f..6bcde0c825 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseOperationsResponseOrBuilder.java @@ -38,6 +38,7 @@ public interface ListDatabaseOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ java.util.List getOperationsList(); + /** * * @@ -52,6 +53,7 @@ public interface ListDatabaseOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ com.google.longrunning.Operation getOperations(int index); + /** * * @@ -66,6 +68,7 @@ public interface ListDatabaseOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ int getOperationsCount(); + /** * * @@ -80,6 +83,7 @@ public interface ListDatabaseOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ java.util.List getOperationsOrBuilderList(); + /** * * @@ -109,6 +113,7 @@ public interface ListDatabaseOperationsResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesRequest.java index 3cfe83470f..1ce36f618c 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesRequest.java @@ -34,6 +34,7 @@ public final class ListDatabaseRolesRequest extends com.google.protobuf.Generate // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListDatabaseRolesRequest) ListDatabaseRolesRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListDatabaseRolesRequest.newBuilder() to construct. private ListDatabaseRolesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -126,6 +129,7 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; + /** * * @@ -147,6 +151,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -173,6 +178,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -378,6 +384,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -594,6 +601,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -620,6 +628,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -646,6 +655,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -671,6 +681,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -692,6 +703,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -720,6 +732,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -736,6 +749,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -756,6 +770,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -776,6 +791,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -801,6 +817,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -826,6 +843,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -850,6 +868,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -870,6 +889,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesRequestOrBuilder.java index 340f5e859d..15f3dd5b4a 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface ListDatabaseRolesRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -86,6 +87,7 @@ public interface ListDatabaseRolesRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesResponse.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesResponse.java index 4c740c14e8..59a600988c 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesResponse.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesResponse.java @@ -34,6 +34,7 @@ public final class ListDatabaseRolesResponse extends com.google.protobuf.Generat // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListDatabaseRolesResponse) ListDatabaseRolesResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListDatabaseRolesResponse.newBuilder() to construct. private ListDatabaseRolesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List databaseRoles_; + /** * * @@ -82,6 +84,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getDatabaseRolesList() { return databaseRoles_; } + /** * * @@ -96,6 +99,7 @@ public java.util.List getData getDatabaseRolesOrBuilderList() { return databaseRoles_; } + /** * * @@ -109,6 +113,7 @@ public java.util.List getData public int getDatabaseRolesCount() { return databaseRoles_.size(); } + /** * * @@ -122,6 +127,7 @@ public int getDatabaseRolesCount() { public com.google.spanner.admin.database.v1.DatabaseRole getDatabaseRoles(int index) { return databaseRoles_.get(index); } + /** * * @@ -141,6 +147,7 @@ public com.google.spanner.admin.database.v1.DatabaseRoleOrBuilder getDatabaseRol @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -166,6 +173,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -363,6 +371,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -647,6 +656,7 @@ private void ensureDatabaseRolesIsMutable() { return databaseRolesBuilder_.getMessageList(); } } + /** * * @@ -663,6 +673,7 @@ public int getDatabaseRolesCount() { return databaseRolesBuilder_.getCount(); } } + /** * * @@ -679,6 +690,7 @@ public com.google.spanner.admin.database.v1.DatabaseRole getDatabaseRoles(int in return databaseRolesBuilder_.getMessage(index); } } + /** * * @@ -702,6 +714,7 @@ public Builder setDatabaseRoles( } return this; } + /** * * @@ -722,6 +735,7 @@ public Builder setDatabaseRoles( } return this; } + /** * * @@ -744,6 +758,7 @@ public Builder addDatabaseRoles(com.google.spanner.admin.database.v1.DatabaseRol } return this; } + /** * * @@ -767,6 +782,7 @@ public Builder addDatabaseRoles( } return this; } + /** * * @@ -787,6 +803,7 @@ public Builder addDatabaseRoles( } return this; } + /** * * @@ -807,6 +824,7 @@ public Builder addDatabaseRoles( } return this; } + /** * * @@ -827,6 +845,7 @@ public Builder addAllDatabaseRoles( } return this; } + /** * * @@ -846,6 +865,7 @@ public Builder clearDatabaseRoles() { } return this; } + /** * * @@ -865,6 +885,7 @@ public Builder removeDatabaseRoles(int index) { } return this; } + /** * * @@ -878,6 +899,7 @@ public com.google.spanner.admin.database.v1.DatabaseRole.Builder getDatabaseRole int index) { return getDatabaseRolesFieldBuilder().getBuilder(index); } + /** * * @@ -895,6 +917,7 @@ public com.google.spanner.admin.database.v1.DatabaseRoleOrBuilder getDatabaseRol return databaseRolesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -912,6 +935,7 @@ public com.google.spanner.admin.database.v1.DatabaseRoleOrBuilder getDatabaseRol return java.util.Collections.unmodifiableList(databaseRoles_); } } + /** * * @@ -925,6 +949,7 @@ public com.google.spanner.admin.database.v1.DatabaseRole.Builder addDatabaseRole return getDatabaseRolesFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.DatabaseRole.getDefaultInstance()); } + /** * * @@ -940,6 +965,7 @@ public com.google.spanner.admin.database.v1.DatabaseRole.Builder addDatabaseRole .addBuilder( index, com.google.spanner.admin.database.v1.DatabaseRole.getDefaultInstance()); } + /** * * @@ -975,6 +1001,7 @@ public com.google.spanner.admin.database.v1.DatabaseRole.Builder addDatabaseRole } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -999,6 +1026,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1023,6 +1051,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1046,6 +1075,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1065,6 +1095,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesResponseOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesResponseOrBuilder.java index c6dd5a61c5..15bce3bab9 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabaseRolesResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface ListDatabaseRolesResponseOrBuilder * repeated .google.spanner.admin.database.v1.DatabaseRole database_roles = 1; */ java.util.List getDatabaseRolesList(); + /** * * @@ -44,6 +45,7 @@ public interface ListDatabaseRolesResponseOrBuilder * repeated .google.spanner.admin.database.v1.DatabaseRole database_roles = 1; */ com.google.spanner.admin.database.v1.DatabaseRole getDatabaseRoles(int index); + /** * * @@ -54,6 +56,7 @@ public interface ListDatabaseRolesResponseOrBuilder * repeated .google.spanner.admin.database.v1.DatabaseRole database_roles = 1; */ int getDatabaseRolesCount(); + /** * * @@ -65,6 +68,7 @@ public interface ListDatabaseRolesResponseOrBuilder */ java.util.List getDatabaseRolesOrBuilderList(); + /** * * @@ -90,6 +94,7 @@ public interface ListDatabaseRolesResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesRequest.java index b88d7ce803..e8c0d8f07d 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesRequest.java @@ -34,6 +34,7 @@ public final class ListDatabasesRequest extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListDatabasesRequest) ListDatabasesRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListDatabasesRequest.newBuilder() to construct. private ListDatabasesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -124,6 +127,7 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; + /** * * @@ -145,6 +149,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -171,6 +176,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -376,6 +382,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -589,6 +596,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -614,6 +622,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -639,6 +648,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -663,6 +673,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -683,6 +694,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -710,6 +722,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -726,6 +739,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -746,6 +760,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -766,6 +781,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -791,6 +807,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -816,6 +833,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -840,6 +858,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -860,6 +879,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesRequestOrBuilder.java index f10a8d485a..40f87c21a3 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface ListDatabasesRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -84,6 +85,7 @@ public interface ListDatabasesRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesResponse.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesResponse.java index 7c71d4b32b..ff69ca2b97 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesResponse.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesResponse.java @@ -34,6 +34,7 @@ public final class ListDatabasesResponse extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.ListDatabasesResponse) ListDatabasesResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListDatabasesResponse.newBuilder() to construct. private ListDatabasesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List databases_; + /** * * @@ -82,6 +84,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getDatabasesList() { return databases_; } + /** * * @@ -96,6 +99,7 @@ public java.util.List getDatabase getDatabasesOrBuilderList() { return databases_; } + /** * * @@ -109,6 +113,7 @@ public java.util.List getDatabase public int getDatabasesCount() { return databases_.size(); } + /** * * @@ -122,6 +127,7 @@ public int getDatabasesCount() { public com.google.spanner.admin.database.v1.Database getDatabases(int index) { return databases_.get(index); } + /** * * @@ -140,6 +146,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getDatabasesOrBuil @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -165,6 +172,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -362,6 +370,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -640,6 +649,7 @@ public java.util.List getDatabase return databasesBuilder_.getMessageList(); } } + /** * * @@ -656,6 +666,7 @@ public int getDatabasesCount() { return databasesBuilder_.getCount(); } } + /** * * @@ -672,6 +683,7 @@ public com.google.spanner.admin.database.v1.Database getDatabases(int index) { return databasesBuilder_.getMessage(index); } } + /** * * @@ -694,6 +706,7 @@ public Builder setDatabases(int index, com.google.spanner.admin.database.v1.Data } return this; } + /** * * @@ -714,6 +727,7 @@ public Builder setDatabases( } return this; } + /** * * @@ -736,6 +750,7 @@ public Builder addDatabases(com.google.spanner.admin.database.v1.Database value) } return this; } + /** * * @@ -758,6 +773,7 @@ public Builder addDatabases(int index, com.google.spanner.admin.database.v1.Data } return this; } + /** * * @@ -778,6 +794,7 @@ public Builder addDatabases( } return this; } + /** * * @@ -798,6 +815,7 @@ public Builder addDatabases( } return this; } + /** * * @@ -818,6 +836,7 @@ public Builder addAllDatabases( } return this; } + /** * * @@ -837,6 +856,7 @@ public Builder clearDatabases() { } return this; } + /** * * @@ -856,6 +876,7 @@ public Builder removeDatabases(int index) { } return this; } + /** * * @@ -868,6 +889,7 @@ public Builder removeDatabases(int index) { public com.google.spanner.admin.database.v1.Database.Builder getDatabasesBuilder(int index) { return getDatabasesFieldBuilder().getBuilder(index); } + /** * * @@ -884,6 +906,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getDatabasesOrBuil return databasesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -901,6 +924,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getDatabasesOrBuil return java.util.Collections.unmodifiableList(databases_); } } + /** * * @@ -914,6 +938,7 @@ public com.google.spanner.admin.database.v1.Database.Builder addDatabasesBuilder return getDatabasesFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.Database.getDefaultInstance()); } + /** * * @@ -927,6 +952,7 @@ public com.google.spanner.admin.database.v1.Database.Builder addDatabasesBuilder return getDatabasesFieldBuilder() .addBuilder(index, com.google.spanner.admin.database.v1.Database.getDefaultInstance()); } + /** * * @@ -959,6 +985,7 @@ public com.google.spanner.admin.database.v1.Database.Builder addDatabasesBuilder } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -983,6 +1010,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1007,6 +1035,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1030,6 +1059,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1049,6 +1079,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesResponseOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesResponseOrBuilder.java index b287b1c43e..ecfaad3535 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/ListDatabasesResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface ListDatabasesResponseOrBuilder * repeated .google.spanner.admin.database.v1.Database databases = 1; */ java.util.List getDatabasesList(); + /** * * @@ -44,6 +45,7 @@ public interface ListDatabasesResponseOrBuilder * repeated .google.spanner.admin.database.v1.Database databases = 1; */ com.google.spanner.admin.database.v1.Database getDatabases(int index); + /** * * @@ -54,6 +56,7 @@ public interface ListDatabasesResponseOrBuilder * repeated .google.spanner.admin.database.v1.Database databases = 1; */ int getDatabasesCount(); + /** * * @@ -65,6 +68,7 @@ public interface ListDatabasesResponseOrBuilder */ java.util.List getDatabasesOrBuilderList(); + /** * * @@ -90,6 +94,7 @@ public interface ListDatabasesResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OperationProgress.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OperationProgress.java index ab0cc44ed2..79cc34ce04 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OperationProgress.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OperationProgress.java @@ -34,6 +34,7 @@ public final class OperationProgress extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.OperationProgress) OperationProgressOrBuilder { private static final long serialVersionUID = 0L; + // Use OperationProgress.newBuilder() to construct. private OperationProgress(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int PROGRESS_PERCENT_FIELD_NUMBER = 1; private int progressPercent_ = 0; + /** * * @@ -84,6 +86,7 @@ public int getProgressPercent() { public static final int START_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp startTime_; + /** * * @@ -99,6 +102,7 @@ public int getProgressPercent() { public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -114,6 +118,7 @@ public boolean hasStartTime() { public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } + /** * * @@ -130,6 +135,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp endTime_; + /** * * @@ -146,6 +152,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -162,6 +169,7 @@ public boolean hasEndTime() { public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } + /** * * @@ -365,6 +373,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -596,6 +605,7 @@ public Builder mergeFrom( private int bitField0_; private int progressPercent_; + /** * * @@ -612,6 +622,7 @@ public Builder mergeFrom( public int getProgressPercent() { return progressPercent_; } + /** * * @@ -632,6 +643,7 @@ public Builder setProgressPercent(int value) { onChanged(); return this; } + /** * * @@ -657,6 +669,7 @@ public Builder clearProgressPercent() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** * * @@ -671,6 +684,7 @@ public Builder clearProgressPercent() { public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -689,6 +703,7 @@ public com.google.protobuf.Timestamp getStartTime() { return startTimeBuilder_.getMessage(); } } + /** * * @@ -711,6 +726,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -730,6 +746,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu onChanged(); return this; } + /** * * @@ -757,6 +774,7 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -776,6 +794,7 @@ public Builder clearStartTime() { onChanged(); return this; } + /** * * @@ -790,6 +809,7 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { onChanged(); return getStartTimeFieldBuilder().getBuilder(); } + /** * * @@ -806,6 +826,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } + /** * * @@ -838,6 +859,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** * * @@ -853,6 +875,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -872,6 +895,7 @@ public com.google.protobuf.Timestamp getEndTime() { return endTimeBuilder_.getMessage(); } } + /** * * @@ -895,6 +919,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -915,6 +940,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) onChanged(); return this; } + /** * * @@ -943,6 +969,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -963,6 +990,7 @@ public Builder clearEndTime() { onChanged(); return this; } + /** * * @@ -978,6 +1006,7 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { onChanged(); return getEndTimeFieldBuilder().getBuilder(); } + /** * * @@ -995,6 +1024,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OperationProgressOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OperationProgressOrBuilder.java index 3714cf3730..7a150b98e9 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OperationProgressOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OperationProgressOrBuilder.java @@ -50,6 +50,7 @@ public interface OperationProgressOrBuilder * @return Whether the startTime field is set. */ boolean hasStartTime(); + /** * * @@ -62,6 +63,7 @@ public interface OperationProgressOrBuilder * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); + /** * * @@ -86,6 +88,7 @@ public interface OperationProgressOrBuilder * @return Whether the endTime field is set. */ boolean hasEndTime(); + /** * * @@ -99,6 +102,7 @@ public interface OperationProgressOrBuilder * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OptimizeRestoredDatabaseMetadata.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OptimizeRestoredDatabaseMetadata.java index 5b099ac440..d7538b9c07 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OptimizeRestoredDatabaseMetadata.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OptimizeRestoredDatabaseMetadata.java @@ -36,6 +36,7 @@ public final class OptimizeRestoredDatabaseMetadata extends com.google.protobuf. // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata) OptimizeRestoredDatabaseMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use OptimizeRestoredDatabaseMetadata.newBuilder() to construct. private OptimizeRestoredDatabaseMetadata( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -72,6 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -121,6 +124,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int PROGRESS_FIELD_NUMBER = 2; private com.google.spanner.admin.database.v1.OperationProgress progress_; + /** * * @@ -136,6 +140,7 @@ public com.google.protobuf.ByteString getNameBytes() { public boolean hasProgress() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -153,6 +158,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { ? com.google.spanner.admin.database.v1.OperationProgress.getDefaultInstance() : progress_; } + /** * * @@ -344,6 +350,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -567,6 +574,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -589,6 +597,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -611,6 +620,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -632,6 +642,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -649,6 +660,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -678,6 +690,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.OperationProgress.Builder, com.google.spanner.admin.database.v1.OperationProgressOrBuilder> progressBuilder_; + /** * * @@ -692,6 +705,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public boolean hasProgress() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -712,6 +726,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { return progressBuilder_.getMessage(); } } + /** * * @@ -734,6 +749,7 @@ public Builder setProgress(com.google.spanner.admin.database.v1.OperationProgres onChanged(); return this; } + /** * * @@ -754,6 +770,7 @@ public Builder setProgress( onChanged(); return this; } + /** * * @@ -782,6 +799,7 @@ public Builder mergeProgress(com.google.spanner.admin.database.v1.OperationProgr } return this; } + /** * * @@ -801,6 +819,7 @@ public Builder clearProgress() { onChanged(); return this; } + /** * * @@ -815,6 +834,7 @@ public com.google.spanner.admin.database.v1.OperationProgress.Builder getProgres onChanged(); return getProgressFieldBuilder().getBuilder(); } + /** * * @@ -833,6 +853,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre : progress_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OptimizeRestoredDatabaseMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OptimizeRestoredDatabaseMetadataOrBuilder.java index 227a64b111..5e238c42f0 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OptimizeRestoredDatabaseMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/OptimizeRestoredDatabaseMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface OptimizeRestoredDatabaseMetadataOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -61,6 +62,7 @@ public interface OptimizeRestoredDatabaseMetadataOrBuilder * @return Whether the progress field is set. */ boolean hasProgress(); + /** * * @@ -73,6 +75,7 @@ public interface OptimizeRestoredDatabaseMetadataOrBuilder * @return The progress. */ com.google.spanner.admin.database.v1.OperationProgress getProgress(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseEncryptionConfig.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseEncryptionConfig.java index 32bdcae35a..42b5c9cbb2 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseEncryptionConfig.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseEncryptionConfig.java @@ -33,6 +33,7 @@ public final class RestoreDatabaseEncryptionConfig extends com.google.protobuf.G // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig) RestoreDatabaseEncryptionConfigOrBuilder { private static final long serialVersionUID = 0L; + // Use RestoreDatabaseEncryptionConfig.newBuilder() to construct. private RestoreDatabaseEncryptionConfig( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -133,6 +134,7 @@ public enum EncryptionType implements com.google.protobuf.ProtocolMessageEnum { * ENCRYPTION_TYPE_UNSPECIFIED = 0; */ public static final int ENCRYPTION_TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -145,6 +147,7 @@ public enum EncryptionType implements com.google.protobuf.ProtocolMessageEnum { * USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION = 1; */ public static final int USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION_VALUE = 1; + /** * * @@ -155,6 +158,7 @@ public enum EncryptionType implements com.google.protobuf.ProtocolMessageEnum { * GOOGLE_DEFAULT_ENCRYPTION = 2; */ public static final int GOOGLE_DEFAULT_ENCRYPTION_VALUE = 2; + /** * * @@ -256,6 +260,7 @@ private EncryptionType(int value) { public static final int ENCRYPTION_TYPE_FIELD_NUMBER = 1; private int encryptionType_ = 0; + /** * * @@ -273,6 +278,7 @@ private EncryptionType(int value) { public int getEncryptionTypeValue() { return encryptionType_; } + /** * * @@ -302,6 +308,7 @@ public int getEncryptionTypeValue() { @SuppressWarnings("serial") private volatile java.lang.Object kmsKeyName_ = ""; + /** * * @@ -331,6 +338,7 @@ public java.lang.String getKmsKeyName() { return s; } } + /** * * @@ -366,6 +374,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList kmsKeyNames_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -396,6 +405,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { return kmsKeyNames_; } + /** * * @@ -426,6 +436,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { public int getKmsKeyNamesCount() { return kmsKeyNames_.size(); } + /** * * @@ -457,6 +468,7 @@ public int getKmsKeyNamesCount() { public java.lang.String getKmsKeyNames(int index) { return kmsKeyNames_.get(index); } + /** * * @@ -681,6 +693,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -907,6 +920,7 @@ public Builder mergeFrom( private int bitField0_; private int encryptionType_ = 0; + /** * * @@ -924,6 +938,7 @@ public Builder mergeFrom( public int getEncryptionTypeValue() { return encryptionType_; } + /** * * @@ -944,6 +959,7 @@ public Builder setEncryptionTypeValue(int value) { onChanged(); return this; } + /** * * @@ -968,6 +984,7 @@ public Builder setEncryptionTypeValue(int value) { .UNRECOGNIZED : result; } + /** * * @@ -992,6 +1009,7 @@ public Builder setEncryptionType( onChanged(); return this; } + /** * * @@ -1013,6 +1031,7 @@ public Builder clearEncryptionType() { } private java.lang.Object kmsKeyName_ = ""; + /** * * @@ -1041,6 +1060,7 @@ public java.lang.String getKmsKeyName() { return (java.lang.String) ref; } } + /** * * @@ -1069,6 +1089,7 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1096,6 +1117,7 @@ public Builder setKmsKeyName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1119,6 +1141,7 @@ public Builder clearKmsKeyName() { onChanged(); return this; } + /** * * @@ -1157,6 +1180,7 @@ private void ensureKmsKeyNamesIsMutable() { } bitField0_ |= 0x00000004; } + /** * * @@ -1188,6 +1212,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { kmsKeyNames_.makeImmutable(); return kmsKeyNames_; } + /** * * @@ -1218,6 +1243,7 @@ public com.google.protobuf.ProtocolStringList getKmsKeyNamesList() { public int getKmsKeyNamesCount() { return kmsKeyNames_.size(); } + /** * * @@ -1249,6 +1275,7 @@ public int getKmsKeyNamesCount() { public java.lang.String getKmsKeyNames(int index) { return kmsKeyNames_.get(index); } + /** * * @@ -1280,6 +1307,7 @@ public java.lang.String getKmsKeyNames(int index) { public com.google.protobuf.ByteString getKmsKeyNamesBytes(int index) { return kmsKeyNames_.getByteString(index); } + /** * * @@ -1319,6 +1347,7 @@ public Builder setKmsKeyNames(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1357,6 +1386,7 @@ public Builder addKmsKeyNames(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1392,6 +1422,7 @@ public Builder addAllKmsKeyNames(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1426,6 +1457,7 @@ public Builder clearKmsKeyNames() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseEncryptionConfigOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseEncryptionConfigOrBuilder.java index b4339ec94c..c0c038fd57 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseEncryptionConfigOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseEncryptionConfigOrBuilder.java @@ -38,6 +38,7 @@ public interface RestoreDatabaseEncryptionConfigOrBuilder * @return The enum numeric value on the wire for encryptionType. */ int getEncryptionTypeValue(); + /** * * @@ -72,6 +73,7 @@ public interface RestoreDatabaseEncryptionConfigOrBuilder * @return The kmsKeyName. */ java.lang.String getKmsKeyName(); + /** * * @@ -119,6 +121,7 @@ public interface RestoreDatabaseEncryptionConfigOrBuilder * @return A list containing the kmsKeyNames. */ java.util.List getKmsKeyNamesList(); + /** * * @@ -147,6 +150,7 @@ public interface RestoreDatabaseEncryptionConfigOrBuilder * @return The count of kmsKeyNames. */ int getKmsKeyNamesCount(); + /** * * @@ -176,6 +180,7 @@ public interface RestoreDatabaseEncryptionConfigOrBuilder * @return The kmsKeyNames at the given index. */ java.lang.String getKmsKeyNames(int index); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseMetadata.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseMetadata.java index e634480e7d..7ed658910a 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseMetadata.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseMetadata.java @@ -34,6 +34,7 @@ public final class RestoreDatabaseMetadata extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.RestoreDatabaseMetadata) RestoreDatabaseMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use RestoreDatabaseMetadata.newBuilder() to construct. private RestoreDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -83,6 +84,7 @@ public enum SourceInfoCase private SourceInfoCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -117,6 +119,7 @@ public SourceInfoCase getSourceInfoCase() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -140,6 +143,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -166,6 +170,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int SOURCE_TYPE_FIELD_NUMBER = 2; private int sourceType_ = 0; + /** * * @@ -181,6 +186,7 @@ public com.google.protobuf.ByteString getNameBytes() { public int getSourceTypeValue() { return sourceType_; } + /** * * @@ -202,6 +208,7 @@ public com.google.spanner.admin.database.v1.RestoreSourceType getSourceType() { } public static final int BACKUP_INFO_FIELD_NUMBER = 3; + /** * * @@ -217,6 +224,7 @@ public com.google.spanner.admin.database.v1.RestoreSourceType getSourceType() { public boolean hasBackupInfo() { return sourceInfoCase_ == 3; } + /** * * @@ -235,6 +243,7 @@ public com.google.spanner.admin.database.v1.BackupInfo getBackupInfo() { } return com.google.spanner.admin.database.v1.BackupInfo.getDefaultInstance(); } + /** * * @@ -254,6 +263,7 @@ public com.google.spanner.admin.database.v1.BackupInfoOrBuilder getBackupInfoOrB public static final int PROGRESS_FIELD_NUMBER = 4; private com.google.spanner.admin.database.v1.OperationProgress progress_; + /** * * @@ -271,6 +281,7 @@ public com.google.spanner.admin.database.v1.BackupInfoOrBuilder getBackupInfoOrB public boolean hasProgress() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -290,6 +301,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { ? com.google.spanner.admin.database.v1.OperationProgress.getDefaultInstance() : progress_; } + /** * * @@ -310,6 +322,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public static final int CANCEL_TIME_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -336,6 +349,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -362,6 +376,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -391,6 +406,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { @SuppressWarnings("serial") private volatile java.lang.Object optimizeDatabaseOperationName_ = ""; + /** * * @@ -424,6 +440,7 @@ public java.lang.String getOptimizeDatabaseOperationName() { return s; } } + /** * * @@ -693,6 +710,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1003,6 +1021,7 @@ public Builder clearSourceInfo() { private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -1025,6 +1044,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -1047,6 +1067,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1068,6 +1089,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1085,6 +1107,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -1109,6 +1132,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private int sourceType_ = 0; + /** * * @@ -1124,6 +1148,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public int getSourceTypeValue() { return sourceType_; } + /** * * @@ -1142,6 +1167,7 @@ public Builder setSourceTypeValue(int value) { onChanged(); return this; } + /** * * @@ -1161,6 +1187,7 @@ public com.google.spanner.admin.database.v1.RestoreSourceType getSourceType() { ? com.google.spanner.admin.database.v1.RestoreSourceType.UNRECOGNIZED : result; } + /** * * @@ -1182,6 +1209,7 @@ public Builder setSourceType(com.google.spanner.admin.database.v1.RestoreSourceT onChanged(); return this; } + /** * * @@ -1205,6 +1233,7 @@ public Builder clearSourceType() { com.google.spanner.admin.database.v1.BackupInfo.Builder, com.google.spanner.admin.database.v1.BackupInfoOrBuilder> backupInfoBuilder_; + /** * * @@ -1220,6 +1249,7 @@ public Builder clearSourceType() { public boolean hasBackupInfo() { return sourceInfoCase_ == 3; } + /** * * @@ -1245,6 +1275,7 @@ public com.google.spanner.admin.database.v1.BackupInfo getBackupInfo() { return com.google.spanner.admin.database.v1.BackupInfo.getDefaultInstance(); } } + /** * * @@ -1267,6 +1298,7 @@ public Builder setBackupInfo(com.google.spanner.admin.database.v1.BackupInfo val sourceInfoCase_ = 3; return this; } + /** * * @@ -1287,6 +1319,7 @@ public Builder setBackupInfo( sourceInfoCase_ = 3; return this; } + /** * * @@ -1320,6 +1353,7 @@ public Builder mergeBackupInfo(com.google.spanner.admin.database.v1.BackupInfo v sourceInfoCase_ = 3; return this; } + /** * * @@ -1345,6 +1379,7 @@ public Builder clearBackupInfo() { } return this; } + /** * * @@ -1357,6 +1392,7 @@ public Builder clearBackupInfo() { public com.google.spanner.admin.database.v1.BackupInfo.Builder getBackupInfoBuilder() { return getBackupInfoFieldBuilder().getBuilder(); } + /** * * @@ -1377,6 +1413,7 @@ public com.google.spanner.admin.database.v1.BackupInfoOrBuilder getBackupInfoOrB return com.google.spanner.admin.database.v1.BackupInfo.getDefaultInstance(); } } + /** * * @@ -1416,6 +1453,7 @@ public com.google.spanner.admin.database.v1.BackupInfoOrBuilder getBackupInfoOrB com.google.spanner.admin.database.v1.OperationProgress.Builder, com.google.spanner.admin.database.v1.OperationProgressOrBuilder> progressBuilder_; + /** * * @@ -1432,6 +1470,7 @@ public com.google.spanner.admin.database.v1.BackupInfoOrBuilder getBackupInfoOrB public boolean hasProgress() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1454,6 +1493,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { return progressBuilder_.getMessage(); } } + /** * * @@ -1478,6 +1518,7 @@ public Builder setProgress(com.google.spanner.admin.database.v1.OperationProgres onChanged(); return this; } + /** * * @@ -1500,6 +1541,7 @@ public Builder setProgress( onChanged(); return this; } + /** * * @@ -1530,6 +1572,7 @@ public Builder mergeProgress(com.google.spanner.admin.database.v1.OperationProgr } return this; } + /** * * @@ -1551,6 +1594,7 @@ public Builder clearProgress() { onChanged(); return this; } + /** * * @@ -1567,6 +1611,7 @@ public com.google.spanner.admin.database.v1.OperationProgress.Builder getProgres onChanged(); return getProgressFieldBuilder().getBuilder(); } + /** * * @@ -1587,6 +1632,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre : progress_; } } + /** * * @@ -1621,6 +1667,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1646,6 +1693,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1677,6 +1725,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1710,6 +1759,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1740,6 +1790,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1778,6 +1829,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1808,6 +1860,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1833,6 +1886,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1862,6 +1916,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * @@ -1900,6 +1955,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { } private java.lang.Object optimizeDatabaseOperationName_ = ""; + /** * * @@ -1932,6 +1988,7 @@ public java.lang.String getOptimizeDatabaseOperationName() { return (java.lang.String) ref; } } + /** * * @@ -1964,6 +2021,7 @@ public com.google.protobuf.ByteString getOptimizeDatabaseOperationNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1995,6 +2053,7 @@ public Builder setOptimizeDatabaseOperationName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2022,6 +2081,7 @@ public Builder clearOptimizeDatabaseOperationName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseMetadataOrBuilder.java index 4f53db6c45..1b9eeac16c 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface RestoreDatabaseMetadataOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -61,6 +62,7 @@ public interface RestoreDatabaseMetadataOrBuilder * @return The enum numeric value on the wire for sourceType. */ int getSourceTypeValue(); + /** * * @@ -86,6 +88,7 @@ public interface RestoreDatabaseMetadataOrBuilder * @return Whether the backupInfo field is set. */ boolean hasBackupInfo(); + /** * * @@ -98,6 +101,7 @@ public interface RestoreDatabaseMetadataOrBuilder * @return The backupInfo. */ com.google.spanner.admin.database.v1.BackupInfo getBackupInfo(); + /** * * @@ -123,6 +127,7 @@ public interface RestoreDatabaseMetadataOrBuilder * @return Whether the progress field is set. */ boolean hasProgress(); + /** * * @@ -137,6 +142,7 @@ public interface RestoreDatabaseMetadataOrBuilder * @return The progress. */ com.google.spanner.admin.database.v1.OperationProgress getProgress(); + /** * * @@ -173,6 +179,7 @@ public interface RestoreDatabaseMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -196,6 +203,7 @@ public interface RestoreDatabaseMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * @@ -240,6 +248,7 @@ public interface RestoreDatabaseMetadataOrBuilder * @return The optimizeDatabaseOperationName. */ java.lang.String getOptimizeDatabaseOperationName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseRequest.java index 950db035c1..2f553de96e 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseRequest.java @@ -34,6 +34,7 @@ public final class RestoreDatabaseRequest extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.RestoreDatabaseRequest) RestoreDatabaseRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use RestoreDatabaseRequest.newBuilder() to construct. private RestoreDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -82,6 +83,7 @@ public enum SourceCase private SourceCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -116,6 +118,7 @@ public SourceCase getSourceCase() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -145,6 +148,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -179,6 +183,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; + /** * * @@ -205,6 +210,7 @@ public java.lang.String getDatabaseId() { return s; } } + /** * * @@ -233,6 +239,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { } public static final int BACKUP_FIELD_NUMBER = 3; + /** * * @@ -248,6 +255,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { public boolean hasBackup() { return sourceCase_ == 3; } + /** * * @@ -276,6 +284,7 @@ public java.lang.String getBackup() { return s; } } + /** * * @@ -307,6 +316,7 @@ public com.google.protobuf.ByteString getBackupBytes() { public static final int ENCRYPTION_CONFIG_FIELD_NUMBER = 4; private com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig encryptionConfig_; + /** * * @@ -329,6 +339,7 @@ public com.google.protobuf.ByteString getBackupBytes() { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -354,6 +365,7 @@ public boolean hasEncryptionConfig() { ? com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.getDefaultInstance() : encryptionConfig_; } + /** * * @@ -583,6 +595,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -857,6 +870,7 @@ public Builder clearSource() { private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -885,6 +899,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -913,6 +928,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -940,6 +956,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -963,6 +980,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -993,6 +1011,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object databaseId_ = ""; + /** * * @@ -1018,6 +1037,7 @@ public java.lang.String getDatabaseId() { return (java.lang.String) ref; } } + /** * * @@ -1043,6 +1063,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1067,6 +1088,7 @@ public Builder setDatabaseId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1087,6 +1109,7 @@ public Builder clearDatabaseId() { onChanged(); return this; } + /** * * @@ -1129,6 +1152,7 @@ public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { public boolean hasBackup() { return sourceCase_ == 3; } + /** * * @@ -1158,6 +1182,7 @@ public java.lang.String getBackup() { return (java.lang.String) ref; } } + /** * * @@ -1187,6 +1212,7 @@ public com.google.protobuf.ByteString getBackupBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1209,6 +1235,7 @@ public Builder setBackup(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1229,6 +1256,7 @@ public Builder clearBackup() { } return this; } + /** * * @@ -1259,6 +1287,7 @@ public Builder setBackupBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.Builder, com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfigOrBuilder> encryptionConfigBuilder_; + /** * * @@ -1280,6 +1309,7 @@ public Builder setBackupBytes(com.google.protobuf.ByteString value) { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1309,6 +1339,7 @@ public boolean hasEncryptionConfig() { return encryptionConfigBuilder_.getMessage(); } } + /** * * @@ -1339,6 +1370,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1367,6 +1399,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1404,6 +1437,7 @@ public Builder mergeEncryptionConfig( } return this; } + /** * * @@ -1430,6 +1464,7 @@ public Builder clearEncryptionConfig() { onChanged(); return this; } + /** * * @@ -1452,6 +1487,7 @@ public Builder clearEncryptionConfig() { onChanged(); return getEncryptionConfigFieldBuilder().getBuilder(); } + /** * * @@ -1479,6 +1515,7 @@ public Builder clearEncryptionConfig() { : encryptionConfig_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseRequestOrBuilder.java index 08642e228a..bca3482e10 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreDatabaseRequestOrBuilder.java @@ -42,6 +42,7 @@ public interface RestoreDatabaseRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -76,6 +77,7 @@ public interface RestoreDatabaseRequestOrBuilder * @return The databaseId. */ java.lang.String getDatabaseId(); + /** * * @@ -105,6 +107,7 @@ public interface RestoreDatabaseRequestOrBuilder * @return Whether the backup field is set. */ boolean hasBackup(); + /** * * @@ -118,6 +121,7 @@ public interface RestoreDatabaseRequestOrBuilder * @return The backup. */ java.lang.String getBackup(); + /** * * @@ -151,6 +155,7 @@ public interface RestoreDatabaseRequestOrBuilder * @return Whether the encryptionConfig field is set. */ boolean hasEncryptionConfig(); + /** * * @@ -170,6 +175,7 @@ public interface RestoreDatabaseRequestOrBuilder * @return The encryptionConfig. */ com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig getEncryptionConfig(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreInfo.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreInfo.java index 3d5c0a0dd2..fc31075bd6 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreInfo.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreInfo.java @@ -33,6 +33,7 @@ public final class RestoreInfo extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.RestoreInfo) RestoreInfoOrBuilder { private static final long serialVersionUID = 0L; + // Use RestoreInfo.newBuilder() to construct. private RestoreInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -79,6 +80,7 @@ public enum SourceInfoCase private SourceInfoCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -111,6 +113,7 @@ public SourceInfoCase getSourceInfoCase() { public static final int SOURCE_TYPE_FIELD_NUMBER = 1; private int sourceType_ = 0; + /** * * @@ -126,6 +129,7 @@ public SourceInfoCase getSourceInfoCase() { public int getSourceTypeValue() { return sourceType_; } + /** * * @@ -147,6 +151,7 @@ public com.google.spanner.admin.database.v1.RestoreSourceType getSourceType() { } public static final int BACKUP_INFO_FIELD_NUMBER = 2; + /** * * @@ -163,6 +168,7 @@ public com.google.spanner.admin.database.v1.RestoreSourceType getSourceType() { public boolean hasBackupInfo() { return sourceInfoCase_ == 2; } + /** * * @@ -182,6 +188,7 @@ public com.google.spanner.admin.database.v1.BackupInfo getBackupInfo() { } return com.google.spanner.admin.database.v1.BackupInfo.getDefaultInstance(); } + /** * * @@ -385,6 +392,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -612,6 +620,7 @@ public Builder clearSourceInfo() { private int bitField0_; private int sourceType_ = 0; + /** * * @@ -627,6 +636,7 @@ public Builder clearSourceInfo() { public int getSourceTypeValue() { return sourceType_; } + /** * * @@ -645,6 +655,7 @@ public Builder setSourceTypeValue(int value) { onChanged(); return this; } + /** * * @@ -664,6 +675,7 @@ public com.google.spanner.admin.database.v1.RestoreSourceType getSourceType() { ? com.google.spanner.admin.database.v1.RestoreSourceType.UNRECOGNIZED : result; } + /** * * @@ -685,6 +697,7 @@ public Builder setSourceType(com.google.spanner.admin.database.v1.RestoreSourceT onChanged(); return this; } + /** * * @@ -708,6 +721,7 @@ public Builder clearSourceType() { com.google.spanner.admin.database.v1.BackupInfo.Builder, com.google.spanner.admin.database.v1.BackupInfoOrBuilder> backupInfoBuilder_; + /** * * @@ -724,6 +738,7 @@ public Builder clearSourceType() { public boolean hasBackupInfo() { return sourceInfoCase_ == 2; } + /** * * @@ -750,6 +765,7 @@ public com.google.spanner.admin.database.v1.BackupInfo getBackupInfo() { return com.google.spanner.admin.database.v1.BackupInfo.getDefaultInstance(); } } + /** * * @@ -773,6 +789,7 @@ public Builder setBackupInfo(com.google.spanner.admin.database.v1.BackupInfo val sourceInfoCase_ = 2; return this; } + /** * * @@ -794,6 +811,7 @@ public Builder setBackupInfo( sourceInfoCase_ = 2; return this; } + /** * * @@ -828,6 +846,7 @@ public Builder mergeBackupInfo(com.google.spanner.admin.database.v1.BackupInfo v sourceInfoCase_ = 2; return this; } + /** * * @@ -854,6 +873,7 @@ public Builder clearBackupInfo() { } return this; } + /** * * @@ -867,6 +887,7 @@ public Builder clearBackupInfo() { public com.google.spanner.admin.database.v1.BackupInfo.Builder getBackupInfoBuilder() { return getBackupInfoFieldBuilder().getBuilder(); } + /** * * @@ -888,6 +909,7 @@ public com.google.spanner.admin.database.v1.BackupInfoOrBuilder getBackupInfoOrB return com.google.spanner.admin.database.v1.BackupInfo.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreInfoOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreInfoOrBuilder.java index c9a46c88ea..92d4769d3d 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreInfoOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreInfoOrBuilder.java @@ -36,6 +36,7 @@ public interface RestoreInfoOrBuilder * @return The enum numeric value on the wire for sourceType. */ int getSourceTypeValue(); + /** * * @@ -62,6 +63,7 @@ public interface RestoreInfoOrBuilder * @return Whether the backupInfo field is set. */ boolean hasBackupInfo(); + /** * * @@ -75,6 +77,7 @@ public interface RestoreInfoOrBuilder * @return The backupInfo. */ com.google.spanner.admin.database.v1.BackupInfo getBackupInfo(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreSourceType.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreSourceType.java index 7fd87b1694..64c3e3d116 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreSourceType.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/RestoreSourceType.java @@ -62,6 +62,7 @@ public enum RestoreSourceType implements com.google.protobuf.ProtocolMessageEnum * TYPE_UNSPECIFIED = 0; */ public static final int TYPE_UNSPECIFIED_VALUE = 0; + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SpannerDatabaseAdminProto.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SpannerDatabaseAdminProto.java index 7b9974f3e7..2e69263326 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SpannerDatabaseAdminProto.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SpannerDatabaseAdminProto.java @@ -149,331 +149,325 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { java.lang.String[] descriptorData = { - "\n=google/spanner/admin/database/v1/spann" - + "er_database_admin.proto\022 google.spanner." + "\n" + + "=google/spanner/admin/database/v1/spanner_database_admin.proto\022 google.spanner." + "admin.database.v1\032\034google/api/annotation" + "s.proto\032\027google/api/client.proto\032\037google" + "/api/field_behavior.proto\032\031google/api/re" + "source.proto\032\036google/iam/v1/iam_policy.p" + "roto\032\032google/iam/v1/policy.proto\032#google" - + "/longrunning/operations.proto\032\033google/pr" - + "otobuf/empty.proto\032 google/protobuf/fiel" - + "d_mask.proto\032\034google/protobuf/struct.pro" + + "/longrunning/operations.proto\032\033google/protobuf/empty.proto\032" + + " google/protobuf/field_mask.proto\032\034google/protobuf/struct.pro" + "to\032\037google/protobuf/timestamp.proto\032-goo" - + "gle/spanner/admin/database/v1/backup.pro" - + "to\0326google/spanner/admin/database/v1/bac" - + "kup_schedule.proto\032-google/spanner/admin" - + "/database/v1/common.proto\"\253\001\n\013RestoreInf" - + "o\022H\n\013source_type\030\001 \001(\01623.google.spanner." - + "admin.database.v1.RestoreSourceType\022C\n\013b" - + "ackup_info\030\002 \001(\0132,.google.spanner.admin." - + "database.v1.BackupInfoH\000B\r\n\013source_info\"" - + "\312\006\n\010Database\022\021\n\004name\030\001 \001(\tB\003\340A\002\022D\n\005state" - + "\030\002 \001(\01620.google.spanner.admin.database.v" - + "1.Database.StateB\003\340A\003\0224\n\013create_time\030\003 \001" - + "(\0132\032.google.protobuf.TimestampB\003\340A\003\022H\n\014r" - + "estore_info\030\004 \001(\0132-.google.spanner.admin" - + ".database.v1.RestoreInfoB\003\340A\003\022R\n\021encrypt" - + "ion_config\030\005 \001(\01322.google.spanner.admin." - + "database.v1.EncryptionConfigB\003\340A\003\022N\n\017enc" - + "ryption_info\030\010 \003(\01320.google.spanner.admi" - + "n.database.v1.EncryptionInfoB\003\340A\003\022%\n\030ver" - + "sion_retention_period\030\006 \001(\tB\003\340A\003\022>\n\025earl" - + "iest_version_time\030\007 \001(\0132\032.google.protobu" - + "f.TimestampB\003\340A\003\022\033\n\016default_leader\030\t \001(\t" - + "B\003\340A\003\022P\n\020database_dialect\030\n \001(\01621.google" - + ".spanner.admin.database.v1.DatabaseDiale" - + "ctB\003\340A\003\022\036\n\026enable_drop_protection\030\013 \001(\010\022" - + "\030\n\013reconciling\030\014 \001(\010B\003\340A\003\"M\n\005State\022\025\n\021ST" - + "ATE_UNSPECIFIED\020\000\022\014\n\010CREATING\020\001\022\t\n\005READY" - + "\020\002\022\024\n\020READY_OPTIMIZING\020\003:b\352A_\n\037spanner.g" - + "oogleapis.com/Database\022\n" + + "\025earliest_version_time\030\007" + + " \001(\0132\032.google.protobuf.TimestampB\003\340A\003\022\033\n" + + "\016default_leader\030\t \001(\tB\003\340A\003\022P\n" + + "\020database_dialect\030\n" + + " \001(\01621.google.spanner.admin.database.v1.DatabaseDialectB\003\340A\003\022\036\n" + + "\026enable_drop_protection\030\013 \001(\010\022\030\n" + + "\013reconciling\030\014 \001(\010B\003\340A\003\"M\n" + + "\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\014\n" + + "\010CREATING\020\001\022\t\n" + + "\005READY\020\002\022\024\n" + + "\020READY_OPTIMIZING\020\003:b\352A_\n" + + "\037spanner.googleapis.com/Database\022\332A\006pare" - + "nt\202\323\344\223\002/\022-/v1/{parent=projects/*/instanc" - + "es/*}/databases\022\244\002\n\016CreateDatabase\0227.goo" - + "gle.spanner.admin.database.v1.CreateData" - + "baseRequest\032\035.google.longrunning.Operati" - + "on\"\271\001\312Ad\n)google.spanner.admin.database." - + "v1.Database\0227google.spanner.admin.databa" + + "nt\202\323\344\223\002/\022-/v1/{parent=projects/*/instances/*}/databases\022\244\002\n" + + "\016CreateDatabase\0227.google.spanner.admin.database.v1.CreateData" + + "baseRequest\032\035.google.longrunning.Operation\"\271\001\312Ad\n" + + ")google.spanner.admin.database.v1.Database\0227google.spanner.admin.databa" + "se.v1.CreateDatabaseMetadata\332A\027parent,cr" - + "eate_statement\202\323\344\223\0022\"-/v1/{parent=projec" - + "ts/*/instances/*}/databases:\001*\022\255\001\n\013GetDa" - + "tabase\0224.google.spanner.admin.database.v" + + "eate_statement\202\323\344\223\0022\"-/v1/{parent=projects/*/instances/*}/databases:\001*\022\255\001\n" + + "\013GetDatabase\0224.google.spanner.admin.database.v" + "1.GetDatabaseRequest\032*.google.spanner.ad" + "min.database.v1.Database\"<\332A\004name\202\323\344\223\002/\022" - + "-/v1/{name=projects/*/instances/*/databa" - + "ses/*}\022\357\001\n\016UpdateDatabase\0227.google.spann" - + "er.admin.database.v1.UpdateDatabaseReque" - + "st\032\035.google.longrunning.Operation\"\204\001\312A\"\n" + + "-/v1/{name=projects/*/instances/*/databases/*}\022\357\001\n" + + "\016UpdateDatabase\0227.google.spann" + + "er.admin.database.v1.UpdateDatabaseRequest\032\035.google.longrunning.Operation\"\204\001\312A\"\n" + "\010Database\022\026UpdateDatabaseMetadata\332A\024data" + "base,update_mask\202\323\344\223\002B26/v1/{database.na" - + "me=projects/*/instances/*/databases/*}:\010" - + "database\022\235\002\n\021UpdateDatabaseDdl\022:.google." - + "spanner.admin.database.v1.UpdateDatabase" - + "DdlRequest\032\035.google.longrunning.Operatio" - + "n\"\254\001\312AS\n\025google.protobuf.Empty\022:google.s" - + "panner.admin.database.v1.UpdateDatabaseD" + + "me=projects/*/instances/*/databases/*}:\010database\022\235\002\n" + + "\021UpdateDatabaseDdl\022:.google.spanner.admin.database.v1.UpdateDatabase" + + "DdlRequest\032\035.google.longrunning.Operation\"\254\001\312AS\n" + + "\025google.protobuf.Empty\022:google.spanner.admin.database.v1.UpdateDatabaseD" + "dlMetadata\332A\023database,statements\202\323\344\223\002:25" - + "/v1/{database=projects/*/instances/*/dat" - + "abases/*}/ddl:\001*\022\243\001\n\014DropDatabase\0225.goog" - + "le.spanner.admin.database.v1.DropDatabas" + + "/v1/{database=projects/*/instances/*/databases/*}/ddl:\001*\022\243\001\n" + + "\014DropDatabase\0225.google.spanner.admin.database.v1.DropDatabas" + "eRequest\032\026.google.protobuf.Empty\"D\332A\010dat" - + "abase\202\323\344\223\0023*1/v1/{database=projects/*/in" - + "stances/*/databases/*}\022\315\001\n\016GetDatabaseDd" - + "l\0227.google.spanner.admin.database.v1.Get" + + "abase\202\323\344\223\0023*1/v1/{database=projects/*/instances/*/databases/*}\022\315\001\n" + + "\016GetDatabaseDdl\0227.google.spanner.admin.database.v1.Get" + "DatabaseDdlRequest\0328.google.spanner.admi" + "n.database.v1.GetDatabaseDdlResponse\"H\332A" - + "\010database\202\323\344\223\0027\0225/v1/{database=projects/" - + "*/instances/*/databases/*}/ddl\022\302\002\n\014SetIa" - + "mPolicy\022\".google.iam.v1.SetIamPolicyRequ" + + "\010database\202\323\344\223\0027\0225/v1/{database=projects/*/instances/*/databases/*}/ddl\022\302\002\n" + + "\014SetIamPolicy\022\".google.iam.v1.SetIamPolicyRequ" + "est\032\025.google.iam.v1.Policy\"\366\001\332A\017resource" + ",policy\202\323\344\223\002\335\001\">/v1/{resource=projects/*" - + "/instances/*/databases/*}:setIamPolicy:\001" - + "*ZA\"/v1/{resource=projects/*/i" - + "nstances/*/databases/*}:getIamPolicy:\001*Z" - + "A\"" - + ".google.spanner.admin.database.v1.ListBa" + + "A\006parent\202\323\344\223\0028\0226/v1/{parent=projects/*/instances/*}/databaseOperations\022\334\001\n" + + "\024ListBackupOperations\022=.google.spanner.admin.d" + + "atabase.v1.ListBackupOperationsRequest\032>.google.spanner.admin.database.v1.ListBa" + "ckupOperationsResponse\"E\332A\006parent\202\323\344\223\0026\022" - + "4/v1/{parent=projects/*/instances/*}/bac" - + "kupOperations\022\334\001\n\021ListDatabaseRoles\022:.go" - + "ogle.spanner.admin.database.v1.ListDatab" + + "4/v1/{parent=projects/*/instances/*}/backupOperations\022\334\001\n" + + "\021ListDatabaseRoles\022:.google.spanner.admin.database.v1.ListDatab" + "aseRolesRequest\032;.google.spanner.admin.d" + "atabase.v1.ListDatabaseRolesResponse\"N\332A" - + "\006parent\202\323\344\223\002?\022=/v1/{parent=projects/*/in" - + "stances/*/databases/*}/databaseRoles\022\350\001\n" + + "\006parent\202\323\344\223\002?\022=/v1/{parent=projects/*/instances/*/databases/*}/databaseRoles\022\350\001\n" + "\016AddSplitPoints\0227.google.spanner.admin.d" - + "atabase.v1.AddSplitPointsRequest\0328.googl" - + "e.spanner.admin.database.v1.AddSplitPoin" + + "atabase.v1.AddSplitPointsRequest\0328.google.spanner.admin.database.v1.AddSplitPoin" + "tsResponse\"c\332A\025database,split_points\202\323\344\223" - + "\002E\"@/v1/{database=projects/*/instances/*" - + "/databases/*}:addSplitPoints:\001*\022\216\002\n\024Crea" - + "teBackupSchedule\022=.google.spanner.admin." - + "database.v1.CreateBackupScheduleRequest\032" - + "0.google.spanner.admin.database.v1.Backu" + + "\002E\"@/v1/{database=projects/*/instances/*/databases/*}:addSplitPoints:\001*\022\216\002\n" + + "\024CreateBackupSchedule\022=.google.spanner.admin." + + "database.v1.CreateBackupScheduleRequest\0320.google.spanner.admin.database.v1.Backu" + "pSchedule\"\204\001\332A)parent,backup_schedule,ba" + "ckup_schedule_id\202\323\344\223\002R\"?/v1/{parent=proj" - + "ects/*/instances/*/databases/*}/backupSc" - + "hedules:\017backup_schedule\022\321\001\n\021GetBackupSc" - + "hedule\022:.google.spanner.admin.database.v" + + "ects/*/instances/*/databases/*}/backupSchedules:\017backup_schedule\022\321\001\n" + + "\021GetBackupSchedule\022:.google.spanner.admin.database.v" + "1.GetBackupScheduleRequest\0320.google.span" + "ner.admin.database.v1.BackupSchedule\"N\332A" - + "\004name\202\323\344\223\002A\022?/v1/{name=projects/*/instan" - + "ces/*/databases/*/backupSchedules/*}\022\220\002\n" - + "\024UpdateBackupSchedule\022=.google.spanner.a" - + "dmin.database.v1.UpdateBackupScheduleReq" + + "\004name\202\323\344\223\002A\022?/v1/{name=projects/*/instances/*/databases/*/backupSchedules/*}\022\220\002\n" + + "\024UpdateBackupSchedule\022=.google.spanner.admin.database.v1.UpdateBackupScheduleReq" + "uest\0320.google.spanner.admin.database.v1." + "BackupSchedule\"\206\001\332A\033backup_schedule,upda" + "te_mask\202\323\344\223\002b2O/v1/{backup_schedule.name" - + "=projects/*/instances/*/databases/*/back" - + "upSchedules/*}:\017backup_schedule\022\275\001\n\024Dele" - + "teBackupSchedule\022=.google.spanner.admin." + + "=projects/*/instances/*/databases/*/backupSchedules/*}:\017backup_schedule\022\275\001\n" + + "\024DeleteBackupSchedule\022=.google.spanner.admin." + "database.v1.DeleteBackupScheduleRequest\032" + "\026.google.protobuf.Empty\"N\332A\004name\202\323\344\223\002A*?" - + "/v1/{name=projects/*/instances/*/databas" - + "es/*/backupSchedules/*}\022\344\001\n\023ListBackupSc" - + "hedules\022<.google.spanner.admin.database." - + "v1.ListBackupSchedulesRequest\032=.google.s" - + "panner.admin.database.v1.ListBackupSched" + + "/v1/{name=projects/*/instances/*/databases/*/backupSchedules/*}\022\344\001\n" + + "\023ListBackupSchedules\022<.google.spanner.admin.database." + + "v1.ListBackupSchedulesRequest\032=.google.spanner.admin.database.v1.ListBackupSched" + "ulesResponse\"P\332A\006parent\202\323\344\223\002A\022?/v1/{pare" + "nt=projects/*/instances/*/databases/*}/b" + "ackupSchedules\032x\312A\026spanner.googleapis.co" + "m\322A\\https://www.googleapis.com/auth/clou" - + "d-platform,https://www.googleapis.com/au" - + "th/spanner.adminB\326\003\n$com.google.spanner." - + "admin.database.v1B\031SpannerDatabaseAdminP" + + "d-platform,https://www.googleapis.com/auth/spanner.adminB\326\003\n" + + "$com.google.spanner.admin.database.v1B\031SpannerDatabaseAdminP" + "rotoP\001ZFcloud.google.com/go/spanner/admi" + "n/database/apiv1/databasepb;databasepb\252\002" + "&Google.Cloud.Spanner.Admin.Database.V1\312" + "\002&Google\\Cloud\\Spanner\\Admin\\Database\\V1" - + "\352\002+Google::Cloud::Spanner::Admin::Databa" - + "se::V1\352AJ\n\037spanner.googleapis.com/Instan" - + "ce\022\'projects/{project}/instances/{instan" - + "ce}\352A{\n(spanner.googleapis.com/InstanceP" - + "artition\022Oprojects/{project}/instances/{" - + "instance}/instancePartitions/{instance_p" - + "artition}b\006proto3" + + "\352\002+Google::Cloud::Spanner::Admin::Database::V1\352AJ\n" + + "\037spanner.googleapis.com/Instan" + + "ce\022\'projects/{project}/instances/{instance}\352A{\n" + + "(spanner.googleapis.com/InstancePartition\022Oprojects/{project}/instances/{" + + "instance}/instancePartitions/{instance_partition}b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SplitPoints.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SplitPoints.java index bd01be8bf1..9eaeabeb90 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SplitPoints.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SplitPoints.java @@ -33,6 +33,7 @@ public final class SplitPoints extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.SplitPoints) SplitPointsOrBuilder { private static final long serialVersionUID = 0L; + // Use SplitPoints.newBuilder() to construct. private SplitPoints(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -83,6 +84,7 @@ public interface KeyOrBuilder * @return Whether the keyParts field is set. */ boolean hasKeyParts(); + /** * * @@ -96,6 +98,7 @@ public interface KeyOrBuilder * @return The keyParts. */ com.google.protobuf.ListValue getKeyParts(); + /** * * @@ -108,6 +111,7 @@ public interface KeyOrBuilder */ com.google.protobuf.ListValueOrBuilder getKeyPartsOrBuilder(); } + /** * * @@ -122,6 +126,7 @@ public static final class Key extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.SplitPoints.Key) KeyOrBuilder { private static final long serialVersionUID = 0L; + // Use Key.newBuilder() to construct. private Key(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -153,6 +158,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int KEY_PARTS_FIELD_NUMBER = 1; private com.google.protobuf.ListValue keyParts_; + /** * * @@ -169,6 +175,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasKeyParts() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -185,6 +192,7 @@ public boolean hasKeyParts() { public com.google.protobuf.ListValue getKeyParts() { return keyParts_ == null ? com.google.protobuf.ListValue.getDefaultInstance() : keyParts_; } + /** * * @@ -366,6 +374,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -572,6 +581,7 @@ public Builder mergeFrom( com.google.protobuf.ListValue.Builder, com.google.protobuf.ListValueOrBuilder> keyPartsBuilder_; + /** * * @@ -587,6 +597,7 @@ public Builder mergeFrom( public boolean hasKeyParts() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -606,6 +617,7 @@ public com.google.protobuf.ListValue getKeyParts() { return keyPartsBuilder_.getMessage(); } } + /** * * @@ -629,6 +641,7 @@ public Builder setKeyParts(com.google.protobuf.ListValue value) { onChanged(); return this; } + /** * * @@ -649,6 +662,7 @@ public Builder setKeyParts(com.google.protobuf.ListValue.Builder builderForValue onChanged(); return this; } + /** * * @@ -677,6 +691,7 @@ public Builder mergeKeyParts(com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -697,6 +712,7 @@ public Builder clearKeyParts() { onChanged(); return this; } + /** * * @@ -712,6 +728,7 @@ public com.google.protobuf.ListValue.Builder getKeyPartsBuilder() { onChanged(); return getKeyPartsFieldBuilder().getBuilder(); } + /** * * @@ -729,6 +746,7 @@ public com.google.protobuf.ListValueOrBuilder getKeyPartsOrBuilder() { return keyParts_ == null ? com.google.protobuf.ListValue.getDefaultInstance() : keyParts_; } } + /** * * @@ -825,6 +843,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Key getDefaultInstanceFo @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -848,6 +867,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -876,6 +896,7 @@ public com.google.protobuf.ByteString getTableBytes() { @SuppressWarnings("serial") private volatile java.lang.Object index_ = ""; + /** * * @@ -900,6 +921,7 @@ public java.lang.String getIndex() { return s; } } + /** * * @@ -929,6 +951,7 @@ public com.google.protobuf.ByteString getIndexBytes() { @SuppressWarnings("serial") private java.util.List keys_; + /** * * @@ -944,6 +967,7 @@ public com.google.protobuf.ByteString getIndexBytes() { public java.util.List getKeysList() { return keys_; } + /** * * @@ -960,6 +984,7 @@ public java.util.List getK getKeysOrBuilderList() { return keys_; } + /** * * @@ -975,6 +1000,7 @@ public java.util.List getK public int getKeysCount() { return keys_.size(); } + /** * * @@ -990,6 +1016,7 @@ public int getKeysCount() { public com.google.spanner.admin.database.v1.SplitPoints.Key getKeys(int index) { return keys_.get(index); } + /** * * @@ -1008,6 +1035,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.KeyOrBuilder getKeysOrBu public static final int EXPIRE_TIME_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp expireTime_; + /** * * @@ -1027,6 +1055,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.KeyOrBuilder getKeysOrBu public boolean hasExpireTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1046,6 +1075,7 @@ public boolean hasExpireTime() { public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } + /** * * @@ -1257,6 +1287,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1548,6 +1579,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object table_ = ""; + /** * * @@ -1570,6 +1602,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -1592,6 +1625,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1613,6 +1647,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1630,6 +1665,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -1654,6 +1690,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { } private java.lang.Object index_ = ""; + /** * * @@ -1677,6 +1714,7 @@ public java.lang.String getIndex() { return (java.lang.String) ref; } } + /** * * @@ -1700,6 +1738,7 @@ public com.google.protobuf.ByteString getIndexBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1722,6 +1761,7 @@ public Builder setIndex(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1740,6 +1780,7 @@ public Builder clearIndex() { onChanged(); return this; } + /** * * @@ -1799,6 +1840,7 @@ public java.util.List getK return keysBuilder_.getMessageList(); } } + /** * * @@ -1817,6 +1859,7 @@ public int getKeysCount() { return keysBuilder_.getCount(); } } + /** * * @@ -1835,6 +1878,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Key getKeys(int index) { return keysBuilder_.getMessage(index); } } + /** * * @@ -1859,6 +1903,7 @@ public Builder setKeys(int index, com.google.spanner.admin.database.v1.SplitPoin } return this; } + /** * * @@ -1881,6 +1926,7 @@ public Builder setKeys( } return this; } + /** * * @@ -1905,6 +1951,7 @@ public Builder addKeys(com.google.spanner.admin.database.v1.SplitPoints.Key valu } return this; } + /** * * @@ -1929,6 +1976,7 @@ public Builder addKeys(int index, com.google.spanner.admin.database.v1.SplitPoin } return this; } + /** * * @@ -1951,6 +1999,7 @@ public Builder addKeys( } return this; } + /** * * @@ -1973,6 +2022,7 @@ public Builder addKeys( } return this; } + /** * * @@ -1995,6 +2045,7 @@ public Builder addAllKeys( } return this; } + /** * * @@ -2016,6 +2067,7 @@ public Builder clearKeys() { } return this; } + /** * * @@ -2037,6 +2089,7 @@ public Builder removeKeys(int index) { } return this; } + /** * * @@ -2051,6 +2104,7 @@ public Builder removeKeys(int index) { public com.google.spanner.admin.database.v1.SplitPoints.Key.Builder getKeysBuilder(int index) { return getKeysFieldBuilder().getBuilder(index); } + /** * * @@ -2070,6 +2124,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.KeyOrBuilder getKeysOrBu return keysBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -2089,6 +2144,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.KeyOrBuilder getKeysOrBu return java.util.Collections.unmodifiableList(keys_); } } + /** * * @@ -2104,6 +2160,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Key.Builder addKeysBuild return getKeysFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.SplitPoints.Key.getDefaultInstance()); } + /** * * @@ -2120,6 +2177,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Key.Builder addKeysBuild .addBuilder( index, com.google.spanner.admin.database.v1.SplitPoints.Key.getDefaultInstance()); } + /** * * @@ -2159,6 +2217,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Key.Builder addKeysBuild com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + /** * * @@ -2177,6 +2236,7 @@ public com.google.spanner.admin.database.v1.SplitPoints.Key.Builder addKeysBuild public boolean hasExpireTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -2201,6 +2261,7 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTimeBuilder_.getMessage(); } } + /** * * @@ -2227,6 +2288,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -2250,6 +2312,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -2281,6 +2344,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -2304,6 +2368,7 @@ public Builder clearExpireTime() { onChanged(); return this; } + /** * * @@ -2322,6 +2387,7 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { onChanged(); return getExpireTimeFieldBuilder().getBuilder(); } + /** * * @@ -2344,6 +2410,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { : expireTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SplitPointsOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SplitPointsOrBuilder.java index 5da2a9c837..10dae85b3e 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SplitPointsOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/SplitPointsOrBuilder.java @@ -36,6 +36,7 @@ public interface SplitPointsOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -62,6 +63,7 @@ public interface SplitPointsOrBuilder * @return The index. */ java.lang.String getIndex(); + /** * * @@ -88,6 +90,7 @@ public interface SplitPointsOrBuilder * */ java.util.List getKeysList(); + /** * * @@ -100,6 +103,7 @@ public interface SplitPointsOrBuilder * */ com.google.spanner.admin.database.v1.SplitPoints.Key getKeys(int index); + /** * * @@ -112,6 +116,7 @@ public interface SplitPointsOrBuilder * */ int getKeysCount(); + /** * * @@ -125,6 +130,7 @@ public interface SplitPointsOrBuilder */ java.util.List getKeysOrBuilderList(); + /** * * @@ -154,6 +160,7 @@ public interface SplitPointsOrBuilder * @return Whether the expireTime field is set. */ boolean hasExpireTime(); + /** * * @@ -170,6 +177,7 @@ public interface SplitPointsOrBuilder * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupRequest.java index da092f32f3..5a9e2a50c2 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupRequest.java @@ -34,6 +34,7 @@ public final class UpdateBackupRequest extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.UpdateBackupRequest) UpdateBackupRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateBackupRequest.newBuilder() to construct. private UpdateBackupRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int BACKUP_FIELD_NUMBER = 1; private com.google.spanner.admin.database.v1.Backup backup_; + /** * * @@ -85,6 +87,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasBackup() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -107,6 +110,7 @@ public com.google.spanner.admin.database.v1.Backup getBackup() { ? com.google.spanner.admin.database.v1.Backup.getDefaultInstance() : backup_; } + /** * * @@ -130,6 +134,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; + /** * * @@ -150,6 +155,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -170,6 +176,7 @@ public boolean hasUpdateMask() { public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } + /** * * @@ -368,6 +375,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -591,6 +599,7 @@ public Builder mergeFrom( com.google.spanner.admin.database.v1.Backup.Builder, com.google.spanner.admin.database.v1.BackupOrBuilder> backupBuilder_; + /** * * @@ -610,6 +619,7 @@ public Builder mergeFrom( public boolean hasBackup() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -635,6 +645,7 @@ public com.google.spanner.admin.database.v1.Backup getBackup() { return backupBuilder_.getMessage(); } } + /** * * @@ -662,6 +673,7 @@ public Builder setBackup(com.google.spanner.admin.database.v1.Backup value) { onChanged(); return this; } + /** * * @@ -686,6 +698,7 @@ public Builder setBackup(com.google.spanner.admin.database.v1.Backup.Builder bui onChanged(); return this; } + /** * * @@ -718,6 +731,7 @@ public Builder mergeBackup(com.google.spanner.admin.database.v1.Backup value) { } return this; } + /** * * @@ -742,6 +756,7 @@ public Builder clearBackup() { onChanged(); return this; } + /** * * @@ -761,6 +776,7 @@ public com.google.spanner.admin.database.v1.Backup.Builder getBackupBuilder() { onChanged(); return getBackupFieldBuilder().getBuilder(); } + /** * * @@ -784,6 +800,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() : backup_; } } + /** * * @@ -821,6 +838,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + /** * * @@ -840,6 +858,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -865,6 +884,7 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMaskBuilder_.getMessage(); } } + /** * * @@ -892,6 +912,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { onChanged(); return this; } + /** * * @@ -916,6 +937,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal onChanged(); return this; } + /** * * @@ -948,6 +970,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { } return this; } + /** * * @@ -972,6 +995,7 @@ public Builder clearUpdateMask() { onChanged(); return this; } + /** * * @@ -991,6 +1015,7 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } + /** * * @@ -1014,6 +1039,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { : updateMask_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupRequestOrBuilder.java index c9e555cfb0..4be76913ca 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupRequestOrBuilder.java @@ -41,6 +41,7 @@ public interface UpdateBackupRequestOrBuilder * @return Whether the backup field is set. */ boolean hasBackup(); + /** * * @@ -58,6 +59,7 @@ public interface UpdateBackupRequestOrBuilder * @return The backup. */ com.google.spanner.admin.database.v1.Backup getBackup(); + /** * * @@ -91,6 +93,7 @@ public interface UpdateBackupRequestOrBuilder * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); + /** * * @@ -108,6 +111,7 @@ public interface UpdateBackupRequestOrBuilder * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupScheduleRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupScheduleRequest.java index c48c1f3a23..fa01b59273 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupScheduleRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupScheduleRequest.java @@ -34,6 +34,7 @@ public final class UpdateBackupScheduleRequest extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.UpdateBackupScheduleRequest) UpdateBackupScheduleRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateBackupScheduleRequest.newBuilder() to construct. private UpdateBackupScheduleRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int BACKUP_SCHEDULE_FIELD_NUMBER = 1; private com.google.spanner.admin.database.v1.BackupSchedule backupSchedule_; + /** * * @@ -84,6 +86,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -105,6 +108,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedule() { ? com.google.spanner.admin.database.v1.BackupSchedule.getDefaultInstance() : backupSchedule_; } + /** * * @@ -127,6 +131,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleOrBuilder getBackupSch public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; + /** * * @@ -147,6 +152,7 @@ public com.google.spanner.admin.database.v1.BackupScheduleOrBuilder getBackupSch public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -167,6 +173,7 @@ public boolean hasUpdateMask() { public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } + /** * * @@ -365,6 +372,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -593,6 +601,7 @@ public Builder mergeFrom( com.google.spanner.admin.database.v1.BackupSchedule.Builder, com.google.spanner.admin.database.v1.BackupScheduleOrBuilder> backupScheduleBuilder_; + /** * * @@ -611,6 +620,7 @@ public Builder mergeFrom( public boolean hasBackupSchedule() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -635,6 +645,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedule() { return backupScheduleBuilder_.getMessage(); } } + /** * * @@ -661,6 +672,7 @@ public Builder setBackupSchedule(com.google.spanner.admin.database.v1.BackupSche onChanged(); return this; } + /** * * @@ -685,6 +697,7 @@ public Builder setBackupSchedule( onChanged(); return this; } + /** * * @@ -717,6 +730,7 @@ public Builder mergeBackupSchedule(com.google.spanner.admin.database.v1.BackupSc } return this; } + /** * * @@ -740,6 +754,7 @@ public Builder clearBackupSchedule() { onChanged(); return this; } + /** * * @@ -758,6 +773,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder getBackupSche onChanged(); return getBackupScheduleFieldBuilder().getBuilder(); } + /** * * @@ -781,6 +797,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder getBackupSche : backupSchedule_; } } + /** * * @@ -817,6 +834,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder getBackupSche com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + /** * * @@ -836,6 +854,7 @@ public com.google.spanner.admin.database.v1.BackupSchedule.Builder getBackupSche public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -861,6 +880,7 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMaskBuilder_.getMessage(); } } + /** * * @@ -888,6 +908,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { onChanged(); return this; } + /** * * @@ -912,6 +933,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal onChanged(); return this; } + /** * * @@ -944,6 +966,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { } return this; } + /** * * @@ -968,6 +991,7 @@ public Builder clearUpdateMask() { onChanged(); return this; } + /** * * @@ -987,6 +1011,7 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } + /** * * @@ -1010,6 +1035,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { : updateMask_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupScheduleRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupScheduleRequestOrBuilder.java index adcfce3add..dac9f8993e 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupScheduleRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateBackupScheduleRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface UpdateBackupScheduleRequestOrBuilder * @return Whether the backupSchedule field is set. */ boolean hasBackupSchedule(); + /** * * @@ -56,6 +57,7 @@ public interface UpdateBackupScheduleRequestOrBuilder * @return The backupSchedule. */ com.google.spanner.admin.database.v1.BackupSchedule getBackupSchedule(); + /** * * @@ -88,6 +90,7 @@ public interface UpdateBackupScheduleRequestOrBuilder * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); + /** * * @@ -105,6 +108,7 @@ public interface UpdateBackupScheduleRequestOrBuilder * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlMetadata.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlMetadata.java index 5d46ae01c3..2fd3511832 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlMetadata.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlMetadata.java @@ -34,6 +34,7 @@ public final class UpdateDatabaseDdlMetadata extends com.google.protobuf.Generat // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata) UpdateDatabaseDdlMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateDatabaseDdlMetadata.newBuilder() to construct. private UpdateDatabaseDdlMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -72,6 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -124,6 +127,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList statements_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -139,6 +143,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public com.google.protobuf.ProtocolStringList getStatementsList() { return statements_; } + /** * * @@ -154,6 +159,7 @@ public com.google.protobuf.ProtocolStringList getStatementsList() { public int getStatementsCount() { return statements_.size(); } + /** * * @@ -170,6 +176,7 @@ public int getStatementsCount() { public java.lang.String getStatements(int index) { return statements_.get(index); } + /** * * @@ -191,6 +198,7 @@ public com.google.protobuf.ByteString getStatementsBytes(int index) { @SuppressWarnings("serial") private java.util.List commitTimestamps_; + /** * * @@ -206,6 +214,7 @@ public com.google.protobuf.ByteString getStatementsBytes(int index) { public java.util.List getCommitTimestampsList() { return commitTimestamps_; } + /** * * @@ -222,6 +231,7 @@ public java.util.List getCommitTimestampsList() { getCommitTimestampsOrBuilderList() { return commitTimestamps_; } + /** * * @@ -237,6 +247,7 @@ public java.util.List getCommitTimestampsList() { public int getCommitTimestampsCount() { return commitTimestamps_.size(); } + /** * * @@ -252,6 +263,7 @@ public int getCommitTimestampsCount() { public com.google.protobuf.Timestamp getCommitTimestamps(int index) { return commitTimestamps_.get(index); } + /** * * @@ -270,6 +282,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimestampsOrBuilder(int i public static final int THROTTLED_FIELD_NUMBER = 4; private boolean throttled_ = false; + /** * * @@ -292,6 +305,7 @@ public boolean getThrottled() { @SuppressWarnings("serial") private java.util.List progress_; + /** * * @@ -311,6 +325,7 @@ public boolean getThrottled() { public java.util.List getProgressList() { return progress_; } + /** * * @@ -331,6 +346,7 @@ public java.util.List ge getProgressOrBuilderList() { return progress_; } + /** * * @@ -350,6 +366,7 @@ public java.util.List ge public int getProgressCount() { return progress_.size(); } + /** * * @@ -369,6 +386,7 @@ public int getProgressCount() { public com.google.spanner.admin.database.v1.OperationProgress getProgress(int index) { return progress_.get(index); } + /** * * @@ -394,6 +412,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre @SuppressWarnings("serial") private java.util.List actions_; + /** * * @@ -409,6 +428,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre getActionsList() { return actions_; } + /** * * @@ -425,6 +445,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre getActionsOrBuilderList() { return actions_; } + /** * * @@ -439,6 +460,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public int getActionsCount() { return actions_.size(); } + /** * * @@ -453,6 +475,7 @@ public int getActionsCount() { public com.google.spanner.admin.database.v1.DdlStatementActionInfo getActions(int index) { return actions_.get(index); } + /** * * @@ -687,6 +710,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1084,6 +1108,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -1106,6 +1131,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -1128,6 +1154,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1149,6 +1176,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1166,6 +1194,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -1198,6 +1227,7 @@ private void ensureStatementsIsMutable() { } bitField0_ |= 0x00000002; } + /** * * @@ -1214,6 +1244,7 @@ public com.google.protobuf.ProtocolStringList getStatementsList() { statements_.makeImmutable(); return statements_; } + /** * * @@ -1229,6 +1260,7 @@ public com.google.protobuf.ProtocolStringList getStatementsList() { public int getStatementsCount() { return statements_.size(); } + /** * * @@ -1245,6 +1277,7 @@ public int getStatementsCount() { public java.lang.String getStatements(int index) { return statements_.get(index); } + /** * * @@ -1261,6 +1294,7 @@ public java.lang.String getStatements(int index) { public com.google.protobuf.ByteString getStatementsBytes(int index) { return statements_.getByteString(index); } + /** * * @@ -1285,6 +1319,7 @@ public Builder setStatements(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1308,6 +1343,7 @@ public Builder addStatements(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1328,6 +1364,7 @@ public Builder addAllStatements(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1347,6 +1384,7 @@ public Builder clearStatements() { onChanged(); return this; } + /** * * @@ -1407,6 +1445,7 @@ public java.util.List getCommitTimestampsList() { return commitTimestampsBuilder_.getMessageList(); } } + /** * * @@ -1425,6 +1464,7 @@ public int getCommitTimestampsCount() { return commitTimestampsBuilder_.getCount(); } } + /** * * @@ -1443,6 +1483,7 @@ public com.google.protobuf.Timestamp getCommitTimestamps(int index) { return commitTimestampsBuilder_.getMessage(index); } } + /** * * @@ -1467,6 +1508,7 @@ public Builder setCommitTimestamps(int index, com.google.protobuf.Timestamp valu } return this; } + /** * * @@ -1489,6 +1531,7 @@ public Builder setCommitTimestamps( } return this; } + /** * * @@ -1513,6 +1556,7 @@ public Builder addCommitTimestamps(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1537,6 +1581,7 @@ public Builder addCommitTimestamps(int index, com.google.protobuf.Timestamp valu } return this; } + /** * * @@ -1558,6 +1603,7 @@ public Builder addCommitTimestamps(com.google.protobuf.Timestamp.Builder builder } return this; } + /** * * @@ -1580,6 +1626,7 @@ public Builder addCommitTimestamps( } return this; } + /** * * @@ -1602,6 +1649,7 @@ public Builder addAllCommitTimestamps( } return this; } + /** * * @@ -1623,6 +1671,7 @@ public Builder clearCommitTimestamps() { } return this; } + /** * * @@ -1644,6 +1693,7 @@ public Builder removeCommitTimestamps(int index) { } return this; } + /** * * @@ -1658,6 +1708,7 @@ public Builder removeCommitTimestamps(int index) { public com.google.protobuf.Timestamp.Builder getCommitTimestampsBuilder(int index) { return getCommitTimestampsFieldBuilder().getBuilder(index); } + /** * * @@ -1676,6 +1727,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimestampsOrBuilder(int i return commitTimestampsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1695,6 +1747,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimestampsOrBuilder(int i return java.util.Collections.unmodifiableList(commitTimestamps_); } } + /** * * @@ -1710,6 +1763,7 @@ public com.google.protobuf.Timestamp.Builder addCommitTimestampsBuilder() { return getCommitTimestampsFieldBuilder() .addBuilder(com.google.protobuf.Timestamp.getDefaultInstance()); } + /** * * @@ -1725,6 +1779,7 @@ public com.google.protobuf.Timestamp.Builder addCommitTimestampsBuilder(int inde return getCommitTimestampsFieldBuilder() .addBuilder(index, com.google.protobuf.Timestamp.getDefaultInstance()); } + /** * * @@ -1761,6 +1816,7 @@ public java.util.List getCommitTimestamps } private boolean throttled_; + /** * * @@ -1778,6 +1834,7 @@ public java.util.List getCommitTimestamps public boolean getThrottled() { return throttled_; } + /** * * @@ -1799,6 +1856,7 @@ public Builder setThrottled(boolean value) { onChanged(); return this; } + /** * * @@ -1860,6 +1918,7 @@ private void ensureProgressIsMutable() { return progressBuilder_.getMessageList(); } } + /** * * @@ -1882,6 +1941,7 @@ public int getProgressCount() { return progressBuilder_.getCount(); } } + /** * * @@ -1904,6 +1964,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress(int in return progressBuilder_.getMessage(index); } } + /** * * @@ -1933,6 +1994,7 @@ public Builder setProgress( } return this; } + /** * * @@ -1959,6 +2021,7 @@ public Builder setProgress( } return this; } + /** * * @@ -1987,6 +2050,7 @@ public Builder addProgress(com.google.spanner.admin.database.v1.OperationProgres } return this; } + /** * * @@ -2016,6 +2080,7 @@ public Builder addProgress( } return this; } + /** * * @@ -2042,6 +2107,7 @@ public Builder addProgress( } return this; } + /** * * @@ -2068,6 +2134,7 @@ public Builder addProgress( } return this; } + /** * * @@ -2095,6 +2162,7 @@ public Builder addAllProgress( } return this; } + /** * * @@ -2120,6 +2188,7 @@ public Builder clearProgress() { } return this; } + /** * * @@ -2145,6 +2214,7 @@ public Builder removeProgress(int index) { } return this; } + /** * * @@ -2164,6 +2234,7 @@ public com.google.spanner.admin.database.v1.OperationProgress.Builder getProgres int index) { return getProgressFieldBuilder().getBuilder(index); } + /** * * @@ -2187,6 +2258,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre return progressBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -2210,6 +2282,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre return java.util.Collections.unmodifiableList(progress_); } } + /** * * @@ -2229,6 +2302,7 @@ public com.google.spanner.admin.database.v1.OperationProgress.Builder addProgres return getProgressFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.OperationProgress.getDefaultInstance()); } + /** * * @@ -2250,6 +2324,7 @@ public com.google.spanner.admin.database.v1.OperationProgress.Builder addProgres .addBuilder( index, com.google.spanner.admin.database.v1.OperationProgress.getDefaultInstance()); } + /** * * @@ -2323,6 +2398,7 @@ private void ensureActionsIsMutable() { return actionsBuilder_.getMessageList(); } } + /** * * @@ -2340,6 +2416,7 @@ public int getActionsCount() { return actionsBuilder_.getCount(); } } + /** * * @@ -2357,6 +2434,7 @@ public com.google.spanner.admin.database.v1.DdlStatementActionInfo getActions(in return actionsBuilder_.getMessage(index); } } + /** * * @@ -2381,6 +2459,7 @@ public Builder setActions( } return this; } + /** * * @@ -2403,6 +2482,7 @@ public Builder setActions( } return this; } + /** * * @@ -2426,6 +2506,7 @@ public Builder addActions(com.google.spanner.admin.database.v1.DdlStatementActio } return this; } + /** * * @@ -2450,6 +2531,7 @@ public Builder addActions( } return this; } + /** * * @@ -2471,6 +2553,7 @@ public Builder addActions( } return this; } + /** * * @@ -2493,6 +2576,7 @@ public Builder addActions( } return this; } + /** * * @@ -2515,6 +2599,7 @@ public Builder addAllActions( } return this; } + /** * * @@ -2535,6 +2620,7 @@ public Builder clearActions() { } return this; } + /** * * @@ -2555,6 +2641,7 @@ public Builder removeActions(int index) { } return this; } + /** * * @@ -2569,6 +2656,7 @@ public com.google.spanner.admin.database.v1.DdlStatementActionInfo.Builder getAc int index) { return getActionsFieldBuilder().getBuilder(index); } + /** * * @@ -2587,6 +2675,7 @@ public com.google.spanner.admin.database.v1.DdlStatementActionInfoOrBuilder getA return actionsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -2606,6 +2695,7 @@ public com.google.spanner.admin.database.v1.DdlStatementActionInfoOrBuilder getA return java.util.Collections.unmodifiableList(actions_); } } + /** * * @@ -2621,6 +2711,7 @@ public com.google.spanner.admin.database.v1.DdlStatementActionInfo.Builder addAc .addBuilder( com.google.spanner.admin.database.v1.DdlStatementActionInfo.getDefaultInstance()); } + /** * * @@ -2638,6 +2729,7 @@ public com.google.spanner.admin.database.v1.DdlStatementActionInfo.Builder addAc index, com.google.spanner.admin.database.v1.DdlStatementActionInfo.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlMetadataOrBuilder.java index 523a931ead..decd391f11 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * @@ -62,6 +63,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * @return A list containing the statements. */ java.util.List getStatementsList(); + /** * * @@ -75,6 +77,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * @return The count of statements. */ int getStatementsCount(); + /** * * @@ -89,6 +92,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * @return The statements at the given index. */ java.lang.String getStatements(int index); + /** * * @@ -116,6 +120,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * repeated .google.protobuf.Timestamp commit_timestamps = 3; */ java.util.List getCommitTimestampsList(); + /** * * @@ -128,6 +133,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * repeated .google.protobuf.Timestamp commit_timestamps = 3; */ com.google.protobuf.Timestamp getCommitTimestamps(int index); + /** * * @@ -140,6 +146,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * repeated .google.protobuf.Timestamp commit_timestamps = 3; */ int getCommitTimestampsCount(); + /** * * @@ -153,6 +160,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder */ java.util.List getCommitTimestampsOrBuilderList(); + /** * * @@ -197,6 +205,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * repeated .google.spanner.admin.database.v1.OperationProgress progress = 5; */ java.util.List getProgressList(); + /** * * @@ -213,6 +222,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * repeated .google.spanner.admin.database.v1.OperationProgress progress = 5; */ com.google.spanner.admin.database.v1.OperationProgress getProgress(int index); + /** * * @@ -229,6 +239,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * repeated .google.spanner.admin.database.v1.OperationProgress progress = 5; */ int getProgressCount(); + /** * * @@ -246,6 +257,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder */ java.util.List getProgressOrBuilderList(); + /** * * @@ -274,6 +286,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * repeated .google.spanner.admin.database.v1.DdlStatementActionInfo actions = 6; */ java.util.List getActionsList(); + /** * * @@ -285,6 +298,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * repeated .google.spanner.admin.database.v1.DdlStatementActionInfo actions = 6; */ com.google.spanner.admin.database.v1.DdlStatementActionInfo getActions(int index); + /** * * @@ -296,6 +310,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder * repeated .google.spanner.admin.database.v1.DdlStatementActionInfo actions = 6; */ int getActionsCount(); + /** * * @@ -308,6 +323,7 @@ public interface UpdateDatabaseDdlMetadataOrBuilder */ java.util.List getActionsOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlRequest.java index 31ea5824c4..b8ff463ee2 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlRequest.java @@ -48,6 +48,7 @@ public final class UpdateDatabaseDdlRequest extends com.google.protobuf.Generate // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.UpdateDatabaseDdlRequest) UpdateDatabaseDdlRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateDatabaseDdlRequest.newBuilder() to construct. private UpdateDatabaseDdlRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -85,6 +86,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -110,6 +112,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -141,6 +144,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList statements_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -155,6 +159,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public com.google.protobuf.ProtocolStringList getStatementsList() { return statements_; } + /** * * @@ -169,6 +174,7 @@ public com.google.protobuf.ProtocolStringList getStatementsList() { public int getStatementsCount() { return statements_.size(); } + /** * * @@ -184,6 +190,7 @@ public int getStatementsCount() { public java.lang.String getStatements(int index) { return statements_.get(index); } + /** * * @@ -204,6 +211,7 @@ public com.google.protobuf.ByteString getStatementsBytes(int index) { @SuppressWarnings("serial") private volatile java.lang.Object operationId_ = ""; + /** * * @@ -247,6 +255,7 @@ public java.lang.String getOperationId() { return s; } } + /** * * @@ -293,6 +302,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { public static final int PROTO_DESCRIPTORS_FIELD_NUMBER = 4; private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -516,6 +526,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -768,6 +779,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -792,6 +804,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -816,6 +829,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -839,6 +853,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -858,6 +873,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -892,6 +908,7 @@ private void ensureStatementsIsMutable() { } bitField0_ |= 0x00000002; } + /** * * @@ -907,6 +924,7 @@ public com.google.protobuf.ProtocolStringList getStatementsList() { statements_.makeImmutable(); return statements_; } + /** * * @@ -921,6 +939,7 @@ public com.google.protobuf.ProtocolStringList getStatementsList() { public int getStatementsCount() { return statements_.size(); } + /** * * @@ -936,6 +955,7 @@ public int getStatementsCount() { public java.lang.String getStatements(int index) { return statements_.get(index); } + /** * * @@ -951,6 +971,7 @@ public java.lang.String getStatements(int index) { public com.google.protobuf.ByteString getStatementsBytes(int index) { return statements_.getByteString(index); } + /** * * @@ -974,6 +995,7 @@ public Builder setStatements(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -996,6 +1018,7 @@ public Builder addStatements(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1015,6 +1038,7 @@ public Builder addAllStatements(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1033,6 +1057,7 @@ public Builder clearStatements() { onChanged(); return this; } + /** * * @@ -1058,6 +1083,7 @@ public Builder addStatementsBytes(com.google.protobuf.ByteString value) { } private java.lang.Object operationId_ = ""; + /** * * @@ -1100,6 +1126,7 @@ public java.lang.String getOperationId() { return (java.lang.String) ref; } } + /** * * @@ -1142,6 +1169,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1183,6 +1211,7 @@ public Builder setOperationId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1220,6 +1249,7 @@ public Builder clearOperationId() { onChanged(); return this; } + /** * * @@ -1264,6 +1294,7 @@ public Builder setOperationIdBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -1292,6 +1323,7 @@ public Builder setOperationIdBytes(com.google.protobuf.ByteString value) { public com.google.protobuf.ByteString getProtoDescriptors() { return protoDescriptors_; } + /** * * @@ -1326,6 +1358,7 @@ public Builder setProtoDescriptors(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlRequestOrBuilder.java index 910e5cc10e..755576518a 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseDdlRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface UpdateDatabaseDdlRequestOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * @@ -65,6 +66,7 @@ public interface UpdateDatabaseDdlRequestOrBuilder * @return A list containing the statements. */ java.util.List getStatementsList(); + /** * * @@ -77,6 +79,7 @@ public interface UpdateDatabaseDdlRequestOrBuilder * @return The count of statements. */ int getStatementsCount(); + /** * * @@ -90,6 +93,7 @@ public interface UpdateDatabaseDdlRequestOrBuilder * @return The statements at the given index. */ java.lang.String getStatements(int index); + /** * * @@ -136,6 +140,7 @@ public interface UpdateDatabaseDdlRequestOrBuilder * @return The operationId. */ java.lang.String getOperationId(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseMetadata.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseMetadata.java index a198ff4378..dfe5c89b81 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseMetadata.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseMetadata.java @@ -34,6 +34,7 @@ public final class UpdateDatabaseMetadata extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.UpdateDatabaseMetadata) UpdateDatabaseMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateDatabaseMetadata.newBuilder() to construct. private UpdateDatabaseMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int REQUEST_FIELD_NUMBER = 1; private com.google.spanner.admin.database.v1.UpdateDatabaseRequest request_; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasRequest() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -99,6 +102,7 @@ public com.google.spanner.admin.database.v1.UpdateDatabaseRequest getRequest() { ? com.google.spanner.admin.database.v1.UpdateDatabaseRequest.getDefaultInstance() : request_; } + /** * * @@ -118,6 +122,7 @@ public com.google.spanner.admin.database.v1.UpdateDatabaseRequestOrBuilder getRe public static final int PROGRESS_FIELD_NUMBER = 2; private com.google.spanner.admin.database.v1.OperationProgress progress_; + /** * * @@ -135,6 +140,7 @@ public com.google.spanner.admin.database.v1.UpdateDatabaseRequestOrBuilder getRe public boolean hasProgress() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -154,6 +160,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { ? com.google.spanner.admin.database.v1.OperationProgress.getDefaultInstance() : progress_; } + /** * * @@ -174,6 +181,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public static final int CANCEL_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -190,6 +198,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -206,6 +215,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -414,6 +424,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -656,6 +667,7 @@ public Builder mergeFrom( com.google.spanner.admin.database.v1.UpdateDatabaseRequest.Builder, com.google.spanner.admin.database.v1.UpdateDatabaseRequestOrBuilder> requestBuilder_; + /** * * @@ -671,6 +683,7 @@ public Builder mergeFrom( public boolean hasRequest() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -692,6 +705,7 @@ public com.google.spanner.admin.database.v1.UpdateDatabaseRequest getRequest() { return requestBuilder_.getMessage(); } } + /** * * @@ -715,6 +729,7 @@ public Builder setRequest(com.google.spanner.admin.database.v1.UpdateDatabaseReq onChanged(); return this; } + /** * * @@ -736,6 +751,7 @@ public Builder setRequest( onChanged(); return this; } + /** * * @@ -766,6 +782,7 @@ public Builder mergeRequest(com.google.spanner.admin.database.v1.UpdateDatabaseR } return this; } + /** * * @@ -786,6 +803,7 @@ public Builder clearRequest() { onChanged(); return this; } + /** * * @@ -801,6 +819,7 @@ public com.google.spanner.admin.database.v1.UpdateDatabaseRequest.Builder getReq onChanged(); return getRequestFieldBuilder().getBuilder(); } + /** * * @@ -821,6 +840,7 @@ public com.google.spanner.admin.database.v1.UpdateDatabaseRequest.Builder getReq : request_; } } + /** * * @@ -854,6 +874,7 @@ public com.google.spanner.admin.database.v1.UpdateDatabaseRequest.Builder getReq com.google.spanner.admin.database.v1.OperationProgress.Builder, com.google.spanner.admin.database.v1.OperationProgressOrBuilder> progressBuilder_; + /** * * @@ -870,6 +891,7 @@ public com.google.spanner.admin.database.v1.UpdateDatabaseRequest.Builder getReq public boolean hasProgress() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -892,6 +914,7 @@ public com.google.spanner.admin.database.v1.OperationProgress getProgress() { return progressBuilder_.getMessage(); } } + /** * * @@ -916,6 +939,7 @@ public Builder setProgress(com.google.spanner.admin.database.v1.OperationProgres onChanged(); return this; } + /** * * @@ -938,6 +962,7 @@ public Builder setProgress( onChanged(); return this; } + /** * * @@ -968,6 +993,7 @@ public Builder mergeProgress(com.google.spanner.admin.database.v1.OperationProgr } return this; } + /** * * @@ -989,6 +1015,7 @@ public Builder clearProgress() { onChanged(); return this; } + /** * * @@ -1005,6 +1032,7 @@ public com.google.spanner.admin.database.v1.OperationProgress.Builder getProgres onChanged(); return getProgressFieldBuilder().getBuilder(); } + /** * * @@ -1025,6 +1053,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre : progress_; } } + /** * * @@ -1059,6 +1088,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1074,6 +1104,7 @@ public com.google.spanner.admin.database.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1095,6 +1126,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1118,6 +1150,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1138,6 +1171,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1166,6 +1200,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1186,6 +1221,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1201,6 +1237,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1220,6 +1257,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseMetadataOrBuilder.java index 33e0c65ba2..1ec76b93b7 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseMetadataOrBuilder.java @@ -37,6 +37,7 @@ public interface UpdateDatabaseMetadataOrBuilder * @return Whether the request field is set. */ boolean hasRequest(); + /** * * @@ -50,6 +51,7 @@ public interface UpdateDatabaseMetadataOrBuilder * @return The request. */ com.google.spanner.admin.database.v1.UpdateDatabaseRequest getRequest(); + /** * * @@ -76,6 +78,7 @@ public interface UpdateDatabaseMetadataOrBuilder * @return Whether the progress field is set. */ boolean hasProgress(); + /** * * @@ -90,6 +93,7 @@ public interface UpdateDatabaseMetadataOrBuilder * @return The progress. */ com.google.spanner.admin.database.v1.OperationProgress getProgress(); + /** * * @@ -116,6 +120,7 @@ public interface UpdateDatabaseMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -129,6 +134,7 @@ public interface UpdateDatabaseMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseRequest.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseRequest.java index 009003ed64..d1cc8095af 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseRequest.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseRequest.java @@ -34,6 +34,7 @@ public final class UpdateDatabaseRequest extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.database.v1.UpdateDatabaseRequest) UpdateDatabaseRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateDatabaseRequest.newBuilder() to construct. private UpdateDatabaseRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int DATABASE_FIELD_NUMBER = 1; private com.google.spanner.admin.database.v1.Database database_; + /** * * @@ -84,6 +86,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasDatabase() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -105,6 +108,7 @@ public com.google.spanner.admin.database.v1.Database getDatabase() { ? com.google.spanner.admin.database.v1.Database.getDefaultInstance() : database_; } + /** * * @@ -127,6 +131,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getDatabaseOrBuild public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; + /** * * @@ -144,6 +149,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getDatabaseOrBuild public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -161,6 +167,7 @@ public boolean hasUpdateMask() { public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } + /** * * @@ -356,6 +363,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -579,6 +587,7 @@ public Builder mergeFrom( com.google.spanner.admin.database.v1.Database.Builder, com.google.spanner.admin.database.v1.DatabaseOrBuilder> databaseBuilder_; + /** * * @@ -597,6 +606,7 @@ public Builder mergeFrom( public boolean hasDatabase() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -621,6 +631,7 @@ public com.google.spanner.admin.database.v1.Database getDatabase() { return databaseBuilder_.getMessage(); } } + /** * * @@ -647,6 +658,7 @@ public Builder setDatabase(com.google.spanner.admin.database.v1.Database value) onChanged(); return this; } + /** * * @@ -671,6 +683,7 @@ public Builder setDatabase( onChanged(); return this; } + /** * * @@ -702,6 +715,7 @@ public Builder mergeDatabase(com.google.spanner.admin.database.v1.Database value } return this; } + /** * * @@ -725,6 +739,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -743,6 +758,7 @@ public com.google.spanner.admin.database.v1.Database.Builder getDatabaseBuilder( onChanged(); return getDatabaseFieldBuilder().getBuilder(); } + /** * * @@ -765,6 +781,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getDatabaseOrBuild : database_; } } + /** * * @@ -801,6 +818,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getDatabaseOrBuild com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + /** * * @@ -817,6 +835,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getDatabaseOrBuild public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -839,6 +858,7 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMaskBuilder_.getMessage(); } } + /** * * @@ -863,6 +883,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { onChanged(); return this; } + /** * * @@ -884,6 +905,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal onChanged(); return this; } + /** * * @@ -913,6 +935,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { } return this; } + /** * * @@ -934,6 +957,7 @@ public Builder clearUpdateMask() { onChanged(); return this; } + /** * * @@ -950,6 +974,7 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } + /** * * @@ -970,6 +995,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { : updateMask_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseRequestOrBuilder.java b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseRequestOrBuilder.java index c7a74d748f..7ee5764ef0 100644 --- a/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-database-v1/src/main/java/com/google/spanner/admin/database/v1/UpdateDatabaseRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface UpdateDatabaseRequestOrBuilder * @return Whether the database field is set. */ boolean hasDatabase(); + /** * * @@ -56,6 +57,7 @@ public interface UpdateDatabaseRequestOrBuilder * @return The database. */ com.google.spanner.admin.database.v1.Database getDatabase(); + /** * * @@ -85,6 +87,7 @@ public interface UpdateDatabaseRequestOrBuilder * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); + /** * * @@ -99,6 +102,7 @@ public interface UpdateDatabaseRequestOrBuilder * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/AutoscalingConfig.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/AutoscalingConfig.java index 28bbc7597c..b51244f476 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/AutoscalingConfig.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/AutoscalingConfig.java @@ -33,6 +33,7 @@ public final class AutoscalingConfig extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.AutoscalingConfig) AutoscalingConfigOrBuilder { private static final long serialVersionUID = 0L; + // Use AutoscalingConfig.newBuilder() to construct. private AutoscalingConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -81,6 +82,7 @@ public interface AutoscalingLimitsOrBuilder * @return Whether the minNodes field is set. */ boolean hasMinNodes(); + /** * * @@ -108,6 +110,7 @@ public interface AutoscalingLimitsOrBuilder * @return Whether the minProcessingUnits field is set. */ boolean hasMinProcessingUnits(); + /** * * @@ -135,6 +138,7 @@ public interface AutoscalingLimitsOrBuilder * @return Whether the maxNodes field is set. */ boolean hasMaxNodes(); + /** * * @@ -163,6 +167,7 @@ public interface AutoscalingLimitsOrBuilder * @return Whether the maxProcessingUnits field is set. */ boolean hasMaxProcessingUnits(); + /** * * @@ -184,6 +189,7 @@ public interface AutoscalingLimitsOrBuilder com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits.MaxLimitCase getMaxLimitCase(); } + /** * * @@ -202,6 +208,7 @@ public static final class AutoscalingLimits extends com.google.protobuf.Generate // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits) AutoscalingLimitsOrBuilder { private static final long serialVersionUID = 0L; + // Use AutoscalingLimits.newBuilder() to construct. private AutoscalingLimits(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -248,6 +255,7 @@ public enum MinLimitCase private MinLimitCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -297,6 +305,7 @@ public enum MaxLimitCase private MaxLimitCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -330,6 +339,7 @@ public MaxLimitCase getMaxLimitCase() { } public static final int MIN_NODES_FIELD_NUMBER = 1; + /** * * @@ -346,6 +356,7 @@ public MaxLimitCase getMaxLimitCase() { public boolean hasMinNodes() { return minLimitCase_ == 1; } + /** * * @@ -367,6 +378,7 @@ public int getMinNodes() { } public static final int MIN_PROCESSING_UNITS_FIELD_NUMBER = 2; + /** * * @@ -383,6 +395,7 @@ public int getMinNodes() { public boolean hasMinProcessingUnits() { return minLimitCase_ == 2; } + /** * * @@ -404,6 +417,7 @@ public int getMinProcessingUnits() { } public static final int MAX_NODES_FIELD_NUMBER = 3; + /** * * @@ -420,6 +434,7 @@ public int getMinProcessingUnits() { public boolean hasMaxNodes() { return maxLimitCase_ == 3; } + /** * * @@ -441,6 +456,7 @@ public int getMaxNodes() { } public static final int MAX_PROCESSING_UNITS_FIELD_NUMBER = 4; + /** * * @@ -458,6 +474,7 @@ public int getMaxNodes() { public boolean hasMaxProcessingUnits() { return maxLimitCase_ == 4; } + /** * * @@ -716,6 +733,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -1014,6 +1032,7 @@ public Builder clearMaxLimit() { public boolean hasMinNodes() { return minLimitCase_ == 1; } + /** * * @@ -1032,6 +1051,7 @@ public int getMinNodes() { } return 0; } + /** * * @@ -1052,6 +1072,7 @@ public Builder setMinNodes(int value) { onChanged(); return this; } + /** * * @@ -1088,6 +1109,7 @@ public Builder clearMinNodes() { public boolean hasMinProcessingUnits() { return minLimitCase_ == 2; } + /** * * @@ -1106,6 +1128,7 @@ public int getMinProcessingUnits() { } return 0; } + /** * * @@ -1126,6 +1149,7 @@ public Builder setMinProcessingUnits(int value) { onChanged(); return this; } + /** * * @@ -1162,6 +1186,7 @@ public Builder clearMinProcessingUnits() { public boolean hasMaxNodes() { return maxLimitCase_ == 3; } + /** * * @@ -1180,6 +1205,7 @@ public int getMaxNodes() { } return 0; } + /** * * @@ -1200,6 +1226,7 @@ public Builder setMaxNodes(int value) { onChanged(); return this; } + /** * * @@ -1237,6 +1264,7 @@ public Builder clearMaxNodes() { public boolean hasMaxProcessingUnits() { return maxLimitCase_ == 4; } + /** * * @@ -1256,6 +1284,7 @@ public int getMaxProcessingUnits() { } return 0; } + /** * * @@ -1277,6 +1306,7 @@ public Builder setMaxProcessingUnits(int value) { onChanged(); return this; } + /** * * @@ -1406,6 +1436,7 @@ public interface AutoscalingTargetsOrBuilder */ int getStorageUtilizationPercent(); } + /** * * @@ -1420,6 +1451,7 @@ public static final class AutoscalingTargets extends com.google.protobuf.Generat // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargets) AutoscalingTargetsOrBuilder { private static final long serialVersionUID = 0L; + // Use AutoscalingTargets.newBuilder() to construct. private AutoscalingTargets(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -1451,6 +1483,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int HIGH_PRIORITY_CPU_UTILIZATION_PERCENT_FIELD_NUMBER = 1; private int highPriorityCpuUtilizationPercent_ = 0; + /** * * @@ -1474,6 +1507,7 @@ public int getHighPriorityCpuUtilizationPercent() { public static final int STORAGE_UTILIZATION_PERCENT_FIELD_NUMBER = 2; private int storageUtilizationPercent_ = 0; + /** * * @@ -1674,6 +1708,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -1883,6 +1918,7 @@ public Builder mergeFrom( private int bitField0_; private int highPriorityCpuUtilizationPercent_; + /** * * @@ -1903,6 +1939,7 @@ public Builder mergeFrom( public int getHighPriorityCpuUtilizationPercent() { return highPriorityCpuUtilizationPercent_; } + /** * * @@ -1927,6 +1964,7 @@ public Builder setHighPriorityCpuUtilizationPercent(int value) { onChanged(); return this; } + /** * * @@ -1951,6 +1989,7 @@ public Builder clearHighPriorityCpuUtilizationPercent() { } private int storageUtilizationPercent_; + /** * * @@ -1970,6 +2009,7 @@ public Builder clearHighPriorityCpuUtilizationPercent() { public int getStorageUtilizationPercent() { return storageUtilizationPercent_; } + /** * * @@ -1993,6 +2033,7 @@ public Builder setStorageUtilizationPercent(int value) { onChanged(); return this; } + /** * * @@ -2103,6 +2144,7 @@ public interface AsymmetricAutoscalingOptionOrBuilder * @return Whether the replicaSelection field is set. */ boolean hasReplicaSelection(); + /** * * @@ -2118,6 +2160,7 @@ public interface AsymmetricAutoscalingOptionOrBuilder * @return The replicaSelection. */ com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection(); + /** * * @@ -2147,6 +2190,7 @@ public interface AsymmetricAutoscalingOptionOrBuilder * @return Whether the overrides field is set. */ boolean hasOverrides(); + /** * * @@ -2164,6 +2208,7 @@ public interface AsymmetricAutoscalingOptionOrBuilder com.google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption .AutoscalingConfigOverrides getOverrides(); + /** * * @@ -2180,6 +2225,7 @@ public interface AsymmetricAutoscalingOptionOrBuilder .AutoscalingConfigOverridesOrBuilder getOverridesOrBuilder(); } + /** * * @@ -2197,6 +2243,7 @@ public static final class AsymmetricAutoscalingOption // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption) AsymmetricAutoscalingOptionOrBuilder { private static final long serialVersionUID = 0L; + // Use AsymmetricAutoscalingOption.newBuilder() to construct. private AsymmetricAutoscalingOption(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -2247,6 +2294,7 @@ public interface AutoscalingConfigOverridesOrBuilder * @return Whether the autoscalingLimits field is set. */ boolean hasAutoscalingLimits(); + /** * * @@ -2263,6 +2311,7 @@ public interface AutoscalingConfigOverridesOrBuilder */ com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits getAutoscalingLimits(); + /** * * @@ -2295,6 +2344,7 @@ public interface AutoscalingConfigOverridesOrBuilder */ int getAutoscalingTargetHighPriorityCpuUtilizationPercent(); } + /** * * @@ -2314,6 +2364,7 @@ public static final class AutoscalingConfigOverrides // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption.AutoscalingConfigOverrides) AutoscalingConfigOverridesOrBuilder { private static final long serialVersionUID = 0L; + // Use AutoscalingConfigOverrides.newBuilder() to construct. private AutoscalingConfigOverrides( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -2349,6 +2400,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int AUTOSCALING_LIMITS_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits autoscalingLimits_; + /** * * @@ -2367,6 +2419,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasAutoscalingLimits() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -2389,6 +2442,7 @@ public boolean hasAutoscalingLimits() { .getDefaultInstance() : autoscalingLimits_; } + /** * * @@ -2413,6 +2467,7 @@ public boolean hasAutoscalingLimits() { public static final int AUTOSCALING_TARGET_HIGH_PRIORITY_CPU_UTILIZATION_PERCENT_FIELD_NUMBER = 2; private int autoscalingTargetHighPriorityCpuUtilizationPercent_ = 0; + /** * * @@ -2641,6 +2696,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -2900,6 +2956,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits.Builder, com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimitsOrBuilder> autoscalingLimitsBuilder_; + /** * * @@ -2917,6 +2974,7 @@ public Builder mergeFrom( public boolean hasAutoscalingLimits() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -2942,6 +3000,7 @@ public boolean hasAutoscalingLimits() { return autoscalingLimitsBuilder_.getMessage(); } } + /** * * @@ -2968,6 +3027,7 @@ public Builder setAutoscalingLimits( onChanged(); return this; } + /** * * @@ -2992,6 +3052,7 @@ public Builder setAutoscalingLimits( onChanged(); return this; } + /** * * @@ -3025,6 +3086,7 @@ public Builder mergeAutoscalingLimits( } return this; } + /** * * @@ -3047,6 +3109,7 @@ public Builder clearAutoscalingLimits() { onChanged(); return this; } + /** * * @@ -3065,6 +3128,7 @@ public Builder clearAutoscalingLimits() { onChanged(); return getAutoscalingLimitsFieldBuilder().getBuilder(); } + /** * * @@ -3088,6 +3152,7 @@ public Builder clearAutoscalingLimits() { : autoscalingLimits_; } } + /** * * @@ -3120,6 +3185,7 @@ public Builder clearAutoscalingLimits() { } private int autoscalingTargetHighPriorityCpuUtilizationPercent_; + /** * * @@ -3139,6 +3205,7 @@ public Builder clearAutoscalingLimits() { public int getAutoscalingTargetHighPriorityCpuUtilizationPercent() { return autoscalingTargetHighPriorityCpuUtilizationPercent_; } + /** * * @@ -3162,6 +3229,7 @@ public Builder setAutoscalingTargetHighPriorityCpuUtilizationPercent(int value) onChanged(); return this; } + /** * * @@ -3259,6 +3327,7 @@ public com.google.protobuf.Parser getParserForType() private int bitField0_; public static final int REPLICA_SELECTION_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.ReplicaSelection replicaSelection_; + /** * * @@ -3277,6 +3346,7 @@ public com.google.protobuf.Parser getParserForType() public boolean hasReplicaSelection() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -3297,6 +3367,7 @@ public com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection ? com.google.spanner.admin.instance.v1.ReplicaSelection.getDefaultInstance() : replicaSelection_; } + /** * * @@ -3321,6 +3392,7 @@ public com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection private com.google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption .AutoscalingConfigOverrides overrides_; + /** * * @@ -3339,6 +3411,7 @@ public com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection public boolean hasOverrides() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -3362,6 +3435,7 @@ public boolean hasOverrides() { .AutoscalingConfigOverrides.getDefaultInstance() : overrides_; } + /** * * @@ -3573,6 +3647,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -3823,6 +3898,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.ReplicaSelection.Builder, com.google.spanner.admin.instance.v1.ReplicaSelectionOrBuilder> replicaSelectionBuilder_; + /** * * @@ -3840,6 +3916,7 @@ public Builder mergeFrom( public boolean hasReplicaSelection() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -3863,6 +3940,7 @@ public com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection return replicaSelectionBuilder_.getMessage(); } } + /** * * @@ -3889,6 +3967,7 @@ public Builder setReplicaSelection( onChanged(); return this; } + /** * * @@ -3912,6 +3991,7 @@ public Builder setReplicaSelection( onChanged(); return this; } + /** * * @@ -3944,6 +4024,7 @@ public Builder mergeReplicaSelection( } return this; } + /** * * @@ -3966,6 +4047,7 @@ public Builder clearReplicaSelection() { onChanged(); return this; } + /** * * @@ -3984,6 +4066,7 @@ public Builder clearReplicaSelection() { onChanged(); return getReplicaSelectionFieldBuilder().getBuilder(); } + /** * * @@ -4006,6 +4089,7 @@ public Builder clearReplicaSelection() { : replicaSelection_; } } + /** * * @@ -4046,6 +4130,7 @@ public Builder clearReplicaSelection() { com.google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption .AutoscalingConfigOverridesOrBuilder> overridesBuilder_; + /** * * @@ -4063,6 +4148,7 @@ public Builder clearReplicaSelection() { public boolean hasOverrides() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -4089,6 +4175,7 @@ public boolean hasOverrides() { return overridesBuilder_.getMessage(); } } + /** * * @@ -4117,6 +4204,7 @@ public Builder setOverrides( onChanged(); return this; } + /** * * @@ -4142,6 +4230,7 @@ public Builder setOverrides( onChanged(); return this; } + /** * * @@ -4178,6 +4267,7 @@ public Builder mergeOverrides( } return this; } + /** * * @@ -4200,6 +4290,7 @@ public Builder clearOverrides() { onChanged(); return this; } + /** * * @@ -4219,6 +4310,7 @@ public Builder clearOverrides() { onChanged(); return getOverridesFieldBuilder().getBuilder(); } + /** * * @@ -4243,6 +4335,7 @@ public Builder clearOverrides() { : overrides_; } } + /** * * @@ -4351,6 +4444,7 @@ public com.google.protobuf.Parser getParserForType( public static final int AUTOSCALING_LIMITS_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits autoscalingLimits_; + /** * * @@ -4368,6 +4462,7 @@ public com.google.protobuf.Parser getParserForType( public boolean hasAutoscalingLimits() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -4389,6 +4484,7 @@ public boolean hasAutoscalingLimits() { .getDefaultInstance() : autoscalingLimits_; } + /** * * @@ -4412,6 +4508,7 @@ public boolean hasAutoscalingLimits() { public static final int AUTOSCALING_TARGETS_FIELD_NUMBER = 2; private com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargets autoscalingTargets_; + /** * * @@ -4429,6 +4526,7 @@ public boolean hasAutoscalingLimits() { public boolean hasAutoscalingTargets() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -4450,6 +4548,7 @@ public boolean hasAutoscalingTargets() { .getDefaultInstance() : autoscalingTargets_; } + /** * * @@ -4476,6 +4575,7 @@ public boolean hasAutoscalingTargets() { private java.util.List< com.google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption> asymmetricAutoscalingOptions_; + /** * * @@ -4501,6 +4601,7 @@ public boolean hasAutoscalingTargets() { getAsymmetricAutoscalingOptionsList() { return asymmetricAutoscalingOptions_; } + /** * * @@ -4528,6 +4629,7 @@ public boolean hasAutoscalingTargets() { getAsymmetricAutoscalingOptionsOrBuilderList() { return asymmetricAutoscalingOptions_; } + /** * * @@ -4551,6 +4653,7 @@ public boolean hasAutoscalingTargets() { public int getAsymmetricAutoscalingOptionsCount() { return asymmetricAutoscalingOptions_.size(); } + /** * * @@ -4575,6 +4678,7 @@ public int getAsymmetricAutoscalingOptionsCount() { getAsymmetricAutoscalingOptions(int index) { return asymmetricAutoscalingOptions_.get(index); } + /** * * @@ -4793,6 +4897,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -5091,6 +5196,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits.Builder, com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimitsOrBuilder> autoscalingLimitsBuilder_; + /** * * @@ -5107,6 +5213,7 @@ public Builder mergeFrom( public boolean hasAutoscalingLimits() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -5131,6 +5238,7 @@ public boolean hasAutoscalingLimits() { return autoscalingLimitsBuilder_.getMessage(); } } + /** * * @@ -5156,6 +5264,7 @@ public Builder setAutoscalingLimits( onChanged(); return this; } + /** * * @@ -5179,6 +5288,7 @@ public Builder setAutoscalingLimits( onChanged(); return this; } + /** * * @@ -5211,6 +5321,7 @@ public Builder mergeAutoscalingLimits( } return this; } + /** * * @@ -5232,6 +5343,7 @@ public Builder clearAutoscalingLimits() { onChanged(); return this; } + /** * * @@ -5249,6 +5361,7 @@ public Builder clearAutoscalingLimits() { onChanged(); return getAutoscalingLimitsFieldBuilder().getBuilder(); } + /** * * @@ -5271,6 +5384,7 @@ public Builder clearAutoscalingLimits() { : autoscalingLimits_; } } + /** * * @@ -5306,6 +5420,7 @@ public Builder clearAutoscalingLimits() { com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargets.Builder, com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargetsOrBuilder> autoscalingTargetsBuilder_; + /** * * @@ -5322,6 +5437,7 @@ public Builder clearAutoscalingLimits() { public boolean hasAutoscalingTargets() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -5346,6 +5462,7 @@ public boolean hasAutoscalingTargets() { return autoscalingTargetsBuilder_.getMessage(); } } + /** * * @@ -5371,6 +5488,7 @@ public Builder setAutoscalingTargets( onChanged(); return this; } + /** * * @@ -5394,6 +5512,7 @@ public Builder setAutoscalingTargets( onChanged(); return this; } + /** * * @@ -5426,6 +5545,7 @@ public Builder mergeAutoscalingTargets( } return this; } + /** * * @@ -5447,6 +5567,7 @@ public Builder clearAutoscalingTargets() { onChanged(); return this; } + /** * * @@ -5464,6 +5585,7 @@ public Builder clearAutoscalingTargets() { onChanged(); return getAutoscalingTargetsFieldBuilder().getBuilder(); } + /** * * @@ -5486,6 +5608,7 @@ public Builder clearAutoscalingTargets() { : autoscalingTargets_; } } + /** * * @@ -5564,6 +5687,7 @@ private void ensureAsymmetricAutoscalingOptionsIsMutable() { return asymmetricAutoscalingOptionsBuilder_.getMessageList(); } } + /** * * @@ -5590,6 +5714,7 @@ public int getAsymmetricAutoscalingOptionsCount() { return asymmetricAutoscalingOptionsBuilder_.getCount(); } } + /** * * @@ -5617,6 +5742,7 @@ public int getAsymmetricAutoscalingOptionsCount() { return asymmetricAutoscalingOptionsBuilder_.getMessage(index); } } + /** * * @@ -5651,6 +5777,7 @@ public Builder setAsymmetricAutoscalingOptions( } return this; } + /** * * @@ -5683,6 +5810,7 @@ public Builder setAsymmetricAutoscalingOptions( } return this; } + /** * * @@ -5716,6 +5844,7 @@ public Builder addAsymmetricAutoscalingOptions( } return this; } + /** * * @@ -5750,6 +5879,7 @@ public Builder addAsymmetricAutoscalingOptions( } return this; } + /** * * @@ -5781,6 +5911,7 @@ public Builder addAsymmetricAutoscalingOptions( } return this; } + /** * * @@ -5813,6 +5944,7 @@ public Builder addAsymmetricAutoscalingOptions( } return this; } + /** * * @@ -5848,6 +5980,7 @@ public Builder addAllAsymmetricAutoscalingOptions( } return this; } + /** * * @@ -5877,6 +6010,7 @@ public Builder clearAsymmetricAutoscalingOptions() { } return this; } + /** * * @@ -5906,6 +6040,7 @@ public Builder removeAsymmetricAutoscalingOptions(int index) { } return this; } + /** * * @@ -5930,6 +6065,7 @@ public Builder removeAsymmetricAutoscalingOptions(int index) { getAsymmetricAutoscalingOptionsBuilder(int index) { return getAsymmetricAutoscalingOptionsFieldBuilder().getBuilder(index); } + /** * * @@ -5958,6 +6094,7 @@ public Builder removeAsymmetricAutoscalingOptions(int index) { return asymmetricAutoscalingOptionsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -5988,6 +6125,7 @@ public Builder removeAsymmetricAutoscalingOptions(int index) { return java.util.Collections.unmodifiableList(asymmetricAutoscalingOptions_); } } + /** * * @@ -6015,6 +6153,7 @@ public Builder removeAsymmetricAutoscalingOptions(int index) { com.google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption .getDefaultInstance()); } + /** * * @@ -6043,6 +6182,7 @@ public Builder removeAsymmetricAutoscalingOptions(int index) { com.google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption .getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/AutoscalingConfigOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/AutoscalingConfigOrBuilder.java index a55c8f6689..45044b6327 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/AutoscalingConfigOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/AutoscalingConfigOrBuilder.java @@ -38,6 +38,7 @@ public interface AutoscalingConfigOrBuilder * @return Whether the autoscalingLimits field is set. */ boolean hasAutoscalingLimits(); + /** * * @@ -52,6 +53,7 @@ public interface AutoscalingConfigOrBuilder * @return The autoscalingLimits. */ com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits getAutoscalingLimits(); + /** * * @@ -80,6 +82,7 @@ public interface AutoscalingConfigOrBuilder * @return Whether the autoscalingTargets field is set. */ boolean hasAutoscalingTargets(); + /** * * @@ -94,6 +97,7 @@ public interface AutoscalingConfigOrBuilder * @return The autoscalingTargets. */ com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargets getAutoscalingTargets(); + /** * * @@ -129,6 +133,7 @@ public interface AutoscalingConfigOrBuilder */ java.util.List getAsymmetricAutoscalingOptionsList(); + /** * * @@ -150,6 +155,7 @@ public interface AutoscalingConfigOrBuilder */ com.google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption getAsymmetricAutoscalingOptions(int index); + /** * * @@ -170,6 +176,7 @@ public interface AutoscalingConfigOrBuilder * */ int getAsymmetricAutoscalingOptionsCount(); + /** * * @@ -194,6 +201,7 @@ public interface AutoscalingConfigOrBuilder com.google.spanner.admin.instance.v1.AutoscalingConfig .AsymmetricAutoscalingOptionOrBuilder> getAsymmetricAutoscalingOptionsOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigMetadata.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigMetadata.java index 4491e62828..82c7267e23 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigMetadata.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigMetadata.java @@ -34,6 +34,7 @@ public final class CreateInstanceConfigMetadata extends com.google.protobuf.Gene // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.CreateInstanceConfigMetadata) CreateInstanceConfigMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateInstanceConfigMetadata.newBuilder() to construct. private CreateInstanceConfigMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int INSTANCE_CONFIG_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.InstanceConfig instanceConfig_; + /** * * @@ -80,6 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -97,6 +100,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { ? com.google.spanner.admin.instance.v1.InstanceConfig.getDefaultInstance() : instanceConfig_; } + /** * * @@ -115,6 +119,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC public static final int PROGRESS_FIELD_NUMBER = 2; private com.google.spanner.admin.instance.v1.OperationProgress progress_; + /** * * @@ -132,6 +137,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC public boolean hasProgress() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -151,6 +157,7 @@ public com.google.spanner.admin.instance.v1.OperationProgress getProgress() { ? com.google.spanner.admin.instance.v1.OperationProgress.getDefaultInstance() : progress_; } + /** * * @@ -171,6 +178,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre public static final int CANCEL_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -186,6 +194,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -201,6 +210,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -409,6 +419,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -657,6 +668,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.InstanceConfig.Builder, com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder> instanceConfigBuilder_; + /** * * @@ -671,6 +683,7 @@ public Builder mergeFrom( public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -691,6 +704,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { return instanceConfigBuilder_.getMessage(); } } + /** * * @@ -713,6 +727,7 @@ public Builder setInstanceConfig(com.google.spanner.admin.instance.v1.InstanceCo onChanged(); return this; } + /** * * @@ -733,6 +748,7 @@ public Builder setInstanceConfig( onChanged(); return this; } + /** * * @@ -761,6 +777,7 @@ public Builder mergeInstanceConfig(com.google.spanner.admin.instance.v1.Instance } return this; } + /** * * @@ -780,6 +797,7 @@ public Builder clearInstanceConfig() { onChanged(); return this; } + /** * * @@ -794,6 +812,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo onChanged(); return getInstanceConfigFieldBuilder().getBuilder(); } + /** * * @@ -813,6 +832,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo : instanceConfig_; } } + /** * * @@ -845,6 +865,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo com.google.spanner.admin.instance.v1.OperationProgress.Builder, com.google.spanner.admin.instance.v1.OperationProgressOrBuilder> progressBuilder_; + /** * * @@ -861,6 +882,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo public boolean hasProgress() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -883,6 +905,7 @@ public com.google.spanner.admin.instance.v1.OperationProgress getProgress() { return progressBuilder_.getMessage(); } } + /** * * @@ -907,6 +930,7 @@ public Builder setProgress(com.google.spanner.admin.instance.v1.OperationProgres onChanged(); return this; } + /** * * @@ -929,6 +953,7 @@ public Builder setProgress( onChanged(); return this; } + /** * * @@ -959,6 +984,7 @@ public Builder mergeProgress(com.google.spanner.admin.instance.v1.OperationProgr } return this; } + /** * * @@ -980,6 +1006,7 @@ public Builder clearProgress() { onChanged(); return this; } + /** * * @@ -996,6 +1023,7 @@ public com.google.spanner.admin.instance.v1.OperationProgress.Builder getProgres onChanged(); return getProgressFieldBuilder().getBuilder(); } + /** * * @@ -1016,6 +1044,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre : progress_; } } + /** * * @@ -1050,6 +1079,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1064,6 +1094,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1084,6 +1115,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1106,6 +1138,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1125,6 +1158,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1152,6 +1186,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1171,6 +1206,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1185,6 +1221,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1203,6 +1240,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigMetadataOrBuilder.java index 47caf821c4..e517ff79f9 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface CreateInstanceConfigMetadataOrBuilder * @return Whether the instanceConfig field is set. */ boolean hasInstanceConfig(); + /** * * @@ -48,6 +49,7 @@ public interface CreateInstanceConfigMetadataOrBuilder * @return The instanceConfig. */ com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig(); + /** * * @@ -73,6 +75,7 @@ public interface CreateInstanceConfigMetadataOrBuilder * @return Whether the progress field is set. */ boolean hasProgress(); + /** * * @@ -87,6 +90,7 @@ public interface CreateInstanceConfigMetadataOrBuilder * @return The progress. */ com.google.spanner.admin.instance.v1.OperationProgress getProgress(); + /** * * @@ -112,6 +116,7 @@ public interface CreateInstanceConfigMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -124,6 +129,7 @@ public interface CreateInstanceConfigMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigRequest.java index 93781ef30a..5bfad4d906 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigRequest.java @@ -34,6 +34,7 @@ public final class CreateInstanceConfigRequest extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.CreateInstanceConfigRequest) CreateInstanceConfigRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateInstanceConfigRequest.newBuilder() to construct. private CreateInstanceConfigRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -127,6 +130,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceConfigId_ = ""; + /** * * @@ -153,6 +157,7 @@ public java.lang.String getInstanceConfigId() { return s; } } + /** * * @@ -182,6 +187,7 @@ public com.google.protobuf.ByteString getInstanceConfigIdBytes() { public static final int INSTANCE_CONFIG_FIELD_NUMBER = 3; private com.google.spanner.admin.instance.v1.InstanceConfig instanceConfig_; + /** * * @@ -203,6 +209,7 @@ public com.google.protobuf.ByteString getInstanceConfigIdBytes() { public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -226,6 +233,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { ? com.google.spanner.admin.instance.v1.InstanceConfig.getDefaultInstance() : instanceConfig_; } + /** * * @@ -250,6 +258,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC public static final int VALIDATE_ONLY_FIELD_NUMBER = 4; private boolean validateOnly_ = false; + /** * * @@ -459,6 +468,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -706,6 +716,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -731,6 +742,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -756,6 +768,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -780,6 +793,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -800,6 +814,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -827,6 +842,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceConfigId_ = ""; + /** * * @@ -852,6 +868,7 @@ public java.lang.String getInstanceConfigId() { return (java.lang.String) ref; } } + /** * * @@ -877,6 +894,7 @@ public com.google.protobuf.ByteString getInstanceConfigIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -901,6 +919,7 @@ public Builder setInstanceConfigId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -921,6 +940,7 @@ public Builder clearInstanceConfigId() { onChanged(); return this; } + /** * * @@ -953,6 +973,7 @@ public Builder setInstanceConfigIdBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.instance.v1.InstanceConfig.Builder, com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder> instanceConfigBuilder_; + /** * * @@ -973,6 +994,7 @@ public Builder setInstanceConfigIdBytes(com.google.protobuf.ByteString value) { public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -999,6 +1021,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { return instanceConfigBuilder_.getMessage(); } } + /** * * @@ -1027,6 +1050,7 @@ public Builder setInstanceConfig(com.google.spanner.admin.instance.v1.InstanceCo onChanged(); return this; } + /** * * @@ -1053,6 +1077,7 @@ public Builder setInstanceConfig( onChanged(); return this; } + /** * * @@ -1087,6 +1112,7 @@ public Builder mergeInstanceConfig(com.google.spanner.admin.instance.v1.Instance } return this; } + /** * * @@ -1112,6 +1138,7 @@ public Builder clearInstanceConfig() { onChanged(); return this; } + /** * * @@ -1132,6 +1159,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo onChanged(); return getInstanceConfigFieldBuilder().getBuilder(); } + /** * * @@ -1157,6 +1185,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo : instanceConfig_; } } + /** * * @@ -1190,6 +1219,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo } private boolean validateOnly_; + /** * * @@ -1206,6 +1236,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo public boolean getValidateOnly() { return validateOnly_; } + /** * * @@ -1226,6 +1257,7 @@ public Builder setValidateOnly(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigRequestOrBuilder.java index a55abe73de..a1488d78aa 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceConfigRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface CreateInstanceConfigRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -70,6 +71,7 @@ public interface CreateInstanceConfigRequestOrBuilder * @return The instanceConfigId. */ java.lang.String getInstanceConfigId(); + /** * * @@ -104,6 +106,7 @@ public interface CreateInstanceConfigRequestOrBuilder * @return Whether the instanceConfig field is set. */ boolean hasInstanceConfig(); + /** * * @@ -122,6 +125,7 @@ public interface CreateInstanceConfigRequestOrBuilder * @return The instanceConfig. */ com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceMetadata.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceMetadata.java index c628002c24..917033b290 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceMetadata.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceMetadata.java @@ -34,6 +34,7 @@ public final class CreateInstanceMetadata extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.CreateInstanceMetadata) CreateInstanceMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateInstanceMetadata.newBuilder() to construct. private CreateInstanceMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int INSTANCE_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.Instance instance_; + /** * * @@ -82,6 +84,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -99,6 +102,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { ? com.google.spanner.admin.instance.v1.Instance.getDefaultInstance() : instance_; } + /** * * @@ -117,6 +121,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild public static final int START_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp startTime_; + /** * * @@ -134,6 +139,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -151,6 +157,7 @@ public boolean hasStartTime() { public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } + /** * * @@ -169,6 +176,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int CANCEL_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -186,6 +194,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -203,6 +212,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -221,6 +231,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp endTime_; + /** * * @@ -236,6 +247,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -251,6 +263,7 @@ public boolean hasEndTime() { public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } + /** * * @@ -267,6 +280,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public static final int EXPECTED_FULFILLMENT_PERIOD_FIELD_NUMBER = 5; private int expectedFulfillmentPeriod_ = 0; + /** * * @@ -283,6 +297,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public int getExpectedFulfillmentPeriodValue() { return expectedFulfillmentPeriod_; } + /** * * @@ -525,6 +540,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -799,6 +815,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.Instance.Builder, com.google.spanner.admin.instance.v1.InstanceOrBuilder> instanceBuilder_; + /** * * @@ -813,6 +830,7 @@ public Builder mergeFrom( public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -833,6 +851,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { return instanceBuilder_.getMessage(); } } + /** * * @@ -855,6 +874,7 @@ public Builder setInstance(com.google.spanner.admin.instance.v1.Instance value) onChanged(); return this; } + /** * * @@ -875,6 +895,7 @@ public Builder setInstance( onChanged(); return this; } + /** * * @@ -902,6 +923,7 @@ public Builder mergeInstance(com.google.spanner.admin.instance.v1.Instance value } return this; } + /** * * @@ -921,6 +943,7 @@ public Builder clearInstance() { onChanged(); return this; } + /** * * @@ -935,6 +958,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder getInstanceBuilder( onChanged(); return getInstanceFieldBuilder().getBuilder(); } + /** * * @@ -953,6 +977,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild : instance_; } } + /** * * @@ -985,6 +1010,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** * * @@ -1001,6 +1027,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1021,6 +1048,7 @@ public com.google.protobuf.Timestamp getStartTime() { return startTimeBuilder_.getMessage(); } } + /** * * @@ -1045,6 +1073,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1066,6 +1095,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu onChanged(); return this; } + /** * * @@ -1095,6 +1125,7 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1116,6 +1147,7 @@ public Builder clearStartTime() { onChanged(); return this; } + /** * * @@ -1132,6 +1164,7 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { onChanged(); return getStartTimeFieldBuilder().getBuilder(); } + /** * * @@ -1150,6 +1183,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } + /** * * @@ -1184,6 +1218,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1200,6 +1235,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1222,6 +1258,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1246,6 +1283,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1267,6 +1305,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1296,6 +1335,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1317,6 +1357,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1333,6 +1374,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1353,6 +1395,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * @@ -1387,6 +1430,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** * * @@ -1401,6 +1445,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1419,6 +1464,7 @@ public com.google.protobuf.Timestamp getEndTime() { return endTimeBuilder_.getMessage(); } } + /** * * @@ -1441,6 +1487,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1460,6 +1507,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) onChanged(); return this; } + /** * * @@ -1487,6 +1535,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1506,6 +1555,7 @@ public Builder clearEndTime() { onChanged(); return this; } + /** * * @@ -1520,6 +1570,7 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { onChanged(); return getEndTimeFieldBuilder().getBuilder(); } + /** * * @@ -1536,6 +1587,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } + /** * * @@ -1563,6 +1615,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { } private int expectedFulfillmentPeriod_ = 0; + /** * * @@ -1579,6 +1632,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public int getExpectedFulfillmentPeriodValue() { return expectedFulfillmentPeriod_; } + /** * * @@ -1598,6 +1652,7 @@ public Builder setExpectedFulfillmentPeriodValue(int value) { onChanged(); return this; } + /** * * @@ -1619,6 +1674,7 @@ public com.google.spanner.admin.instance.v1.FulfillmentPeriod getExpectedFulfill ? com.google.spanner.admin.instance.v1.FulfillmentPeriod.UNRECOGNIZED : result; } + /** * * @@ -1642,6 +1698,7 @@ public Builder setExpectedFulfillmentPeriod( onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceMetadataOrBuilder.java index 5c6ee9e3f0..05931135fc 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface CreateInstanceMetadataOrBuilder * @return Whether the instance field is set. */ boolean hasInstance(); + /** * * @@ -48,6 +49,7 @@ public interface CreateInstanceMetadataOrBuilder * @return The instance. */ com.google.spanner.admin.instance.v1.Instance getInstance(); + /** * * @@ -73,6 +75,7 @@ public interface CreateInstanceMetadataOrBuilder * @return Whether the startTime field is set. */ boolean hasStartTime(); + /** * * @@ -87,6 +90,7 @@ public interface CreateInstanceMetadataOrBuilder * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); + /** * * @@ -114,6 +118,7 @@ public interface CreateInstanceMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -128,6 +133,7 @@ public interface CreateInstanceMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * @@ -153,6 +159,7 @@ public interface CreateInstanceMetadataOrBuilder * @return Whether the endTime field is set. */ boolean hasEndTime(); + /** * * @@ -165,6 +172,7 @@ public interface CreateInstanceMetadataOrBuilder * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); + /** * * @@ -189,6 +197,7 @@ public interface CreateInstanceMetadataOrBuilder * @return The enum numeric value on the wire for expectedFulfillmentPeriod. */ int getExpectedFulfillmentPeriodValue(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionMetadata.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionMetadata.java index e1dc3716c8..4887973e8d 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionMetadata.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionMetadata.java @@ -34,6 +34,7 @@ public final class CreateInstancePartitionMetadata extends com.google.protobuf.G // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.CreateInstancePartitionMetadata) CreateInstancePartitionMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateInstancePartitionMetadata.newBuilder() to construct. private CreateInstancePartitionMetadata( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -66,6 +67,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int INSTANCE_PARTITION_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.InstancePartition instancePartition_; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasInstancePartition() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -98,6 +101,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti ? com.google.spanner.admin.instance.v1.InstancePartition.getDefaultInstance() : instancePartition_; } + /** * * @@ -117,6 +121,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti public static final int START_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp startTime_; + /** * * @@ -134,6 +139,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -151,6 +157,7 @@ public boolean hasStartTime() { public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } + /** * * @@ -169,6 +176,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int CANCEL_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -186,6 +194,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -203,6 +212,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -221,6 +231,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp endTime_; + /** * * @@ -236,6 +247,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -251,6 +263,7 @@ public boolean hasEndTime() { public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } + /** * * @@ -473,6 +486,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -745,6 +759,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.InstancePartition.Builder, com.google.spanner.admin.instance.v1.InstancePartitionOrBuilder> instancePartitionBuilder_; + /** * * @@ -759,6 +774,7 @@ public Builder mergeFrom( public boolean hasInstancePartition() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -779,6 +795,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti return instancePartitionBuilder_.getMessage(); } } + /** * * @@ -802,6 +819,7 @@ public Builder setInstancePartition( onChanged(); return this; } + /** * * @@ -822,6 +840,7 @@ public Builder setInstancePartition( onChanged(); return this; } + /** * * @@ -851,6 +870,7 @@ public Builder mergeInstancePartition( } return this; } + /** * * @@ -870,6 +890,7 @@ public Builder clearInstancePartition() { onChanged(); return this; } + /** * * @@ -885,6 +906,7 @@ public Builder clearInstancePartition() { onChanged(); return getInstancePartitionFieldBuilder().getBuilder(); } + /** * * @@ -904,6 +926,7 @@ public Builder clearInstancePartition() { : instancePartition_; } } + /** * * @@ -936,6 +959,7 @@ public Builder clearInstancePartition() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** * * @@ -952,6 +976,7 @@ public Builder clearInstancePartition() { public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -972,6 +997,7 @@ public com.google.protobuf.Timestamp getStartTime() { return startTimeBuilder_.getMessage(); } } + /** * * @@ -996,6 +1022,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1017,6 +1044,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu onChanged(); return this; } + /** * * @@ -1046,6 +1074,7 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1067,6 +1096,7 @@ public Builder clearStartTime() { onChanged(); return this; } + /** * * @@ -1083,6 +1113,7 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { onChanged(); return getStartTimeFieldBuilder().getBuilder(); } + /** * * @@ -1101,6 +1132,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } + /** * * @@ -1135,6 +1167,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1151,6 +1184,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1173,6 +1207,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1197,6 +1232,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1218,6 +1254,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1247,6 +1284,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1268,6 +1306,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1284,6 +1323,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1304,6 +1344,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * @@ -1338,6 +1379,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** * * @@ -1352,6 +1394,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1370,6 +1413,7 @@ public com.google.protobuf.Timestamp getEndTime() { return endTimeBuilder_.getMessage(); } } + /** * * @@ -1392,6 +1436,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1411,6 +1456,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) onChanged(); return this; } + /** * * @@ -1438,6 +1484,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1457,6 +1504,7 @@ public Builder clearEndTime() { onChanged(); return this; } + /** * * @@ -1471,6 +1519,7 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { onChanged(); return getEndTimeFieldBuilder().getBuilder(); } + /** * * @@ -1487,6 +1536,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionMetadataOrBuilder.java index 6be357b255..96f1f9d779 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface CreateInstancePartitionMetadataOrBuilder * @return Whether the instancePartition field is set. */ boolean hasInstancePartition(); + /** * * @@ -48,6 +49,7 @@ public interface CreateInstancePartitionMetadataOrBuilder * @return The instancePartition. */ com.google.spanner.admin.instance.v1.InstancePartition getInstancePartition(); + /** * * @@ -73,6 +75,7 @@ public interface CreateInstancePartitionMetadataOrBuilder * @return Whether the startTime field is set. */ boolean hasStartTime(); + /** * * @@ -87,6 +90,7 @@ public interface CreateInstancePartitionMetadataOrBuilder * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); + /** * * @@ -114,6 +118,7 @@ public interface CreateInstancePartitionMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -128,6 +133,7 @@ public interface CreateInstancePartitionMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * @@ -153,6 +159,7 @@ public interface CreateInstancePartitionMetadataOrBuilder * @return Whether the endTime field is set. */ boolean hasEndTime(); + /** * * @@ -165,6 +172,7 @@ public interface CreateInstancePartitionMetadataOrBuilder * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionRequest.java index d12d52b0e1..b960bd21d1 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionRequest.java @@ -34,6 +34,7 @@ public final class CreateInstancePartitionRequest extends com.google.protobuf.Ge // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.CreateInstancePartitionRequest) CreateInstancePartitionRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateInstancePartitionRequest.newBuilder() to construct. private CreateInstancePartitionRequest( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -98,6 +100,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -130,6 +133,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instancePartitionId_ = ""; + /** * * @@ -155,6 +159,7 @@ public java.lang.String getInstancePartitionId() { return s; } } + /** * * @@ -183,6 +188,7 @@ public com.google.protobuf.ByteString getInstancePartitionIdBytes() { public static final int INSTANCE_PARTITION_FIELD_NUMBER = 3; private com.google.spanner.admin.instance.v1.InstancePartition instancePartition_; + /** * * @@ -202,6 +208,7 @@ public com.google.protobuf.ByteString getInstancePartitionIdBytes() { public boolean hasInstancePartition() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -223,6 +230,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti ? com.google.spanner.admin.instance.v1.InstancePartition.getDefaultInstance() : instancePartition_; } + /** * * @@ -428,6 +436,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -668,6 +677,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -694,6 +704,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -720,6 +731,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -745,6 +757,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -766,6 +779,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -794,6 +808,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instancePartitionId_ = ""; + /** * * @@ -818,6 +833,7 @@ public java.lang.String getInstancePartitionId() { return (java.lang.String) ref; } } + /** * * @@ -842,6 +858,7 @@ public com.google.protobuf.ByteString getInstancePartitionIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -865,6 +882,7 @@ public Builder setInstancePartitionId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -884,6 +902,7 @@ public Builder clearInstancePartitionId() { onChanged(); return this; } + /** * * @@ -915,6 +934,7 @@ public Builder setInstancePartitionIdBytes(com.google.protobuf.ByteString value) com.google.spanner.admin.instance.v1.InstancePartition.Builder, com.google.spanner.admin.instance.v1.InstancePartitionOrBuilder> instancePartitionBuilder_; + /** * * @@ -933,6 +953,7 @@ public Builder setInstancePartitionIdBytes(com.google.protobuf.ByteString value) public boolean hasInstancePartition() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -957,6 +978,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti return instancePartitionBuilder_.getMessage(); } } + /** * * @@ -984,6 +1006,7 @@ public Builder setInstancePartition( onChanged(); return this; } + /** * * @@ -1008,6 +1031,7 @@ public Builder setInstancePartition( onChanged(); return this; } + /** * * @@ -1041,6 +1065,7 @@ public Builder mergeInstancePartition( } return this; } + /** * * @@ -1064,6 +1089,7 @@ public Builder clearInstancePartition() { onChanged(); return this; } + /** * * @@ -1083,6 +1109,7 @@ public Builder clearInstancePartition() { onChanged(); return getInstancePartitionFieldBuilder().getBuilder(); } + /** * * @@ -1106,6 +1133,7 @@ public Builder clearInstancePartition() { : instancePartition_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionRequestOrBuilder.java index f562c2113c..3add3c9a39 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstancePartitionRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface CreateInstancePartitionRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -71,6 +72,7 @@ public interface CreateInstancePartitionRequestOrBuilder * @return The instancePartitionId. */ java.lang.String getInstancePartitionId(); + /** * * @@ -102,6 +104,7 @@ public interface CreateInstancePartitionRequestOrBuilder * @return Whether the instancePartition field is set. */ boolean hasInstancePartition(); + /** * * @@ -118,6 +121,7 @@ public interface CreateInstancePartitionRequestOrBuilder * @return The instancePartition. */ com.google.spanner.admin.instance.v1.InstancePartition getInstancePartition(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceRequest.java index e5ae3f4b88..3ed32b1918 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceRequest.java @@ -34,6 +34,7 @@ public final class CreateInstanceRequest extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.CreateInstanceRequest) CreateInstanceRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateInstanceRequest.newBuilder() to construct. private CreateInstanceRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -127,6 +130,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -152,6 +156,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -180,6 +185,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { public static final int INSTANCE_FIELD_NUMBER = 3; private com.google.spanner.admin.instance.v1.Instance instance_; + /** * * @@ -198,6 +204,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -218,6 +225,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { ? com.google.spanner.admin.instance.v1.Instance.getDefaultInstance() : instance_; } + /** * * @@ -420,6 +428,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -649,6 +658,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -674,6 +684,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -699,6 +710,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -723,6 +735,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -743,6 +756,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -770,6 +784,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -794,6 +809,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -818,6 +834,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -841,6 +858,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -860,6 +878,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -891,6 +910,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.instance.v1.Instance.Builder, com.google.spanner.admin.instance.v1.InstanceOrBuilder> instanceBuilder_; + /** * * @@ -908,6 +928,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { public boolean hasInstance() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -931,6 +952,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { return instanceBuilder_.getMessage(); } } + /** * * @@ -956,6 +978,7 @@ public Builder setInstance(com.google.spanner.admin.instance.v1.Instance value) onChanged(); return this; } + /** * * @@ -979,6 +1002,7 @@ public Builder setInstance( onChanged(); return this; } + /** * * @@ -1009,6 +1033,7 @@ public Builder mergeInstance(com.google.spanner.admin.instance.v1.Instance value } return this; } + /** * * @@ -1031,6 +1056,7 @@ public Builder clearInstance() { onChanged(); return this; } + /** * * @@ -1048,6 +1074,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder getInstanceBuilder( onChanged(); return getInstanceFieldBuilder().getBuilder(); } + /** * * @@ -1069,6 +1096,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild : instance_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceRequestOrBuilder.java index 11ff2ddac7..eeb539336c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/CreateInstanceRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface CreateInstanceRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -69,6 +70,7 @@ public interface CreateInstanceRequestOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -99,6 +101,7 @@ public interface CreateInstanceRequestOrBuilder * @return Whether the instance field is set. */ boolean hasInstance(); + /** * * @@ -114,6 +117,7 @@ public interface CreateInstanceRequestOrBuilder * @return The instance. */ com.google.spanner.admin.instance.v1.Instance getInstance(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceConfigRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceConfigRequest.java index 84af0f574e..fbdf510d14 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceConfigRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceConfigRequest.java @@ -34,6 +34,7 @@ public final class DeleteInstanceConfigRequest extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.DeleteInstanceConfigRequest) DeleteInstanceConfigRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use DeleteInstanceConfigRequest.newBuilder() to construct. private DeleteInstanceConfigRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -128,6 +131,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private volatile java.lang.Object etag_ = ""; + /** * * @@ -157,6 +161,7 @@ public java.lang.String getEtag() { return s; } } + /** * * @@ -189,6 +194,7 @@ public com.google.protobuf.ByteString getEtagBytes() { public static final int VALIDATE_ONLY_FIELD_NUMBER = 3; private boolean validateOnly_ = false; + /** * * @@ -384,6 +390,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -601,6 +608,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -627,6 +635,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -653,6 +662,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -678,6 +688,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -699,6 +710,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -727,6 +739,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private java.lang.Object etag_ = ""; + /** * * @@ -755,6 +768,7 @@ public java.lang.String getEtag() { return (java.lang.String) ref; } } + /** * * @@ -783,6 +797,7 @@ public com.google.protobuf.ByteString getEtagBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -810,6 +825,7 @@ public Builder setEtag(java.lang.String value) { onChanged(); return this; } + /** * * @@ -833,6 +849,7 @@ public Builder clearEtag() { onChanged(); return this; } + /** * * @@ -863,6 +880,7 @@ public Builder setEtagBytes(com.google.protobuf.ByteString value) { } private boolean validateOnly_; + /** * * @@ -879,6 +897,7 @@ public Builder setEtagBytes(com.google.protobuf.ByteString value) { public boolean getValidateOnly() { return validateOnly_; } + /** * * @@ -899,6 +918,7 @@ public Builder setValidateOnly(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceConfigRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceConfigRequestOrBuilder.java index da4de200e2..498ec258d4 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceConfigRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceConfigRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface DeleteInstanceConfigRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -75,6 +76,7 @@ public interface DeleteInstanceConfigRequestOrBuilder * @return The etag. */ java.lang.String getEtag(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstancePartitionRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstancePartitionRequest.java index 74c8990bc4..e70abad4f4 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstancePartitionRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstancePartitionRequest.java @@ -34,6 +34,7 @@ public final class DeleteInstancePartitionRequest extends com.google.protobuf.Ge // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.DeleteInstancePartitionRequest) DeleteInstancePartitionRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use DeleteInstancePartitionRequest.newBuilder() to construct. private DeleteInstancePartitionRequest( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -97,6 +99,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -129,6 +132,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private volatile java.lang.Object etag_ = ""; + /** * * @@ -155,6 +159,7 @@ public java.lang.String getEtag() { return s; } } + /** * * @@ -352,6 +357,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -559,6 +565,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -585,6 +592,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -611,6 +619,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -636,6 +645,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -657,6 +667,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -685,6 +696,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private java.lang.Object etag_ = ""; + /** * * @@ -710,6 +722,7 @@ public java.lang.String getEtag() { return (java.lang.String) ref; } } + /** * * @@ -735,6 +748,7 @@ public com.google.protobuf.ByteString getEtagBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -759,6 +773,7 @@ public Builder setEtag(java.lang.String value) { onChanged(); return this; } + /** * * @@ -779,6 +794,7 @@ public Builder clearEtag() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstancePartitionRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstancePartitionRequestOrBuilder.java index 6b64c44400..d104570093 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstancePartitionRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstancePartitionRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface DeleteInstancePartitionRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -72,6 +73,7 @@ public interface DeleteInstancePartitionRequestOrBuilder * @return The etag. */ java.lang.String getEtag(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceRequest.java index ae2ce6e44c..35366b1cba 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceRequest.java @@ -34,6 +34,7 @@ public final class DeleteInstanceRequest extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.DeleteInstanceRequest) DeleteInstanceRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use DeleteInstanceRequest.newBuilder() to construct. private DeleteInstanceRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -281,6 +284,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -466,6 +470,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -491,6 +496,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -516,6 +522,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -540,6 +547,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -560,6 +568,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceRequestOrBuilder.java index 132c7daa89..3757791c24 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/DeleteInstanceRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface DeleteInstanceRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FreeInstanceMetadata.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FreeInstanceMetadata.java index e45bfdc04e..5442ae2b73 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FreeInstanceMetadata.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FreeInstanceMetadata.java @@ -34,6 +34,7 @@ public final class FreeInstanceMetadata extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.FreeInstanceMetadata) FreeInstanceMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use FreeInstanceMetadata.newBuilder() to construct. private FreeInstanceMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -119,6 +120,7 @@ public enum ExpireBehavior implements com.google.protobuf.ProtocolMessageEnum { * EXPIRE_BEHAVIOR_UNSPECIFIED = 0; */ public static final int EXPIRE_BEHAVIOR_UNSPECIFIED_VALUE = 0; + /** * * @@ -130,6 +132,7 @@ public enum ExpireBehavior implements com.google.protobuf.ProtocolMessageEnum { * FREE_TO_PROVISIONED = 1; */ public static final int FREE_TO_PROVISIONED_VALUE = 1; + /** * * @@ -230,6 +233,7 @@ private ExpireBehavior(int value) { private int bitField0_; public static final int EXPIRE_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp expireTime_; + /** * * @@ -249,6 +253,7 @@ private ExpireBehavior(int value) { public boolean hasExpireTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -268,6 +273,7 @@ public boolean hasExpireTime() { public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } + /** * * @@ -288,6 +294,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public static final int UPGRADE_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp upgradeTime_; + /** * * @@ -305,6 +312,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public boolean hasUpgradeTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -322,6 +330,7 @@ public boolean hasUpgradeTime() { public com.google.protobuf.Timestamp getUpgradeTime() { return upgradeTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : upgradeTime_; } + /** * * @@ -340,6 +349,7 @@ public com.google.protobuf.TimestampOrBuilder getUpgradeTimeOrBuilder() { public static final int EXPIRE_BEHAVIOR_FIELD_NUMBER = 3; private int expireBehavior_ = 0; + /** * * @@ -359,6 +369,7 @@ public com.google.protobuf.TimestampOrBuilder getUpgradeTimeOrBuilder() { public int getExpireBehaviorValue() { return expireBehavior_; } + /** * * @@ -579,6 +590,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -816,6 +828,7 @@ public Builder mergeFrom( com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + /** * * @@ -835,6 +848,7 @@ public Builder mergeFrom( public boolean hasExpireTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -860,6 +874,7 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTimeBuilder_.getMessage(); } } + /** * * @@ -887,6 +902,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -911,6 +927,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -943,6 +960,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -967,6 +985,7 @@ public Builder clearExpireTime() { onChanged(); return this; } + /** * * @@ -986,6 +1005,7 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { onChanged(); return getExpireTimeFieldBuilder().getBuilder(); } + /** * * @@ -1009,6 +1029,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { : expireTime_; } } + /** * * @@ -1046,6 +1067,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> upgradeTimeBuilder_; + /** * * @@ -1063,6 +1085,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public boolean hasUpgradeTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1086,6 +1109,7 @@ public com.google.protobuf.Timestamp getUpgradeTime() { return upgradeTimeBuilder_.getMessage(); } } + /** * * @@ -1111,6 +1135,7 @@ public Builder setUpgradeTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1133,6 +1158,7 @@ public Builder setUpgradeTime(com.google.protobuf.Timestamp.Builder builderForVa onChanged(); return this; } + /** * * @@ -1163,6 +1189,7 @@ public Builder mergeUpgradeTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1185,6 +1212,7 @@ public Builder clearUpgradeTime() { onChanged(); return this; } + /** * * @@ -1202,6 +1230,7 @@ public com.google.protobuf.Timestamp.Builder getUpgradeTimeBuilder() { onChanged(); return getUpgradeTimeFieldBuilder().getBuilder(); } + /** * * @@ -1223,6 +1252,7 @@ public com.google.protobuf.TimestampOrBuilder getUpgradeTimeOrBuilder() { : upgradeTime_; } } + /** * * @@ -1253,6 +1283,7 @@ public com.google.protobuf.TimestampOrBuilder getUpgradeTimeOrBuilder() { } private int expireBehavior_ = 0; + /** * * @@ -1272,6 +1303,7 @@ public com.google.protobuf.TimestampOrBuilder getUpgradeTimeOrBuilder() { public int getExpireBehaviorValue() { return expireBehavior_; } + /** * * @@ -1294,6 +1326,7 @@ public Builder setExpireBehaviorValue(int value) { onChanged(); return this; } + /** * * @@ -1319,6 +1352,7 @@ public Builder setExpireBehaviorValue(int value) { ? com.google.spanner.admin.instance.v1.FreeInstanceMetadata.ExpireBehavior.UNRECOGNIZED : result; } + /** * * @@ -1345,6 +1379,7 @@ public Builder setExpireBehavior( onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FreeInstanceMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FreeInstanceMetadataOrBuilder.java index ee613ec784..9236723ee3 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FreeInstanceMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FreeInstanceMetadataOrBuilder.java @@ -40,6 +40,7 @@ public interface FreeInstanceMetadataOrBuilder * @return Whether the expireTime field is set. */ boolean hasExpireTime(); + /** * * @@ -56,6 +57,7 @@ public interface FreeInstanceMetadataOrBuilder * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); + /** * * @@ -85,6 +87,7 @@ public interface FreeInstanceMetadataOrBuilder * @return Whether the upgradeTime field is set. */ boolean hasUpgradeTime(); + /** * * @@ -99,6 +102,7 @@ public interface FreeInstanceMetadataOrBuilder * @return The upgradeTime. */ com.google.protobuf.Timestamp getUpgradeTime(); + /** * * @@ -128,6 +132,7 @@ public interface FreeInstanceMetadataOrBuilder * @return The enum numeric value on the wire for expireBehavior. */ int getExpireBehaviorValue(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FulfillmentPeriod.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FulfillmentPeriod.java index c844df54fb..e31785472d 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FulfillmentPeriod.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/FulfillmentPeriod.java @@ -74,6 +74,7 @@ public enum FulfillmentPeriod implements com.google.protobuf.ProtocolMessageEnum * FULFILLMENT_PERIOD_UNSPECIFIED = 0; */ public static final int FULFILLMENT_PERIOD_UNSPECIFIED_VALUE = 0; + /** * * @@ -85,6 +86,7 @@ public enum FulfillmentPeriod implements com.google.protobuf.ProtocolMessageEnum * FULFILLMENT_PERIOD_NORMAL = 1; */ public static final int FULFILLMENT_PERIOD_NORMAL_VALUE = 1; + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceConfigRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceConfigRequest.java index c03db8117e..8e99997e4b 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceConfigRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceConfigRequest.java @@ -34,6 +34,7 @@ public final class GetInstanceConfigRequest extends com.google.protobuf.Generate // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.GetInstanceConfigRequest) GetInstanceConfigRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use GetInstanceConfigRequest.newBuilder() to construct. private GetInstanceConfigRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -281,6 +284,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -469,6 +473,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -494,6 +499,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -519,6 +525,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -543,6 +550,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -563,6 +571,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceConfigRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceConfigRequestOrBuilder.java index 6339c9f046..043c32fb61 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceConfigRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceConfigRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface GetInstanceConfigRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstancePartitionRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstancePartitionRequest.java index b57018e78b..27e97ac8e8 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstancePartitionRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstancePartitionRequest.java @@ -34,6 +34,7 @@ public final class GetInstancePartitionRequest extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.GetInstancePartitionRequest) GetInstancePartitionRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use GetInstancePartitionRequest.newBuilder() to construct. private GetInstancePartitionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -283,6 +286,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -472,6 +476,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -498,6 +503,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -524,6 +530,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -549,6 +556,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -570,6 +578,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstancePartitionRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstancePartitionRequestOrBuilder.java index 046bca52fb..1d0f7b641c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstancePartitionRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstancePartitionRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface GetInstancePartitionRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceRequest.java index e8526732fd..f213cfbc27 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceRequest.java @@ -34,6 +34,7 @@ public final class GetInstanceRequest extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.GetInstanceRequest) GetInstanceRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use GetInstanceRequest.newBuilder() to construct. private GetInstanceRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -124,6 +127,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int FIELD_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask fieldMask_; + /** * * @@ -142,6 +146,7 @@ public com.google.protobuf.ByteString getNameBytes() { public boolean hasFieldMask() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -160,6 +165,7 @@ public boolean hasFieldMask() { public com.google.protobuf.FieldMask getFieldMask() { return fieldMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : fieldMask_; } + /** * * @@ -351,6 +357,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -565,6 +572,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -590,6 +598,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -615,6 +624,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -639,6 +649,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -659,6 +670,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -691,6 +703,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> fieldMaskBuilder_; + /** * * @@ -708,6 +721,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public boolean hasFieldMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -729,6 +743,7 @@ public com.google.protobuf.FieldMask getFieldMask() { return fieldMaskBuilder_.getMessage(); } } + /** * * @@ -754,6 +769,7 @@ public Builder setFieldMask(com.google.protobuf.FieldMask value) { onChanged(); return this; } + /** * * @@ -776,6 +792,7 @@ public Builder setFieldMask(com.google.protobuf.FieldMask.Builder builderForValu onChanged(); return this; } + /** * * @@ -806,6 +823,7 @@ public Builder mergeFieldMask(com.google.protobuf.FieldMask value) { } return this; } + /** * * @@ -828,6 +846,7 @@ public Builder clearFieldMask() { onChanged(); return this; } + /** * * @@ -845,6 +864,7 @@ public com.google.protobuf.FieldMask.Builder getFieldMaskBuilder() { onChanged(); return getFieldMaskFieldBuilder().getBuilder(); } + /** * * @@ -864,6 +884,7 @@ public com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder() { return fieldMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : fieldMask_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceRequestOrBuilder.java index 71f372c391..9f89d73484 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/GetInstanceRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface GetInstanceRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -70,6 +71,7 @@ public interface GetInstanceRequestOrBuilder * @return Whether the fieldMask field is set. */ boolean hasFieldMask(); + /** * * @@ -85,6 +87,7 @@ public interface GetInstanceRequestOrBuilder * @return The fieldMask. */ com.google.protobuf.FieldMask getFieldMask(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/Instance.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/Instance.java index eda73827d2..fe2c0c2c7e 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/Instance.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/Instance.java @@ -33,6 +33,7 @@ public final class Instance extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.Instance) InstanceOrBuilder { private static final long serialVersionUID = 0L; + // Use Instance.newBuilder() to construct. private Instance(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -139,6 +140,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * STATE_UNSPECIFIED = 0; */ public static final int STATE_UNSPECIFIED_VALUE = 0; + /** * * @@ -151,6 +153,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * CREATING = 1; */ public static final int CREATING_VALUE = 1; + /** * * @@ -305,6 +308,7 @@ public enum InstanceType implements com.google.protobuf.ProtocolMessageEnum { * INSTANCE_TYPE_UNSPECIFIED = 0; */ public static final int INSTANCE_TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -316,6 +320,7 @@ public enum InstanceType implements com.google.protobuf.ProtocolMessageEnum { * PROVISIONED = 1; */ public static final int PROVISIONED_VALUE = 1; + /** * * @@ -476,6 +481,7 @@ public enum Edition implements com.google.protobuf.ProtocolMessageEnum { * EDITION_UNSPECIFIED = 0; */ public static final int EDITION_UNSPECIFIED_VALUE = 0; + /** * * @@ -486,6 +492,7 @@ public enum Edition implements com.google.protobuf.ProtocolMessageEnum { * STANDARD = 1; */ public static final int STANDARD_VALUE = 1; + /** * * @@ -496,6 +503,7 @@ public enum Edition implements com.google.protobuf.ProtocolMessageEnum { * ENTERPRISE = 2; */ public static final int ENTERPRISE_VALUE = 2; + /** * * @@ -652,6 +660,7 @@ public enum DefaultBackupScheduleType implements com.google.protobuf.ProtocolMes * DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED = 0; */ public static final int DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -663,6 +672,7 @@ public enum DefaultBackupScheduleType implements com.google.protobuf.ProtocolMes * NONE = 1; */ public static final int NONE_VALUE = 1; + /** * * @@ -768,6 +778,7 @@ private DefaultBackupScheduleType(int value) { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -794,6 +805,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -825,6 +837,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private volatile java.lang.Object config_ = ""; + /** * * @@ -853,6 +866,7 @@ public java.lang.String getConfig() { return s; } } + /** * * @@ -886,6 +900,7 @@ public com.google.protobuf.ByteString getConfigBytes() { @SuppressWarnings("serial") private volatile java.lang.Object displayName_ = ""; + /** * * @@ -910,6 +925,7 @@ public java.lang.String getDisplayName() { return s; } } + /** * * @@ -937,6 +953,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { public static final int NODE_COUNT_FIELD_NUMBER = 5; private int nodeCount_ = 0; + /** * * @@ -970,6 +987,7 @@ public int getNodeCount() { public static final int PROCESSING_UNITS_FIELD_NUMBER = 9; private int processingUnits_ = 0; + /** * * @@ -1007,6 +1025,7 @@ public int getProcessingUnits() { @SuppressWarnings("serial") private java.util.List replicaComputeCapacity_; + /** * * @@ -1025,6 +1044,7 @@ public int getProcessingUnits() { getReplicaComputeCapacityList() { return replicaComputeCapacity_; } + /** * * @@ -1044,6 +1064,7 @@ public int getProcessingUnits() { getReplicaComputeCapacityOrBuilderList() { return replicaComputeCapacity_; } + /** * * @@ -1061,6 +1082,7 @@ public int getProcessingUnits() { public int getReplicaComputeCapacityCount() { return replicaComputeCapacity_.size(); } + /** * * @@ -1079,6 +1101,7 @@ public com.google.spanner.admin.instance.v1.ReplicaComputeCapacity getReplicaCom int index) { return replicaComputeCapacity_.get(index); } + /** * * @@ -1100,6 +1123,7 @@ public com.google.spanner.admin.instance.v1.ReplicaComputeCapacity getReplicaCom public static final int AUTOSCALING_CONFIG_FIELD_NUMBER = 17; private com.google.spanner.admin.instance.v1.AutoscalingConfig autoscalingConfig_; + /** * * @@ -1120,6 +1144,7 @@ public com.google.spanner.admin.instance.v1.ReplicaComputeCapacity getReplicaCom public boolean hasAutoscalingConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1142,6 +1167,7 @@ public com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConf ? com.google.spanner.admin.instance.v1.AutoscalingConfig.getDefaultInstance() : autoscalingConfig_; } + /** * * @@ -1166,6 +1192,7 @@ public com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConf public static final int STATE_FIELD_NUMBER = 6; private int state_ = 0; + /** * * @@ -1187,6 +1214,7 @@ public com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConf public int getStateValue() { return state_; } + /** * * @@ -1239,6 +1267,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -1275,12 +1304,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -1314,6 +1345,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -1354,6 +1386,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -1397,6 +1430,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { public static final int INSTANCE_TYPE_FIELD_NUMBER = 10; private int instanceType_ = 0; + /** * * @@ -1412,6 +1446,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { public int getInstanceTypeValue() { return instanceType_; } + /** * * @@ -1437,6 +1472,7 @@ public com.google.spanner.admin.instance.v1.Instance.InstanceType getInstanceTyp @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList endpointUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -1451,6 +1487,7 @@ public com.google.spanner.admin.instance.v1.Instance.InstanceType getInstanceTyp public com.google.protobuf.ProtocolStringList getEndpointUrisList() { return endpointUris_; } + /** * * @@ -1465,6 +1502,7 @@ public com.google.protobuf.ProtocolStringList getEndpointUrisList() { public int getEndpointUrisCount() { return endpointUris_.size(); } + /** * * @@ -1480,6 +1518,7 @@ public int getEndpointUrisCount() { public java.lang.String getEndpointUris(int index) { return endpointUris_.get(index); } + /** * * @@ -1498,6 +1537,7 @@ public com.google.protobuf.ByteString getEndpointUrisBytes(int index) { public static final int CREATE_TIME_FIELD_NUMBER = 11; private com.google.protobuf.Timestamp createTime_; + /** * * @@ -1514,6 +1554,7 @@ public com.google.protobuf.ByteString getEndpointUrisBytes(int index) { public boolean hasCreateTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1530,6 +1571,7 @@ public boolean hasCreateTime() { public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } + /** * * @@ -1547,6 +1589,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 12; private com.google.protobuf.Timestamp updateTime_; + /** * * @@ -1563,6 +1606,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public boolean hasUpdateTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1579,6 +1623,7 @@ public boolean hasUpdateTime() { public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } + /** * * @@ -1596,6 +1641,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int FREE_INSTANCE_METADATA_FIELD_NUMBER = 13; private com.google.spanner.admin.instance.v1.FreeInstanceMetadata freeInstanceMetadata_; + /** * * @@ -1612,6 +1658,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public boolean hasFreeInstanceMetadata() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1630,6 +1677,7 @@ public com.google.spanner.admin.instance.v1.FreeInstanceMetadata getFreeInstance ? com.google.spanner.admin.instance.v1.FreeInstanceMetadata.getDefaultInstance() : freeInstanceMetadata_; } + /** * * @@ -1650,6 +1698,7 @@ public com.google.spanner.admin.instance.v1.FreeInstanceMetadata getFreeInstance public static final int EDITION_FIELD_NUMBER = 20; private int edition_ = 0; + /** * * @@ -1667,6 +1716,7 @@ public com.google.spanner.admin.instance.v1.FreeInstanceMetadata getFreeInstance public int getEditionValue() { return edition_; } + /** * * @@ -1691,6 +1741,7 @@ public com.google.spanner.admin.instance.v1.Instance.Edition getEdition() { public static final int DEFAULT_BACKUP_SCHEDULE_TYPE_FIELD_NUMBER = 23; private int defaultBackupScheduleType_ = 0; + /** * * @@ -1717,6 +1768,7 @@ public com.google.spanner.admin.instance.v1.Instance.Edition getEdition() { public int getDefaultBackupScheduleTypeValue() { return defaultBackupScheduleType_; } + /** * * @@ -2099,6 +2151,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -2609,6 +2662,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -2634,6 +2688,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -2659,6 +2714,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2683,6 +2739,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2703,6 +2760,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -2730,6 +2788,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private java.lang.Object config_ = ""; + /** * * @@ -2757,6 +2816,7 @@ public java.lang.String getConfig() { return (java.lang.String) ref; } } + /** * * @@ -2784,6 +2844,7 @@ public com.google.protobuf.ByteString getConfigBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2810,6 +2871,7 @@ public Builder setConfig(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2832,6 +2894,7 @@ public Builder clearConfig() { onChanged(); return this; } + /** * * @@ -2861,6 +2924,7 @@ public Builder setConfigBytes(com.google.protobuf.ByteString value) { } private java.lang.Object displayName_ = ""; + /** * * @@ -2884,6 +2948,7 @@ public java.lang.String getDisplayName() { return (java.lang.String) ref; } } + /** * * @@ -2907,6 +2972,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2929,6 +2995,7 @@ public Builder setDisplayName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2947,6 +3014,7 @@ public Builder clearDisplayName() { onChanged(); return this; } + /** * * @@ -2972,6 +3040,7 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { } private int nodeCount_; + /** * * @@ -3002,6 +3071,7 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { public int getNodeCount() { return nodeCount_; } + /** * * @@ -3036,6 +3106,7 @@ public Builder setNodeCount(int value) { onChanged(); return this; } + /** * * @@ -3070,6 +3141,7 @@ public Builder clearNodeCount() { } private int processingUnits_; + /** * * @@ -3101,6 +3173,7 @@ public Builder clearNodeCount() { public int getProcessingUnits() { return processingUnits_; } + /** * * @@ -3136,6 +3209,7 @@ public Builder setProcessingUnits(int value) { onChanged(); return this; } + /** * * @@ -3209,6 +3283,7 @@ private void ensureReplicaComputeCapacityIsMutable() { return replicaComputeCapacityBuilder_.getMessageList(); } } + /** * * @@ -3229,6 +3304,7 @@ public int getReplicaComputeCapacityCount() { return replicaComputeCapacityBuilder_.getCount(); } } + /** * * @@ -3250,6 +3326,7 @@ public com.google.spanner.admin.instance.v1.ReplicaComputeCapacity getReplicaCom return replicaComputeCapacityBuilder_.getMessage(index); } } + /** * * @@ -3277,6 +3354,7 @@ public Builder setReplicaComputeCapacity( } return this; } + /** * * @@ -3302,6 +3380,7 @@ public Builder setReplicaComputeCapacity( } return this; } + /** * * @@ -3329,6 +3408,7 @@ public Builder addReplicaComputeCapacity( } return this; } + /** * * @@ -3356,6 +3436,7 @@ public Builder addReplicaComputeCapacity( } return this; } + /** * * @@ -3380,6 +3461,7 @@ public Builder addReplicaComputeCapacity( } return this; } + /** * * @@ -3405,6 +3487,7 @@ public Builder addReplicaComputeCapacity( } return this; } + /** * * @@ -3430,6 +3513,7 @@ public Builder addAllReplicaComputeCapacity( } return this; } + /** * * @@ -3453,6 +3537,7 @@ public Builder clearReplicaComputeCapacity() { } return this; } + /** * * @@ -3476,6 +3561,7 @@ public Builder removeReplicaComputeCapacity(int index) { } return this; } + /** * * @@ -3493,6 +3579,7 @@ public Builder removeReplicaComputeCapacity(int index) { getReplicaComputeCapacityBuilder(int index) { return getReplicaComputeCapacityFieldBuilder().getBuilder(index); } + /** * * @@ -3514,6 +3601,7 @@ public Builder removeReplicaComputeCapacity(int index) { return replicaComputeCapacityBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -3536,6 +3624,7 @@ public Builder removeReplicaComputeCapacity(int index) { return java.util.Collections.unmodifiableList(replicaComputeCapacity_); } } + /** * * @@ -3555,6 +3644,7 @@ public Builder removeReplicaComputeCapacity(int index) { .addBuilder( com.google.spanner.admin.instance.v1.ReplicaComputeCapacity.getDefaultInstance()); } + /** * * @@ -3575,6 +3665,7 @@ public Builder removeReplicaComputeCapacity(int index) { index, com.google.spanner.admin.instance.v1.ReplicaComputeCapacity.getDefaultInstance()); } + /** * * @@ -3619,6 +3710,7 @@ public Builder removeReplicaComputeCapacity(int index) { com.google.spanner.admin.instance.v1.AutoscalingConfig.Builder, com.google.spanner.admin.instance.v1.AutoscalingConfigOrBuilder> autoscalingConfigBuilder_; + /** * * @@ -3638,6 +3730,7 @@ public Builder removeReplicaComputeCapacity(int index) { public boolean hasAutoscalingConfig() { return ((bitField0_ & 0x00000040) != 0); } + /** * * @@ -3663,6 +3756,7 @@ public com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConf return autoscalingConfigBuilder_.getMessage(); } } + /** * * @@ -3691,6 +3785,7 @@ public Builder setAutoscalingConfig( onChanged(); return this; } + /** * * @@ -3716,6 +3811,7 @@ public Builder setAutoscalingConfig( onChanged(); return this; } + /** * * @@ -3750,6 +3846,7 @@ public Builder mergeAutoscalingConfig( } return this; } + /** * * @@ -3774,6 +3871,7 @@ public Builder clearAutoscalingConfig() { onChanged(); return this; } + /** * * @@ -3794,6 +3892,7 @@ public Builder clearAutoscalingConfig() { onChanged(); return getAutoscalingConfigFieldBuilder().getBuilder(); } + /** * * @@ -3818,6 +3917,7 @@ public Builder clearAutoscalingConfig() { : autoscalingConfig_; } } + /** * * @@ -3850,6 +3950,7 @@ public Builder clearAutoscalingConfig() { } private int state_ = 0; + /** * * @@ -3871,6 +3972,7 @@ public Builder clearAutoscalingConfig() { public int getStateValue() { return state_; } + /** * * @@ -3895,6 +3997,7 @@ public Builder setStateValue(int value) { onChanged(); return this; } + /** * * @@ -3920,6 +4023,7 @@ public com.google.spanner.admin.instance.v1.Instance.State getState() { ? com.google.spanner.admin.instance.v1.Instance.State.UNRECOGNIZED : result; } + /** * * @@ -3947,6 +4051,7 @@ public Builder setState(com.google.spanner.admin.instance.v1.Instance.State valu onChanged(); return this; } + /** * * @@ -3996,6 +4101,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -4032,12 +4138,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -4071,6 +4179,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -4111,6 +4220,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -4157,6 +4267,7 @@ public Builder clearLabels() { internalGetMutableLabels().getMutableMap().clear(); return this; } + /** * * @@ -4193,12 +4304,14 @@ public Builder removeLabels(java.lang.String key) { internalGetMutableLabels().getMutableMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableLabels() { bitField0_ |= 0x00000100; return internalGetMutableLabels().getMutableMap(); } + /** * * @@ -4239,6 +4352,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { bitField0_ |= 0x00000100; return this; } + /** * * @@ -4275,6 +4389,7 @@ public Builder putAllLabels(java.util.Map va } private int instanceType_ = 0; + /** * * @@ -4290,6 +4405,7 @@ public Builder putAllLabels(java.util.Map va public int getInstanceTypeValue() { return instanceType_; } + /** * * @@ -4308,6 +4424,7 @@ public Builder setInstanceTypeValue(int value) { onChanged(); return this; } + /** * * @@ -4327,6 +4444,7 @@ public com.google.spanner.admin.instance.v1.Instance.InstanceType getInstanceTyp ? com.google.spanner.admin.instance.v1.Instance.InstanceType.UNRECOGNIZED : result; } + /** * * @@ -4349,6 +4467,7 @@ public Builder setInstanceType( onChanged(); return this; } + /** * * @@ -4376,6 +4495,7 @@ private void ensureEndpointUrisIsMutable() { } bitField0_ |= 0x00000400; } + /** * * @@ -4391,6 +4511,7 @@ public com.google.protobuf.ProtocolStringList getEndpointUrisList() { endpointUris_.makeImmutable(); return endpointUris_; } + /** * * @@ -4405,6 +4526,7 @@ public com.google.protobuf.ProtocolStringList getEndpointUrisList() { public int getEndpointUrisCount() { return endpointUris_.size(); } + /** * * @@ -4420,6 +4542,7 @@ public int getEndpointUrisCount() { public java.lang.String getEndpointUris(int index) { return endpointUris_.get(index); } + /** * * @@ -4435,6 +4558,7 @@ public java.lang.String getEndpointUris(int index) { public com.google.protobuf.ByteString getEndpointUrisBytes(int index) { return endpointUris_.getByteString(index); } + /** * * @@ -4458,6 +4582,7 @@ public Builder setEndpointUris(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -4480,6 +4605,7 @@ public Builder addEndpointUris(java.lang.String value) { onChanged(); return this; } + /** * * @@ -4499,6 +4625,7 @@ public Builder addAllEndpointUris(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -4517,6 +4644,7 @@ public Builder clearEndpointUris() { onChanged(); return this; } + /** * * @@ -4547,6 +4675,7 @@ public Builder addEndpointUrisBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + /** * * @@ -4563,6 +4692,7 @@ public Builder addEndpointUrisBytes(com.google.protobuf.ByteString value) { public boolean hasCreateTime() { return ((bitField0_ & 0x00000800) != 0); } + /** * * @@ -4585,6 +4715,7 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTimeBuilder_.getMessage(); } } + /** * * @@ -4609,6 +4740,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -4630,6 +4762,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -4659,6 +4792,7 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -4680,6 +4814,7 @@ public Builder clearCreateTime() { onChanged(); return this; } + /** * * @@ -4696,6 +4831,7 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } + /** * * @@ -4716,6 +4852,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { : createTime_; } } + /** * * @@ -4750,6 +4887,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; + /** * * @@ -4766,6 +4904,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public boolean hasUpdateTime() { return ((bitField0_ & 0x00001000) != 0); } + /** * * @@ -4788,6 +4927,7 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTimeBuilder_.getMessage(); } } + /** * * @@ -4812,6 +4952,7 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -4833,6 +4974,7 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -4862,6 +5004,7 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -4883,6 +5026,7 @@ public Builder clearUpdateTime() { onChanged(); return this; } + /** * * @@ -4899,6 +5043,7 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } + /** * * @@ -4919,6 +5064,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { : updateTime_; } } + /** * * @@ -4953,6 +5099,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { com.google.spanner.admin.instance.v1.FreeInstanceMetadata.Builder, com.google.spanner.admin.instance.v1.FreeInstanceMetadataOrBuilder> freeInstanceMetadataBuilder_; + /** * * @@ -4968,6 +5115,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public boolean hasFreeInstanceMetadata() { return ((bitField0_ & 0x00002000) != 0); } + /** * * @@ -4989,6 +5137,7 @@ public com.google.spanner.admin.instance.v1.FreeInstanceMetadata getFreeInstance return freeInstanceMetadataBuilder_.getMessage(); } } + /** * * @@ -5013,6 +5162,7 @@ public Builder setFreeInstanceMetadata( onChanged(); return this; } + /** * * @@ -5034,6 +5184,7 @@ public Builder setFreeInstanceMetadata( onChanged(); return this; } + /** * * @@ -5064,6 +5215,7 @@ public Builder mergeFreeInstanceMetadata( } return this; } + /** * * @@ -5084,6 +5236,7 @@ public Builder clearFreeInstanceMetadata() { onChanged(); return this; } + /** * * @@ -5100,6 +5253,7 @@ public Builder clearFreeInstanceMetadata() { onChanged(); return getFreeInstanceMetadataFieldBuilder().getBuilder(); } + /** * * @@ -5120,6 +5274,7 @@ public Builder clearFreeInstanceMetadata() { : freeInstanceMetadata_; } } + /** * * @@ -5148,6 +5303,7 @@ public Builder clearFreeInstanceMetadata() { } private int edition_ = 0; + /** * * @@ -5165,6 +5321,7 @@ public Builder clearFreeInstanceMetadata() { public int getEditionValue() { return edition_; } + /** * * @@ -5185,6 +5342,7 @@ public Builder setEditionValue(int value) { onChanged(); return this; } + /** * * @@ -5206,6 +5364,7 @@ public com.google.spanner.admin.instance.v1.Instance.Edition getEdition() { ? com.google.spanner.admin.instance.v1.Instance.Edition.UNRECOGNIZED : result; } + /** * * @@ -5229,6 +5388,7 @@ public Builder setEdition(com.google.spanner.admin.instance.v1.Instance.Edition onChanged(); return this; } + /** * * @@ -5250,6 +5410,7 @@ public Builder clearEdition() { } private int defaultBackupScheduleType_ = 0; + /** * * @@ -5276,6 +5437,7 @@ public Builder clearEdition() { public int getDefaultBackupScheduleTypeValue() { return defaultBackupScheduleType_; } + /** * * @@ -5305,6 +5467,7 @@ public Builder setDefaultBackupScheduleTypeValue(int value) { onChanged(); return this; } + /** * * @@ -5337,6 +5500,7 @@ public Builder setDefaultBackupScheduleTypeValue(int value) { ? com.google.spanner.admin.instance.v1.Instance.DefaultBackupScheduleType.UNRECOGNIZED : result; } + /** * * @@ -5370,6 +5534,7 @@ public Builder setDefaultBackupScheduleType( onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceConfig.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceConfig.java index cb8b8b605f..a542573368 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceConfig.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceConfig.java @@ -34,6 +34,7 @@ public final class InstanceConfig extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.InstanceConfig) InstanceConfigOrBuilder { private static final long serialVersionUID = 0L; + // Use InstanceConfig.newBuilder() to construct. private InstanceConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -139,6 +140,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * TYPE_UNSPECIFIED = 0; */ public static final int TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -149,6 +151,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * GOOGLE_MANAGED = 1; */ public static final int GOOGLE_MANAGED_VALUE = 1; + /** * * @@ -299,6 +302,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * STATE_UNSPECIFIED = 0; */ public static final int STATE_UNSPECIFIED_VALUE = 0; + /** * * @@ -309,6 +313,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * CREATING = 1; */ public static final int CREATING_VALUE = 1; + /** * * @@ -485,6 +490,7 @@ public enum FreeInstanceAvailability implements com.google.protobuf.ProtocolMess * FREE_INSTANCE_AVAILABILITY_UNSPECIFIED = 0; */ public static final int FREE_INSTANCE_AVAILABILITY_UNSPECIFIED_VALUE = 0; + /** * * @@ -496,6 +502,7 @@ public enum FreeInstanceAvailability implements com.google.protobuf.ProtocolMess * AVAILABLE = 1; */ public static final int AVAILABLE_VALUE = 1; + /** * * @@ -507,6 +514,7 @@ public enum FreeInstanceAvailability implements com.google.protobuf.ProtocolMess * UNSUPPORTED = 2; */ public static final int UNSUPPORTED_VALUE = 2; + /** * * @@ -518,6 +526,7 @@ public enum FreeInstanceAvailability implements com.google.protobuf.ProtocolMess * DISABLED = 3; */ public static final int DISABLED_VALUE = 3; + /** * * @@ -694,6 +703,7 @@ public enum QuorumType implements com.google.protobuf.ProtocolMessageEnum { * QUORUM_TYPE_UNSPECIFIED = 0; */ public static final int QUORUM_TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -705,6 +715,7 @@ public enum QuorumType implements com.google.protobuf.ProtocolMessageEnum { * REGION = 1; */ public static final int REGION_VALUE = 1; + /** * * @@ -720,6 +731,7 @@ public enum QuorumType implements com.google.protobuf.ProtocolMessageEnum { * DUAL_REGION = 2; */ public static final int DUAL_REGION_VALUE = 2; + /** * * @@ -824,6 +836,7 @@ private QuorumType(int value) { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -851,6 +864,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -883,6 +897,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private volatile java.lang.Object displayName_ = ""; + /** * * @@ -906,6 +921,7 @@ public java.lang.String getDisplayName() { return s; } } + /** * * @@ -932,6 +948,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { public static final int CONFIG_TYPE_FIELD_NUMBER = 5; private int configType_ = 0; + /** * * @@ -950,6 +967,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { public int getConfigTypeValue() { return configType_; } + /** * * @@ -977,6 +995,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Type getConfigType() @SuppressWarnings("serial") private java.util.List replicas_; + /** * * @@ -996,6 +1015,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Type getConfigType() public java.util.List getReplicasList() { return replicas_; } + /** * * @@ -1016,6 +1036,7 @@ public java.util.List getRepli getReplicasOrBuilderList() { return replicas_; } + /** * * @@ -1035,6 +1056,7 @@ public java.util.List getRepli public int getReplicasCount() { return replicas_.size(); } + /** * * @@ -1054,6 +1076,7 @@ public int getReplicasCount() { public com.google.spanner.admin.instance.v1.ReplicaInfo getReplicas(int index) { return replicas_.get(index); } + /** * * @@ -1078,6 +1101,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getReplicasOrBu @SuppressWarnings("serial") private java.util.List optionalReplicas_; + /** * * @@ -1095,6 +1119,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getReplicasOrBu getOptionalReplicasList() { return optionalReplicas_; } + /** * * @@ -1112,6 +1137,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getReplicasOrBu getOptionalReplicasOrBuilderList() { return optionalReplicas_; } + /** * * @@ -1128,6 +1154,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getReplicasOrBu public int getOptionalReplicasCount() { return optionalReplicas_.size(); } + /** * * @@ -1144,6 +1171,7 @@ public int getOptionalReplicasCount() { public com.google.spanner.admin.instance.v1.ReplicaInfo getOptionalReplicas(int index) { return optionalReplicas_.get(index); } + /** * * @@ -1166,6 +1194,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getOptionalRepl @SuppressWarnings("serial") private volatile java.lang.Object baseConfig_ = ""; + /** * * @@ -1192,6 +1221,7 @@ public java.lang.String getBaseConfig() { return s; } } + /** * * @@ -1245,6 +1275,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -1281,12 +1312,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -1320,6 +1353,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -1360,6 +1394,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -1405,6 +1440,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { @SuppressWarnings("serial") private volatile java.lang.Object etag_ = ""; + /** * * @@ -1438,6 +1474,7 @@ public java.lang.String getEtag() { return s; } } + /** * * @@ -1477,6 +1514,7 @@ public com.google.protobuf.ByteString getEtagBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList leaderOptions_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -1492,6 +1530,7 @@ public com.google.protobuf.ByteString getEtagBytes() { public com.google.protobuf.ProtocolStringList getLeaderOptionsList() { return leaderOptions_; } + /** * * @@ -1507,6 +1546,7 @@ public com.google.protobuf.ProtocolStringList getLeaderOptionsList() { public int getLeaderOptionsCount() { return leaderOptions_.size(); } + /** * * @@ -1523,6 +1563,7 @@ public int getLeaderOptionsCount() { public java.lang.String getLeaderOptions(int index) { return leaderOptions_.get(index); } + /** * * @@ -1542,6 +1583,7 @@ public com.google.protobuf.ByteString getLeaderOptionsBytes(int index) { public static final int RECONCILING_FIELD_NUMBER = 10; private boolean reconciling_ = false; + /** * * @@ -1562,6 +1604,7 @@ public boolean getReconciling() { public static final int STATE_FIELD_NUMBER = 11; private int state_ = 0; + /** * * @@ -1580,6 +1623,7 @@ public boolean getReconciling() { public int getStateValue() { return state_; } + /** * * @@ -1605,6 +1649,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.State getState() { public static final int FREE_INSTANCE_AVAILABILITY_FIELD_NUMBER = 12; private int freeInstanceAvailability_ = 0; + /** * * @@ -1623,6 +1668,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.State getState() { public int getFreeInstanceAvailabilityValue() { return freeInstanceAvailability_; } + /** * * @@ -1650,6 +1696,7 @@ public int getFreeInstanceAvailabilityValue() { public static final int QUORUM_TYPE_FIELD_NUMBER = 18; private int quorumType_ = 0; + /** * * @@ -1667,6 +1714,7 @@ public int getFreeInstanceAvailabilityValue() { public int getQuorumTypeValue() { return quorumType_; } + /** * * @@ -1691,6 +1739,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.QuorumType getQuorumT public static final int STORAGE_LIMIT_PER_PROCESSING_UNIT_FIELD_NUMBER = 19; private long storageLimitPerProcessingUnit_ = 0L; + /** * * @@ -2023,6 +2072,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -2513,6 +2563,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -2539,6 +2590,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -2565,6 +2617,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2590,6 +2643,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2611,6 +2665,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -2639,6 +2694,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private java.lang.Object displayName_ = ""; + /** * * @@ -2661,6 +2717,7 @@ public java.lang.String getDisplayName() { return (java.lang.String) ref; } } + /** * * @@ -2683,6 +2740,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2704,6 +2762,7 @@ public Builder setDisplayName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2721,6 +2780,7 @@ public Builder clearDisplayName() { onChanged(); return this; } + /** * * @@ -2745,6 +2805,7 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { } private int configType_ = 0; + /** * * @@ -2763,6 +2824,7 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { public int getConfigTypeValue() { return configType_; } + /** * * @@ -2784,6 +2846,7 @@ public Builder setConfigTypeValue(int value) { onChanged(); return this; } + /** * * @@ -2806,6 +2869,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Type getConfigType() ? com.google.spanner.admin.instance.v1.InstanceConfig.Type.UNRECOGNIZED : result; } + /** * * @@ -2830,6 +2894,7 @@ public Builder setConfigType(com.google.spanner.admin.instance.v1.InstanceConfig onChanged(); return this; } + /** * * @@ -2890,6 +2955,7 @@ public java.util.List getRepli return replicasBuilder_.getMessageList(); } } + /** * * @@ -2912,6 +2978,7 @@ public int getReplicasCount() { return replicasBuilder_.getCount(); } } + /** * * @@ -2934,6 +3001,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo getReplicas(int index) { return replicasBuilder_.getMessage(index); } } + /** * * @@ -2962,6 +3030,7 @@ public Builder setReplicas(int index, com.google.spanner.admin.instance.v1.Repli } return this; } + /** * * @@ -2988,6 +3057,7 @@ public Builder setReplicas( } return this; } + /** * * @@ -3016,6 +3086,7 @@ public Builder addReplicas(com.google.spanner.admin.instance.v1.ReplicaInfo valu } return this; } + /** * * @@ -3044,6 +3115,7 @@ public Builder addReplicas(int index, com.google.spanner.admin.instance.v1.Repli } return this; } + /** * * @@ -3070,6 +3142,7 @@ public Builder addReplicas( } return this; } + /** * * @@ -3096,6 +3169,7 @@ public Builder addReplicas( } return this; } + /** * * @@ -3122,6 +3196,7 @@ public Builder addAllReplicas( } return this; } + /** * * @@ -3147,6 +3222,7 @@ public Builder clearReplicas() { } return this; } + /** * * @@ -3172,6 +3248,7 @@ public Builder removeReplicas(int index) { } return this; } + /** * * @@ -3190,6 +3267,7 @@ public Builder removeReplicas(int index) { public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder getReplicasBuilder(int index) { return getReplicasFieldBuilder().getBuilder(index); } + /** * * @@ -3213,6 +3291,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getReplicasOrBu return replicasBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -3236,6 +3315,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getReplicasOrBu return java.util.Collections.unmodifiableList(replicas_); } } + /** * * @@ -3255,6 +3335,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder addReplicasBuild return getReplicasFieldBuilder() .addBuilder(com.google.spanner.admin.instance.v1.ReplicaInfo.getDefaultInstance()); } + /** * * @@ -3274,6 +3355,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder addReplicasBuild return getReplicasFieldBuilder() .addBuilder(index, com.google.spanner.admin.instance.v1.ReplicaInfo.getDefaultInstance()); } + /** * * @@ -3349,6 +3431,7 @@ private void ensureOptionalReplicasIsMutable() { return optionalReplicasBuilder_.getMessageList(); } } + /** * * @@ -3368,6 +3451,7 @@ public int getOptionalReplicasCount() { return optionalReplicasBuilder_.getCount(); } } + /** * * @@ -3387,6 +3471,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo getOptionalReplicas(int return optionalReplicasBuilder_.getMessage(index); } } + /** * * @@ -3413,6 +3498,7 @@ public Builder setOptionalReplicas( } return this; } + /** * * @@ -3436,6 +3522,7 @@ public Builder setOptionalReplicas( } return this; } + /** * * @@ -3461,6 +3548,7 @@ public Builder addOptionalReplicas(com.google.spanner.admin.instance.v1.ReplicaI } return this; } + /** * * @@ -3487,6 +3575,7 @@ public Builder addOptionalReplicas( } return this; } + /** * * @@ -3510,6 +3599,7 @@ public Builder addOptionalReplicas( } return this; } + /** * * @@ -3533,6 +3623,7 @@ public Builder addOptionalReplicas( } return this; } + /** * * @@ -3556,6 +3647,7 @@ public Builder addAllOptionalReplicas( } return this; } + /** * * @@ -3578,6 +3670,7 @@ public Builder clearOptionalReplicas() { } return this; } + /** * * @@ -3600,6 +3693,7 @@ public Builder removeOptionalReplicas(int index) { } return this; } + /** * * @@ -3616,6 +3710,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder getOptionalRepli int index) { return getOptionalReplicasFieldBuilder().getBuilder(index); } + /** * * @@ -3636,6 +3731,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getOptionalRepl return optionalReplicasBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -3656,6 +3752,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getOptionalRepl return java.util.Collections.unmodifiableList(optionalReplicas_); } } + /** * * @@ -3672,6 +3769,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder addOptionalRepli return getOptionalReplicasFieldBuilder() .addBuilder(com.google.spanner.admin.instance.v1.ReplicaInfo.getDefaultInstance()); } + /** * * @@ -3689,6 +3787,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder addOptionalRepli return getOptionalReplicasFieldBuilder() .addBuilder(index, com.google.spanner.admin.instance.v1.ReplicaInfo.getDefaultInstance()); } + /** * * @@ -3727,6 +3826,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder addOptionalRepli } private java.lang.Object baseConfig_ = ""; + /** * * @@ -3752,6 +3852,7 @@ public java.lang.String getBaseConfig() { return (java.lang.String) ref; } } + /** * * @@ -3777,6 +3878,7 @@ public com.google.protobuf.ByteString getBaseConfigBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3801,6 +3903,7 @@ public Builder setBaseConfig(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3821,6 +3924,7 @@ public Builder clearBaseConfig() { onChanged(); return this; } + /** * * @@ -3872,6 +3976,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -3908,12 +4013,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -3947,6 +4054,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -3987,6 +4095,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -4033,6 +4142,7 @@ public Builder clearLabels() { internalGetMutableLabels().getMutableMap().clear(); return this; } + /** * * @@ -4069,12 +4179,14 @@ public Builder removeLabels(java.lang.String key) { internalGetMutableLabels().getMutableMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableLabels() { bitField0_ |= 0x00000040; return internalGetMutableLabels().getMutableMap(); } + /** * * @@ -4115,6 +4227,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { bitField0_ |= 0x00000040; return this; } + /** * * @@ -4151,6 +4264,7 @@ public Builder putAllLabels(java.util.Map va } private java.lang.Object etag_ = ""; + /** * * @@ -4183,6 +4297,7 @@ public java.lang.String getEtag() { return (java.lang.String) ref; } } + /** * * @@ -4215,6 +4330,7 @@ public com.google.protobuf.ByteString getEtagBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -4246,6 +4362,7 @@ public Builder setEtag(java.lang.String value) { onChanged(); return this; } + /** * * @@ -4273,6 +4390,7 @@ public Builder clearEtag() { onChanged(); return this; } + /** * * @@ -4315,6 +4433,7 @@ private void ensureLeaderOptionsIsMutable() { } bitField0_ |= 0x00000100; } + /** * * @@ -4331,6 +4450,7 @@ public com.google.protobuf.ProtocolStringList getLeaderOptionsList() { leaderOptions_.makeImmutable(); return leaderOptions_; } + /** * * @@ -4346,6 +4466,7 @@ public com.google.protobuf.ProtocolStringList getLeaderOptionsList() { public int getLeaderOptionsCount() { return leaderOptions_.size(); } + /** * * @@ -4362,6 +4483,7 @@ public int getLeaderOptionsCount() { public java.lang.String getLeaderOptions(int index) { return leaderOptions_.get(index); } + /** * * @@ -4378,6 +4500,7 @@ public java.lang.String getLeaderOptions(int index) { public com.google.protobuf.ByteString getLeaderOptionsBytes(int index) { return leaderOptions_.getByteString(index); } + /** * * @@ -4402,6 +4525,7 @@ public Builder setLeaderOptions(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -4425,6 +4549,7 @@ public Builder addLeaderOptions(java.lang.String value) { onChanged(); return this; } + /** * * @@ -4445,6 +4570,7 @@ public Builder addAllLeaderOptions(java.lang.Iterable values) onChanged(); return this; } + /** * * @@ -4464,6 +4590,7 @@ public Builder clearLeaderOptions() { onChanged(); return this; } + /** * * @@ -4490,6 +4617,7 @@ public Builder addLeaderOptionsBytes(com.google.protobuf.ByteString value) { } private boolean reconciling_; + /** * * @@ -4507,6 +4635,7 @@ public Builder addLeaderOptionsBytes(com.google.protobuf.ByteString value) { public boolean getReconciling() { return reconciling_; } + /** * * @@ -4528,6 +4657,7 @@ public Builder setReconciling(boolean value) { onChanged(); return this; } + /** * * @@ -4549,6 +4679,7 @@ public Builder clearReconciling() { } private int state_ = 0; + /** * * @@ -4567,6 +4698,7 @@ public Builder clearReconciling() { public int getStateValue() { return state_; } + /** * * @@ -4588,6 +4720,7 @@ public Builder setStateValue(int value) { onChanged(); return this; } + /** * * @@ -4610,6 +4743,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.State getState() { ? com.google.spanner.admin.instance.v1.InstanceConfig.State.UNRECOGNIZED : result; } + /** * * @@ -4634,6 +4768,7 @@ public Builder setState(com.google.spanner.admin.instance.v1.InstanceConfig.Stat onChanged(); return this; } + /** * * @@ -4656,6 +4791,7 @@ public Builder clearState() { } private int freeInstanceAvailability_ = 0; + /** * * @@ -4674,6 +4810,7 @@ public Builder clearState() { public int getFreeInstanceAvailabilityValue() { return freeInstanceAvailability_; } + /** * * @@ -4695,6 +4832,7 @@ public Builder setFreeInstanceAvailabilityValue(int value) { onChanged(); return this; } + /** * * @@ -4720,6 +4858,7 @@ public Builder setFreeInstanceAvailabilityValue(int value) { .UNRECOGNIZED : result; } + /** * * @@ -4745,6 +4884,7 @@ public Builder setFreeInstanceAvailability( onChanged(); return this; } + /** * * @@ -4767,6 +4907,7 @@ public Builder clearFreeInstanceAvailability() { } private int quorumType_ = 0; + /** * * @@ -4784,6 +4925,7 @@ public Builder clearFreeInstanceAvailability() { public int getQuorumTypeValue() { return quorumType_; } + /** * * @@ -4804,6 +4946,7 @@ public Builder setQuorumTypeValue(int value) { onChanged(); return this; } + /** * * @@ -4825,6 +4968,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.QuorumType getQuorumT ? com.google.spanner.admin.instance.v1.InstanceConfig.QuorumType.UNRECOGNIZED : result; } + /** * * @@ -4849,6 +4993,7 @@ public Builder setQuorumType( onChanged(); return this; } + /** * * @@ -4870,6 +5015,7 @@ public Builder clearQuorumType() { } private long storageLimitPerProcessingUnit_; + /** * * @@ -4887,6 +5033,7 @@ public Builder clearQuorumType() { public long getStorageLimitPerProcessingUnit() { return storageLimitPerProcessingUnit_; } + /** * * @@ -4908,6 +5055,7 @@ public Builder setStorageLimitPerProcessingUnit(long value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceConfigOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceConfigOrBuilder.java index fe6d30fc35..d9c5dd13c2 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceConfigOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceConfigOrBuilder.java @@ -40,6 +40,7 @@ public interface InstanceConfigOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -69,6 +70,7 @@ public interface InstanceConfigOrBuilder * @return The displayName. */ java.lang.String getDisplayName(); + /** * * @@ -97,6 +99,7 @@ public interface InstanceConfigOrBuilder * @return The enum numeric value on the wire for configType. */ int getConfigTypeValue(); + /** * * @@ -129,6 +132,7 @@ public interface InstanceConfigOrBuilder * repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3; */ java.util.List getReplicasList(); + /** * * @@ -145,6 +149,7 @@ public interface InstanceConfigOrBuilder * repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3; */ com.google.spanner.admin.instance.v1.ReplicaInfo getReplicas(int index); + /** * * @@ -161,6 +166,7 @@ public interface InstanceConfigOrBuilder * repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3; */ int getReplicasCount(); + /** * * @@ -178,6 +184,7 @@ public interface InstanceConfigOrBuilder */ java.util.List getReplicasOrBuilderList(); + /** * * @@ -208,6 +215,7 @@ public interface InstanceConfigOrBuilder * */ java.util.List getOptionalReplicasList(); + /** * * @@ -221,6 +229,7 @@ public interface InstanceConfigOrBuilder * */ com.google.spanner.admin.instance.v1.ReplicaInfo getOptionalReplicas(int index); + /** * * @@ -234,6 +243,7 @@ public interface InstanceConfigOrBuilder * */ int getOptionalReplicasCount(); + /** * * @@ -248,6 +258,7 @@ public interface InstanceConfigOrBuilder */ java.util.List getOptionalReplicasOrBuilderList(); + /** * * @@ -277,6 +288,7 @@ public interface InstanceConfigOrBuilder * @return The baseConfig. */ java.lang.String getBaseConfig(); + /** * * @@ -323,6 +335,7 @@ public interface InstanceConfigOrBuilder * map<string, string> labels = 8; */ int getLabelsCount(); + /** * * @@ -353,9 +366,11 @@ public interface InstanceConfigOrBuilder * map<string, string> labels = 8; */ boolean containsLabels(java.lang.String key); + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); + /** * * @@ -386,6 +401,7 @@ public interface InstanceConfigOrBuilder * map<string, string> labels = 8; */ java.util.Map getLabelsMap(); + /** * * @@ -420,6 +436,7 @@ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); + /** * * @@ -473,6 +490,7 @@ java.lang.String getLabelsOrDefault( * @return The etag. */ java.lang.String getEtag(); + /** * * @@ -509,6 +527,7 @@ java.lang.String getLabelsOrDefault( * @return A list containing the leaderOptions. */ java.util.List getLeaderOptionsList(); + /** * * @@ -522,6 +541,7 @@ java.lang.String getLabelsOrDefault( * @return The count of leaderOptions. */ int getLeaderOptionsCount(); + /** * * @@ -536,6 +556,7 @@ java.lang.String getLabelsOrDefault( * @return The leaderOptions at the given index. */ java.lang.String getLeaderOptions(int index); + /** * * @@ -581,6 +602,7 @@ java.lang.String getLabelsOrDefault( * @return The enum numeric value on the wire for state. */ int getStateValue(); + /** * * @@ -612,6 +634,7 @@ java.lang.String getLabelsOrDefault( * @return The enum numeric value on the wire for freeInstanceAvailability. */ int getFreeInstanceAvailabilityValue(); + /** * * @@ -643,6 +666,7 @@ java.lang.String getLabelsOrDefault( * @return The enum numeric value on the wire for quorumType. */ int getQuorumTypeValue(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceOrBuilder.java index 473425ce71..9adc1dc14e 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceOrBuilder.java @@ -39,6 +39,7 @@ public interface InstanceOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -72,6 +73,7 @@ public interface InstanceOrBuilder * @return The config. */ java.lang.String getConfig(); + /** * * @@ -103,6 +105,7 @@ public interface InstanceOrBuilder * @return The displayName. */ java.lang.String getDisplayName(); + /** * * @@ -189,6 +192,7 @@ public interface InstanceOrBuilder */ java.util.List getReplicaComputeCapacityList(); + /** * * @@ -203,6 +207,7 @@ public interface InstanceOrBuilder * */ com.google.spanner.admin.instance.v1.ReplicaComputeCapacity getReplicaComputeCapacity(int index); + /** * * @@ -217,6 +222,7 @@ public interface InstanceOrBuilder * */ int getReplicaComputeCapacityCount(); + /** * * @@ -232,6 +238,7 @@ public interface InstanceOrBuilder */ java.util.List getReplicaComputeCapacityOrBuilderList(); + /** * * @@ -265,6 +272,7 @@ public interface InstanceOrBuilder * @return Whether the autoscalingConfig field is set. */ boolean hasAutoscalingConfig(); + /** * * @@ -282,6 +290,7 @@ public interface InstanceOrBuilder * @return The autoscalingConfig. */ com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConfig(); + /** * * @@ -316,6 +325,7 @@ public interface InstanceOrBuilder * @return The enum numeric value on the wire for state. */ int getStateValue(); + /** * * @@ -365,6 +375,7 @@ public interface InstanceOrBuilder * map<string, string> labels = 7; */ int getLabelsCount(); + /** * * @@ -395,9 +406,11 @@ public interface InstanceOrBuilder * map<string, string> labels = 7; */ boolean containsLabels(java.lang.String key); + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); + /** * * @@ -428,6 +441,7 @@ public interface InstanceOrBuilder * map<string, string> labels = 7; */ java.util.Map getLabelsMap(); + /** * * @@ -462,6 +476,7 @@ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); + /** * * @@ -505,6 +520,7 @@ java.lang.String getLabelsOrDefault( * @return The enum numeric value on the wire for instanceType. */ int getInstanceTypeValue(); + /** * * @@ -530,6 +546,7 @@ java.lang.String getLabelsOrDefault( * @return A list containing the endpointUris. */ java.util.List getEndpointUrisList(); + /** * * @@ -542,6 +559,7 @@ java.lang.String getLabelsOrDefault( * @return The count of endpointUris. */ int getEndpointUrisCount(); + /** * * @@ -555,6 +573,7 @@ java.lang.String getLabelsOrDefault( * @return The endpointUris at the given index. */ java.lang.String getEndpointUris(int index); + /** * * @@ -582,6 +601,7 @@ java.lang.String getLabelsOrDefault( * @return Whether the createTime field is set. */ boolean hasCreateTime(); + /** * * @@ -595,6 +615,7 @@ java.lang.String getLabelsOrDefault( * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); + /** * * @@ -620,6 +641,7 @@ java.lang.String getLabelsOrDefault( * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); + /** * * @@ -633,6 +655,7 @@ java.lang.String getLabelsOrDefault( * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); + /** * * @@ -658,6 +681,7 @@ java.lang.String getLabelsOrDefault( * @return Whether the freeInstanceMetadata field is set. */ boolean hasFreeInstanceMetadata(); + /** * * @@ -671,6 +695,7 @@ java.lang.String getLabelsOrDefault( * @return The freeInstanceMetadata. */ com.google.spanner.admin.instance.v1.FreeInstanceMetadata getFreeInstanceMetadata(); + /** * * @@ -698,6 +723,7 @@ java.lang.String getLabelsOrDefault( * @return The enum numeric value on the wire for edition. */ int getEditionValue(); + /** * * @@ -736,6 +762,7 @@ java.lang.String getLabelsOrDefault( * @return The enum numeric value on the wire for defaultBackupScheduleType. */ int getDefaultBackupScheduleTypeValue(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstancePartition.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstancePartition.java index 04423c7176..cc2ffd390c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstancePartition.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstancePartition.java @@ -34,6 +34,7 @@ public final class InstancePartition extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.InstancePartition) InstancePartitionOrBuilder { private static final long serialVersionUID = 0L; + // Use InstancePartition.newBuilder() to construct. private InstancePartition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -126,6 +127,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * STATE_UNSPECIFIED = 0; */ public static final int STATE_UNSPECIFIED_VALUE = 0; + /** * * @@ -138,6 +140,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * CREATING = 1; */ public static final int CREATING_VALUE = 1; + /** * * @@ -253,6 +256,7 @@ public enum ComputeCapacityCase private ComputeCapacityCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -289,6 +293,7 @@ public ComputeCapacityCase getComputeCapacityCase() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -317,6 +322,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -350,6 +356,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private volatile java.lang.Object config_ = ""; + /** * * @@ -378,6 +385,7 @@ public java.lang.String getConfig() { return s; } } + /** * * @@ -411,6 +419,7 @@ public com.google.protobuf.ByteString getConfigBytes() { @SuppressWarnings("serial") private volatile java.lang.Object displayName_ = ""; + /** * * @@ -435,6 +444,7 @@ public java.lang.String getDisplayName() { return s; } } + /** * * @@ -461,6 +471,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { } public static final int NODE_COUNT_FIELD_NUMBER = 5; + /** * * @@ -482,6 +493,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { public boolean hasNodeCount() { return computeCapacityCase_ == 5; } + /** * * @@ -508,6 +520,7 @@ public int getNodeCount() { } public static final int PROCESSING_UNITS_FIELD_NUMBER = 6; + /** * * @@ -529,6 +542,7 @@ public int getNodeCount() { public boolean hasProcessingUnits() { return computeCapacityCase_ == 6; } + /** * * @@ -556,6 +570,7 @@ public int getProcessingUnits() { public static final int STATE_FIELD_NUMBER = 7; private int state_ = 0; + /** * * @@ -573,6 +588,7 @@ public int getProcessingUnits() { public int getStateValue() { return state_; } + /** * * @@ -597,6 +613,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition.State getState() { public static final int CREATE_TIME_FIELD_NUMBER = 8; private com.google.protobuf.Timestamp createTime_; + /** * * @@ -613,6 +630,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition.State getState() { public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -629,6 +647,7 @@ public boolean hasCreateTime() { public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } + /** * * @@ -646,6 +665,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 9; private com.google.protobuf.Timestamp updateTime_; + /** * * @@ -663,6 +683,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public boolean hasUpdateTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -680,6 +701,7 @@ public boolean hasUpdateTime() { public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } + /** * * @@ -701,6 +723,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList referencingDatabases_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -719,6 +742,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public com.google.protobuf.ProtocolStringList getReferencingDatabasesList() { return referencingDatabases_; } + /** * * @@ -737,6 +761,7 @@ public com.google.protobuf.ProtocolStringList getReferencingDatabasesList() { public int getReferencingDatabasesCount() { return referencingDatabases_.size(); } + /** * * @@ -756,6 +781,7 @@ public int getReferencingDatabasesCount() { public java.lang.String getReferencingDatabases(int index) { return referencingDatabases_.get(index); } + /** * * @@ -781,6 +807,7 @@ public com.google.protobuf.ByteString getReferencingDatabasesBytes(int index) { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList referencingBackups_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -804,6 +831,7 @@ public com.google.protobuf.ByteString getReferencingDatabasesBytes(int index) { public com.google.protobuf.ProtocolStringList getReferencingBackupsList() { return referencingBackups_; } + /** * * @@ -827,6 +855,7 @@ public com.google.protobuf.ProtocolStringList getReferencingBackupsList() { public int getReferencingBackupsCount() { return referencingBackups_.size(); } + /** * * @@ -851,6 +880,7 @@ public int getReferencingBackupsCount() { public java.lang.String getReferencingBackups(int index) { return referencingBackups_.get(index); } + /** * * @@ -880,6 +910,7 @@ public com.google.protobuf.ByteString getReferencingBackupsBytes(int index) { @SuppressWarnings("serial") private volatile java.lang.Object etag_ = ""; + /** * * @@ -912,6 +943,7 @@ public java.lang.String getEtag() { return s; } } + /** * * @@ -1245,6 +1277,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1630,6 +1663,7 @@ public Builder clearComputeCapacity() { private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -1657,6 +1691,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -1684,6 +1719,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1710,6 +1746,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1732,6 +1769,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -1761,6 +1799,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private java.lang.Object config_ = ""; + /** * * @@ -1788,6 +1827,7 @@ public java.lang.String getConfig() { return (java.lang.String) ref; } } + /** * * @@ -1815,6 +1855,7 @@ public com.google.protobuf.ByteString getConfigBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1841,6 +1882,7 @@ public Builder setConfig(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1863,6 +1905,7 @@ public Builder clearConfig() { onChanged(); return this; } + /** * * @@ -1892,6 +1935,7 @@ public Builder setConfigBytes(com.google.protobuf.ByteString value) { } private java.lang.Object displayName_ = ""; + /** * * @@ -1915,6 +1959,7 @@ public java.lang.String getDisplayName() { return (java.lang.String) ref; } } + /** * * @@ -1938,6 +1983,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1960,6 +2006,7 @@ public Builder setDisplayName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1978,6 +2025,7 @@ public Builder clearDisplayName() { onChanged(); return this; } + /** * * @@ -2022,6 +2070,7 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { public boolean hasNodeCount() { return computeCapacityCase_ == 5; } + /** * * @@ -2045,6 +2094,7 @@ public int getNodeCount() { } return 0; } + /** * * @@ -2070,6 +2120,7 @@ public Builder setNodeCount(int value) { onChanged(); return this; } + /** * * @@ -2116,6 +2167,7 @@ public Builder clearNodeCount() { public boolean hasProcessingUnits() { return computeCapacityCase_ == 6; } + /** * * @@ -2139,6 +2191,7 @@ public int getProcessingUnits() { } return 0; } + /** * * @@ -2164,6 +2217,7 @@ public Builder setProcessingUnits(int value) { onChanged(); return this; } + /** * * @@ -2191,6 +2245,7 @@ public Builder clearProcessingUnits() { } private int state_ = 0; + /** * * @@ -2208,6 +2263,7 @@ public Builder clearProcessingUnits() { public int getStateValue() { return state_; } + /** * * @@ -2228,6 +2284,7 @@ public Builder setStateValue(int value) { onChanged(); return this; } + /** * * @@ -2249,6 +2306,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition.State getState() { ? com.google.spanner.admin.instance.v1.InstancePartition.State.UNRECOGNIZED : result; } + /** * * @@ -2272,6 +2330,7 @@ public Builder setState(com.google.spanner.admin.instance.v1.InstancePartition.S onChanged(); return this; } + /** * * @@ -2298,6 +2357,7 @@ public Builder clearState() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + /** * * @@ -2314,6 +2374,7 @@ public Builder clearState() { public boolean hasCreateTime() { return ((bitField0_ & 0x00000040) != 0); } + /** * * @@ -2336,6 +2397,7 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTimeBuilder_.getMessage(); } } + /** * * @@ -2360,6 +2422,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -2381,6 +2444,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -2410,6 +2474,7 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -2431,6 +2496,7 @@ public Builder clearCreateTime() { onChanged(); return this; } + /** * * @@ -2447,6 +2513,7 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } + /** * * @@ -2467,6 +2534,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { : createTime_; } } + /** * * @@ -2501,6 +2569,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; + /** * * @@ -2518,6 +2587,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public boolean hasUpdateTime() { return ((bitField0_ & 0x00000080) != 0); } + /** * * @@ -2541,6 +2611,7 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTimeBuilder_.getMessage(); } } + /** * * @@ -2566,6 +2637,7 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -2588,6 +2660,7 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -2618,6 +2691,7 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -2640,6 +2714,7 @@ public Builder clearUpdateTime() { onChanged(); return this; } + /** * * @@ -2657,6 +2732,7 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } + /** * * @@ -2678,6 +2754,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { : updateTime_; } } + /** * * @@ -2716,6 +2793,7 @@ private void ensureReferencingDatabasesIsMutable() { } bitField0_ |= 0x00000100; } + /** * * @@ -2736,6 +2814,7 @@ public com.google.protobuf.ProtocolStringList getReferencingDatabasesList() { referencingDatabases_.makeImmutable(); return referencingDatabases_; } + /** * * @@ -2755,6 +2834,7 @@ public com.google.protobuf.ProtocolStringList getReferencingDatabasesList() { public int getReferencingDatabasesCount() { return referencingDatabases_.size(); } + /** * * @@ -2775,6 +2855,7 @@ public int getReferencingDatabasesCount() { public java.lang.String getReferencingDatabases(int index) { return referencingDatabases_.get(index); } + /** * * @@ -2795,6 +2876,7 @@ public java.lang.String getReferencingDatabases(int index) { public com.google.protobuf.ByteString getReferencingDatabasesBytes(int index) { return referencingDatabases_.getByteString(index); } + /** * * @@ -2823,6 +2905,7 @@ public Builder setReferencingDatabases(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -2850,6 +2933,7 @@ public Builder addReferencingDatabases(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2874,6 +2958,7 @@ public Builder addAllReferencingDatabases(java.lang.Iterable v onChanged(); return this; } + /** * * @@ -2897,6 +2982,7 @@ public Builder clearReferencingDatabases() { onChanged(); return this; } + /** * * @@ -2935,6 +3021,7 @@ private void ensureReferencingBackupsIsMutable() { } bitField0_ |= 0x00000200; } + /** * * @@ -2959,6 +3046,7 @@ public com.google.protobuf.ProtocolStringList getReferencingBackupsList() { referencingBackups_.makeImmutable(); return referencingBackups_; } + /** * * @@ -2982,6 +3070,7 @@ public com.google.protobuf.ProtocolStringList getReferencingBackupsList() { public int getReferencingBackupsCount() { return referencingBackups_.size(); } + /** * * @@ -3006,6 +3095,7 @@ public int getReferencingBackupsCount() { public java.lang.String getReferencingBackups(int index) { return referencingBackups_.get(index); } + /** * * @@ -3030,6 +3120,7 @@ public java.lang.String getReferencingBackups(int index) { public com.google.protobuf.ByteString getReferencingBackupsBytes(int index) { return referencingBackups_.getByteString(index); } + /** * * @@ -3062,6 +3153,7 @@ public Builder setReferencingBackups(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -3093,6 +3185,7 @@ public Builder addReferencingBackups(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3121,6 +3214,7 @@ public Builder addAllReferencingBackups(java.lang.Iterable val onChanged(); return this; } + /** * * @@ -3148,6 +3242,7 @@ public Builder clearReferencingBackups() { onChanged(); return this; } + /** * * @@ -3182,6 +3277,7 @@ public Builder addReferencingBackupsBytes(com.google.protobuf.ByteString value) } private java.lang.Object etag_ = ""; + /** * * @@ -3213,6 +3309,7 @@ public java.lang.String getEtag() { return (java.lang.String) ref; } } + /** * * @@ -3244,6 +3341,7 @@ public com.google.protobuf.ByteString getEtagBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3274,6 +3372,7 @@ public Builder setEtag(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3300,6 +3399,7 @@ public Builder clearEtag() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstancePartitionOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstancePartitionOrBuilder.java index 80f6c3e376..711e70231c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstancePartitionOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstancePartitionOrBuilder.java @@ -41,6 +41,7 @@ public interface InstancePartitionOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -76,6 +77,7 @@ public interface InstancePartitionOrBuilder * @return The config. */ java.lang.String getConfig(); + /** * * @@ -107,6 +109,7 @@ public interface InstancePartitionOrBuilder * @return The displayName. */ java.lang.String getDisplayName(); + /** * * @@ -139,6 +142,7 @@ public interface InstancePartitionOrBuilder * @return Whether the nodeCount field is set. */ boolean hasNodeCount(); + /** * * @@ -176,6 +180,7 @@ public interface InstancePartitionOrBuilder * @return Whether the processingUnits field is set. */ boolean hasProcessingUnits(); + /** * * @@ -209,6 +214,7 @@ public interface InstancePartitionOrBuilder * @return The enum numeric value on the wire for state. */ int getStateValue(); + /** * * @@ -237,6 +243,7 @@ public interface InstancePartitionOrBuilder * @return Whether the createTime field is set. */ boolean hasCreateTime(); + /** * * @@ -250,6 +257,7 @@ public interface InstancePartitionOrBuilder * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); + /** * * @@ -276,6 +284,7 @@ public interface InstancePartitionOrBuilder * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); + /** * * @@ -290,6 +299,7 @@ public interface InstancePartitionOrBuilder * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); + /** * * @@ -319,6 +329,7 @@ public interface InstancePartitionOrBuilder * @return A list containing the referencingDatabases. */ java.util.List getReferencingDatabasesList(); + /** * * @@ -335,6 +346,7 @@ public interface InstancePartitionOrBuilder * @return The count of referencingDatabases. */ int getReferencingDatabasesCount(); + /** * * @@ -352,6 +364,7 @@ public interface InstancePartitionOrBuilder * @return The referencingDatabases at the given index. */ java.lang.String getReferencingDatabases(int index); + /** * * @@ -391,6 +404,7 @@ public interface InstancePartitionOrBuilder */ @java.lang.Deprecated java.util.List getReferencingBackupsList(); + /** * * @@ -412,6 +426,7 @@ public interface InstancePartitionOrBuilder */ @java.lang.Deprecated int getReferencingBackupsCount(); + /** * * @@ -434,6 +449,7 @@ public interface InstancePartitionOrBuilder */ @java.lang.Deprecated java.lang.String getReferencingBackups(int index); + /** * * @@ -478,6 +494,7 @@ public interface InstancePartitionOrBuilder * @return The etag. */ java.lang.String getEtag(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsRequest.java index e89b0f0f0b..185b2f1b5c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsRequest.java @@ -35,6 +35,7 @@ public final class ListInstanceConfigOperationsRequest // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstanceConfigOperationsRequest) ListInstanceConfigOperationsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstanceConfigOperationsRequest.newBuilder() to construct. private ListInstanceConfigOperationsRequest( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -72,6 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -98,6 +100,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -129,6 +132,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -193,6 +197,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -260,6 +265,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; + /** * * @@ -281,6 +287,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -308,6 +315,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -525,6 +533,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -763,6 +772,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -788,6 +798,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -813,6 +824,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -837,6 +849,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -857,6 +870,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -884,6 +898,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -947,6 +962,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -1010,6 +1026,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1072,6 +1089,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1130,6 +1148,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -1195,6 +1214,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -1211,6 +1231,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -1231,6 +1252,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -1251,6 +1273,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1277,6 +1300,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1303,6 +1327,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1328,6 +1353,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1349,6 +1375,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsRequestOrBuilder.java index 7bf9116802..89ce6ff138 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface ListInstanceConfigOperationsRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -108,6 +109,7 @@ public interface ListInstanceConfigOperationsRequestOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -192,6 +194,7 @@ public interface ListInstanceConfigOperationsRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsResponse.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsResponse.java index 1f7341c530..a11bf16a29 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsResponse.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsResponse.java @@ -35,6 +35,7 @@ public final class ListInstanceConfigOperationsResponse // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse) ListInstanceConfigOperationsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstanceConfigOperationsResponse.newBuilder() to construct. private ListInstanceConfigOperationsResponse( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -72,6 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List operations_; + /** * * @@ -89,6 +91,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getOperationsList() { return operations_; } + /** * * @@ -107,6 +110,7 @@ public java.util.List getOperationsList() { getOperationsOrBuilderList() { return operations_; } + /** * * @@ -124,6 +128,7 @@ public java.util.List getOperationsList() { public int getOperationsCount() { return operations_.size(); } + /** * * @@ -141,6 +146,7 @@ public int getOperationsCount() { public com.google.longrunning.Operation getOperations(int index) { return operations_.get(index); } + /** * * @@ -163,6 +169,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -188,6 +195,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -387,6 +395,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -678,6 +687,7 @@ public java.util.List getOperationsList() { return operationsBuilder_.getMessageList(); } } + /** * * @@ -698,6 +708,7 @@ public int getOperationsCount() { return operationsBuilder_.getCount(); } } + /** * * @@ -718,6 +729,7 @@ public com.google.longrunning.Operation getOperations(int index) { return operationsBuilder_.getMessage(index); } } + /** * * @@ -744,6 +756,7 @@ public Builder setOperations(int index, com.google.longrunning.Operation value) } return this; } + /** * * @@ -768,6 +781,7 @@ public Builder setOperations( } return this; } + /** * * @@ -794,6 +808,7 @@ public Builder addOperations(com.google.longrunning.Operation value) { } return this; } + /** * * @@ -820,6 +835,7 @@ public Builder addOperations(int index, com.google.longrunning.Operation value) } return this; } + /** * * @@ -843,6 +859,7 @@ public Builder addOperations(com.google.longrunning.Operation.Builder builderFor } return this; } + /** * * @@ -867,6 +884,7 @@ public Builder addOperations( } return this; } + /** * * @@ -891,6 +909,7 @@ public Builder addAllOperations( } return this; } + /** * * @@ -914,6 +933,7 @@ public Builder clearOperations() { } return this; } + /** * * @@ -937,6 +957,7 @@ public Builder removeOperations(int index) { } return this; } + /** * * @@ -953,6 +974,7 @@ public Builder removeOperations(int index) { public com.google.longrunning.Operation.Builder getOperationsBuilder(int index) { return getOperationsFieldBuilder().getBuilder(index); } + /** * * @@ -973,6 +995,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde return operationsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -994,6 +1017,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde return java.util.Collections.unmodifiableList(operations_); } } + /** * * @@ -1011,6 +1035,7 @@ public com.google.longrunning.Operation.Builder addOperationsBuilder() { return getOperationsFieldBuilder() .addBuilder(com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1028,6 +1053,7 @@ public com.google.longrunning.Operation.Builder addOperationsBuilder(int index) return getOperationsFieldBuilder() .addBuilder(index, com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1063,6 +1089,7 @@ public java.util.List getOperationsBui } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1087,6 +1114,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1111,6 +1139,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1134,6 +1163,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1153,6 +1183,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsResponseOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsResponseOrBuilder.java index b64ad723d4..83bb722262 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigOperationsResponseOrBuilder.java @@ -38,6 +38,7 @@ public interface ListInstanceConfigOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ java.util.List getOperationsList(); + /** * * @@ -52,6 +53,7 @@ public interface ListInstanceConfigOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ com.google.longrunning.Operation getOperations(int index); + /** * * @@ -66,6 +68,7 @@ public interface ListInstanceConfigOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ int getOperationsCount(); + /** * * @@ -80,6 +83,7 @@ public interface ListInstanceConfigOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ java.util.List getOperationsOrBuilderList(); + /** * * @@ -109,6 +113,7 @@ public interface ListInstanceConfigOperationsResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsRequest.java index 1e94081256..ce47720413 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsRequest.java @@ -34,6 +34,7 @@ public final class ListInstanceConfigsRequest extends com.google.protobuf.Genera // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstanceConfigsRequest) ListInstanceConfigsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstanceConfigsRequest.newBuilder() to construct. private ListInstanceConfigsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -126,6 +129,7 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; + /** * * @@ -147,6 +151,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -173,6 +178,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -378,6 +384,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -595,6 +602,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -621,6 +629,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -647,6 +656,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -672,6 +682,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -693,6 +704,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -721,6 +733,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -737,6 +750,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -757,6 +771,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -777,6 +792,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -802,6 +818,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -827,6 +844,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -851,6 +869,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -871,6 +890,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsRequestOrBuilder.java index 4b1b98d151..0547d73b7c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsRequestOrBuilder.java @@ -40,6 +40,7 @@ public interface ListInstanceConfigsRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -86,6 +87,7 @@ public interface ListInstanceConfigsRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsResponse.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsResponse.java index aece015402..581d4c07c5 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsResponse.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsResponse.java @@ -34,6 +34,7 @@ public final class ListInstanceConfigsResponse extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstanceConfigsResponse) ListInstanceConfigsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstanceConfigsResponse.newBuilder() to construct. private ListInstanceConfigsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List instanceConfigs_; + /** * * @@ -83,6 +85,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getInstanceConfigsList() { return instanceConfigs_; } + /** * * @@ -97,6 +100,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getInstanceConfigsOrBuilderList() { return instanceConfigs_; } + /** * * @@ -110,6 +114,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public int getInstanceConfigsCount() { return instanceConfigs_.size(); } + /** * * @@ -123,6 +128,7 @@ public int getInstanceConfigsCount() { public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfigs(int index) { return instanceConfigs_.get(index); } + /** * * @@ -142,6 +148,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -167,6 +174,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -364,6 +372,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -649,6 +658,7 @@ private void ensureInstanceConfigsIsMutable() { return instanceConfigsBuilder_.getMessageList(); } } + /** * * @@ -665,6 +675,7 @@ public int getInstanceConfigsCount() { return instanceConfigsBuilder_.getCount(); } } + /** * * @@ -681,6 +692,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfigs(in return instanceConfigsBuilder_.getMessage(index); } } + /** * * @@ -704,6 +716,7 @@ public Builder setInstanceConfigs( } return this; } + /** * * @@ -724,6 +737,7 @@ public Builder setInstanceConfigs( } return this; } + /** * * @@ -746,6 +760,7 @@ public Builder addInstanceConfigs(com.google.spanner.admin.instance.v1.InstanceC } return this; } + /** * * @@ -769,6 +784,7 @@ public Builder addInstanceConfigs( } return this; } + /** * * @@ -789,6 +805,7 @@ public Builder addInstanceConfigs( } return this; } + /** * * @@ -809,6 +826,7 @@ public Builder addInstanceConfigs( } return this; } + /** * * @@ -829,6 +847,7 @@ public Builder addAllInstanceConfigs( } return this; } + /** * * @@ -848,6 +867,7 @@ public Builder clearInstanceConfigs() { } return this; } + /** * * @@ -867,6 +887,7 @@ public Builder removeInstanceConfigs(int index) { } return this; } + /** * * @@ -880,6 +901,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo int index) { return getInstanceConfigsFieldBuilder().getBuilder(index); } + /** * * @@ -897,6 +919,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC return instanceConfigsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -914,6 +937,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC return java.util.Collections.unmodifiableList(instanceConfigs_); } } + /** * * @@ -927,6 +951,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder addInstanceCo return getInstanceConfigsFieldBuilder() .addBuilder(com.google.spanner.admin.instance.v1.InstanceConfig.getDefaultInstance()); } + /** * * @@ -942,6 +967,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder addInstanceCo .addBuilder( index, com.google.spanner.admin.instance.v1.InstanceConfig.getDefaultInstance()); } + /** * * @@ -977,6 +1003,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder addInstanceCo } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1001,6 +1028,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1025,6 +1053,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1048,6 +1077,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1067,6 +1097,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsResponseOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsResponseOrBuilder.java index a4cfe89666..167c35748b 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstanceConfigsResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface ListInstanceConfigsResponseOrBuilder * repeated .google.spanner.admin.instance.v1.InstanceConfig instance_configs = 1; */ java.util.List getInstanceConfigsList(); + /** * * @@ -44,6 +45,7 @@ public interface ListInstanceConfigsResponseOrBuilder * repeated .google.spanner.admin.instance.v1.InstanceConfig instance_configs = 1; */ com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfigs(int index); + /** * * @@ -54,6 +56,7 @@ public interface ListInstanceConfigsResponseOrBuilder * repeated .google.spanner.admin.instance.v1.InstanceConfig instance_configs = 1; */ int getInstanceConfigsCount(); + /** * * @@ -65,6 +68,7 @@ public interface ListInstanceConfigsResponseOrBuilder */ java.util.List getInstanceConfigsOrBuilderList(); + /** * * @@ -91,6 +95,7 @@ com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceConfigsO * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsRequest.java index 1bfe00fa5c..c9066c5c52 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsRequest.java @@ -35,6 +35,7 @@ public final class ListInstancePartitionOperationsRequest // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest) ListInstancePartitionOperationsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstancePartitionOperationsRequest.newBuilder() to construct. private ListInstancePartitionOperationsRequest( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -74,6 +75,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -100,6 +102,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -131,6 +134,7 @@ public com.google.protobuf.ByteString getParentBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -195,6 +199,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -262,6 +267,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; + /** * * @@ -283,6 +289,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -310,6 +317,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -340,6 +348,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public static final int INSTANCE_PARTITION_DEADLINE_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp instancePartitionDeadline_; + /** * * @@ -362,6 +371,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public boolean hasInstancePartitionDeadline() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -386,6 +396,7 @@ public com.google.protobuf.Timestamp getInstancePartitionDeadline() { ? com.google.protobuf.Timestamp.getDefaultInstance() : instancePartitionDeadline_; } + /** * * @@ -620,6 +631,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -892,6 +904,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -917,6 +930,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -942,6 +956,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -966,6 +981,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -986,6 +1002,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -1013,6 +1030,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -1076,6 +1094,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -1139,6 +1158,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1201,6 +1221,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1259,6 +1280,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -1324,6 +1346,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -1340,6 +1363,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -1360,6 +1384,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -1380,6 +1405,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1406,6 +1432,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1432,6 +1459,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1457,6 +1485,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1478,6 +1507,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * @@ -1511,6 +1541,7 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> instancePartitionDeadlineBuilder_; + /** * * @@ -1532,6 +1563,7 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { public boolean hasInstancePartitionDeadline() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1559,6 +1591,7 @@ public com.google.protobuf.Timestamp getInstancePartitionDeadline() { return instancePartitionDeadlineBuilder_.getMessage(); } } + /** * * @@ -1588,6 +1621,7 @@ public Builder setInstancePartitionDeadline(com.google.protobuf.Timestamp value) onChanged(); return this; } + /** * * @@ -1615,6 +1649,7 @@ public Builder setInstancePartitionDeadline( onChanged(); return this; } + /** * * @@ -1649,6 +1684,7 @@ public Builder mergeInstancePartitionDeadline(com.google.protobuf.Timestamp valu } return this; } + /** * * @@ -1675,6 +1711,7 @@ public Builder clearInstancePartitionDeadline() { onChanged(); return this; } + /** * * @@ -1696,6 +1733,7 @@ public com.google.protobuf.Timestamp.Builder getInstancePartitionDeadlineBuilder onChanged(); return getInstancePartitionDeadlineFieldBuilder().getBuilder(); } + /** * * @@ -1721,6 +1759,7 @@ public com.google.protobuf.TimestampOrBuilder getInstancePartitionDeadlineOrBuil : instancePartitionDeadline_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsRequestOrBuilder.java index 348523cb44..3121cf683d 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface ListInstancePartitionOperationsRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -108,6 +109,7 @@ public interface ListInstancePartitionOperationsRequestOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -192,6 +194,7 @@ public interface ListInstancePartitionOperationsRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * @@ -228,6 +231,7 @@ public interface ListInstancePartitionOperationsRequestOrBuilder * @return Whether the instancePartitionDeadline field is set. */ boolean hasInstancePartitionDeadline(); + /** * * @@ -247,6 +251,7 @@ public interface ListInstancePartitionOperationsRequestOrBuilder * @return The instancePartitionDeadline. */ com.google.protobuf.Timestamp getInstancePartitionDeadline(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsResponse.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsResponse.java index c8efc3bc6b..df4b117555 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsResponse.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsResponse.java @@ -35,6 +35,7 @@ public final class ListInstancePartitionOperationsResponse // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse) ListInstancePartitionOperationsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstancePartitionOperationsResponse.newBuilder() to construct. private ListInstancePartitionOperationsResponse( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -73,6 +74,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List operations_; + /** * * @@ -90,6 +92,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getOperationsList() { return operations_; } + /** * * @@ -108,6 +111,7 @@ public java.util.List getOperationsList() { getOperationsOrBuilderList() { return operations_; } + /** * * @@ -125,6 +129,7 @@ public java.util.List getOperationsList() { public int getOperationsCount() { return operations_.size(); } + /** * * @@ -142,6 +147,7 @@ public int getOperationsCount() { public com.google.longrunning.Operation getOperations(int index) { return operations_.get(index); } + /** * * @@ -164,6 +170,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -189,6 +196,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -220,6 +228,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList unreachableInstancePartitions_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -237,6 +246,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public com.google.protobuf.ProtocolStringList getUnreachableInstancePartitionsList() { return unreachableInstancePartitions_; } + /** * * @@ -254,6 +264,7 @@ public com.google.protobuf.ProtocolStringList getUnreachableInstancePartitionsLi public int getUnreachableInstancePartitionsCount() { return unreachableInstancePartitions_.size(); } + /** * * @@ -272,6 +283,7 @@ public int getUnreachableInstancePartitionsCount() { public java.lang.String getUnreachableInstancePartitions(int index) { return unreachableInstancePartitions_.get(index); } + /** * * @@ -487,6 +499,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -800,6 +813,7 @@ public java.util.List getOperationsList() { return operationsBuilder_.getMessageList(); } } + /** * * @@ -820,6 +834,7 @@ public int getOperationsCount() { return operationsBuilder_.getCount(); } } + /** * * @@ -840,6 +855,7 @@ public com.google.longrunning.Operation getOperations(int index) { return operationsBuilder_.getMessage(index); } } + /** * * @@ -866,6 +882,7 @@ public Builder setOperations(int index, com.google.longrunning.Operation value) } return this; } + /** * * @@ -890,6 +907,7 @@ public Builder setOperations( } return this; } + /** * * @@ -916,6 +934,7 @@ public Builder addOperations(com.google.longrunning.Operation value) { } return this; } + /** * * @@ -942,6 +961,7 @@ public Builder addOperations(int index, com.google.longrunning.Operation value) } return this; } + /** * * @@ -965,6 +985,7 @@ public Builder addOperations(com.google.longrunning.Operation.Builder builderFor } return this; } + /** * * @@ -989,6 +1010,7 @@ public Builder addOperations( } return this; } + /** * * @@ -1013,6 +1035,7 @@ public Builder addAllOperations( } return this; } + /** * * @@ -1036,6 +1059,7 @@ public Builder clearOperations() { } return this; } + /** * * @@ -1059,6 +1083,7 @@ public Builder removeOperations(int index) { } return this; } + /** * * @@ -1075,6 +1100,7 @@ public Builder removeOperations(int index) { public com.google.longrunning.Operation.Builder getOperationsBuilder(int index) { return getOperationsFieldBuilder().getBuilder(index); } + /** * * @@ -1095,6 +1121,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde return operationsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1116,6 +1143,7 @@ public com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int inde return java.util.Collections.unmodifiableList(operations_); } } + /** * * @@ -1133,6 +1161,7 @@ public com.google.longrunning.Operation.Builder addOperationsBuilder() { return getOperationsFieldBuilder() .addBuilder(com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1150,6 +1179,7 @@ public com.google.longrunning.Operation.Builder addOperationsBuilder(int index) return getOperationsFieldBuilder() .addBuilder(index, com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1185,6 +1215,7 @@ public java.util.List getOperationsBui } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1209,6 +1240,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1233,6 +1265,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1256,6 +1289,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1275,6 +1309,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * @@ -1310,6 +1345,7 @@ private void ensureUnreachableInstancePartitionsIsMutable() { } bitField0_ |= 0x00000004; } + /** * * @@ -1328,6 +1364,7 @@ public com.google.protobuf.ProtocolStringList getUnreachableInstancePartitionsLi unreachableInstancePartitions_.makeImmutable(); return unreachableInstancePartitions_; } + /** * * @@ -1345,6 +1382,7 @@ public com.google.protobuf.ProtocolStringList getUnreachableInstancePartitionsLi public int getUnreachableInstancePartitionsCount() { return unreachableInstancePartitions_.size(); } + /** * * @@ -1363,6 +1401,7 @@ public int getUnreachableInstancePartitionsCount() { public java.lang.String getUnreachableInstancePartitions(int index) { return unreachableInstancePartitions_.get(index); } + /** * * @@ -1381,6 +1420,7 @@ public java.lang.String getUnreachableInstancePartitions(int index) { public com.google.protobuf.ByteString getUnreachableInstancePartitionsBytes(int index) { return unreachableInstancePartitions_.getByteString(index); } + /** * * @@ -1407,6 +1447,7 @@ public Builder setUnreachableInstancePartitions(int index, java.lang.String valu onChanged(); return this; } + /** * * @@ -1432,6 +1473,7 @@ public Builder addUnreachableInstancePartitions(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1456,6 +1498,7 @@ public Builder addAllUnreachableInstancePartitions( onChanged(); return this; } + /** * * @@ -1477,6 +1520,7 @@ public Builder clearUnreachableInstancePartitions() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsResponseOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsResponseOrBuilder.java index 33f2bcae72..70b2247317 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionOperationsResponseOrBuilder.java @@ -38,6 +38,7 @@ public interface ListInstancePartitionOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ java.util.List getOperationsList(); + /** * * @@ -52,6 +53,7 @@ public interface ListInstancePartitionOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ com.google.longrunning.Operation getOperations(int index); + /** * * @@ -66,6 +68,7 @@ public interface ListInstancePartitionOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ int getOperationsCount(); + /** * * @@ -80,6 +83,7 @@ public interface ListInstancePartitionOperationsResponseOrBuilder * repeated .google.longrunning.Operation operations = 1; */ java.util.List getOperationsOrBuilderList(); + /** * * @@ -109,6 +113,7 @@ public interface ListInstancePartitionOperationsResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * @@ -139,6 +144,7 @@ public interface ListInstancePartitionOperationsResponseOrBuilder * @return A list containing the unreachableInstancePartitions. */ java.util.List getUnreachableInstancePartitionsList(); + /** * * @@ -154,6 +160,7 @@ public interface ListInstancePartitionOperationsResponseOrBuilder * @return The count of unreachableInstancePartitions. */ int getUnreachableInstancePartitionsCount(); + /** * * @@ -170,6 +177,7 @@ public interface ListInstancePartitionOperationsResponseOrBuilder * @return The unreachableInstancePartitions at the given index. */ java.lang.String getUnreachableInstancePartitions(int index); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsRequest.java index 4a7410dbea..10baca1825 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsRequest.java @@ -34,6 +34,7 @@ public final class ListInstancePartitionsRequest extends com.google.protobuf.Gen // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstancePartitionsRequest) ListInstancePartitionsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstancePartitionsRequest.newBuilder() to construct. private ListInstancePartitionsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -98,6 +100,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -129,6 +132,7 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; + /** * * @@ -150,6 +154,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -176,6 +181,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -205,6 +211,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public static final int INSTANCE_PARTITION_DEADLINE_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp instancePartitionDeadline_; + /** * * @@ -227,6 +234,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public boolean hasInstancePartitionDeadline() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -251,6 +259,7 @@ public com.google.protobuf.Timestamp getInstancePartitionDeadline() { ? com.google.protobuf.Timestamp.getDefaultInstance() : instancePartitionDeadline_; } + /** * * @@ -470,6 +479,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -723,6 +733,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -750,6 +761,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -777,6 +789,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -803,6 +816,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -825,6 +839,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -854,6 +869,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -870,6 +886,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -890,6 +907,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -910,6 +928,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -935,6 +954,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -960,6 +980,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -984,6 +1005,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1004,6 +1026,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * @@ -1036,6 +1059,7 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> instancePartitionDeadlineBuilder_; + /** * * @@ -1057,6 +1081,7 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { public boolean hasInstancePartitionDeadline() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1084,6 +1109,7 @@ public com.google.protobuf.Timestamp getInstancePartitionDeadline() { return instancePartitionDeadlineBuilder_.getMessage(); } } + /** * * @@ -1113,6 +1139,7 @@ public Builder setInstancePartitionDeadline(com.google.protobuf.Timestamp value) onChanged(); return this; } + /** * * @@ -1140,6 +1167,7 @@ public Builder setInstancePartitionDeadline( onChanged(); return this; } + /** * * @@ -1174,6 +1202,7 @@ public Builder mergeInstancePartitionDeadline(com.google.protobuf.Timestamp valu } return this; } + /** * * @@ -1200,6 +1229,7 @@ public Builder clearInstancePartitionDeadline() { onChanged(); return this; } + /** * * @@ -1221,6 +1251,7 @@ public com.google.protobuf.Timestamp.Builder getInstancePartitionDeadlineBuilder onChanged(); return getInstancePartitionDeadlineFieldBuilder().getBuilder(); } + /** * * @@ -1246,6 +1277,7 @@ public com.google.protobuf.TimestampOrBuilder getInstancePartitionDeadlineOrBuil : instancePartitionDeadline_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsRequestOrBuilder.java index 85191682aa..5adc3e52b2 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsRequestOrBuilder.java @@ -41,6 +41,7 @@ public interface ListInstancePartitionsRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -88,6 +89,7 @@ public interface ListInstancePartitionsRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * @@ -123,6 +125,7 @@ public interface ListInstancePartitionsRequestOrBuilder * @return Whether the instancePartitionDeadline field is set. */ boolean hasInstancePartitionDeadline(); + /** * * @@ -142,6 +145,7 @@ public interface ListInstancePartitionsRequestOrBuilder * @return The instancePartitionDeadline. */ com.google.protobuf.Timestamp getInstancePartitionDeadline(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsResponse.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsResponse.java index d4f8161365..cfb1fa50f1 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsResponse.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsResponse.java @@ -34,6 +34,7 @@ public final class ListInstancePartitionsResponse extends com.google.protobuf.Ge // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstancePartitionsResponse) ListInstancePartitionsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstancePartitionsResponse.newBuilder() to construct. private ListInstancePartitionsResponse( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -72,6 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List instancePartitions_; + /** * * @@ -87,6 +89,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getInstancePartitionsList() { return instancePartitions_; } + /** * * @@ -102,6 +105,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getInstancePartitionsOrBuilderList() { return instancePartitions_; } + /** * * @@ -116,6 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public int getInstancePartitionsCount() { return instancePartitions_.size(); } + /** * * @@ -130,6 +135,7 @@ public int getInstancePartitionsCount() { public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartitions(int index) { return instancePartitions_.get(index); } + /** * * @@ -150,6 +156,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -175,6 +182,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -206,6 +214,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -223,6 +232,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public com.google.protobuf.ProtocolStringList getUnreachableList() { return unreachable_; } + /** * * @@ -240,6 +250,7 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() { public int getUnreachableCount() { return unreachable_.size(); } + /** * * @@ -258,6 +269,7 @@ public int getUnreachableCount() { public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } + /** * * @@ -466,6 +478,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -777,6 +790,7 @@ private void ensureInstancePartitionsIsMutable() { return instancePartitionsBuilder_.getMessageList(); } } + /** * * @@ -794,6 +808,7 @@ public int getInstancePartitionsCount() { return instancePartitionsBuilder_.getCount(); } } + /** * * @@ -811,6 +826,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti return instancePartitionsBuilder_.getMessage(index); } } + /** * * @@ -835,6 +851,7 @@ public Builder setInstancePartitions( } return this; } + /** * * @@ -856,6 +873,7 @@ public Builder setInstancePartitions( } return this; } + /** * * @@ -880,6 +898,7 @@ public Builder addInstancePartitions( } return this; } + /** * * @@ -904,6 +923,7 @@ public Builder addInstancePartitions( } return this; } + /** * * @@ -925,6 +945,7 @@ public Builder addInstancePartitions( } return this; } + /** * * @@ -946,6 +967,7 @@ public Builder addInstancePartitions( } return this; } + /** * * @@ -968,6 +990,7 @@ public Builder addAllInstancePartitions( } return this; } + /** * * @@ -988,6 +1011,7 @@ public Builder clearInstancePartitions() { } return this; } + /** * * @@ -1008,6 +1032,7 @@ public Builder removeInstancePartitions(int index) { } return this; } + /** * * @@ -1022,6 +1047,7 @@ public Builder removeInstancePartitions(int index) { getInstancePartitionsBuilder(int index) { return getInstancePartitionsFieldBuilder().getBuilder(index); } + /** * * @@ -1040,6 +1066,7 @@ public Builder removeInstancePartitions(int index) { return instancePartitionsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1058,6 +1085,7 @@ public Builder removeInstancePartitions(int index) { return java.util.Collections.unmodifiableList(instancePartitions_); } } + /** * * @@ -1073,6 +1101,7 @@ public Builder removeInstancePartitions(int index) { return getInstancePartitionsFieldBuilder() .addBuilder(com.google.spanner.admin.instance.v1.InstancePartition.getDefaultInstance()); } + /** * * @@ -1089,6 +1118,7 @@ public Builder removeInstancePartitions(int index) { .addBuilder( index, com.google.spanner.admin.instance.v1.InstancePartition.getDefaultInstance()); } + /** * * @@ -1125,6 +1155,7 @@ public Builder removeInstancePartitions(int index) { } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1149,6 +1180,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1173,6 +1205,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1196,6 +1229,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1215,6 +1249,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * @@ -1249,6 +1284,7 @@ private void ensureUnreachableIsMutable() { } bitField0_ |= 0x00000004; } + /** * * @@ -1267,6 +1303,7 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() { unreachable_.makeImmutable(); return unreachable_; } + /** * * @@ -1284,6 +1321,7 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() { public int getUnreachableCount() { return unreachable_.size(); } + /** * * @@ -1302,6 +1340,7 @@ public int getUnreachableCount() { public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } + /** * * @@ -1320,6 +1359,7 @@ public java.lang.String getUnreachable(int index) { public com.google.protobuf.ByteString getUnreachableBytes(int index) { return unreachable_.getByteString(index); } + /** * * @@ -1346,6 +1386,7 @@ public Builder setUnreachable(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1371,6 +1412,7 @@ public Builder addUnreachable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1393,6 +1435,7 @@ public Builder addAllUnreachable(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1414,6 +1457,7 @@ public Builder clearUnreachable() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsResponseOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsResponseOrBuilder.java index b3732d84c0..74da44944c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancePartitionsResponseOrBuilder.java @@ -36,6 +36,7 @@ public interface ListInstancePartitionsResponseOrBuilder */ java.util.List getInstancePartitionsList(); + /** * * @@ -47,6 +48,7 @@ public interface ListInstancePartitionsResponseOrBuilder * */ com.google.spanner.admin.instance.v1.InstancePartition getInstancePartitions(int index); + /** * * @@ -58,6 +60,7 @@ public interface ListInstancePartitionsResponseOrBuilder * */ int getInstancePartitionsCount(); + /** * * @@ -70,6 +73,7 @@ public interface ListInstancePartitionsResponseOrBuilder */ java.util.List getInstancePartitionsOrBuilderList(); + /** * * @@ -97,6 +101,7 @@ com.google.spanner.admin.instance.v1.InstancePartitionOrBuilder getInstanceParti * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * @@ -127,6 +132,7 @@ com.google.spanner.admin.instance.v1.InstancePartitionOrBuilder getInstanceParti * @return A list containing the unreachable. */ java.util.List getUnreachableList(); + /** * * @@ -142,6 +148,7 @@ com.google.spanner.admin.instance.v1.InstancePartitionOrBuilder getInstanceParti * @return The count of unreachable. */ int getUnreachableCount(); + /** * * @@ -158,6 +165,7 @@ com.google.spanner.admin.instance.v1.InstancePartitionOrBuilder getInstanceParti * @return The unreachable at the given index. */ java.lang.String getUnreachable(int index); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesRequest.java index cb668c33e9..8ce1e0347a 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesRequest.java @@ -34,6 +34,7 @@ public final class ListInstancesRequest extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstancesRequest) ListInstancesRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstancesRequest.newBuilder() to construct. private ListInstancesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; + /** * * @@ -97,6 +99,7 @@ public java.lang.String getParent() { return s; } } + /** * * @@ -126,6 +129,7 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; + /** * * @@ -147,6 +151,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -173,6 +178,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -204,6 +210,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -245,6 +252,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -289,6 +297,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int INSTANCE_DEADLINE_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp instanceDeadline_; + /** * * @@ -309,6 +318,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public boolean hasInstanceDeadline() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -331,6 +341,7 @@ public com.google.protobuf.Timestamp getInstanceDeadline() { ? com.google.protobuf.Timestamp.getDefaultInstance() : instanceDeadline_; } + /** * * @@ -553,6 +564,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -812,6 +824,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object parent_ = ""; + /** * * @@ -837,6 +850,7 @@ public java.lang.String getParent() { return (java.lang.String) ref; } } + /** * * @@ -862,6 +876,7 @@ public com.google.protobuf.ByteString getParentBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -886,6 +901,7 @@ public Builder setParent(java.lang.String value) { onChanged(); return this; } + /** * * @@ -906,6 +922,7 @@ public Builder clearParent() { onChanged(); return this; } + /** * * @@ -933,6 +950,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -949,6 +967,7 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -969,6 +988,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -989,6 +1009,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1014,6 +1035,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1039,6 +1061,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1063,6 +1086,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1083,6 +1107,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * @@ -1110,6 +1135,7 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -1150,6 +1176,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -1190,6 +1217,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1229,6 +1257,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1264,6 +1293,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -1311,6 +1341,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> instanceDeadlineBuilder_; + /** * * @@ -1330,6 +1361,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public boolean hasInstanceDeadline() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1355,6 +1387,7 @@ public com.google.protobuf.Timestamp getInstanceDeadline() { return instanceDeadlineBuilder_.getMessage(); } } + /** * * @@ -1382,6 +1415,7 @@ public Builder setInstanceDeadline(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1406,6 +1440,7 @@ public Builder setInstanceDeadline(com.google.protobuf.Timestamp.Builder builder onChanged(); return this; } + /** * * @@ -1438,6 +1473,7 @@ public Builder mergeInstanceDeadline(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1462,6 +1498,7 @@ public Builder clearInstanceDeadline() { onChanged(); return this; } + /** * * @@ -1481,6 +1518,7 @@ public com.google.protobuf.Timestamp.Builder getInstanceDeadlineBuilder() { onChanged(); return getInstanceDeadlineFieldBuilder().getBuilder(); } + /** * * @@ -1504,6 +1542,7 @@ public com.google.protobuf.TimestampOrBuilder getInstanceDeadlineOrBuilder() { : instanceDeadline_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesRequestOrBuilder.java index 1dd8d4a47b..2a9167ae56 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface ListInstancesRequestOrBuilder * @return The parent. */ java.lang.String getParent(); + /** * * @@ -84,6 +85,7 @@ public interface ListInstancesRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * @@ -130,6 +132,7 @@ public interface ListInstancesRequestOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -178,6 +181,7 @@ public interface ListInstancesRequestOrBuilder * @return Whether the instanceDeadline field is set. */ boolean hasInstanceDeadline(); + /** * * @@ -195,6 +199,7 @@ public interface ListInstancesRequestOrBuilder * @return The instanceDeadline. */ com.google.protobuf.Timestamp getInstanceDeadline(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesResponse.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesResponse.java index 10bc2fd8eb..3a4e1e2f79 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesResponse.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesResponse.java @@ -34,6 +34,7 @@ public final class ListInstancesResponse extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ListInstancesResponse) ListInstancesResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListInstancesResponse.newBuilder() to construct. private ListInstancesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List instances_; + /** * * @@ -83,6 +85,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getInstancesList() { return instances_; } + /** * * @@ -97,6 +100,7 @@ public java.util.List getInstance getInstancesOrBuilderList() { return instances_; } + /** * * @@ -110,6 +114,7 @@ public java.util.List getInstance public int getInstancesCount() { return instances_.size(); } + /** * * @@ -123,6 +128,7 @@ public int getInstancesCount() { public com.google.spanner.admin.instance.v1.Instance getInstances(int index) { return instances_.get(index); } + /** * * @@ -141,6 +147,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstancesOrBuil @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -166,6 +173,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -197,6 +205,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -214,6 +223,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public com.google.protobuf.ProtocolStringList getUnreachableList() { return unreachable_; } + /** * * @@ -231,6 +241,7 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() { public int getUnreachableCount() { return unreachable_.size(); } + /** * * @@ -249,6 +260,7 @@ public int getUnreachableCount() { public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } + /** * * @@ -455,6 +467,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -755,6 +768,7 @@ public java.util.List getInstance return instancesBuilder_.getMessageList(); } } + /** * * @@ -771,6 +785,7 @@ public int getInstancesCount() { return instancesBuilder_.getCount(); } } + /** * * @@ -787,6 +802,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstances(int index) { return instancesBuilder_.getMessage(index); } } + /** * * @@ -809,6 +825,7 @@ public Builder setInstances(int index, com.google.spanner.admin.instance.v1.Inst } return this; } + /** * * @@ -829,6 +846,7 @@ public Builder setInstances( } return this; } + /** * * @@ -851,6 +869,7 @@ public Builder addInstances(com.google.spanner.admin.instance.v1.Instance value) } return this; } + /** * * @@ -873,6 +892,7 @@ public Builder addInstances(int index, com.google.spanner.admin.instance.v1.Inst } return this; } + /** * * @@ -893,6 +913,7 @@ public Builder addInstances( } return this; } + /** * * @@ -913,6 +934,7 @@ public Builder addInstances( } return this; } + /** * * @@ -933,6 +955,7 @@ public Builder addAllInstances( } return this; } + /** * * @@ -952,6 +975,7 @@ public Builder clearInstances() { } return this; } + /** * * @@ -971,6 +995,7 @@ public Builder removeInstances(int index) { } return this; } + /** * * @@ -983,6 +1008,7 @@ public Builder removeInstances(int index) { public com.google.spanner.admin.instance.v1.Instance.Builder getInstancesBuilder(int index) { return getInstancesFieldBuilder().getBuilder(index); } + /** * * @@ -999,6 +1025,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstancesOrBuil return instancesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1016,6 +1043,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstancesOrBuil return java.util.Collections.unmodifiableList(instances_); } } + /** * * @@ -1029,6 +1057,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder addInstancesBuilder return getInstancesFieldBuilder() .addBuilder(com.google.spanner.admin.instance.v1.Instance.getDefaultInstance()); } + /** * * @@ -1042,6 +1071,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder addInstancesBuilder return getInstancesFieldBuilder() .addBuilder(index, com.google.spanner.admin.instance.v1.Instance.getDefaultInstance()); } + /** * * @@ -1074,6 +1104,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder addInstancesBuilder } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1098,6 +1129,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1122,6 +1154,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1145,6 +1178,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1164,6 +1198,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * @@ -1198,6 +1233,7 @@ private void ensureUnreachableIsMutable() { } bitField0_ |= 0x00000004; } + /** * * @@ -1216,6 +1252,7 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() { unreachable_.makeImmutable(); return unreachable_; } + /** * * @@ -1233,6 +1270,7 @@ public com.google.protobuf.ProtocolStringList getUnreachableList() { public int getUnreachableCount() { return unreachable_.size(); } + /** * * @@ -1251,6 +1289,7 @@ public int getUnreachableCount() { public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } + /** * * @@ -1269,6 +1308,7 @@ public java.lang.String getUnreachable(int index) { public com.google.protobuf.ByteString getUnreachableBytes(int index) { return unreachable_.getByteString(index); } + /** * * @@ -1295,6 +1335,7 @@ public Builder setUnreachable(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1320,6 +1361,7 @@ public Builder addUnreachable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1342,6 +1384,7 @@ public Builder addAllUnreachable(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1363,6 +1406,7 @@ public Builder clearUnreachable() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesResponseOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesResponseOrBuilder.java index 68c199cfdc..8f86e551b2 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesResponseOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ListInstancesResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface ListInstancesResponseOrBuilder * repeated .google.spanner.admin.instance.v1.Instance instances = 1; */ java.util.List getInstancesList(); + /** * * @@ -44,6 +45,7 @@ public interface ListInstancesResponseOrBuilder * repeated .google.spanner.admin.instance.v1.Instance instances = 1; */ com.google.spanner.admin.instance.v1.Instance getInstances(int index); + /** * * @@ -54,6 +56,7 @@ public interface ListInstancesResponseOrBuilder * repeated .google.spanner.admin.instance.v1.Instance instances = 1; */ int getInstancesCount(); + /** * * @@ -65,6 +68,7 @@ public interface ListInstancesResponseOrBuilder */ java.util.List getInstancesOrBuilderList(); + /** * * @@ -90,6 +94,7 @@ public interface ListInstancesResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * @@ -120,6 +125,7 @@ public interface ListInstancesResponseOrBuilder * @return A list containing the unreachable. */ java.util.List getUnreachableList(); + /** * * @@ -135,6 +141,7 @@ public interface ListInstancesResponseOrBuilder * @return The count of unreachable. */ int getUnreachableCount(); + /** * * @@ -151,6 +158,7 @@ public interface ListInstancesResponseOrBuilder * @return The unreachable at the given index. */ java.lang.String getUnreachable(int index); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceMetadata.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceMetadata.java index ccd8c3670e..11323d4f5c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceMetadata.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceMetadata.java @@ -34,6 +34,7 @@ public final class MoveInstanceMetadata extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.MoveInstanceMetadata) MoveInstanceMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use MoveInstanceMetadata.newBuilder() to construct. private MoveInstanceMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object targetConfig_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getTargetConfig() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getTargetConfigBytes() { public static final int PROGRESS_FIELD_NUMBER = 2; private com.google.spanner.admin.instance.v1.OperationProgress progress_; + /** * * @@ -139,6 +143,7 @@ public com.google.protobuf.ByteString getTargetConfigBytes() { public boolean hasProgress() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -160,6 +165,7 @@ public com.google.spanner.admin.instance.v1.OperationProgress getProgress() { ? com.google.spanner.admin.instance.v1.OperationProgress.getDefaultInstance() : progress_; } + /** * * @@ -182,6 +188,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre public static final int CANCEL_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -197,6 +204,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -212,6 +220,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -414,6 +423,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -647,6 +657,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object targetConfig_ = ""; + /** * * @@ -670,6 +681,7 @@ public java.lang.String getTargetConfig() { return (java.lang.String) ref; } } + /** * * @@ -693,6 +705,7 @@ public com.google.protobuf.ByteString getTargetConfigBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -715,6 +728,7 @@ public Builder setTargetConfig(java.lang.String value) { onChanged(); return this; } + /** * * @@ -733,6 +747,7 @@ public Builder clearTargetConfig() { onChanged(); return this; } + /** * * @@ -763,6 +778,7 @@ public Builder setTargetConfigBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.instance.v1.OperationProgress.Builder, com.google.spanner.admin.instance.v1.OperationProgressOrBuilder> progressBuilder_; + /** * * @@ -781,6 +797,7 @@ public Builder setTargetConfigBytes(com.google.protobuf.ByteString value) { public boolean hasProgress() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -805,6 +822,7 @@ public com.google.spanner.admin.instance.v1.OperationProgress getProgress() { return progressBuilder_.getMessage(); } } + /** * * @@ -831,6 +849,7 @@ public Builder setProgress(com.google.spanner.admin.instance.v1.OperationProgres onChanged(); return this; } + /** * * @@ -855,6 +874,7 @@ public Builder setProgress( onChanged(); return this; } + /** * * @@ -887,6 +907,7 @@ public Builder mergeProgress(com.google.spanner.admin.instance.v1.OperationProgr } return this; } + /** * * @@ -910,6 +931,7 @@ public Builder clearProgress() { onChanged(); return this; } + /** * * @@ -928,6 +950,7 @@ public com.google.spanner.admin.instance.v1.OperationProgress.Builder getProgres onChanged(); return getProgressFieldBuilder().getBuilder(); } + /** * * @@ -950,6 +973,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre : progress_; } } + /** * * @@ -986,6 +1010,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1000,6 +1025,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1020,6 +1046,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1042,6 +1069,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1061,6 +1089,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1088,6 +1117,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1107,6 +1137,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1121,6 +1152,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1139,6 +1171,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceMetadataOrBuilder.java index 88844c3978..de71745041 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceMetadataOrBuilder.java @@ -37,6 +37,7 @@ public interface MoveInstanceMetadataOrBuilder * @return The targetConfig. */ java.lang.String getTargetConfig(); + /** * * @@ -67,6 +68,7 @@ public interface MoveInstanceMetadataOrBuilder * @return Whether the progress field is set. */ boolean hasProgress(); + /** * * @@ -83,6 +85,7 @@ public interface MoveInstanceMetadataOrBuilder * @return The progress. */ com.google.spanner.admin.instance.v1.OperationProgress getProgress(); + /** * * @@ -110,6 +113,7 @@ public interface MoveInstanceMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -122,6 +126,7 @@ public interface MoveInstanceMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceRequest.java index 2aac17b54e..e03cd12c5e 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceRequest.java @@ -34,6 +34,7 @@ public final class MoveInstanceRequest extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.MoveInstanceRequest) MoveInstanceRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use MoveInstanceRequest.newBuilder() to construct. private MoveInstanceRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -126,6 +129,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private volatile java.lang.Object targetConfig_ = ""; + /** * * @@ -152,6 +156,7 @@ public java.lang.String getTargetConfig() { return s; } } + /** * * @@ -348,6 +353,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -548,6 +554,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -573,6 +580,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -598,6 +606,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -622,6 +631,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -642,6 +652,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -669,6 +680,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private java.lang.Object targetConfig_ = ""; + /** * * @@ -694,6 +706,7 @@ public java.lang.String getTargetConfig() { return (java.lang.String) ref; } } + /** * * @@ -719,6 +732,7 @@ public com.google.protobuf.ByteString getTargetConfigBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -743,6 +757,7 @@ public Builder setTargetConfig(java.lang.String value) { onChanged(); return this; } + /** * * @@ -763,6 +778,7 @@ public Builder clearTargetConfig() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceRequestOrBuilder.java index d0633d0611..301f5d4dbf 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceRequestOrBuilder.java @@ -39,6 +39,7 @@ public interface MoveInstanceRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -70,6 +71,7 @@ public interface MoveInstanceRequestOrBuilder * @return The targetConfig. */ java.lang.String getTargetConfig(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceResponse.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceResponse.java index 72ef851051..2d7830868d 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceResponse.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/MoveInstanceResponse.java @@ -34,6 +34,7 @@ public final class MoveInstanceResponse extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.MoveInstanceResponse) MoveInstanceResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use MoveInstanceResponse.newBuilder() to construct. private MoveInstanceResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -213,6 +214,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/OperationProgress.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/OperationProgress.java index 96513858a1..3512be2f36 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/OperationProgress.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/OperationProgress.java @@ -34,6 +34,7 @@ public final class OperationProgress extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.OperationProgress) OperationProgressOrBuilder { private static final long serialVersionUID = 0L; + // Use OperationProgress.newBuilder() to construct. private OperationProgress(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int PROGRESS_PERCENT_FIELD_NUMBER = 1; private int progressPercent_ = 0; + /** * * @@ -84,6 +86,7 @@ public int getProgressPercent() { public static final int START_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp startTime_; + /** * * @@ -99,6 +102,7 @@ public int getProgressPercent() { public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -114,6 +118,7 @@ public boolean hasStartTime() { public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } + /** * * @@ -130,6 +135,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp endTime_; + /** * * @@ -146,6 +152,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -162,6 +169,7 @@ public boolean hasEndTime() { public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } + /** * * @@ -365,6 +373,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -596,6 +605,7 @@ public Builder mergeFrom( private int bitField0_; private int progressPercent_; + /** * * @@ -612,6 +622,7 @@ public Builder mergeFrom( public int getProgressPercent() { return progressPercent_; } + /** * * @@ -632,6 +643,7 @@ public Builder setProgressPercent(int value) { onChanged(); return this; } + /** * * @@ -657,6 +669,7 @@ public Builder clearProgressPercent() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** * * @@ -671,6 +684,7 @@ public Builder clearProgressPercent() { public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -689,6 +703,7 @@ public com.google.protobuf.Timestamp getStartTime() { return startTimeBuilder_.getMessage(); } } + /** * * @@ -711,6 +726,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -730,6 +746,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu onChanged(); return this; } + /** * * @@ -757,6 +774,7 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -776,6 +794,7 @@ public Builder clearStartTime() { onChanged(); return this; } + /** * * @@ -790,6 +809,7 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { onChanged(); return getStartTimeFieldBuilder().getBuilder(); } + /** * * @@ -806,6 +826,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } + /** * * @@ -838,6 +859,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** * * @@ -853,6 +875,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -872,6 +895,7 @@ public com.google.protobuf.Timestamp getEndTime() { return endTimeBuilder_.getMessage(); } } + /** * * @@ -895,6 +919,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -915,6 +940,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) onChanged(); return this; } + /** * * @@ -943,6 +969,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -963,6 +990,7 @@ public Builder clearEndTime() { onChanged(); return this; } + /** * * @@ -978,6 +1006,7 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { onChanged(); return getEndTimeFieldBuilder().getBuilder(); } + /** * * @@ -995,6 +1024,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/OperationProgressOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/OperationProgressOrBuilder.java index a0abb67fbe..057a8b9ce8 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/OperationProgressOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/OperationProgressOrBuilder.java @@ -50,6 +50,7 @@ public interface OperationProgressOrBuilder * @return Whether the startTime field is set. */ boolean hasStartTime(); + /** * * @@ -62,6 +63,7 @@ public interface OperationProgressOrBuilder * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); + /** * * @@ -86,6 +88,7 @@ public interface OperationProgressOrBuilder * @return Whether the endTime field is set. */ boolean hasEndTime(); + /** * * @@ -99,6 +102,7 @@ public interface OperationProgressOrBuilder * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaComputeCapacity.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaComputeCapacity.java index a904bf03c8..2cdc03ab0d 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaComputeCapacity.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaComputeCapacity.java @@ -34,6 +34,7 @@ public final class ReplicaComputeCapacity extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ReplicaComputeCapacity) ReplicaComputeCapacityOrBuilder { private static final long serialVersionUID = 0L; + // Use ReplicaComputeCapacity.newBuilder() to construct. private ReplicaComputeCapacity(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -80,6 +81,7 @@ public enum ComputeCapacityCase private ComputeCapacityCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -114,6 +116,7 @@ public ComputeCapacityCase getComputeCapacityCase() { public static final int REPLICA_SELECTION_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.ReplicaSelection replicaSelection_; + /** * * @@ -132,6 +135,7 @@ public ComputeCapacityCase getComputeCapacityCase() { public boolean hasReplicaSelection() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -152,6 +156,7 @@ public com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection ? com.google.spanner.admin.instance.v1.ReplicaSelection.getDefaultInstance() : replicaSelection_; } + /** * * @@ -173,6 +178,7 @@ public com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection } public static final int NODE_COUNT_FIELD_NUMBER = 2; + /** * * @@ -191,6 +197,7 @@ public com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection public boolean hasNodeCount() { return computeCapacityCase_ == 2; } + /** * * @@ -214,6 +221,7 @@ public int getNodeCount() { } public static final int PROCESSING_UNITS_FIELD_NUMBER = 3; + /** * * @@ -232,6 +240,7 @@ public int getNodeCount() { public boolean hasProcessingUnits() { return computeCapacityCase_ == 3; } + /** * * @@ -458,6 +467,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -715,6 +725,7 @@ public Builder clearComputeCapacity() { com.google.spanner.admin.instance.v1.ReplicaSelection.Builder, com.google.spanner.admin.instance.v1.ReplicaSelectionOrBuilder> replicaSelectionBuilder_; + /** * * @@ -732,6 +743,7 @@ public Builder clearComputeCapacity() { public boolean hasReplicaSelection() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -755,6 +767,7 @@ public com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection return replicaSelectionBuilder_.getMessage(); } } + /** * * @@ -781,6 +794,7 @@ public Builder setReplicaSelection( onChanged(); return this; } + /** * * @@ -804,6 +818,7 @@ public Builder setReplicaSelection( onChanged(); return this; } + /** * * @@ -836,6 +851,7 @@ public Builder mergeReplicaSelection( } return this; } + /** * * @@ -858,6 +874,7 @@ public Builder clearReplicaSelection() { onChanged(); return this; } + /** * * @@ -876,6 +893,7 @@ public Builder clearReplicaSelection() { onChanged(); return getReplicaSelectionFieldBuilder().getBuilder(); } + /** * * @@ -898,6 +916,7 @@ public Builder clearReplicaSelection() { : replicaSelection_; } } + /** * * @@ -944,6 +963,7 @@ public Builder clearReplicaSelection() { public boolean hasNodeCount() { return computeCapacityCase_ == 2; } + /** * * @@ -964,6 +984,7 @@ public int getNodeCount() { } return 0; } + /** * * @@ -986,6 +1007,7 @@ public Builder setNodeCount(int value) { onChanged(); return this; } + /** * * @@ -1026,6 +1048,7 @@ public Builder clearNodeCount() { public boolean hasProcessingUnits() { return computeCapacityCase_ == 3; } + /** * * @@ -1046,6 +1069,7 @@ public int getProcessingUnits() { } return 0; } + /** * * @@ -1068,6 +1092,7 @@ public Builder setProcessingUnits(int value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaComputeCapacityOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaComputeCapacityOrBuilder.java index 030b079fdc..63b403f90c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaComputeCapacityOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaComputeCapacityOrBuilder.java @@ -39,6 +39,7 @@ public interface ReplicaComputeCapacityOrBuilder * @return Whether the replicaSelection field is set. */ boolean hasReplicaSelection(); + /** * * @@ -54,6 +55,7 @@ public interface ReplicaComputeCapacityOrBuilder * @return The replicaSelection. */ com.google.spanner.admin.instance.v1.ReplicaSelection getReplicaSelection(); + /** * * @@ -83,6 +85,7 @@ public interface ReplicaComputeCapacityOrBuilder * @return Whether the nodeCount field is set. */ boolean hasNodeCount(); + /** * * @@ -114,6 +117,7 @@ public interface ReplicaComputeCapacityOrBuilder * @return Whether the processingUnits field is set. */ boolean hasProcessingUnits(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaInfo.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaInfo.java index 33ae64a6e3..336eba6437 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaInfo.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaInfo.java @@ -25,6 +25,7 @@ public final class ReplicaInfo extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ReplicaInfo) ReplicaInfoOrBuilder { private static final long serialVersionUID = 0L; + // Use ReplicaInfo.newBuilder() to construct. private ReplicaInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -138,6 +139,7 @@ public enum ReplicaType implements com.google.protobuf.ProtocolMessageEnum { * TYPE_UNSPECIFIED = 0; */ public static final int TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -154,6 +156,7 @@ public enum ReplicaType implements com.google.protobuf.ProtocolMessageEnum { * READ_WRITE = 1; */ public static final int READ_WRITE_VALUE = 1; + /** * * @@ -169,6 +172,7 @@ public enum ReplicaType implements com.google.protobuf.ProtocolMessageEnum { * READ_ONLY = 2; */ public static final int READ_ONLY_VALUE = 2; + /** * * @@ -275,6 +279,7 @@ private ReplicaType(int value) { @SuppressWarnings("serial") private volatile java.lang.Object location_ = ""; + /** * * @@ -298,6 +303,7 @@ public java.lang.String getLocation() { return s; } } + /** * * @@ -324,6 +330,7 @@ public com.google.protobuf.ByteString getLocationBytes() { public static final int TYPE_FIELD_NUMBER = 2; private int type_ = 0; + /** * * @@ -339,6 +346,7 @@ public com.google.protobuf.ByteString getLocationBytes() { public int getTypeValue() { return type_; } + /** * * @@ -361,6 +369,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType getType() { public static final int DEFAULT_LEADER_LOCATION_FIELD_NUMBER = 3; private boolean defaultLeaderLocation_ = false; + /** * * @@ -561,6 +570,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** Protobuf type {@code google.spanner.admin.instance.v1.ReplicaInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements @@ -763,6 +773,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object location_ = ""; + /** * * @@ -785,6 +796,7 @@ public java.lang.String getLocation() { return (java.lang.String) ref; } } + /** * * @@ -807,6 +819,7 @@ public com.google.protobuf.ByteString getLocationBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -828,6 +841,7 @@ public Builder setLocation(java.lang.String value) { onChanged(); return this; } + /** * * @@ -845,6 +859,7 @@ public Builder clearLocation() { onChanged(); return this; } + /** * * @@ -869,6 +884,7 @@ public Builder setLocationBytes(com.google.protobuf.ByteString value) { } private int type_ = 0; + /** * * @@ -884,6 +900,7 @@ public Builder setLocationBytes(com.google.protobuf.ByteString value) { public int getTypeValue() { return type_; } + /** * * @@ -902,6 +919,7 @@ public Builder setTypeValue(int value) { onChanged(); return this; } + /** * * @@ -921,6 +939,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType getType() { ? com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaType.UNRECOGNIZED : result; } + /** * * @@ -942,6 +961,7 @@ public Builder setType(com.google.spanner.admin.instance.v1.ReplicaInfo.ReplicaT onChanged(); return this; } + /** * * @@ -961,6 +981,7 @@ public Builder clearType() { } private boolean defaultLeaderLocation_; + /** * * @@ -979,6 +1000,7 @@ public Builder clearType() { public boolean getDefaultLeaderLocation() { return defaultLeaderLocation_; } + /** * * @@ -1001,6 +1023,7 @@ public Builder setDefaultLeaderLocation(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaInfoOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaInfoOrBuilder.java index 1d0f3338f9..bd6bbc2bbd 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaInfoOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaInfoOrBuilder.java @@ -36,6 +36,7 @@ public interface ReplicaInfoOrBuilder * @return The location. */ java.lang.String getLocation(); + /** * * @@ -61,6 +62,7 @@ public interface ReplicaInfoOrBuilder * @return The enum numeric value on the wire for type. */ int getTypeValue(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaSelection.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaSelection.java index c662dc60f6..565db8158e 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaSelection.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaSelection.java @@ -33,6 +33,7 @@ public final class ReplicaSelection extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.ReplicaSelection) ReplicaSelectionOrBuilder { private static final long serialVersionUID = 0L; + // Use ReplicaSelection.newBuilder() to construct. private ReplicaSelection(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object location_ = ""; + /** * * @@ -90,6 +92,7 @@ public java.lang.String getLocation() { return s; } } + /** * * @@ -274,6 +277,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -458,6 +462,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object location_ = ""; + /** * * @@ -480,6 +485,7 @@ public java.lang.String getLocation() { return (java.lang.String) ref; } } + /** * * @@ -502,6 +508,7 @@ public com.google.protobuf.ByteString getLocationBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -523,6 +530,7 @@ public Builder setLocation(java.lang.String value) { onChanged(); return this; } + /** * * @@ -540,6 +548,7 @@ public Builder clearLocation() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaSelectionOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaSelectionOrBuilder.java index edc97d7355..c239e112a6 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaSelectionOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/ReplicaSelectionOrBuilder.java @@ -36,6 +36,7 @@ public interface ReplicaSelectionOrBuilder * @return The location. */ java.lang.String getLocation(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/SpannerInstanceAdminProto.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/SpannerInstanceAdminProto.java index 168c284a3d..819e313ee3 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/SpannerInstanceAdminProto.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/SpannerInstanceAdminProto.java @@ -213,406 +213,434 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { java.lang.String[] descriptorData = { - "\n=google/spanner/admin/instance/v1/spann" - + "er_instance_admin.proto\022 google.spanner." + "\n" + + "=google/spanner/admin/instance/v1/spanner_instance_admin.proto\022 google.spanner." + "admin.instance.v1\032\034google/api/annotation" + "s.proto\032\027google/api/client.proto\032\037google" + "/api/field_behavior.proto\032\031google/api/re" + "source.proto\032\036google/iam/v1/iam_policy.p" + "roto\032\032google/iam/v1/policy.proto\032#google" - + "/longrunning/operations.proto\032\033google/pr" - + "otobuf/empty.proto\032 google/protobuf/fiel" - + "d_mask.proto\032\037google/protobuf/timestamp." - + "proto\032-google/spanner/admin/instance/v1/" - + "common.proto\"\332\001\n\013ReplicaInfo\022\020\n\010location" - + "\030\001 \001(\t\022G\n\004type\030\002 \001(\01629.google.spanner.ad" - + "min.instance.v1.ReplicaInfo.ReplicaType\022" - + "\037\n\027default_leader_location\030\003 \001(\010\"O\n\013Repl" - + "icaType\022\024\n\020TYPE_UNSPECIFIED\020\000\022\016\n\nREAD_WR" - + "ITE\020\001\022\r\n\tREAD_ONLY\020\002\022\013\n\007WITNESS\020\003\"\300\n\n\016In" - + "stanceConfig\022\014\n\004name\030\001 \001(\t\022\024\n\014display_na" - + "me\030\002 \001(\t\022O\n\013config_type\030\005 \001(\01625.google.s" - + "panner.admin.instance.v1.InstanceConfig." - + "TypeB\003\340A\003\022?\n\010replicas\030\003 \003(\0132-.google.spa" - + "nner.admin.instance.v1.ReplicaInfo\022M\n\021op" - + "tional_replicas\030\006 \003(\0132-.google.spanner.a" - + "dmin.instance.v1.ReplicaInfoB\003\340A\003\022?\n\013bas" - + "e_config\030\007 \001(\tB*\372A\'\n%spanner.googleapis." - + "com/InstanceConfig\022L\n\006labels\030\010 \003(\0132<.goo" - + "gle.spanner.admin.instance.v1.InstanceCo" - + "nfig.LabelsEntry\022\014\n\004etag\030\t \001(\t\022\026\n\016leader" - + "_options\030\004 \003(\t\022\030\n\013reconciling\030\n \001(\010B\003\340A\003" - + "\022J\n\005state\030\013 \001(\01626.google.spanner.admin.i" - + "nstance.v1.InstanceConfig.StateB\003\340A\003\022r\n\032" - + "free_instance_availability\030\014 \001(\0162I.googl" - + "e.spanner.admin.instance.v1.InstanceConf" - + "ig.FreeInstanceAvailabilityB\003\340A\003\022U\n\013quor" - + "um_type\030\022 \001(\0162;.google.spanner.admin.ins" - + "tance.v1.InstanceConfig.QuorumTypeB\003\340A\003\022" - + ".\n!storage_limit_per_processing_unit\030\023 \001" - + "(\003B\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" - + "alue\030\002 \001(\t:\0028\001\"B\n\004Type\022\024\n\020TYPE_UNSPECIFI" - + "ED\020\000\022\022\n\016GOOGLE_MANAGED\020\001\022\020\n\014USER_MANAGED" - + "\020\002\"7\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CR" - + "EATING\020\001\022\t\n\005READY\020\002\"\210\001\n\030FreeInstanceAvai" - + "lability\022*\n&FREE_INSTANCE_AVAILABILITY_U" - + "NSPECIFIED\020\000\022\r\n\tAVAILABLE\020\001\022\017\n\013UNSUPPORT" - + "ED\020\002\022\014\n\010DISABLED\020\003\022\022\n\016QUOTA_EXCEEDED\020\004\"X" - + "\n\nQuorumType\022\033\n\027QUORUM_TYPE_UNSPECIFIED\020" - + "\000\022\n\n\006REGION\020\001\022\017\n\013DUAL_REGION\020\002\022\020\n\014MULTI_" - + "REGION\020\003:\201\001\352A~\n%spanner.googleapis.com/I" - + "nstanceConfig\0224projects/{project}/instan" - + "ceConfigs/{instance_config}*\017instanceCon" - + "figs2\016instanceConfig\"\262\001\n\026ReplicaComputeC" - + "apacity\022R\n\021replica_selection\030\001 \001(\01322.goo" - + "gle.spanner.admin.instance.v1.ReplicaSel" - + "ectionB\003\340A\002\022\024\n\nnode_count\030\002 \001(\005H\000\022\032\n\020pro" - + "cessing_units\030\003 \001(\005H\000B\022\n\020compute_capacit" - + "y\"\270\010\n\021AutoscalingConfig\022f\n\022autoscaling_l" - + "imits\030\001 \001(\0132E.google.spanner.admin.insta" - + "nce.v1.AutoscalingConfig.AutoscalingLimi" - + "tsB\003\340A\002\022h\n\023autoscaling_targets\030\002 \001(\0132F.g" - + "oogle.spanner.admin.instance.v1.Autoscal" - + "ingConfig.AutoscalingTargetsB\003\340A\002\022|\n\036asy" - + "mmetric_autoscaling_options\030\003 \003(\0132O.goog" + + "/longrunning/operations.proto\032\033google/protobuf/empty.proto\032" + + " google/protobuf/field_mask.proto\032\037google/protobuf/timestamp." + + "proto\032-google/spanner/admin/instance/v1/common.proto\"\332\001\n" + + "\013ReplicaInfo\022\020\n" + + "\010location\030\001 \001(\t\022G\n" + + "\004type\030\002 \001(\01629.google.spanner.ad" + + "min.instance.v1.ReplicaInfo.ReplicaType\022\037\n" + + "\027default_leader_location\030\003 \001(\010\"O\n" + + "\013ReplicaType\022\024\n" + + "\020TYPE_UNSPECIFIED\020\000\022\016\n\n" + + "READ_WRITE\020\001\022\r\n" + + "\tREAD_ONLY\020\002\022\013\n" + + "\007WITNESS\020\003\"\300\n\n" + + "\016InstanceConfig\022\014\n" + + "\004name\030\001 \001(\t\022\024\n" + + "\014display_name\030\002 \001(\t\022O\n" + + "\013config_type\030\005 \001(\01625.google.s" + + "panner.admin.instance.v1.InstanceConfig.TypeB\003\340A\003\022?\n" + + "\010replicas\030\003 \003(\0132-.google.spanner.admin.instance.v1.ReplicaInfo\022M\n" + + "\021optional_replicas\030\006" + + " \003(\0132-.google.spanner.admin.instance.v1.ReplicaInfoB\003\340A\003\022?\n" + + "\013base_config\030\007 \001(\tB*\372A\'\n" + + "%spanner.googleapis.com/InstanceConfig\022L\n" + + "\006labels\030\010 \003(\0132<.goo" + + "gle.spanner.admin.instance.v1.InstanceConfig.LabelsEntry\022\014\n" + + "\004etag\030\t \001(\t\022\026\n" + + "\016leader_options\030\004 \003(\t\022\030\n" + + "\013reconciling\030\n" + + " \001(\010B\003\340A\003\022J\n" + + "\005state\030\013" + + " \001(\01626.google.spanner.admin.instance.v1.InstanceConfig.StateB\003\340A\003\022r\n" + + "\032free_instance_availability\030\014 \001(\0162I.googl" + + "e.spanner.admin.instance.v1.InstanceConfig.FreeInstanceAvailabilityB\003\340A\003\022U\n" + + "\013quorum_type\030\022 \001(\0162;.google.spanner.admin.ins" + + "tance.v1.InstanceConfig.QuorumTypeB\003\340A\003\022.\n" + + "!storage_limit_per_processing_unit\030\023 \001(\003B\003\340A\003\032-\n" + + "\013LabelsEntry\022\013\n" + + "\003key\030\001 \001(\t\022\r\n" + + "\005value\030\002 \001(\t:\0028\001\"B\n" + + "\004Type\022\024\n" + + "\020TYPE_UNSPECIFIED\020\000\022\022\n" + + "\016GOOGLE_MANAGED\020\001\022\020\n" + + "\014USER_MANAGED\020\002\"7\n" + + "\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\014\n" + + "\010CREATING\020\001\022\t\n" + + "\005READY\020\002\"\210\001\n" + + "\030FreeInstanceAvailability\022*\n" + + "&FREE_INSTANCE_AVAILABILITY_UNSPECIFIED\020\000\022\r\n" + + "\tAVAILABLE\020\001\022\017\n" + + "\013UNSUPPORTED\020\002\022\014\n" + + "\010DISABLED\020\003\022\022\n" + + "\016QUOTA_EXCEEDED\020\004\"X\n\n" + + "QuorumType\022\033\n" + + "\027QUORUM_TYPE_UNSPECIFIED\020\000\022\n\n" + + "\006REGION\020\001\022\017\n" + + "\013DUAL_REGION\020\002\022\020\n" + + "\014MULTI_REGION\020\003:\201\001\352A~\n" + + "%spanner.googleapis.com/InstanceConfig\0224projects/{project}/instan" + + "ceConfigs/{instance_config}*\017instanceConfigs2\016instanceConfig\"\262\001\n" + + "\026ReplicaComputeCapacity\022R\n" + + "\021replica_selection\030\001 \001(\01322.goo" + + "gle.spanner.admin.instance.v1.ReplicaSelectionB\003\340A\002\022\024\n\n" + + "node_count\030\002 \001(\005H\000\022\032\n" + + "\020processing_units\030\003 \001(\005H\000B\022\n" + + "\020compute_capacity\"\270\010\n" + + "\021AutoscalingConfig\022f\n" + + "\022autoscaling_limits\030\001 \001(\0132E.google.spanner.admin.insta" + + "nce.v1.AutoscalingConfig.AutoscalingLimitsB\003\340A\002\022h\n" + + "\023autoscaling_targets\030\002 \001(\0132F.g" + + "oogle.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargetsB\003\340A\002\022|\n" + + "\036asymmetric_autoscaling_options\030\003 \003(\0132O.goog" + "le.spanner.admin.instance.v1.Autoscaling" - + "Config.AsymmetricAutoscalingOptionB\003\340A\001\032" - + "\227\001\n\021AutoscalingLimits\022\023\n\tmin_nodes\030\001 \001(\005" - + "H\000\022\036\n\024min_processing_units\030\002 \001(\005H\000\022\023\n\tma" - + "x_nodes\030\003 \001(\005H\001\022\036\n\024max_processing_units\030" - + "\004 \001(\005H\001B\013\n\tmin_limitB\013\n\tmax_limit\032r\n\022Aut" - + "oscalingTargets\0222\n%high_priority_cpu_uti" - + "lization_percent\030\001 \001(\005B\003\340A\002\022(\n\033storage_u" - + "tilization_percent\030\002 \001(\005B\003\340A\002\032\304\003\n\033Asymme" - + "tricAutoscalingOption\022R\n\021replica_selecti" - + "on\030\001 \001(\01322.google.spanner.admin.instance" - + ".v1.ReplicaSelectionB\003\340A\002\022\202\001\n\toverrides\030" - + "\002 \001(\0132j.google.spanner.admin.instance.v1" + + "Config.AsymmetricAutoscalingOptionB\003\340A\001\032\227\001\n" + + "\021AutoscalingLimits\022\023\n" + + "\tmin_nodes\030\001 \001(\005H\000\022\036\n" + + "\024min_processing_units\030\002 \001(\005H\000\022\023\n" + + "\tmax_nodes\030\003 \001(\005H\001\022\036\n" + + "\024max_processing_units\030\004 \001(\005H\001B\013\n" + + "\tmin_limitB\013\n" + + "\tmax_limit\032r\n" + + "\022AutoscalingTargets\0222\n" + + "%high_priority_cpu_utilization_percent\030\001 \001(\005B\003\340A\002\022(\n" + + "\033storage_utilization_percent\030\002 \001(\005B\003\340A\002\032\304\003\n" + + "\033AsymmetricAutoscalingOption\022R\n" + + "\021replica_selection\030\001" + + " \001(\01322.google.spanner.admin.instance.v1.ReplicaSelectionB\003\340A\002\022\202\001\n" + + "\toverrides\030\002 \001(\0132j.google.spanner.admin.instance.v1" + ".AutoscalingConfig.AsymmetricAutoscaling" - + "Option.AutoscalingConfigOverridesB\003\340A\001\032\313" - + "\001\n\032AutoscalingConfigOverrides\022f\n\022autosca" - + "ling_limits\030\001 \001(\0132E.google.spanner.admin" - + ".instance.v1.AutoscalingConfig.Autoscali" - + "ngLimitsB\003\340A\001\022E\n8autoscaling_target_high" - + "_priority_cpu_utilization_percent\030\002 \001(\005B" - + "\003\340A\001\"\252\013\n\010Instance\022\021\n\004name\030\001 \001(\tB\003\340A\002\022=\n\006" - + "config\030\002 \001(\tB-\340A\002\372A\'\n%spanner.googleapis" - + ".com/InstanceConfig\022\031\n\014display_name\030\003 \001(" - + "\tB\003\340A\002\022\022\n\nnode_count\030\005 \001(\005\022\030\n\020processing" - + "_units\030\t \001(\005\022_\n\030replica_compute_capacity" - + "\030\023 \003(\01328.google.spanner.admin.instance.v" - + "1.ReplicaComputeCapacityB\003\340A\003\022T\n\022autosca" - + "ling_config\030\021 \001(\01323.google.spanner.admin" - + ".instance.v1.AutoscalingConfigB\003\340A\001\022D\n\005s" - + "tate\030\006 \001(\01620.google.spanner.admin.instan" - + "ce.v1.Instance.StateB\003\340A\003\022F\n\006labels\030\007 \003(" - + "\01326.google.spanner.admin.instance.v1.Ins" - + "tance.LabelsEntry\022N\n\rinstance_type\030\n \001(\016" - + "27.google.spanner.admin.instance.v1.Inst" - + "ance.InstanceType\022\025\n\rendpoint_uris\030\010 \003(\t" - + "\0224\n\013create_time\030\013 \001(\0132\032.google.protobuf." - + "TimestampB\003\340A\003\0224\n\013update_time\030\014 \001(\0132\032.go" - + "ogle.protobuf.TimestampB\003\340A\003\022V\n\026free_ins" - + "tance_metadata\030\r \001(\01326.google.spanner.ad" - + "min.instance.v1.FreeInstanceMetadata\022H\n\007" - + "edition\030\024 \001(\01622.google.spanner.admin.ins" - + "tance.v1.Instance.EditionB\003\340A\001\022o\n\034defaul" - + "t_backup_schedule_type\030\027 \001(\0162D.google.sp" - + "anner.admin.instance.v1.Instance.Default" - + "BackupScheduleTypeB\003\340A\001\032-\n\013LabelsEntry\022\013" - + "\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"7\n\005State\022" - + "\025\n\021STATE_UNSPECIFIED\020\000\022\014\n\010CREATING\020\001\022\t\n\005" - + "READY\020\002\"Q\n\014InstanceType\022\035\n\031INSTANCE_TYPE" - + "_UNSPECIFIED\020\000\022\017\n\013PROVISIONED\020\001\022\021\n\rFREE_" - + "INSTANCE\020\002\"U\n\007Edition\022\027\n\023EDITION_UNSPECI" - + "FIED\020\000\022\014\n\010STANDARD\020\001\022\016\n\nENTERPRISE\020\002\022\023\n\017" - + "ENTERPRISE_PLUS\020\003\"b\n\031DefaultBackupSchedu" - + "leType\022,\n(DEFAULT_BACKUP_SCHEDULE_TYPE_U" - + "NSPECIFIED\020\000\022\010\n\004NONE\020\001\022\r\n\tAUTOMATIC\020\002:b\352" - + "A_\n\037spanner.googleapis.com/Instance\022\'pro" - + "jects/{project}/instances/{instance}*\tin" - + "stances2\010instance\"\210\001\n\032ListInstanceConfig" - + "sRequest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+cloudr" - + "esourcemanager.googleapis.com/Project\022\021\n" - + "\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\"\202\001\n" - + "\033ListInstanceConfigsResponse\022J\n\020instance" - + "_configs\030\001 \003(\01320.google.spanner.admin.in" - + "stance.v1.InstanceConfig\022\027\n\017next_page_to" - + "ken\030\002 \001(\t\"W\n\030GetInstanceConfigRequest\022;\n" - + "\004name\030\001 \001(\tB-\340A\002\372A\'\n%spanner.googleapis." - + "com/InstanceConfig\"\352\001\n\033CreateInstanceCon" - + "figRequest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+clou" - + "dresourcemanager.googleapis.com/Project\022" - + "\037\n\022instance_config_id\030\002 \001(\tB\003\340A\002\022N\n\017inst" - + "ance_config\030\003 \001(\01320.google.spanner.admin" - + ".instance.v1.InstanceConfigB\003\340A\002\022\025\n\rvali" - + "date_only\030\004 \001(\010\"\272\001\n\033UpdateInstanceConfig" - + "Request\022N\n\017instance_config\030\001 \001(\01320.googl" - + "e.spanner.admin.instance.v1.InstanceConf" - + "igB\003\340A\002\0224\n\013update_mask\030\002 \001(\0132\032.google.pr" - + "otobuf.FieldMaskB\003\340A\002\022\025\n\rvalidate_only\030\003" - + " \001(\010\"\177\n\033DeleteInstanceConfigRequest\022;\n\004n" - + "ame\030\001 \001(\tB-\340A\002\372A\'\n%spanner.googleapis.co" - + "m/InstanceConfig\022\014\n\004etag\030\002 \001(\t\022\025\n\rvalida" - + "te_only\030\003 \001(\010\"\241\001\n#ListInstanceConfigOper" - + "ationsRequest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+c" - + "loudresourcemanager.googleapis.com/Proje" - + "ct\022\016\n\006filter\030\002 \001(\t\022\021\n\tpage_size\030\003 \001(\005\022\022\n" - + "\npage_token\030\004 \001(\t\"r\n$ListInstanceConfigO" - + "perationsResponse\0221\n\noperations\030\001 \003(\0132\035." - + "google.longrunning.Operation\022\027\n\017next_pag" - + "e_token\030\002 \001(\t\"{\n\022GetInstanceRequest\0225\n\004n" - + "ame\030\001 \001(\tB\'\340A\002\372A!\n\037spanner.googleapis.co" - + "m/Instance\022.\n\nfield_mask\030\002 \001(\0132\032.google." - + "protobuf.FieldMask\"\271\001\n\025CreateInstanceReq" - + "uest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\n+cloudresou" - + "rcemanager.googleapis.com/Project\022\030\n\013ins" - + "tance_id\030\002 \001(\tB\003\340A\002\022A\n\010instance\030\003 \001(\0132*." - + "google.spanner.admin.instance.v1.Instanc" - + "eB\003\340A\002\"\311\001\n\024ListInstancesRequest\022C\n\006paren" - + "t\030\001 \001(\tB3\340A\002\372A-\n+cloudresourcemanager.go" - + "ogleapis.com/Project\022\021\n\tpage_size\030\002 \001(\005\022" - + "\022\n\npage_token\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t\0225\n\021i" - + "nstance_deadline\030\005 \001(\0132\032.google.protobuf" - + ".Timestamp\"\204\001\n\025ListInstancesResponse\022=\n\t" - + "instances\030\001 \003(\0132*.google.spanner.admin.i" - + "nstance.v1.Instance\022\027\n\017next_page_token\030\002" - + " \001(\t\022\023\n\013unreachable\030\003 \003(\t\"\217\001\n\025UpdateInst" - + "anceRequest\022A\n\010instance\030\001 \001(\0132*.google.s" - + "panner.admin.instance.v1.InstanceB\003\340A\002\0223" - + "\n\nfield_mask\030\002 \001(\0132\032.google.protobuf.Fie" - + "ldMaskB\003\340A\002\"N\n\025DeleteInstanceRequest\0225\n\004" - + "name\030\001 \001(\tB\'\340A\002\372A!\n\037spanner.googleapis.c" - + "om/Instance\"\277\002\n\026CreateInstanceMetadata\022<" - + "\n\010instance\030\001 \001(\0132*.google.spanner.admin." - + "instance.v1.Instance\022.\n\nstart_time\030\002 \001(\013" - + "2\032.google.protobuf.Timestamp\022/\n\013cancel_t" - + "ime\030\003 \001(\0132\032.google.protobuf.Timestamp\022,\n" - + "\010end_time\030\004 \001(\0132\032.google.protobuf.Timest" - + "amp\022X\n\033expected_fulfillment_period\030\005 \001(\016" - + "23.google.spanner.admin.instance.v1.Fulf" - + "illmentPeriod\"\277\002\n\026UpdateInstanceMetadata" - + "\022<\n\010instance\030\001 \001(\0132*.google.spanner.admi" - + "n.instance.v1.Instance\022.\n\nstart_time\030\002 \001" - + "(\0132\032.google.protobuf.Timestamp\022/\n\013cancel" - + "_time\030\003 \001(\0132\032.google.protobuf.Timestamp\022" - + ",\n\010end_time\030\004 \001(\0132\032.google.protobuf.Time" - + "stamp\022X\n\033expected_fulfillment_period\030\005 \001" - + "(\01623.google.spanner.admin.instance.v1.Fu" - + "lfillmentPeriod\"\316\002\n\024FreeInstanceMetadata" - + "\0224\n\013expire_time\030\001 \001(\0132\032.google.protobuf." - + "TimestampB\003\340A\003\0225\n\014upgrade_time\030\002 \001(\0132\032.g" - + "oogle.protobuf.TimestampB\003\340A\003\022^\n\017expire_" - + "behavior\030\003 \001(\0162E.google.spanner.admin.in" - + "stance.v1.FreeInstanceMetadata.ExpireBeh" - + "avior\"i\n\016ExpireBehavior\022\037\n\033EXPIRE_BEHAVI" - + "OR_UNSPECIFIED\020\000\022\027\n\023FREE_TO_PROVISIONED\020" - + "\001\022\035\n\031REMOVE_AFTER_GRACE_PERIOD\020\002\"\341\001\n\034Cre" - + "ateInstanceConfigMetadata\022I\n\017instance_co" - + "nfig\030\001 \001(\01320.google.spanner.admin.instan" - + "ce.v1.InstanceConfig\022E\n\010progress\030\002 \001(\01323" - + ".google.spanner.admin.instance.v1.Operat" - + "ionProgress\022/\n\013cancel_time\030\003 \001(\0132\032.googl" - + "e.protobuf.Timestamp\"\341\001\n\034UpdateInstanceC" - + "onfigMetadata\022I\n\017instance_config\030\001 \001(\01320" - + ".google.spanner.admin.instance.v1.Instan" - + "ceConfig\022E\n\010progress\030\002 \001(\01323.google.span" - + "ner.admin.instance.v1.OperationProgress\022" - + "/\n\013cancel_time\030\003 \001(\0132\032.google.protobuf.T" - + "imestamp\"\271\005\n\021InstancePartition\022\021\n\004name\030\001" - + " \001(\tB\003\340A\002\022=\n\006config\030\002 \001(\tB-\340A\002\372A\'\n%spann" - + "er.googleapis.com/InstanceConfig\022\031\n\014disp" - + "lay_name\030\003 \001(\tB\003\340A\002\022\024\n\nnode_count\030\005 \001(\005H" - + "\000\022\032\n\020processing_units\030\006 \001(\005H\000\022M\n\005state\030\007" - + " \001(\01629.google.spanner.admin.instance.v1." - + "InstancePartition.StateB\003\340A\003\0224\n\013create_t" - + "ime\030\010 \001(\0132\032.google.protobuf.TimestampB\003\340" - + "A\003\0224\n\013update_time\030\t \001(\0132\032.google.protobu" - + "f.TimestampB\003\340A\003\022\"\n\025referencing_database" - + "s\030\n \003(\tB\003\340A\003\022\"\n\023referencing_backups\030\013 \003(" - + "\tB\005\030\001\340A\003\022\014\n\004etag\030\014 \001(\t\"7\n\005State\022\025\n\021STATE" - + "_UNSPECIFIED\020\000\022\014\n\010CREATING\020\001\022\t\n\005READY\020\002:" - + "\246\001\352A\242\001\n(spanner.googleapis.com/InstanceP" - + "artition\022Oprojects/{project}/instances/{" + + "Option.AutoscalingConfigOverridesB\003\340A\001\032\313\001\n" + + "\032AutoscalingConfigOverrides\022f\n" + + "\022autoscaling_limits\030\001 \001(\0132E.google.spanner.admin" + + ".instance.v1.AutoscalingConfig.AutoscalingLimitsB\003\340A\001\022E\n" + + "8autoscaling_target_high_priority_cpu_utilization_percent\030\002" + + " \001(\005B\003\340A\001\"\252\013\n" + + "\010Instance\022\021\n" + + "\004name\030\001 \001(\tB\003\340A\002\022=\n" + + "\006config\030\002 \001(\tB-\340A\002\372A\'\n" + + "%spanner.googleapis.com/InstanceConfig\022\031\n" + + "\014display_name\030\003 \001(\tB\003\340A\002\022\022\n\n" + + "node_count\030\005 \001(\005\022\030\n" + + "\020processing_units\030\t \001(\005\022_\n" + + "\030replica_compute_capacity\030\023" + + " \003(\01328.google.spanner.admin.instance.v1.ReplicaComputeCapacityB\003\340A\003\022T\n" + + "\022autoscaling_config\030\021" + + " \001(\01323.google.spanner.admin.instance.v1.AutoscalingConfigB\003\340A\001\022D\n" + + "\005state\030\006" + + " \001(\01620.google.spanner.admin.instance.v1.Instance.StateB\003\340A\003\022F\n" + + "\006labels\030\007 \003(" + + "\01326.google.spanner.admin.instance.v1.Instance.LabelsEntry\022N\n\r" + + "instance_type\030\n" + + " \001(\01627.google.spanner.admin.instance.v1.Instance.InstanceType\022\025\n\r" + + "endpoint_uris\030\010 \003(\t\0224\n" + + "\013create_time\030\013 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\0224\n" + + "\013update_time\030\014 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\022V\n" + + "\026free_instance_metadata\030\r" + + " \001(\01326.google.spanner.admin.instance.v1.FreeInstanceMetadata\022H\n" + + "\007edition\030\024" + + " \001(\01622.google.spanner.admin.instance.v1.Instance.EditionB\003\340A\001\022o\n" + + "\034default_backup_schedule_type\030\027 \001(\0162D.google.sp" + + "anner.admin.instance.v1.Instance.DefaultBackupScheduleTypeB\003\340A\001\032-\n" + + "\013LabelsEntry\022\013\n" + + "\003key\030\001 \001(\t\022\r\n" + + "\005value\030\002 \001(\t:\0028\001\"7\n" + + "\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\014\n" + + "\010CREATING\020\001\022\t\n" + + "\005READY\020\002\"Q\n" + + "\014InstanceType\022\035\n" + + "\031INSTANCE_TYPE_UNSPECIFIED\020\000\022\017\n" + + "\013PROVISIONED\020\001\022\021\n\r" + + "FREE_INSTANCE\020\002\"U\n" + + "\007Edition\022\027\n" + + "\023EDITION_UNSPECIFIED\020\000\022\014\n" + + "\010STANDARD\020\001\022\016\n\n" + + "ENTERPRISE\020\002\022\023\n" + + "\017ENTERPRISE_PLUS\020\003\"b\n" + + "\031DefaultBackupScheduleType\022,\n" + + "(DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED\020\000\022\010\n" + + "\004NONE\020\001\022\r\n" + + "\tAUTOMATIC\020\002:b\352A_\n" + + "\037spanner.googleapis.com/Instance\022\'projects/{project}/instances/{instance}*" + + "\tinstances2\010instance\"\210\001\n" + + "\032ListInstanceConfigsRequest\022C\n" + + "\006parent\030\001 \001(\tB3\340A\002\372A-\n" + + "+cloudresourcemanager.googleapis.com/Project\022\021\n" + + "\tpage_size\030\002 \001(\005\022\022\n\n" + + "page_token\030\003 \001(\t\"\202\001\n" + + "\033ListInstanceConfigsResponse\022J\n" + + "\020instance_configs\030\001" + + " \003(\01320.google.spanner.admin.instance.v1.InstanceConfig\022\027\n" + + "\017next_page_token\030\002 \001(\t\"W\n" + + "\030GetInstanceConfigRequest\022;\n" + + "\004name\030\001 \001(\tB-\340A\002\372A\'\n" + + "%spanner.googleapis.com/InstanceConfig\"\352\001\n" + + "\033CreateInstanceConfigRequest\022C\n" + + "\006parent\030\001 \001(\tB3\340A\002\372A-\n" + + "+cloudresourcemanager.googleapis.com/Project\022\037\n" + + "\022instance_config_id\030\002 \001(\tB\003\340A\002\022N\n" + + "\017instance_config\030\003" + + " \001(\01320.google.spanner.admin.instance.v1.InstanceConfigB\003\340A\002\022\025\n\r" + + "validate_only\030\004 \001(\010\"\272\001\n" + + "\033UpdateInstanceConfigRequest\022N\n" + + "\017instance_config\030\001 \001(\01320.googl" + + "e.spanner.admin.instance.v1.InstanceConfigB\003\340A\002\0224\n" + + "\013update_mask\030\002" + + " \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002\022\025\n\r" + + "validate_only\030\003 \001(\010\"\177\n" + + "\033DeleteInstanceConfigRequest\022;\n" + + "\004name\030\001 \001(\tB-\340A\002\372A\'\n" + + "%spanner.googleapis.com/InstanceConfig\022\014\n" + + "\004etag\030\002 \001(\t\022\025\n\r" + + "validate_only\030\003 \001(\010\"\241\001\n" + + "#ListInstanceConfigOperationsRequest\022C\n" + + "\006parent\030\001 \001(\tB3\340A\002\372A-\n" + + "+cloudresourcemanager.googleapis.com/Project\022\016\n" + + "\006filter\030\002 \001(\t\022\021\n" + + "\tpage_size\030\003 \001(\005\022\022\n" + + "\n" + + "page_token\030\004 \001(\t\"r\n" + + "$ListInstanceConfigOperationsResponse\0221\n\n" + + "operations\030\001 \003(\0132\035.google.longrunning.Operation\022\027\n" + + "\017next_page_token\030\002 \001(\t\"{\n" + + "\022GetInstanceRequest\0225\n" + + "\004name\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Instance\022.\n\n" + + "field_mask\030\002 \001(\0132\032.google.protobuf.FieldMask\"\271\001\n" + + "\025CreateInstanceRequest\022C\n" + + "\006parent\030\001 \001(\tB3\340A\002\372A-\n" + + "+cloudresourcemanager.googleapis.com/Project\022\030\n" + + "\013instance_id\030\002 \001(\tB\003\340A\002\022A\n" + + "\010instance\030\003 \001(\0132*." + + "google.spanner.admin.instance.v1.InstanceB\003\340A\002\"\311\001\n" + + "\024ListInstancesRequest\022C\n" + + "\006parent\030\001 \001(\tB3\340A\002\372A-\n" + + "+cloudresourcemanager.googleapis.com/Project\022\021\n" + + "\tpage_size\030\002 \001(\005\022\022\n\n" + + "page_token\030\003 \001(\t\022\016\n" + + "\006filter\030\004 \001(\t\0225\n" + + "\021instance_deadline\030\005 \001(\0132\032.google.protobuf.Timestamp\"\204\001\n" + + "\025ListInstancesResponse\022=\n" + + "\tinstances\030\001 \003(\0132*.google.spanner.admin.instance.v1.Instance\022\027\n" + + "\017next_page_token\030\002 \001(\t\022\023\n" + + "\013unreachable\030\003 \003(\t\"\217\001\n" + + "\025UpdateInstanceRequest\022A\n" + + "\010instance\030\001 \001(\0132*.google.s" + + "panner.admin.instance.v1.InstanceB\003\340A\002\0223\n\n" + + "field_mask\030\002 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002\"N\n" + + "\025DeleteInstanceRequest\0225\n" + + "\004name\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Instance\"\277\002\n" + + "\026CreateInstanceMetadata\022<\n" + + "\010instance\030\001 \001(\0132*.google.spanner.admin.instance.v1.Instance\022.\n\n" + + "start_time\030\002 \001(\0132\032.google.protobuf.Timestamp\022/\n" + + "\013cancel_time\030\003 \001(\0132\032.google.protobuf.Timestamp\022,\n" + + "\010end_time\030\004 \001(\0132\032.google.protobuf.Timestamp\022X\n" + + "\033expected_fulfillment_period\030\005 \001(\016" + + "23.google.spanner.admin.instance.v1.FulfillmentPeriod\"\277\002\n" + + "\026UpdateInstanceMetadata\022<\n" + + "\010instance\030\001 \001(\0132*.google.spanner.admin.instance.v1.Instance\022.\n\n" + + "start_time\030\002 \001(\0132\032.google.protobuf.Timestamp\022/\n" + + "\013cancel_time\030\003 \001(\0132\032.google.protobuf.Timestamp\022,\n" + + "\010end_time\030\004 \001(\0132\032.google.protobuf.Timestamp\022X\n" + + "\033expected_fulfillment_period\030\005 \001" + + "(\01623.google.spanner.admin.instance.v1.FulfillmentPeriod\"\316\002\n" + + "\024FreeInstanceMetadata\0224\n" + + "\013expire_time\030\001 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\0225\n" + + "\014upgrade_time\030\002 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\022^\n" + + "\017expire_behavior\030\003 \001(\0162E.google.spanner.admin.in" + + "stance.v1.FreeInstanceMetadata.ExpireBehavior\"i\n" + + "\016ExpireBehavior\022\037\n" + + "\033EXPIRE_BEHAVIOR_UNSPECIFIED\020\000\022\027\n" + + "\023FREE_TO_PROVISIONED\020\001\022\035\n" + + "\031REMOVE_AFTER_GRACE_PERIOD\020\002\"\341\001\n" + + "\034CreateInstanceConfigMetadata\022I\n" + + "\017instance_config\030\001" + + " \001(\01320.google.spanner.admin.instance.v1.InstanceConfig\022E\n" + + "\010progress\030\002 \001(\01323" + + ".google.spanner.admin.instance.v1.OperationProgress\022/\n" + + "\013cancel_time\030\003 \001(\0132\032.google.protobuf.Timestamp\"\341\001\n" + + "\034UpdateInstanceConfigMetadata\022I\n" + + "\017instance_config\030\001 \001(\01320" + + ".google.spanner.admin.instance.v1.InstanceConfig\022E\n" + + "\010progress\030\002 \001(\01323.google.span" + + "ner.admin.instance.v1.OperationProgress\022/\n" + + "\013cancel_time\030\003 \001(\0132\032.google.protobuf.Timestamp\"\271\005\n" + + "\021InstancePartition\022\021\n" + + "\004name\030\001 \001(\tB\003\340A\002\022=\n" + + "\006config\030\002 \001(\tB-\340A\002\372A\'\n" + + "%spanner.googleapis.com/InstanceConfig\022\031\n" + + "\014display_name\030\003 \001(\tB\003\340A\002\022\024\n\n" + + "node_count\030\005 \001(\005H\000\022\032\n" + + "\020processing_units\030\006 \001(\005H\000\022M\n" + + "\005state\030\007" + + " \001(\01629.google.spanner.admin.instance.v1.InstancePartition.StateB\003\340A\003\0224\n" + + "\013create_time\030\010 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\0224\n" + + "\013update_time\030\t \001(\0132\032.google.protobuf.TimestampB\003\340A\003\022\"\n" + + "\025referencing_databases\030\n" + + " \003(\tB\003\340A\003\022\"\n" + + "\023referencing_backups\030\013 \003(\tB\005\030\001\340A\003\022\014\n" + + "\004etag\030\014 \001(\t\"7\n" + + "\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\014\n" + + "\010CREATING\020\001\022\t\n" + + "\005READY\020\002:\246\001\352A\242\001\n" + + "(spanner.googleapis.com/InstancePartition\022Oprojects/{project}/instances/{" + "instance}/instancePartitions/{instance_p" - + "artition}*\022instancePartitions2\021instanceP" - + "artitionB\022\n\020compute_capacity\"\201\002\n\037CreateI" - + "nstancePartitionMetadata\022O\n\022instance_par" - + "tition\030\001 \001(\01323.google.spanner.admin.inst" - + "ance.v1.InstancePartition\022.\n\nstart_time\030" - + "\002 \001(\0132\032.google.protobuf.Timestamp\022/\n\013can" - + "cel_time\030\003 \001(\0132\032.google.protobuf.Timesta" - + "mp\022,\n\010end_time\030\004 \001(\0132\032.google.protobuf.T" - + "imestamp\"\323\001\n\036CreateInstancePartitionRequ" - + "est\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A!\n\037spanner.goo" - + "gleapis.com/Instance\022\"\n\025instance_partiti" - + "on_id\030\002 \001(\tB\003\340A\002\022T\n\022instance_partition\030\003" - + " \001(\01323.google.spanner.admin.instance.v1." - + "InstancePartitionB\003\340A\002\"n\n\036DeleteInstance" - + "PartitionRequest\022>\n\004name\030\001 \001(\tB0\340A\002\372A*\n(" - + "spanner.googleapis.com/InstancePartition" - + "\022\014\n\004etag\030\002 \001(\t\"]\n\033GetInstancePartitionRe" - + "quest\022>\n\004name\030\001 \001(\tB0\340A\002\372A*\n(spanner.goo" - + "gleapis.com/InstancePartition\"\253\001\n\036Update" - + "InstancePartitionRequest\022T\n\022instance_par" - + "tition\030\001 \001(\01323.google.spanner.admin.inst" - + "ance.v1.InstancePartitionB\003\340A\002\0223\n\nfield_" - + "mask\030\002 \001(\0132\032.google.protobuf.FieldMaskB\003" - + "\340A\002\"\201\002\n\037UpdateInstancePartitionMetadata\022" - + "O\n\022instance_partition\030\001 \001(\01323.google.spa" - + "nner.admin.instance.v1.InstancePartition" - + "\022.\n\nstart_time\030\002 \001(\0132\032.google.protobuf.T" - + "imestamp\022/\n\013cancel_time\030\003 \001(\0132\032.google.p" - + "rotobuf.Timestamp\022,\n\010end_time\030\004 \001(\0132\032.go" - + "ogle.protobuf.Timestamp\"\305\001\n\035ListInstance" - + "PartitionsRequest\0227\n\006parent\030\001 \001(\tB\'\340A\002\372A" - + "!\n\037spanner.googleapis.com/Instance\022\021\n\tpa" - + "ge_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022D\n\033ins" - + "tance_partition_deadline\030\004 \001(\0132\032.google." - + "protobuf.TimestampB\003\340A\001\"\240\001\n\036ListInstance" - + "PartitionsResponse\022P\n\023instance_partition" - + "s\030\001 \003(\01323.google.spanner.admin.instance." - + "v1.InstancePartition\022\027\n\017next_page_token\030" - + "\002 \001(\t\022\023\n\013unreachable\030\003 \003(\t\"\355\001\n&ListInsta" - + "ncePartitionOperationsRequest\0227\n\006parent\030" - + "\001 \001(\tB\'\340A\002\372A!\n\037spanner.googleapis.com/In" - + "stance\022\023\n\006filter\030\002 \001(\tB\003\340A\001\022\026\n\tpage_size" - + "\030\003 \001(\005B\003\340A\001\022\027\n\npage_token\030\004 \001(\tB\003\340A\001\022D\n\033" - + "instance_partition_deadline\030\005 \001(\0132\032.goog" - + "le.protobuf.TimestampB\003\340A\001\"\236\001\n\'ListInsta" - + "ncePartitionOperationsResponse\0221\n\noperat" - + "ions\030\001 \003(\0132\035.google.longrunning.Operatio" - + "n\022\027\n\017next_page_token\030\002 \001(\t\022\'\n\037unreachabl" - + "e_instance_partitions\030\003 \003(\t\"\222\001\n\023MoveInst" - + "anceRequest\0225\n\004name\030\001 \001(\tB\'\340A\002\372A!\n\037spann" - + "er.googleapis.com/Instance\022D\n\rtarget_con" - + "fig\030\002 \001(\tB-\340A\002\372A\'\n%spanner.googleapis.co" - + "m/InstanceConfig\"\026\n\024MoveInstanceResponse" - + "\"\245\001\n\024MoveInstanceMetadata\022\025\n\rtarget_conf" - + "ig\030\001 \001(\t\022E\n\010progress\030\002 \001(\01323.google.span" - + "ner.admin.instance.v1.OperationProgress\022" - + "/\n\013cancel_time\030\003 \001(\0132\032.google.protobuf.T" - + "imestamp2\332\'\n\rInstanceAdmin\022\314\001\n\023ListInsta" - + "nceConfigs\022<.google.spanner.admin.instan" - + "ce.v1.ListInstanceConfigsRequest\032=.googl" - + "e.spanner.admin.instance.v1.ListInstance" - + "ConfigsResponse\"8\332A\006parent\202\323\344\223\002)\022\'/v1/{p" - + "arent=projects/*}/instanceConfigs\022\271\001\n\021Ge" - + "tInstanceConfig\022:.google.spanner.admin.i" - + "nstance.v1.GetInstanceConfigRequest\0320.go" - + "ogle.spanner.admin.instance.v1.InstanceC" - + "onfig\"6\332A\004name\202\323\344\223\002)\022\'/v1/{name=projects" - + "/*/instanceConfigs/*}\022\310\002\n\024CreateInstance" - + "Config\022=.google.spanner.admin.instance.v" - + "1.CreateInstanceConfigRequest\032\035.google.l" - + "ongrunning.Operation\"\321\001\312Ap\n/google.spann" - + "er.admin.instance.v1.InstanceConfig\022=goo" - + "gle.spanner.admin.instance.v1.CreateInst" - + "anceConfigMetadata\332A)parent,instance_con" - + "fig,instance_config_id\202\323\344\223\002,\"\'/v1/{paren" - + "t=projects/*}/instanceConfigs:\001*\022\312\002\n\024Upd" - + "ateInstanceConfig\022=.google.spanner.admin" - + ".instance.v1.UpdateInstanceConfigRequest" - + "\032\035.google.longrunning.Operation\"\323\001\312Ap\n/g" - + "oogle.spanner.admin.instance.v1.Instance" - + "Config\022=google.spanner.admin.instance.v1" + + "artition}*\022instancePartitions2\021instancePartitionB\022\n" + + "\020compute_capacity\"\201\002\n" + + "\037CreateInstancePartitionMetadata\022O\n" + + "\022instance_partition\030\001" + + " \001(\01323.google.spanner.admin.instance.v1.InstancePartition\022.\n\n" + + "start_time\030\002 \001(\0132\032.google.protobuf.Timestamp\022/\n" + + "\013cancel_time\030\003 \001(\0132\032.google.protobuf.Timestamp\022,\n" + + "\010end_time\030\004 \001(\0132\032.google.protobuf.Timestamp\"\323\001\n" + + "\036CreateInstancePartitionRequest\0227\n" + + "\006parent\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Instance\022\"\n" + + "\025instance_partition_id\030\002 \001(\tB\003\340A\002\022T\n" + + "\022instance_partition\030\003" + + " \001(\01323.google.spanner.admin.instance.v1.InstancePartitionB\003\340A\002\"n\n" + + "\036DeleteInstancePartitionRequest\022>\n" + + "\004name\030\001 \001(\tB0\340A\002\372A*\n" + + "(spanner.googleapis.com/InstancePartition\022\014\n" + + "\004etag\030\002 \001(\t\"]\n" + + "\033GetInstancePartitionRequest\022>\n" + + "\004name\030\001 \001(\tB0\340A\002\372A*\n" + + "(spanner.googleapis.com/InstancePartition\"\253\001\n" + + "\036UpdateInstancePartitionRequest\022T\n" + + "\022instance_partition\030\001" + + " \001(\01323.google.spanner.admin.instance.v1.InstancePartitionB\003\340A\002\0223\n\n" + + "field_mask\030\002 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002\"\201\002\n" + + "\037UpdateInstancePartitionMetadata\022O\n" + + "\022instance_partition\030\001 \001(\01323.google.spa" + + "nner.admin.instance.v1.InstancePartition\022.\n\n" + + "start_time\030\002 \001(\0132\032.google.protobuf.Timestamp\022/\n" + + "\013cancel_time\030\003 \001(\0132\032.google.protobuf.Timestamp\022,\n" + + "\010end_time\030\004 \001(\0132\032.google.protobuf.Timestamp\"\305\001\n" + + "\035ListInstancePartitionsRequest\0227\n" + + "\006parent\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Instance\022\021\n" + + "\tpage_size\030\002 \001(\005\022\022\n\n" + + "page_token\030\003 \001(\t\022D\n" + + "\033instance_partition_deadline\030\004" + + " \001(\0132\032.google.protobuf.TimestampB\003\340A\001\"\240\001\n" + + "\036ListInstancePartitionsResponse\022P\n" + + "\023instance_partitions\030\001" + + " \003(\01323.google.spanner.admin.instance.v1.InstancePartition\022\027\n" + + "\017next_page_token\030\002 \001(\t\022\023\n" + + "\013unreachable\030\003 \003(\t\"\355\001\n" + + "&ListInstancePartitionOperationsRequest\0227\n" + + "\006parent\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Instance\022\023\n" + + "\006filter\030\002 \001(\tB\003\340A\001\022\026\n" + + "\tpage_size\030\003 \001(\005B\003\340A\001\022\027\n\n" + + "page_token\030\004 \001(\tB\003\340A\001\022D\n" + + "\033instance_partition_deadline\030\005" + + " \001(\0132\032.google.protobuf.TimestampB\003\340A\001\"\236\001\n" + + "\'ListInstancePartitionOperationsResponse\0221\n\n" + + "operations\030\001 \003(\0132\035.google.longrunning.Operation\022\027\n" + + "\017next_page_token\030\002 \001(\t\022\'\n" + + "\037unreachable_instance_partitions\030\003 \003(\t\"\222\001\n" + + "\023MoveInstanceRequest\0225\n" + + "\004name\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Instance\022D\n\r" + + "target_config\030\002 \001(\tB-\340A\002\372A\'\n" + + "%spanner.googleapis.com/InstanceConfig\"\026\n" + + "\024MoveInstanceResponse\"\245\001\n" + + "\024MoveInstanceMetadata\022\025\n\r" + + "target_config\030\001 \001(\t\022E\n" + + "\010progress\030\002 \001(\01323.google.span" + + "ner.admin.instance.v1.OperationProgress\022/\n" + + "\013cancel_time\030\003 \001(\0132\032.google.protobuf.Timestamp2\332\'\n\r" + + "InstanceAdmin\022\314\001\n" + + "\023ListInstanceConfigs\022<.google.spanner.admin.instan" + + "ce.v1.ListInstanceConfigsRequest\032=.google.spanner.admin.instance.v1.ListInstance" + + "ConfigsResponse\"8\332A\006parent\202\323\344\223\002)\022\'/v1/{parent=projects/*}/instanceConfigs\022\271\001\n" + + "\021GetInstanceConfig\022:.google.spanner.admin.i" + + "nstance.v1.GetInstanceConfigRequest\0320.google.spanner.admin.instance.v1.InstanceC" + + "onfig\"6\332A\004name\202\323\344\223\002)\022\'/v1/{name=projects/*/instanceConfigs/*}\022\310\002\n" + + "\024CreateInstanceConfig\022=.google.spanner.admin.instance.v" + + "1.CreateInstanceConfigRequest\032\035.google.longrunning.Operation\"\321\001\312Ap\n" + + "/google.spanner.admin.instance.v1.InstanceConfig\022=goo" + + "gle.spanner.admin.instance.v1.CreateInstanceConfigMetadata\332A)parent,instance_con" + + "fig,instance_config_id\202\323\344\223\002,\"\'/v1/{parent=projects/*}/instanceConfigs:\001*\022\312\002\n" + + "\024UpdateInstanceConfig\022=.google.spanner.admin" + + ".instance.v1.UpdateInstanceConfigRequest\032\035.google.longrunning.Operation\"\323\001\312Ap\n" + + "/google.spanner.admin.instance.v1.InstanceConfig\022=google.spanner.admin.instance.v1" + ".UpdateInstanceConfigMetadata\332A\033instance" + "_config,update_mask\202\323\344\223\002<27/v1/{instance" - + "_config.name=projects/*/instanceConfigs/" - + "*}:\001*\022\245\001\n\024DeleteInstanceConfig\022=.google." - + "spanner.admin.instance.v1.DeleteInstance" + + "_config.name=projects/*/instanceConfigs/*}:\001*\022\245\001\n" + + "\024DeleteInstanceConfig\022=.google.spanner.admin.instance.v1.DeleteInstance" + "ConfigRequest\032\026.google.protobuf.Empty\"6\332" - + "A\004name\202\323\344\223\002)*\'/v1/{name=projects/*/insta" - + "nceConfigs/*}\022\360\001\n\034ListInstanceConfigOper" - + "ations\022E.google.spanner.admin.instance.v" - + "1.ListInstanceConfigOperationsRequest\032F." - + "google.spanner.admin.instance.v1.ListIns" + + "A\004name\202\323\344\223\002)*\'/v1/{name=projects/*/instanceConfigs/*}\022\360\001\n" + + "\034ListInstanceConfigOperations\022E.google.spanner.admin.instance.v" + + "1.ListInstanceConfigOperationsRequest\032F.google.spanner.admin.instance.v1.ListIns" + "tanceConfigOperationsResponse\"A\332A\006parent" - + "\202\323\344\223\0022\0220/v1/{parent=projects/*}/instance" - + "ConfigOperations\022\264\001\n\rListInstances\0226.goo" - + "gle.spanner.admin.instance.v1.ListInstan" + + "\202\323\344\223\0022\0220/v1/{parent=projects/*}/instanceConfigOperations\022\264\001\n\r" + + "ListInstances\0226.google.spanner.admin.instance.v1.ListInstan" + "cesRequest\0327.google.spanner.admin.instan" + "ce.v1.ListInstancesResponse\"2\332A\006parent\202\323" - + "\344\223\002#\022!/v1/{parent=projects/*}/instances\022" - + "\344\001\n\026ListInstancePartitions\022?.google.span" - + "ner.admin.instance.v1.ListInstancePartit" + + "\344\223\002#\022!/v1/{parent=projects/*}/instances\022\344\001\n" + + "\026ListInstancePartitions\022?.google.spanner.admin.instance.v1.ListInstancePartit" + "ionsRequest\032@.google.spanner.admin.insta" + "nce.v1.ListInstancePartitionsResponse\"G\332" - + "A\006parent\202\323\344\223\0028\0226/v1/{parent=projects/*/i" - + "nstances/*}/instancePartitions\022\241\001\n\013GetIn" - + "stance\0224.google.spanner.admin.instance.v" + + "A\006parent\202\323\344\223\0028\0226/v1/{parent=projects/*/instances/*}/instancePartitions\022\241\001\n" + + "\013GetInstance\0224.google.spanner.admin.instance.v" + "1.GetInstanceRequest\032*.google.spanner.ad" - + "min.instance.v1.Instance\"0\332A\004name\202\323\344\223\002#\022" - + "!/v1/{name=projects/*/instances/*}\022\234\002\n\016C" - + "reateInstance\0227.google.spanner.admin.ins" - + "tance.v1.CreateInstanceRequest\032\035.google." - + "longrunning.Operation\"\261\001\312Ad\n)google.span" - + "ner.admin.instance.v1.Instance\0227google.s" + + "min.instance.v1.Instance\"0\332A\004name\202\323\344\223\002#\022!/v1/{name=projects/*/instances/*}\022\234\002\n" + + "\016CreateInstance\0227.google.spanner.admin.ins" + + "tance.v1.CreateInstanceRequest\032\035.google.longrunning.Operation\"\261\001\312Ad\n" + + ")google.spanner.admin.instance.v1.Instance\0227google.s" + "panner.admin.instance.v1.CreateInstanceM" + "etadata\332A\033parent,instance_id,instance\202\323\344" - + "\223\002&\"!/v1/{parent=projects/*}/instances:\001" - + "*\022\235\002\n\016UpdateInstance\0227.google.spanner.ad" - + "min.instance.v1.UpdateInstanceRequest\032\035." - + "google.longrunning.Operation\"\262\001\312Ad\n)goog" - + "le.spanner.admin.instance.v1.Instance\0227g" + + "\223\002&\"!/v1/{parent=projects/*}/instances:\001*\022\235\002\n" + + "\016UpdateInstance\0227.google.spanner.ad" + + "min.instance.v1.UpdateInstanceRequest\032\035.google.longrunning.Operation\"\262\001\312Ad\n" + + ")google.spanner.admin.instance.v1.Instance\0227g" + "oogle.spanner.admin.instance.v1.UpdateIn" + "stanceMetadata\332A\023instance,field_mask\202\323\344\223" - + "\002/2*/v1/{instance.name=projects/*/instan" - + "ces/*}:\001*\022\223\001\n\016DeleteInstance\0227.google.sp" - + "anner.admin.instance.v1.DeleteInstanceRe" + + "\002/2*/v1/{instance.name=projects/*/instances/*}:\001*\022\223\001\n" + + "\016DeleteInstance\0227.google.spanner.admin.instance.v1.DeleteInstanceRe" + "quest\032\026.google.protobuf.Empty\"0\332A\004name\202\323" - + "\344\223\002#*!/v1/{name=projects/*/instances/*}\022" - + "\232\001\n\014SetIamPolicy\022\".google.iam.v1.SetIamP" + + "\344\223\002#*!/v1/{name=projects/*/instances/*}\022\232\001\n" + + "\014SetIamPolicy\022\".google.iam.v1.SetIamP" + "olicyRequest\032\025.google.iam.v1.Policy\"O\332A\017" - + "resource,policy\202\323\344\223\0027\"2/v1/{resource=pro" - + "jects/*/instances/*}:setIamPolicy:\001*\022\223\001\n" + + "resource,policy\202\323\344\223\0027\"2/v1/{resource=projects/*/instances/*}:setIamPolicy:\001*\022\223\001\n" + "\014GetIamPolicy\022\".google.iam.v1.GetIamPoli" + "cyRequest\032\025.google.iam.v1.Policy\"H\332A\010res" - + "ource\202\323\344\223\0027\"2/v1/{resource=projects/*/in" - + "stances/*}:getIamPolicy:\001*\022\305\001\n\022TestIamPe" - + "rmissions\022(.google.iam.v1.TestIamPermiss" + + "ource\202\323\344\223\0027\"2/v1/{resource=projects/*/instances/*}:getIamPolicy:\001*\022\305\001\n" + + "\022TestIamPermissions\022(.google.iam.v1.TestIamPermiss" + "ionsRequest\032).google.iam.v1.TestIamPermi" + "ssionsResponse\"Z\332A\024resource,permissions\202" - + "\323\344\223\002=\"8/v1/{resource=projects/*/instance" - + "s/*}:testIamPermissions:\001*\022\321\001\n\024GetInstan" - + "cePartition\022=.google.spanner.admin.insta" - + "nce.v1.GetInstancePartitionRequest\0323.goo" - + "gle.spanner.admin.instance.v1.InstancePa" + + "\323\344\223\002=\"8/v1/{resource=projects/*/instances/*}:testIamPermissions:\001*\022\321\001\n" + + "\024GetInstancePartition\022=.google.spanner.admin.insta" + + "nce.v1.GetInstancePartitionRequest\0323.google.spanner.admin.instance.v1.InstancePa" + "rtition\"E\332A\004name\202\323\344\223\0028\0226/v1/{name=projec" - + "ts/*/instances/*/instancePartitions/*}\022\351" - + "\002\n\027CreateInstancePartition\022@.google.span" - + "ner.admin.instance.v1.CreateInstancePart" - + "itionRequest\032\035.google.longrunning.Operat" - + "ion\"\354\001\312Av\n2google.spanner.admin.instance" - + ".v1.InstancePartition\022@google.spanner.ad" - + "min.instance.v1.CreateInstancePartitionM" - + "etadata\332A/parent,instance_partition,inst" + + "ts/*/instances/*/instancePartitions/*}\022\351\002\n" + + "\027CreateInstancePartition\022@.google.spanner.admin.instance.v1.CreateInstancePart" + + "itionRequest\032\035.google.longrunning.Operation\"\354\001\312Av\n" + + "2google.spanner.admin.instance.v1.InstancePartition\022@google.spanner.ad" + + "min.instance.v1.CreateInstancePartitionMetadata\332A/parent,instance_partition,inst" + "ance_partition_id\202\323\344\223\002;\"6/v1/{parent=pro" - + "jects/*/instances/*}/instancePartitions:" - + "\001*\022\272\001\n\027DeleteInstancePartition\022@.google." - + "spanner.admin.instance.v1.DeleteInstance" + + "jects/*/instances/*}/instancePartitions:\001*\022\272\001\n" + + "\027DeleteInstancePartition\022@.google.spanner.admin.instance.v1.DeleteInstance" + "PartitionRequest\032\026.google.protobuf.Empty" - + "\"E\332A\004name\202\323\344\223\0028*6/v1/{name=projects/*/in" - + "stances/*/instancePartitions/*}\022\352\002\n\027Upda" - + "teInstancePartition\022@.google.spanner.adm" + + "\"E\332A\004name\202\323\344\223\0028*6/v1/{name=projects/*/instances/*/instancePartitions/*}\022\352\002\n" + + "\027UpdateInstancePartition\022@.google.spanner.adm" + "in.instance.v1.UpdateInstancePartitionRe" - + "quest\032\035.google.longrunning.Operation\"\355\001\312" - + "Av\n2google.spanner.admin.instance.v1.Ins" - + "tancePartition\022@google.spanner.admin.ins" + + "quest\032\035.google.longrunning.Operation\"\355\001\312Av\n" + + "2google.spanner.admin.instance.v1.InstancePartition\022@google.spanner.admin.ins" + "tance.v1.UpdateInstancePartitionMetadata" + "\332A\035instance_partition,field_mask\202\323\344\223\002N2I" - + "/v1/{instance_partition.name=projects/*/" - + "instances/*/instancePartitions/*}:\001*\022\210\002\n" - + "\037ListInstancePartitionOperations\022H.googl" - + "e.spanner.admin.instance.v1.ListInstance" - + "PartitionOperationsRequest\032I.google.span" - + "ner.admin.instance.v1.ListInstancePartit" + + "/v1/{instance_partition.name=projects/*/instances/*/instancePartitions/*}:\001*\022\210\002\n" + + "\037ListInstancePartitionOperations\022H.google.spanner.admin.instance.v1.ListInstance" + + "PartitionOperationsRequest\032I.google.spanner.admin.instance.v1.ListInstancePartit" + "ionOperationsResponse\"P\332A\006parent\202\323\344\223\002A\022?" - + "/v1/{parent=projects/*/instances/*}/inst" - + "ancePartitionOperations\022\211\002\n\014MoveInstance" - + "\0225.google.spanner.admin.instance.v1.Move" - + "InstanceRequest\032\035.google.longrunning.Ope" - + "ration\"\242\001\312An\n5google.spanner.admin.insta", + + "/v1/{parent=projects/*/instances/*}/instancePartitionOperations\022\211\002\n" + + "\014MoveInstance\0225.google.spanner.admin.instance.v1.Move" + + "InstanceRequest\032\035.google.longrunning.Operation\"\242\001\312An\n" + + "5google.spanner.admin.insta", "nce.v1.MoveInstanceResponse\0225google.span" + "ner.admin.instance.v1.MoveInstanceMetada" + "ta\202\323\344\223\002+\"&/v1/{name=projects/*/instances" diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigMetadata.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigMetadata.java index 20cd584e80..11a80eaba9 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigMetadata.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigMetadata.java @@ -34,6 +34,7 @@ public final class UpdateInstanceConfigMetadata extends com.google.protobuf.Gene // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.UpdateInstanceConfigMetadata) UpdateInstanceConfigMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateInstanceConfigMetadata.newBuilder() to construct. private UpdateInstanceConfigMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int INSTANCE_CONFIG_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.InstanceConfig instanceConfig_; + /** * * @@ -80,6 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -97,6 +100,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { ? com.google.spanner.admin.instance.v1.InstanceConfig.getDefaultInstance() : instanceConfig_; } + /** * * @@ -115,6 +119,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC public static final int PROGRESS_FIELD_NUMBER = 2; private com.google.spanner.admin.instance.v1.OperationProgress progress_; + /** * * @@ -132,6 +137,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC public boolean hasProgress() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -151,6 +157,7 @@ public com.google.spanner.admin.instance.v1.OperationProgress getProgress() { ? com.google.spanner.admin.instance.v1.OperationProgress.getDefaultInstance() : progress_; } + /** * * @@ -171,6 +178,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre public static final int CANCEL_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -186,6 +194,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -201,6 +210,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -409,6 +419,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -657,6 +668,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.InstanceConfig.Builder, com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder> instanceConfigBuilder_; + /** * * @@ -671,6 +683,7 @@ public Builder mergeFrom( public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -691,6 +704,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { return instanceConfigBuilder_.getMessage(); } } + /** * * @@ -713,6 +727,7 @@ public Builder setInstanceConfig(com.google.spanner.admin.instance.v1.InstanceCo onChanged(); return this; } + /** * * @@ -733,6 +748,7 @@ public Builder setInstanceConfig( onChanged(); return this; } + /** * * @@ -761,6 +777,7 @@ public Builder mergeInstanceConfig(com.google.spanner.admin.instance.v1.Instance } return this; } + /** * * @@ -780,6 +797,7 @@ public Builder clearInstanceConfig() { onChanged(); return this; } + /** * * @@ -794,6 +812,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo onChanged(); return getInstanceConfigFieldBuilder().getBuilder(); } + /** * * @@ -813,6 +832,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo : instanceConfig_; } } + /** * * @@ -845,6 +865,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo com.google.spanner.admin.instance.v1.OperationProgress.Builder, com.google.spanner.admin.instance.v1.OperationProgressOrBuilder> progressBuilder_; + /** * * @@ -861,6 +882,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo public boolean hasProgress() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -883,6 +905,7 @@ public com.google.spanner.admin.instance.v1.OperationProgress getProgress() { return progressBuilder_.getMessage(); } } + /** * * @@ -907,6 +930,7 @@ public Builder setProgress(com.google.spanner.admin.instance.v1.OperationProgres onChanged(); return this; } + /** * * @@ -929,6 +953,7 @@ public Builder setProgress( onChanged(); return this; } + /** * * @@ -959,6 +984,7 @@ public Builder mergeProgress(com.google.spanner.admin.instance.v1.OperationProgr } return this; } + /** * * @@ -980,6 +1006,7 @@ public Builder clearProgress() { onChanged(); return this; } + /** * * @@ -996,6 +1023,7 @@ public com.google.spanner.admin.instance.v1.OperationProgress.Builder getProgres onChanged(); return getProgressFieldBuilder().getBuilder(); } + /** * * @@ -1016,6 +1044,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre : progress_; } } + /** * * @@ -1050,6 +1079,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1064,6 +1094,7 @@ public com.google.spanner.admin.instance.v1.OperationProgressOrBuilder getProgre public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1084,6 +1115,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1106,6 +1138,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1125,6 +1158,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1152,6 +1186,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1171,6 +1206,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1185,6 +1221,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1203,6 +1240,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigMetadataOrBuilder.java index 8bd85cc295..8d5fa943b3 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface UpdateInstanceConfigMetadataOrBuilder * @return Whether the instanceConfig field is set. */ boolean hasInstanceConfig(); + /** * * @@ -48,6 +49,7 @@ public interface UpdateInstanceConfigMetadataOrBuilder * @return The instanceConfig. */ com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig(); + /** * * @@ -73,6 +75,7 @@ public interface UpdateInstanceConfigMetadataOrBuilder * @return Whether the progress field is set. */ boolean hasProgress(); + /** * * @@ -87,6 +90,7 @@ public interface UpdateInstanceConfigMetadataOrBuilder * @return The progress. */ com.google.spanner.admin.instance.v1.OperationProgress getProgress(); + /** * * @@ -112,6 +116,7 @@ public interface UpdateInstanceConfigMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -124,6 +129,7 @@ public interface UpdateInstanceConfigMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigRequest.java index a297e5f064..c9387b2bd9 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigRequest.java @@ -34,6 +34,7 @@ public final class UpdateInstanceConfigRequest extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.UpdateInstanceConfigRequest) UpdateInstanceConfigRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateInstanceConfigRequest.newBuilder() to construct. private UpdateInstanceConfigRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int INSTANCE_CONFIG_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.InstanceConfig instanceConfig_; + /** * * @@ -88,6 +90,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -113,6 +116,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { ? com.google.spanner.admin.instance.v1.InstanceConfig.getDefaultInstance() : instanceConfig_; } + /** * * @@ -139,6 +143,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; + /** * * @@ -160,6 +165,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getInstanceC public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -181,6 +187,7 @@ public boolean hasUpdateMask() { public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } + /** * * @@ -203,6 +210,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { public static final int VALIDATE_ONLY_FIELD_NUMBER = 3; private boolean validateOnly_ = false; + /** * * @@ -408,6 +416,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -649,6 +658,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.InstanceConfig.Builder, com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder> instanceConfigBuilder_; + /** * * @@ -671,6 +681,7 @@ public Builder mergeFrom( public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -699,6 +710,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { return instanceConfigBuilder_.getMessage(); } } + /** * * @@ -729,6 +741,7 @@ public Builder setInstanceConfig(com.google.spanner.admin.instance.v1.InstanceCo onChanged(); return this; } + /** * * @@ -757,6 +770,7 @@ public Builder setInstanceConfig( onChanged(); return this; } + /** * * @@ -793,6 +807,7 @@ public Builder mergeInstanceConfig(com.google.spanner.admin.instance.v1.Instance } return this; } + /** * * @@ -820,6 +835,7 @@ public Builder clearInstanceConfig() { onChanged(); return this; } + /** * * @@ -842,6 +858,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo onChanged(); return getInstanceConfigFieldBuilder().getBuilder(); } + /** * * @@ -869,6 +886,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo : instanceConfig_; } } + /** * * @@ -909,6 +927,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + /** * * @@ -929,6 +948,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo public boolean hasUpdateMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -955,6 +975,7 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMaskBuilder_.getMessage(); } } + /** * * @@ -983,6 +1004,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { onChanged(); return this; } + /** * * @@ -1008,6 +1030,7 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal onChanged(); return this; } + /** * * @@ -1041,6 +1064,7 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { } return this; } + /** * * @@ -1066,6 +1090,7 @@ public Builder clearUpdateMask() { onChanged(); return this; } + /** * * @@ -1086,6 +1111,7 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } + /** * * @@ -1110,6 +1136,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { : updateMask_; } } + /** * * @@ -1143,6 +1170,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private boolean validateOnly_; + /** * * @@ -1159,6 +1187,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { public boolean getValidateOnly() { return validateOnly_; } + /** * * @@ -1179,6 +1208,7 @@ public Builder setValidateOnly(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigRequestOrBuilder.java index d6ed0d96cf..747962c562 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceConfigRequestOrBuilder.java @@ -44,6 +44,7 @@ public interface UpdateInstanceConfigRequestOrBuilder * @return Whether the instanceConfig field is set. */ boolean hasInstanceConfig(); + /** * * @@ -64,6 +65,7 @@ public interface UpdateInstanceConfigRequestOrBuilder * @return The instanceConfig. */ com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig(); + /** * * @@ -101,6 +103,7 @@ public interface UpdateInstanceConfigRequestOrBuilder * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); + /** * * @@ -119,6 +122,7 @@ public interface UpdateInstanceConfigRequestOrBuilder * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceMetadata.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceMetadata.java index bb703fb2d2..3fc7af7050 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceMetadata.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceMetadata.java @@ -34,6 +34,7 @@ public final class UpdateInstanceMetadata extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.UpdateInstanceMetadata) UpdateInstanceMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateInstanceMetadata.newBuilder() to construct. private UpdateInstanceMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int INSTANCE_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.Instance instance_; + /** * * @@ -82,6 +84,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -99,6 +102,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { ? com.google.spanner.admin.instance.v1.Instance.getDefaultInstance() : instance_; } + /** * * @@ -117,6 +121,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild public static final int START_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp startTime_; + /** * * @@ -134,6 +139,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -151,6 +157,7 @@ public boolean hasStartTime() { public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } + /** * * @@ -169,6 +176,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int CANCEL_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -186,6 +194,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -203,6 +212,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -221,6 +231,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp endTime_; + /** * * @@ -236,6 +247,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -251,6 +263,7 @@ public boolean hasEndTime() { public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } + /** * * @@ -267,6 +280,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public static final int EXPECTED_FULFILLMENT_PERIOD_FIELD_NUMBER = 5; private int expectedFulfillmentPeriod_ = 0; + /** * * @@ -283,6 +297,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public int getExpectedFulfillmentPeriodValue() { return expectedFulfillmentPeriod_; } + /** * * @@ -525,6 +540,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -799,6 +815,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.Instance.Builder, com.google.spanner.admin.instance.v1.InstanceOrBuilder> instanceBuilder_; + /** * * @@ -813,6 +830,7 @@ public Builder mergeFrom( public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -833,6 +851,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { return instanceBuilder_.getMessage(); } } + /** * * @@ -855,6 +874,7 @@ public Builder setInstance(com.google.spanner.admin.instance.v1.Instance value) onChanged(); return this; } + /** * * @@ -875,6 +895,7 @@ public Builder setInstance( onChanged(); return this; } + /** * * @@ -902,6 +923,7 @@ public Builder mergeInstance(com.google.spanner.admin.instance.v1.Instance value } return this; } + /** * * @@ -921,6 +943,7 @@ public Builder clearInstance() { onChanged(); return this; } + /** * * @@ -935,6 +958,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder getInstanceBuilder( onChanged(); return getInstanceFieldBuilder().getBuilder(); } + /** * * @@ -953,6 +977,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild : instance_; } } + /** * * @@ -985,6 +1010,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** * * @@ -1001,6 +1027,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1021,6 +1048,7 @@ public com.google.protobuf.Timestamp getStartTime() { return startTimeBuilder_.getMessage(); } } + /** * * @@ -1045,6 +1073,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1066,6 +1095,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu onChanged(); return this; } + /** * * @@ -1095,6 +1125,7 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1116,6 +1147,7 @@ public Builder clearStartTime() { onChanged(); return this; } + /** * * @@ -1132,6 +1164,7 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { onChanged(); return getStartTimeFieldBuilder().getBuilder(); } + /** * * @@ -1150,6 +1183,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } + /** * * @@ -1184,6 +1218,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1200,6 +1235,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1222,6 +1258,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1246,6 +1283,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1267,6 +1305,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1296,6 +1335,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1317,6 +1357,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1333,6 +1374,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1353,6 +1395,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * @@ -1387,6 +1430,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** * * @@ -1401,6 +1445,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1419,6 +1464,7 @@ public com.google.protobuf.Timestamp getEndTime() { return endTimeBuilder_.getMessage(); } } + /** * * @@ -1441,6 +1487,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1460,6 +1507,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) onChanged(); return this; } + /** * * @@ -1487,6 +1535,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1506,6 +1555,7 @@ public Builder clearEndTime() { onChanged(); return this; } + /** * * @@ -1520,6 +1570,7 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { onChanged(); return getEndTimeFieldBuilder().getBuilder(); } + /** * * @@ -1536,6 +1587,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } + /** * * @@ -1563,6 +1615,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { } private int expectedFulfillmentPeriod_ = 0; + /** * * @@ -1579,6 +1632,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public int getExpectedFulfillmentPeriodValue() { return expectedFulfillmentPeriod_; } + /** * * @@ -1598,6 +1652,7 @@ public Builder setExpectedFulfillmentPeriodValue(int value) { onChanged(); return this; } + /** * * @@ -1619,6 +1674,7 @@ public com.google.spanner.admin.instance.v1.FulfillmentPeriod getExpectedFulfill ? com.google.spanner.admin.instance.v1.FulfillmentPeriod.UNRECOGNIZED : result; } + /** * * @@ -1642,6 +1698,7 @@ public Builder setExpectedFulfillmentPeriod( onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceMetadataOrBuilder.java index 10ae8c1c53..4ed5296d71 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface UpdateInstanceMetadataOrBuilder * @return Whether the instance field is set. */ boolean hasInstance(); + /** * * @@ -48,6 +49,7 @@ public interface UpdateInstanceMetadataOrBuilder * @return The instance. */ com.google.spanner.admin.instance.v1.Instance getInstance(); + /** * * @@ -73,6 +75,7 @@ public interface UpdateInstanceMetadataOrBuilder * @return Whether the startTime field is set. */ boolean hasStartTime(); + /** * * @@ -87,6 +90,7 @@ public interface UpdateInstanceMetadataOrBuilder * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); + /** * * @@ -114,6 +118,7 @@ public interface UpdateInstanceMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -128,6 +133,7 @@ public interface UpdateInstanceMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * @@ -153,6 +159,7 @@ public interface UpdateInstanceMetadataOrBuilder * @return Whether the endTime field is set. */ boolean hasEndTime(); + /** * * @@ -165,6 +172,7 @@ public interface UpdateInstanceMetadataOrBuilder * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); + /** * * @@ -189,6 +197,7 @@ public interface UpdateInstanceMetadataOrBuilder * @return The enum numeric value on the wire for expectedFulfillmentPeriod. */ int getExpectedFulfillmentPeriodValue(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionMetadata.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionMetadata.java index 69b1f0efd8..f691a6a71f 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionMetadata.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionMetadata.java @@ -34,6 +34,7 @@ public final class UpdateInstancePartitionMetadata extends com.google.protobuf.G // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.UpdateInstancePartitionMetadata) UpdateInstancePartitionMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateInstancePartitionMetadata.newBuilder() to construct. private UpdateInstancePartitionMetadata( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -66,6 +67,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int INSTANCE_PARTITION_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.InstancePartition instancePartition_; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasInstancePartition() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -98,6 +101,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti ? com.google.spanner.admin.instance.v1.InstancePartition.getDefaultInstance() : instancePartition_; } + /** * * @@ -117,6 +121,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti public static final int START_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp startTime_; + /** * * @@ -134,6 +139,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -151,6 +157,7 @@ public boolean hasStartTime() { public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } + /** * * @@ -169,6 +176,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int CANCEL_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp cancelTime_; + /** * * @@ -186,6 +194,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -203,6 +212,7 @@ public boolean hasCancelTime() { public com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } + /** * * @@ -221,6 +231,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp endTime_; + /** * * @@ -236,6 +247,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -251,6 +263,7 @@ public boolean hasEndTime() { public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } + /** * * @@ -473,6 +486,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -745,6 +759,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.InstancePartition.Builder, com.google.spanner.admin.instance.v1.InstancePartitionOrBuilder> instancePartitionBuilder_; + /** * * @@ -759,6 +774,7 @@ public Builder mergeFrom( public boolean hasInstancePartition() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -779,6 +795,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti return instancePartitionBuilder_.getMessage(); } } + /** * * @@ -802,6 +819,7 @@ public Builder setInstancePartition( onChanged(); return this; } + /** * * @@ -822,6 +840,7 @@ public Builder setInstancePartition( onChanged(); return this; } + /** * * @@ -851,6 +870,7 @@ public Builder mergeInstancePartition( } return this; } + /** * * @@ -870,6 +890,7 @@ public Builder clearInstancePartition() { onChanged(); return this; } + /** * * @@ -885,6 +906,7 @@ public Builder clearInstancePartition() { onChanged(); return getInstancePartitionFieldBuilder().getBuilder(); } + /** * * @@ -904,6 +926,7 @@ public Builder clearInstancePartition() { : instancePartition_; } } + /** * * @@ -936,6 +959,7 @@ public Builder clearInstancePartition() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** * * @@ -952,6 +976,7 @@ public Builder clearInstancePartition() { public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -972,6 +997,7 @@ public com.google.protobuf.Timestamp getStartTime() { return startTimeBuilder_.getMessage(); } } + /** * * @@ -996,6 +1022,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1017,6 +1044,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu onChanged(); return this; } + /** * * @@ -1046,6 +1074,7 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1067,6 +1096,7 @@ public Builder clearStartTime() { onChanged(); return this; } + /** * * @@ -1083,6 +1113,7 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { onChanged(); return getStartTimeFieldBuilder().getBuilder(); } + /** * * @@ -1101,6 +1132,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } + /** * * @@ -1135,6 +1167,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; + /** * * @@ -1151,6 +1184,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasCancelTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1173,6 +1207,7 @@ public com.google.protobuf.Timestamp getCancelTime() { return cancelTimeBuilder_.getMessage(); } } + /** * * @@ -1197,6 +1232,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1218,6 +1254,7 @@ public Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1247,6 +1284,7 @@ public Builder mergeCancelTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1268,6 +1306,7 @@ public Builder clearCancelTime() { onChanged(); return this; } + /** * * @@ -1284,6 +1323,7 @@ public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } + /** * * @@ -1304,6 +1344,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { : cancelTime_; } } + /** * * @@ -1338,6 +1379,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** * * @@ -1352,6 +1394,7 @@ public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1370,6 +1413,7 @@ public com.google.protobuf.Timestamp getEndTime() { return endTimeBuilder_.getMessage(); } } + /** * * @@ -1392,6 +1436,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1411,6 +1456,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) onChanged(); return this; } + /** * * @@ -1438,6 +1484,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1457,6 +1504,7 @@ public Builder clearEndTime() { onChanged(); return this; } + /** * * @@ -1471,6 +1519,7 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { onChanged(); return getEndTimeFieldBuilder().getBuilder(); } + /** * * @@ -1487,6 +1536,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionMetadataOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionMetadataOrBuilder.java index f01d453b1a..18ff14db9c 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface UpdateInstancePartitionMetadataOrBuilder * @return Whether the instancePartition field is set. */ boolean hasInstancePartition(); + /** * * @@ -48,6 +49,7 @@ public interface UpdateInstancePartitionMetadataOrBuilder * @return The instancePartition. */ com.google.spanner.admin.instance.v1.InstancePartition getInstancePartition(); + /** * * @@ -73,6 +75,7 @@ public interface UpdateInstancePartitionMetadataOrBuilder * @return Whether the startTime field is set. */ boolean hasStartTime(); + /** * * @@ -87,6 +90,7 @@ public interface UpdateInstancePartitionMetadataOrBuilder * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); + /** * * @@ -114,6 +118,7 @@ public interface UpdateInstancePartitionMetadataOrBuilder * @return Whether the cancelTime field is set. */ boolean hasCancelTime(); + /** * * @@ -128,6 +133,7 @@ public interface UpdateInstancePartitionMetadataOrBuilder * @return The cancelTime. */ com.google.protobuf.Timestamp getCancelTime(); + /** * * @@ -153,6 +159,7 @@ public interface UpdateInstancePartitionMetadataOrBuilder * @return Whether the endTime field is set. */ boolean hasEndTime(); + /** * * @@ -165,6 +172,7 @@ public interface UpdateInstancePartitionMetadataOrBuilder * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionRequest.java index ac5009dca2..942d48a4df 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionRequest.java @@ -34,6 +34,7 @@ public final class UpdateInstancePartitionRequest extends com.google.protobuf.Ge // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.UpdateInstancePartitionRequest) UpdateInstancePartitionRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateInstancePartitionRequest.newBuilder() to construct. private UpdateInstancePartitionRequest( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -66,6 +67,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int INSTANCE_PARTITION_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.InstancePartition instancePartition_; + /** * * @@ -86,6 +88,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasInstancePartition() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -108,6 +111,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti ? com.google.spanner.admin.instance.v1.InstancePartition.getDefaultInstance() : instancePartition_; } + /** * * @@ -132,6 +136,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti public static final int FIELD_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask fieldMask_; + /** * * @@ -153,6 +158,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti public boolean hasFieldMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -174,6 +180,7 @@ public boolean hasFieldMask() { public com.google.protobuf.FieldMask getFieldMask() { return fieldMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : fieldMask_; } + /** * * @@ -374,6 +381,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -608,6 +616,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.InstancePartition.Builder, com.google.spanner.admin.instance.v1.InstancePartitionOrBuilder> instancePartitionBuilder_; + /** * * @@ -627,6 +636,7 @@ public Builder mergeFrom( public boolean hasInstancePartition() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -652,6 +662,7 @@ public com.google.spanner.admin.instance.v1.InstancePartition getInstancePartiti return instancePartitionBuilder_.getMessage(); } } + /** * * @@ -680,6 +691,7 @@ public Builder setInstancePartition( onChanged(); return this; } + /** * * @@ -705,6 +717,7 @@ public Builder setInstancePartition( onChanged(); return this; } + /** * * @@ -739,6 +752,7 @@ public Builder mergeInstancePartition( } return this; } + /** * * @@ -763,6 +777,7 @@ public Builder clearInstancePartition() { onChanged(); return this; } + /** * * @@ -783,6 +798,7 @@ public Builder clearInstancePartition() { onChanged(); return getInstancePartitionFieldBuilder().getBuilder(); } + /** * * @@ -807,6 +823,7 @@ public Builder clearInstancePartition() { : instancePartition_; } } + /** * * @@ -844,6 +861,7 @@ public Builder clearInstancePartition() { com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> fieldMaskBuilder_; + /** * * @@ -864,6 +882,7 @@ public Builder clearInstancePartition() { public boolean hasFieldMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -888,6 +907,7 @@ public com.google.protobuf.FieldMask getFieldMask() { return fieldMaskBuilder_.getMessage(); } } + /** * * @@ -916,6 +936,7 @@ public Builder setFieldMask(com.google.protobuf.FieldMask value) { onChanged(); return this; } + /** * * @@ -941,6 +962,7 @@ public Builder setFieldMask(com.google.protobuf.FieldMask.Builder builderForValu onChanged(); return this; } + /** * * @@ -974,6 +996,7 @@ public Builder mergeFieldMask(com.google.protobuf.FieldMask value) { } return this; } + /** * * @@ -999,6 +1022,7 @@ public Builder clearFieldMask() { onChanged(); return this; } + /** * * @@ -1019,6 +1043,7 @@ public com.google.protobuf.FieldMask.Builder getFieldMaskBuilder() { onChanged(); return getFieldMaskFieldBuilder().getBuilder(); } + /** * * @@ -1041,6 +1066,7 @@ public com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder() { return fieldMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : fieldMask_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionRequestOrBuilder.java index d31d9321ed..33be10701e 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstancePartitionRequestOrBuilder.java @@ -41,6 +41,7 @@ public interface UpdateInstancePartitionRequestOrBuilder * @return Whether the instancePartition field is set. */ boolean hasInstancePartition(); + /** * * @@ -58,6 +59,7 @@ public interface UpdateInstancePartitionRequestOrBuilder * @return The instancePartition. */ com.google.spanner.admin.instance.v1.InstancePartition getInstancePartition(); + /** * * @@ -92,6 +94,7 @@ public interface UpdateInstancePartitionRequestOrBuilder * @return Whether the fieldMask field is set. */ boolean hasFieldMask(); + /** * * @@ -110,6 +113,7 @@ public interface UpdateInstancePartitionRequestOrBuilder * @return The fieldMask. */ com.google.protobuf.FieldMask getFieldMask(); + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceRequest.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceRequest.java index c3a12ddb32..1b53bc59fc 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceRequest.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceRequest.java @@ -34,6 +34,7 @@ public final class UpdateInstanceRequest extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.UpdateInstanceRequest) UpdateInstanceRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateInstanceRequest.newBuilder() to construct. private UpdateInstanceRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int INSTANCE_FIELD_NUMBER = 1; private com.google.spanner.admin.instance.v1.Instance instance_; + /** * * @@ -85,6 +87,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -107,6 +110,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { ? com.google.spanner.admin.instance.v1.Instance.getDefaultInstance() : instance_; } + /** * * @@ -130,6 +134,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild public static final int FIELD_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask fieldMask_; + /** * * @@ -150,6 +155,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild public boolean hasFieldMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -170,6 +176,7 @@ public boolean hasFieldMask() { public com.google.protobuf.FieldMask getFieldMask() { return fieldMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : fieldMask_; } + /** * * @@ -368,6 +375,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -591,6 +599,7 @@ public Builder mergeFrom( com.google.spanner.admin.instance.v1.Instance.Builder, com.google.spanner.admin.instance.v1.InstanceOrBuilder> instanceBuilder_; + /** * * @@ -610,6 +619,7 @@ public Builder mergeFrom( public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -635,6 +645,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { return instanceBuilder_.getMessage(); } } + /** * * @@ -662,6 +673,7 @@ public Builder setInstance(com.google.spanner.admin.instance.v1.Instance value) onChanged(); return this; } + /** * * @@ -687,6 +699,7 @@ public Builder setInstance( onChanged(); return this; } + /** * * @@ -719,6 +732,7 @@ public Builder mergeInstance(com.google.spanner.admin.instance.v1.Instance value } return this; } + /** * * @@ -743,6 +757,7 @@ public Builder clearInstance() { onChanged(); return this; } + /** * * @@ -762,6 +777,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder getInstanceBuilder( onChanged(); return getInstanceFieldBuilder().getBuilder(); } + /** * * @@ -785,6 +801,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild : instance_; } } + /** * * @@ -822,6 +839,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> fieldMaskBuilder_; + /** * * @@ -841,6 +859,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild public boolean hasFieldMask() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -864,6 +883,7 @@ public com.google.protobuf.FieldMask getFieldMask() { return fieldMaskBuilder_.getMessage(); } } + /** * * @@ -891,6 +911,7 @@ public Builder setFieldMask(com.google.protobuf.FieldMask value) { onChanged(); return this; } + /** * * @@ -915,6 +936,7 @@ public Builder setFieldMask(com.google.protobuf.FieldMask.Builder builderForValu onChanged(); return this; } + /** * * @@ -947,6 +969,7 @@ public Builder mergeFieldMask(com.google.protobuf.FieldMask value) { } return this; } + /** * * @@ -971,6 +994,7 @@ public Builder clearFieldMask() { onChanged(); return this; } + /** * * @@ -990,6 +1014,7 @@ public com.google.protobuf.FieldMask.Builder getFieldMaskBuilder() { onChanged(); return getFieldMaskFieldBuilder().getBuilder(); } + /** * * @@ -1011,6 +1036,7 @@ public com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder() { return fieldMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : fieldMask_; } } + /** * * diff --git a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceRequestOrBuilder.java b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceRequestOrBuilder.java index 480f1ef2c9..bb55f23b55 100644 --- a/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceRequestOrBuilder.java +++ b/proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/UpdateInstanceRequestOrBuilder.java @@ -41,6 +41,7 @@ public interface UpdateInstanceRequestOrBuilder * @return Whether the instance field is set. */ boolean hasInstance(); + /** * * @@ -58,6 +59,7 @@ public interface UpdateInstanceRequestOrBuilder * @return The instance. */ com.google.spanner.admin.instance.v1.Instance getInstance(); + /** * * @@ -91,6 +93,7 @@ public interface UpdateInstanceRequestOrBuilder * @return Whether the fieldMask field is set. */ boolean hasFieldMask(); + /** * * @@ -108,6 +111,7 @@ public interface UpdateInstanceRequestOrBuilder * @return The fieldMask. */ com.google.protobuf.FieldMask getFieldMask(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminAction.java index 7c1a545ea7..c0c4d24acd 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminAction.java @@ -34,6 +34,7 @@ public final class AdminAction extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.AdminAction) AdminActionOrBuilder { private static final long serialVersionUID = 0L; + // Use AdminAction.newBuilder() to construct. private AdminAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -105,6 +106,7 @@ public enum ActionCase private ActionCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -190,6 +192,7 @@ public ActionCase getActionCase() { } public static final int CREATE_USER_INSTANCE_CONFIG_FIELD_NUMBER = 1; + /** * * @@ -207,6 +210,7 @@ public ActionCase getActionCase() { public boolean hasCreateUserInstanceConfig() { return actionCase_ == 1; } + /** * * @@ -228,6 +232,7 @@ public boolean hasCreateUserInstanceConfig() { } return com.google.spanner.executor.v1.CreateUserInstanceConfigAction.getDefaultInstance(); } + /** * * @@ -249,6 +254,7 @@ public boolean hasCreateUserInstanceConfig() { } public static final int UPDATE_USER_INSTANCE_CONFIG_FIELD_NUMBER = 2; + /** * * @@ -266,6 +272,7 @@ public boolean hasCreateUserInstanceConfig() { public boolean hasUpdateUserInstanceConfig() { return actionCase_ == 2; } + /** * * @@ -287,6 +294,7 @@ public boolean hasUpdateUserInstanceConfig() { } return com.google.spanner.executor.v1.UpdateUserInstanceConfigAction.getDefaultInstance(); } + /** * * @@ -308,6 +316,7 @@ public boolean hasUpdateUserInstanceConfig() { } public static final int DELETE_USER_INSTANCE_CONFIG_FIELD_NUMBER = 3; + /** * * @@ -325,6 +334,7 @@ public boolean hasUpdateUserInstanceConfig() { public boolean hasDeleteUserInstanceConfig() { return actionCase_ == 3; } + /** * * @@ -346,6 +356,7 @@ public boolean hasDeleteUserInstanceConfig() { } return com.google.spanner.executor.v1.DeleteUserInstanceConfigAction.getDefaultInstance(); } + /** * * @@ -367,6 +378,7 @@ public boolean hasDeleteUserInstanceConfig() { } public static final int GET_CLOUD_INSTANCE_CONFIG_FIELD_NUMBER = 4; + /** * * @@ -383,6 +395,7 @@ public boolean hasDeleteUserInstanceConfig() { public boolean hasGetCloudInstanceConfig() { return actionCase_ == 4; } + /** * * @@ -402,6 +415,7 @@ public com.google.spanner.executor.v1.GetCloudInstanceConfigAction getGetCloudIn } return com.google.spanner.executor.v1.GetCloudInstanceConfigAction.getDefaultInstance(); } + /** * * @@ -422,6 +436,7 @@ public com.google.spanner.executor.v1.GetCloudInstanceConfigAction getGetCloudIn } public static final int LIST_INSTANCE_CONFIGS_FIELD_NUMBER = 5; + /** * * @@ -438,6 +453,7 @@ public com.google.spanner.executor.v1.GetCloudInstanceConfigAction getGetCloudIn public boolean hasListInstanceConfigs() { return actionCase_ == 5; } + /** * * @@ -457,6 +473,7 @@ public com.google.spanner.executor.v1.ListCloudInstanceConfigsAction getListInst } return com.google.spanner.executor.v1.ListCloudInstanceConfigsAction.getDefaultInstance(); } + /** * * @@ -477,6 +494,7 @@ public com.google.spanner.executor.v1.ListCloudInstanceConfigsAction getListInst } public static final int CREATE_CLOUD_INSTANCE_FIELD_NUMBER = 6; + /** * * @@ -492,6 +510,7 @@ public com.google.spanner.executor.v1.ListCloudInstanceConfigsAction getListInst public boolean hasCreateCloudInstance() { return actionCase_ == 6; } + /** * * @@ -510,6 +529,7 @@ public com.google.spanner.executor.v1.CreateCloudInstanceAction getCreateCloudIn } return com.google.spanner.executor.v1.CreateCloudInstanceAction.getDefaultInstance(); } + /** * * @@ -529,6 +549,7 @@ public com.google.spanner.executor.v1.CreateCloudInstanceAction getCreateCloudIn } public static final int UPDATE_CLOUD_INSTANCE_FIELD_NUMBER = 7; + /** * * @@ -544,6 +565,7 @@ public com.google.spanner.executor.v1.CreateCloudInstanceAction getCreateCloudIn public boolean hasUpdateCloudInstance() { return actionCase_ == 7; } + /** * * @@ -562,6 +584,7 @@ public com.google.spanner.executor.v1.UpdateCloudInstanceAction getUpdateCloudIn } return com.google.spanner.executor.v1.UpdateCloudInstanceAction.getDefaultInstance(); } + /** * * @@ -581,6 +604,7 @@ public com.google.spanner.executor.v1.UpdateCloudInstanceAction getUpdateCloudIn } public static final int DELETE_CLOUD_INSTANCE_FIELD_NUMBER = 8; + /** * * @@ -596,6 +620,7 @@ public com.google.spanner.executor.v1.UpdateCloudInstanceAction getUpdateCloudIn public boolean hasDeleteCloudInstance() { return actionCase_ == 8; } + /** * * @@ -614,6 +639,7 @@ public com.google.spanner.executor.v1.DeleteCloudInstanceAction getDeleteCloudIn } return com.google.spanner.executor.v1.DeleteCloudInstanceAction.getDefaultInstance(); } + /** * * @@ -633,6 +659,7 @@ public com.google.spanner.executor.v1.DeleteCloudInstanceAction getDeleteCloudIn } public static final int LIST_CLOUD_INSTANCES_FIELD_NUMBER = 9; + /** * * @@ -648,6 +675,7 @@ public com.google.spanner.executor.v1.DeleteCloudInstanceAction getDeleteCloudIn public boolean hasListCloudInstances() { return actionCase_ == 9; } + /** * * @@ -666,6 +694,7 @@ public com.google.spanner.executor.v1.ListCloudInstancesAction getListCloudInsta } return com.google.spanner.executor.v1.ListCloudInstancesAction.getDefaultInstance(); } + /** * * @@ -685,6 +714,7 @@ public com.google.spanner.executor.v1.ListCloudInstancesAction getListCloudInsta } public static final int GET_CLOUD_INSTANCE_FIELD_NUMBER = 10; + /** * * @@ -700,6 +730,7 @@ public com.google.spanner.executor.v1.ListCloudInstancesAction getListCloudInsta public boolean hasGetCloudInstance() { return actionCase_ == 10; } + /** * * @@ -718,6 +749,7 @@ public com.google.spanner.executor.v1.GetCloudInstanceAction getGetCloudInstance } return com.google.spanner.executor.v1.GetCloudInstanceAction.getDefaultInstance(); } + /** * * @@ -737,6 +769,7 @@ public com.google.spanner.executor.v1.GetCloudInstanceAction getGetCloudInstance } public static final int CREATE_CLOUD_DATABASE_FIELD_NUMBER = 11; + /** * * @@ -752,6 +785,7 @@ public com.google.spanner.executor.v1.GetCloudInstanceAction getGetCloudInstance public boolean hasCreateCloudDatabase() { return actionCase_ == 11; } + /** * * @@ -770,6 +804,7 @@ public com.google.spanner.executor.v1.CreateCloudDatabaseAction getCreateCloudDa } return com.google.spanner.executor.v1.CreateCloudDatabaseAction.getDefaultInstance(); } + /** * * @@ -789,6 +824,7 @@ public com.google.spanner.executor.v1.CreateCloudDatabaseAction getCreateCloudDa } public static final int UPDATE_CLOUD_DATABASE_DDL_FIELD_NUMBER = 12; + /** * * @@ -805,6 +841,7 @@ public com.google.spanner.executor.v1.CreateCloudDatabaseAction getCreateCloudDa public boolean hasUpdateCloudDatabaseDdl() { return actionCase_ == 12; } + /** * * @@ -824,6 +861,7 @@ public com.google.spanner.executor.v1.UpdateCloudDatabaseDdlAction getUpdateClou } return com.google.spanner.executor.v1.UpdateCloudDatabaseDdlAction.getDefaultInstance(); } + /** * * @@ -844,6 +882,7 @@ public com.google.spanner.executor.v1.UpdateCloudDatabaseDdlAction getUpdateClou } public static final int UPDATE_CLOUD_DATABASE_FIELD_NUMBER = 27; + /** * * @@ -859,6 +898,7 @@ public com.google.spanner.executor.v1.UpdateCloudDatabaseDdlAction getUpdateClou public boolean hasUpdateCloudDatabase() { return actionCase_ == 27; } + /** * * @@ -877,6 +917,7 @@ public com.google.spanner.executor.v1.UpdateCloudDatabaseAction getUpdateCloudDa } return com.google.spanner.executor.v1.UpdateCloudDatabaseAction.getDefaultInstance(); } + /** * * @@ -896,6 +937,7 @@ public com.google.spanner.executor.v1.UpdateCloudDatabaseAction getUpdateCloudDa } public static final int DROP_CLOUD_DATABASE_FIELD_NUMBER = 13; + /** * * @@ -911,6 +953,7 @@ public com.google.spanner.executor.v1.UpdateCloudDatabaseAction getUpdateCloudDa public boolean hasDropCloudDatabase() { return actionCase_ == 13; } + /** * * @@ -929,6 +972,7 @@ public com.google.spanner.executor.v1.DropCloudDatabaseAction getDropCloudDataba } return com.google.spanner.executor.v1.DropCloudDatabaseAction.getDefaultInstance(); } + /** * * @@ -948,6 +992,7 @@ public com.google.spanner.executor.v1.DropCloudDatabaseAction getDropCloudDataba } public static final int LIST_CLOUD_DATABASES_FIELD_NUMBER = 14; + /** * * @@ -963,6 +1008,7 @@ public com.google.spanner.executor.v1.DropCloudDatabaseAction getDropCloudDataba public boolean hasListCloudDatabases() { return actionCase_ == 14; } + /** * * @@ -981,6 +1027,7 @@ public com.google.spanner.executor.v1.ListCloudDatabasesAction getListCloudDatab } return com.google.spanner.executor.v1.ListCloudDatabasesAction.getDefaultInstance(); } + /** * * @@ -1000,6 +1047,7 @@ public com.google.spanner.executor.v1.ListCloudDatabasesAction getListCloudDatab } public static final int LIST_CLOUD_DATABASE_OPERATIONS_FIELD_NUMBER = 15; + /** * * @@ -1017,6 +1065,7 @@ public com.google.spanner.executor.v1.ListCloudDatabasesAction getListCloudDatab public boolean hasListCloudDatabaseOperations() { return actionCase_ == 15; } + /** * * @@ -1038,6 +1087,7 @@ public boolean hasListCloudDatabaseOperations() { } return com.google.spanner.executor.v1.ListCloudDatabaseOperationsAction.getDefaultInstance(); } + /** * * @@ -1059,6 +1109,7 @@ public boolean hasListCloudDatabaseOperations() { } public static final int RESTORE_CLOUD_DATABASE_FIELD_NUMBER = 16; + /** * * @@ -1075,6 +1126,7 @@ public boolean hasListCloudDatabaseOperations() { public boolean hasRestoreCloudDatabase() { return actionCase_ == 16; } + /** * * @@ -1094,6 +1146,7 @@ public com.google.spanner.executor.v1.RestoreCloudDatabaseAction getRestoreCloud } return com.google.spanner.executor.v1.RestoreCloudDatabaseAction.getDefaultInstance(); } + /** * * @@ -1114,6 +1167,7 @@ public com.google.spanner.executor.v1.RestoreCloudDatabaseAction getRestoreCloud } public static final int GET_CLOUD_DATABASE_FIELD_NUMBER = 17; + /** * * @@ -1129,6 +1183,7 @@ public com.google.spanner.executor.v1.RestoreCloudDatabaseAction getRestoreCloud public boolean hasGetCloudDatabase() { return actionCase_ == 17; } + /** * * @@ -1147,6 +1202,7 @@ public com.google.spanner.executor.v1.GetCloudDatabaseAction getGetCloudDatabase } return com.google.spanner.executor.v1.GetCloudDatabaseAction.getDefaultInstance(); } + /** * * @@ -1166,6 +1222,7 @@ public com.google.spanner.executor.v1.GetCloudDatabaseAction getGetCloudDatabase } public static final int CREATE_CLOUD_BACKUP_FIELD_NUMBER = 18; + /** * * @@ -1181,6 +1238,7 @@ public com.google.spanner.executor.v1.GetCloudDatabaseAction getGetCloudDatabase public boolean hasCreateCloudBackup() { return actionCase_ == 18; } + /** * * @@ -1199,6 +1257,7 @@ public com.google.spanner.executor.v1.CreateCloudBackupAction getCreateCloudBack } return com.google.spanner.executor.v1.CreateCloudBackupAction.getDefaultInstance(); } + /** * * @@ -1218,6 +1277,7 @@ public com.google.spanner.executor.v1.CreateCloudBackupAction getCreateCloudBack } public static final int COPY_CLOUD_BACKUP_FIELD_NUMBER = 19; + /** * * @@ -1233,6 +1293,7 @@ public com.google.spanner.executor.v1.CreateCloudBackupAction getCreateCloudBack public boolean hasCopyCloudBackup() { return actionCase_ == 19; } + /** * * @@ -1251,6 +1312,7 @@ public com.google.spanner.executor.v1.CopyCloudBackupAction getCopyCloudBackup() } return com.google.spanner.executor.v1.CopyCloudBackupAction.getDefaultInstance(); } + /** * * @@ -1270,6 +1332,7 @@ public com.google.spanner.executor.v1.CopyCloudBackupAction getCopyCloudBackup() } public static final int GET_CLOUD_BACKUP_FIELD_NUMBER = 20; + /** * * @@ -1285,6 +1348,7 @@ public com.google.spanner.executor.v1.CopyCloudBackupAction getCopyCloudBackup() public boolean hasGetCloudBackup() { return actionCase_ == 20; } + /** * * @@ -1303,6 +1367,7 @@ public com.google.spanner.executor.v1.GetCloudBackupAction getGetCloudBackup() { } return com.google.spanner.executor.v1.GetCloudBackupAction.getDefaultInstance(); } + /** * * @@ -1321,6 +1386,7 @@ public com.google.spanner.executor.v1.GetCloudBackupActionOrBuilder getGetCloudB } public static final int UPDATE_CLOUD_BACKUP_FIELD_NUMBER = 21; + /** * * @@ -1336,6 +1402,7 @@ public com.google.spanner.executor.v1.GetCloudBackupActionOrBuilder getGetCloudB public boolean hasUpdateCloudBackup() { return actionCase_ == 21; } + /** * * @@ -1354,6 +1421,7 @@ public com.google.spanner.executor.v1.UpdateCloudBackupAction getUpdateCloudBack } return com.google.spanner.executor.v1.UpdateCloudBackupAction.getDefaultInstance(); } + /** * * @@ -1373,6 +1441,7 @@ public com.google.spanner.executor.v1.UpdateCloudBackupAction getUpdateCloudBack } public static final int DELETE_CLOUD_BACKUP_FIELD_NUMBER = 22; + /** * * @@ -1388,6 +1457,7 @@ public com.google.spanner.executor.v1.UpdateCloudBackupAction getUpdateCloudBack public boolean hasDeleteCloudBackup() { return actionCase_ == 22; } + /** * * @@ -1406,6 +1476,7 @@ public com.google.spanner.executor.v1.DeleteCloudBackupAction getDeleteCloudBack } return com.google.spanner.executor.v1.DeleteCloudBackupAction.getDefaultInstance(); } + /** * * @@ -1425,6 +1496,7 @@ public com.google.spanner.executor.v1.DeleteCloudBackupAction getDeleteCloudBack } public static final int LIST_CLOUD_BACKUPS_FIELD_NUMBER = 23; + /** * * @@ -1440,6 +1512,7 @@ public com.google.spanner.executor.v1.DeleteCloudBackupAction getDeleteCloudBack public boolean hasListCloudBackups() { return actionCase_ == 23; } + /** * * @@ -1458,6 +1531,7 @@ public com.google.spanner.executor.v1.ListCloudBackupsAction getListCloudBackups } return com.google.spanner.executor.v1.ListCloudBackupsAction.getDefaultInstance(); } + /** * * @@ -1477,6 +1551,7 @@ public com.google.spanner.executor.v1.ListCloudBackupsAction getListCloudBackups } public static final int LIST_CLOUD_BACKUP_OPERATIONS_FIELD_NUMBER = 24; + /** * * @@ -1494,6 +1569,7 @@ public com.google.spanner.executor.v1.ListCloudBackupsAction getListCloudBackups public boolean hasListCloudBackupOperations() { return actionCase_ == 24; } + /** * * @@ -1515,6 +1591,7 @@ public boolean hasListCloudBackupOperations() { } return com.google.spanner.executor.v1.ListCloudBackupOperationsAction.getDefaultInstance(); } + /** * * @@ -1536,6 +1613,7 @@ public boolean hasListCloudBackupOperations() { } public static final int GET_OPERATION_FIELD_NUMBER = 25; + /** * * @@ -1551,6 +1629,7 @@ public boolean hasListCloudBackupOperations() { public boolean hasGetOperation() { return actionCase_ == 25; } + /** * * @@ -1569,6 +1648,7 @@ public com.google.spanner.executor.v1.GetOperationAction getGetOperation() { } return com.google.spanner.executor.v1.GetOperationAction.getDefaultInstance(); } + /** * * @@ -1587,6 +1667,7 @@ public com.google.spanner.executor.v1.GetOperationActionOrBuilder getGetOperatio } public static final int CANCEL_OPERATION_FIELD_NUMBER = 26; + /** * * @@ -1602,6 +1683,7 @@ public com.google.spanner.executor.v1.GetOperationActionOrBuilder getGetOperatio public boolean hasCancelOperation() { return actionCase_ == 26; } + /** * * @@ -1620,6 +1702,7 @@ public com.google.spanner.executor.v1.CancelOperationAction getCancelOperation() } return com.google.spanner.executor.v1.CancelOperationAction.getDefaultInstance(); } + /** * * @@ -1639,6 +1722,7 @@ public com.google.spanner.executor.v1.CancelOperationAction getCancelOperation() } public static final int CHANGE_QUORUM_CLOUD_DATABASE_FIELD_NUMBER = 28; + /** * * @@ -1656,6 +1740,7 @@ public com.google.spanner.executor.v1.CancelOperationAction getCancelOperation() public boolean hasChangeQuorumCloudDatabase() { return actionCase_ == 28; } + /** * * @@ -1677,6 +1762,7 @@ public boolean hasChangeQuorumCloudDatabase() { } return com.google.spanner.executor.v1.ChangeQuorumCloudDatabaseAction.getDefaultInstance(); } + /** * * @@ -2290,6 +2376,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -2991,6 +3078,7 @@ public Builder clearAction() { com.google.spanner.executor.v1.CreateUserInstanceConfigAction.Builder, com.google.spanner.executor.v1.CreateUserInstanceConfigActionOrBuilder> createUserInstanceConfigBuilder_; + /** * * @@ -3008,6 +3096,7 @@ public Builder clearAction() { public boolean hasCreateUserInstanceConfig() { return actionCase_ == 1; } + /** * * @@ -3036,6 +3125,7 @@ public boolean hasCreateUserInstanceConfig() { return com.google.spanner.executor.v1.CreateUserInstanceConfigAction.getDefaultInstance(); } } + /** * * @@ -3061,6 +3151,7 @@ public Builder setCreateUserInstanceConfig( actionCase_ = 1; return this; } + /** * * @@ -3083,6 +3174,7 @@ public Builder setCreateUserInstanceConfig( actionCase_ = 1; return this; } + /** * * @@ -3120,6 +3212,7 @@ public Builder mergeCreateUserInstanceConfig( actionCase_ = 1; return this; } + /** * * @@ -3147,6 +3240,7 @@ public Builder clearCreateUserInstanceConfig() { } return this; } + /** * * @@ -3162,6 +3256,7 @@ public Builder clearCreateUserInstanceConfig() { getCreateUserInstanceConfigBuilder() { return getCreateUserInstanceConfigFieldBuilder().getBuilder(); } + /** * * @@ -3185,6 +3280,7 @@ public Builder clearCreateUserInstanceConfig() { return com.google.spanner.executor.v1.CreateUserInstanceConfigAction.getDefaultInstance(); } } + /** * * @@ -3226,6 +3322,7 @@ public Builder clearCreateUserInstanceConfig() { com.google.spanner.executor.v1.UpdateUserInstanceConfigAction.Builder, com.google.spanner.executor.v1.UpdateUserInstanceConfigActionOrBuilder> updateUserInstanceConfigBuilder_; + /** * * @@ -3243,6 +3340,7 @@ public Builder clearCreateUserInstanceConfig() { public boolean hasUpdateUserInstanceConfig() { return actionCase_ == 2; } + /** * * @@ -3271,6 +3369,7 @@ public boolean hasUpdateUserInstanceConfig() { return com.google.spanner.executor.v1.UpdateUserInstanceConfigAction.getDefaultInstance(); } } + /** * * @@ -3296,6 +3395,7 @@ public Builder setUpdateUserInstanceConfig( actionCase_ = 2; return this; } + /** * * @@ -3318,6 +3418,7 @@ public Builder setUpdateUserInstanceConfig( actionCase_ = 2; return this; } + /** * * @@ -3355,6 +3456,7 @@ public Builder mergeUpdateUserInstanceConfig( actionCase_ = 2; return this; } + /** * * @@ -3382,6 +3484,7 @@ public Builder clearUpdateUserInstanceConfig() { } return this; } + /** * * @@ -3397,6 +3500,7 @@ public Builder clearUpdateUserInstanceConfig() { getUpdateUserInstanceConfigBuilder() { return getUpdateUserInstanceConfigFieldBuilder().getBuilder(); } + /** * * @@ -3420,6 +3524,7 @@ public Builder clearUpdateUserInstanceConfig() { return com.google.spanner.executor.v1.UpdateUserInstanceConfigAction.getDefaultInstance(); } } + /** * * @@ -3461,6 +3566,7 @@ public Builder clearUpdateUserInstanceConfig() { com.google.spanner.executor.v1.DeleteUserInstanceConfigAction.Builder, com.google.spanner.executor.v1.DeleteUserInstanceConfigActionOrBuilder> deleteUserInstanceConfigBuilder_; + /** * * @@ -3478,6 +3584,7 @@ public Builder clearUpdateUserInstanceConfig() { public boolean hasDeleteUserInstanceConfig() { return actionCase_ == 3; } + /** * * @@ -3506,6 +3613,7 @@ public boolean hasDeleteUserInstanceConfig() { return com.google.spanner.executor.v1.DeleteUserInstanceConfigAction.getDefaultInstance(); } } + /** * * @@ -3531,6 +3639,7 @@ public Builder setDeleteUserInstanceConfig( actionCase_ = 3; return this; } + /** * * @@ -3553,6 +3662,7 @@ public Builder setDeleteUserInstanceConfig( actionCase_ = 3; return this; } + /** * * @@ -3590,6 +3700,7 @@ public Builder mergeDeleteUserInstanceConfig( actionCase_ = 3; return this; } + /** * * @@ -3617,6 +3728,7 @@ public Builder clearDeleteUserInstanceConfig() { } return this; } + /** * * @@ -3632,6 +3744,7 @@ public Builder clearDeleteUserInstanceConfig() { getDeleteUserInstanceConfigBuilder() { return getDeleteUserInstanceConfigFieldBuilder().getBuilder(); } + /** * * @@ -3655,6 +3768,7 @@ public Builder clearDeleteUserInstanceConfig() { return com.google.spanner.executor.v1.DeleteUserInstanceConfigAction.getDefaultInstance(); } } + /** * * @@ -3696,6 +3810,7 @@ public Builder clearDeleteUserInstanceConfig() { com.google.spanner.executor.v1.GetCloudInstanceConfigAction.Builder, com.google.spanner.executor.v1.GetCloudInstanceConfigActionOrBuilder> getCloudInstanceConfigBuilder_; + /** * * @@ -3712,6 +3827,7 @@ public Builder clearDeleteUserInstanceConfig() { public boolean hasGetCloudInstanceConfig() { return actionCase_ == 4; } + /** * * @@ -3738,6 +3854,7 @@ public com.google.spanner.executor.v1.GetCloudInstanceConfigAction getGetCloudIn return com.google.spanner.executor.v1.GetCloudInstanceConfigAction.getDefaultInstance(); } } + /** * * @@ -3762,6 +3879,7 @@ public Builder setGetCloudInstanceConfig( actionCase_ = 4; return this; } + /** * * @@ -3783,6 +3901,7 @@ public Builder setGetCloudInstanceConfig( actionCase_ = 4; return this; } + /** * * @@ -3819,6 +3938,7 @@ public Builder mergeGetCloudInstanceConfig( actionCase_ = 4; return this; } + /** * * @@ -3845,6 +3965,7 @@ public Builder clearGetCloudInstanceConfig() { } return this; } + /** * * @@ -3859,6 +3980,7 @@ public Builder clearGetCloudInstanceConfig() { getGetCloudInstanceConfigBuilder() { return getGetCloudInstanceConfigFieldBuilder().getBuilder(); } + /** * * @@ -3881,6 +4003,7 @@ public Builder clearGetCloudInstanceConfig() { return com.google.spanner.executor.v1.GetCloudInstanceConfigAction.getDefaultInstance(); } } + /** * * @@ -3921,6 +4044,7 @@ public Builder clearGetCloudInstanceConfig() { com.google.spanner.executor.v1.ListCloudInstanceConfigsAction.Builder, com.google.spanner.executor.v1.ListCloudInstanceConfigsActionOrBuilder> listInstanceConfigsBuilder_; + /** * * @@ -3937,6 +4061,7 @@ public Builder clearGetCloudInstanceConfig() { public boolean hasListInstanceConfigs() { return actionCase_ == 5; } + /** * * @@ -3963,6 +4088,7 @@ public com.google.spanner.executor.v1.ListCloudInstanceConfigsAction getListInst return com.google.spanner.executor.v1.ListCloudInstanceConfigsAction.getDefaultInstance(); } } + /** * * @@ -3987,6 +4113,7 @@ public Builder setListInstanceConfigs( actionCase_ = 5; return this; } + /** * * @@ -4008,6 +4135,7 @@ public Builder setListInstanceConfigs( actionCase_ = 5; return this; } + /** * * @@ -4044,6 +4172,7 @@ public Builder mergeListInstanceConfigs( actionCase_ = 5; return this; } + /** * * @@ -4070,6 +4199,7 @@ public Builder clearListInstanceConfigs() { } return this; } + /** * * @@ -4084,6 +4214,7 @@ public Builder clearListInstanceConfigs() { getListInstanceConfigsBuilder() { return getListInstanceConfigsFieldBuilder().getBuilder(); } + /** * * @@ -4106,6 +4237,7 @@ public Builder clearListInstanceConfigs() { return com.google.spanner.executor.v1.ListCloudInstanceConfigsAction.getDefaultInstance(); } } + /** * * @@ -4146,6 +4278,7 @@ public Builder clearListInstanceConfigs() { com.google.spanner.executor.v1.CreateCloudInstanceAction.Builder, com.google.spanner.executor.v1.CreateCloudInstanceActionOrBuilder> createCloudInstanceBuilder_; + /** * * @@ -4161,6 +4294,7 @@ public Builder clearListInstanceConfigs() { public boolean hasCreateCloudInstance() { return actionCase_ == 6; } + /** * * @@ -4186,6 +4320,7 @@ public com.google.spanner.executor.v1.CreateCloudInstanceAction getCreateCloudIn return com.google.spanner.executor.v1.CreateCloudInstanceAction.getDefaultInstance(); } } + /** * * @@ -4209,6 +4344,7 @@ public Builder setCreateCloudInstance( actionCase_ = 6; return this; } + /** * * @@ -4229,6 +4365,7 @@ public Builder setCreateCloudInstance( actionCase_ = 6; return this; } + /** * * @@ -4263,6 +4400,7 @@ public Builder mergeCreateCloudInstance( actionCase_ = 6; return this; } + /** * * @@ -4288,6 +4426,7 @@ public Builder clearCreateCloudInstance() { } return this; } + /** * * @@ -4301,6 +4440,7 @@ public Builder clearCreateCloudInstance() { getCreateCloudInstanceBuilder() { return getCreateCloudInstanceFieldBuilder().getBuilder(); } + /** * * @@ -4322,6 +4462,7 @@ public Builder clearCreateCloudInstance() { return com.google.spanner.executor.v1.CreateCloudInstanceAction.getDefaultInstance(); } } + /** * * @@ -4360,6 +4501,7 @@ public Builder clearCreateCloudInstance() { com.google.spanner.executor.v1.UpdateCloudInstanceAction.Builder, com.google.spanner.executor.v1.UpdateCloudInstanceActionOrBuilder> updateCloudInstanceBuilder_; + /** * * @@ -4375,6 +4517,7 @@ public Builder clearCreateCloudInstance() { public boolean hasUpdateCloudInstance() { return actionCase_ == 7; } + /** * * @@ -4400,6 +4543,7 @@ public com.google.spanner.executor.v1.UpdateCloudInstanceAction getUpdateCloudIn return com.google.spanner.executor.v1.UpdateCloudInstanceAction.getDefaultInstance(); } } + /** * * @@ -4423,6 +4567,7 @@ public Builder setUpdateCloudInstance( actionCase_ = 7; return this; } + /** * * @@ -4443,6 +4588,7 @@ public Builder setUpdateCloudInstance( actionCase_ = 7; return this; } + /** * * @@ -4477,6 +4623,7 @@ public Builder mergeUpdateCloudInstance( actionCase_ = 7; return this; } + /** * * @@ -4502,6 +4649,7 @@ public Builder clearUpdateCloudInstance() { } return this; } + /** * * @@ -4515,6 +4663,7 @@ public Builder clearUpdateCloudInstance() { getUpdateCloudInstanceBuilder() { return getUpdateCloudInstanceFieldBuilder().getBuilder(); } + /** * * @@ -4536,6 +4685,7 @@ public Builder clearUpdateCloudInstance() { return com.google.spanner.executor.v1.UpdateCloudInstanceAction.getDefaultInstance(); } } + /** * * @@ -4574,6 +4724,7 @@ public Builder clearUpdateCloudInstance() { com.google.spanner.executor.v1.DeleteCloudInstanceAction.Builder, com.google.spanner.executor.v1.DeleteCloudInstanceActionOrBuilder> deleteCloudInstanceBuilder_; + /** * * @@ -4589,6 +4740,7 @@ public Builder clearUpdateCloudInstance() { public boolean hasDeleteCloudInstance() { return actionCase_ == 8; } + /** * * @@ -4614,6 +4766,7 @@ public com.google.spanner.executor.v1.DeleteCloudInstanceAction getDeleteCloudIn return com.google.spanner.executor.v1.DeleteCloudInstanceAction.getDefaultInstance(); } } + /** * * @@ -4637,6 +4790,7 @@ public Builder setDeleteCloudInstance( actionCase_ = 8; return this; } + /** * * @@ -4657,6 +4811,7 @@ public Builder setDeleteCloudInstance( actionCase_ = 8; return this; } + /** * * @@ -4691,6 +4846,7 @@ public Builder mergeDeleteCloudInstance( actionCase_ = 8; return this; } + /** * * @@ -4716,6 +4872,7 @@ public Builder clearDeleteCloudInstance() { } return this; } + /** * * @@ -4729,6 +4886,7 @@ public Builder clearDeleteCloudInstance() { getDeleteCloudInstanceBuilder() { return getDeleteCloudInstanceFieldBuilder().getBuilder(); } + /** * * @@ -4750,6 +4908,7 @@ public Builder clearDeleteCloudInstance() { return com.google.spanner.executor.v1.DeleteCloudInstanceAction.getDefaultInstance(); } } + /** * * @@ -4788,6 +4947,7 @@ public Builder clearDeleteCloudInstance() { com.google.spanner.executor.v1.ListCloudInstancesAction.Builder, com.google.spanner.executor.v1.ListCloudInstancesActionOrBuilder> listCloudInstancesBuilder_; + /** * * @@ -4803,6 +4963,7 @@ public Builder clearDeleteCloudInstance() { public boolean hasListCloudInstances() { return actionCase_ == 9; } + /** * * @@ -4828,6 +4989,7 @@ public com.google.spanner.executor.v1.ListCloudInstancesAction getListCloudInsta return com.google.spanner.executor.v1.ListCloudInstancesAction.getDefaultInstance(); } } + /** * * @@ -4851,6 +5013,7 @@ public Builder setListCloudInstances( actionCase_ = 9; return this; } + /** * * @@ -4871,6 +5034,7 @@ public Builder setListCloudInstances( actionCase_ = 9; return this; } + /** * * @@ -4905,6 +5069,7 @@ public Builder mergeListCloudInstances( actionCase_ = 9; return this; } + /** * * @@ -4930,6 +5095,7 @@ public Builder clearListCloudInstances() { } return this; } + /** * * @@ -4943,6 +5109,7 @@ public Builder clearListCloudInstances() { getListCloudInstancesBuilder() { return getListCloudInstancesFieldBuilder().getBuilder(); } + /** * * @@ -4964,6 +5131,7 @@ public Builder clearListCloudInstances() { return com.google.spanner.executor.v1.ListCloudInstancesAction.getDefaultInstance(); } } + /** * * @@ -5002,6 +5170,7 @@ public Builder clearListCloudInstances() { com.google.spanner.executor.v1.GetCloudInstanceAction.Builder, com.google.spanner.executor.v1.GetCloudInstanceActionOrBuilder> getCloudInstanceBuilder_; + /** * * @@ -5017,6 +5186,7 @@ public Builder clearListCloudInstances() { public boolean hasGetCloudInstance() { return actionCase_ == 10; } + /** * * @@ -5042,6 +5212,7 @@ public com.google.spanner.executor.v1.GetCloudInstanceAction getGetCloudInstance return com.google.spanner.executor.v1.GetCloudInstanceAction.getDefaultInstance(); } } + /** * * @@ -5065,6 +5236,7 @@ public Builder setGetCloudInstance( actionCase_ = 10; return this; } + /** * * @@ -5085,6 +5257,7 @@ public Builder setGetCloudInstance( actionCase_ = 10; return this; } + /** * * @@ -5119,6 +5292,7 @@ public Builder mergeGetCloudInstance( actionCase_ = 10; return this; } + /** * * @@ -5144,6 +5318,7 @@ public Builder clearGetCloudInstance() { } return this; } + /** * * @@ -5157,6 +5332,7 @@ public Builder clearGetCloudInstance() { getGetCloudInstanceBuilder() { return getGetCloudInstanceFieldBuilder().getBuilder(); } + /** * * @@ -5178,6 +5354,7 @@ public Builder clearGetCloudInstance() { return com.google.spanner.executor.v1.GetCloudInstanceAction.getDefaultInstance(); } } + /** * * @@ -5216,6 +5393,7 @@ public Builder clearGetCloudInstance() { com.google.spanner.executor.v1.CreateCloudDatabaseAction.Builder, com.google.spanner.executor.v1.CreateCloudDatabaseActionOrBuilder> createCloudDatabaseBuilder_; + /** * * @@ -5232,6 +5410,7 @@ public Builder clearGetCloudInstance() { public boolean hasCreateCloudDatabase() { return actionCase_ == 11; } + /** * * @@ -5258,6 +5437,7 @@ public com.google.spanner.executor.v1.CreateCloudDatabaseAction getCreateCloudDa return com.google.spanner.executor.v1.CreateCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -5282,6 +5462,7 @@ public Builder setCreateCloudDatabase( actionCase_ = 11; return this; } + /** * * @@ -5303,6 +5484,7 @@ public Builder setCreateCloudDatabase( actionCase_ = 11; return this; } + /** * * @@ -5338,6 +5520,7 @@ public Builder mergeCreateCloudDatabase( actionCase_ = 11; return this; } + /** * * @@ -5364,6 +5547,7 @@ public Builder clearCreateCloudDatabase() { } return this; } + /** * * @@ -5378,6 +5562,7 @@ public Builder clearCreateCloudDatabase() { getCreateCloudDatabaseBuilder() { return getCreateCloudDatabaseFieldBuilder().getBuilder(); } + /** * * @@ -5400,6 +5585,7 @@ public Builder clearCreateCloudDatabase() { return com.google.spanner.executor.v1.CreateCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -5439,6 +5625,7 @@ public Builder clearCreateCloudDatabase() { com.google.spanner.executor.v1.UpdateCloudDatabaseDdlAction.Builder, com.google.spanner.executor.v1.UpdateCloudDatabaseDdlActionOrBuilder> updateCloudDatabaseDdlBuilder_; + /** * * @@ -5456,6 +5643,7 @@ public Builder clearCreateCloudDatabase() { public boolean hasUpdateCloudDatabaseDdl() { return actionCase_ == 12; } + /** * * @@ -5483,6 +5671,7 @@ public com.google.spanner.executor.v1.UpdateCloudDatabaseDdlAction getUpdateClou return com.google.spanner.executor.v1.UpdateCloudDatabaseDdlAction.getDefaultInstance(); } } + /** * * @@ -5508,6 +5697,7 @@ public Builder setUpdateCloudDatabaseDdl( actionCase_ = 12; return this; } + /** * * @@ -5530,6 +5720,7 @@ public Builder setUpdateCloudDatabaseDdl( actionCase_ = 12; return this; } + /** * * @@ -5567,6 +5758,7 @@ public Builder mergeUpdateCloudDatabaseDdl( actionCase_ = 12; return this; } + /** * * @@ -5594,6 +5786,7 @@ public Builder clearUpdateCloudDatabaseDdl() { } return this; } + /** * * @@ -5609,6 +5802,7 @@ public Builder clearUpdateCloudDatabaseDdl() { getUpdateCloudDatabaseDdlBuilder() { return getUpdateCloudDatabaseDdlFieldBuilder().getBuilder(); } + /** * * @@ -5632,6 +5826,7 @@ public Builder clearUpdateCloudDatabaseDdl() { return com.google.spanner.executor.v1.UpdateCloudDatabaseDdlAction.getDefaultInstance(); } } + /** * * @@ -5673,6 +5868,7 @@ public Builder clearUpdateCloudDatabaseDdl() { com.google.spanner.executor.v1.UpdateCloudDatabaseAction.Builder, com.google.spanner.executor.v1.UpdateCloudDatabaseActionOrBuilder> updateCloudDatabaseBuilder_; + /** * * @@ -5689,6 +5885,7 @@ public Builder clearUpdateCloudDatabaseDdl() { public boolean hasUpdateCloudDatabase() { return actionCase_ == 27; } + /** * * @@ -5715,6 +5912,7 @@ public com.google.spanner.executor.v1.UpdateCloudDatabaseAction getUpdateCloudDa return com.google.spanner.executor.v1.UpdateCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -5739,6 +5937,7 @@ public Builder setUpdateCloudDatabase( actionCase_ = 27; return this; } + /** * * @@ -5760,6 +5959,7 @@ public Builder setUpdateCloudDatabase( actionCase_ = 27; return this; } + /** * * @@ -5795,6 +5995,7 @@ public Builder mergeUpdateCloudDatabase( actionCase_ = 27; return this; } + /** * * @@ -5821,6 +6022,7 @@ public Builder clearUpdateCloudDatabase() { } return this; } + /** * * @@ -5835,6 +6037,7 @@ public Builder clearUpdateCloudDatabase() { getUpdateCloudDatabaseBuilder() { return getUpdateCloudDatabaseFieldBuilder().getBuilder(); } + /** * * @@ -5857,6 +6060,7 @@ public Builder clearUpdateCloudDatabase() { return com.google.spanner.executor.v1.UpdateCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -5896,6 +6100,7 @@ public Builder clearUpdateCloudDatabase() { com.google.spanner.executor.v1.DropCloudDatabaseAction.Builder, com.google.spanner.executor.v1.DropCloudDatabaseActionOrBuilder> dropCloudDatabaseBuilder_; + /** * * @@ -5911,6 +6116,7 @@ public Builder clearUpdateCloudDatabase() { public boolean hasDropCloudDatabase() { return actionCase_ == 13; } + /** * * @@ -5936,6 +6142,7 @@ public com.google.spanner.executor.v1.DropCloudDatabaseAction getDropCloudDataba return com.google.spanner.executor.v1.DropCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -5959,6 +6166,7 @@ public Builder setDropCloudDatabase( actionCase_ = 13; return this; } + /** * * @@ -5979,6 +6187,7 @@ public Builder setDropCloudDatabase( actionCase_ = 13; return this; } + /** * * @@ -6013,6 +6222,7 @@ public Builder mergeDropCloudDatabase( actionCase_ = 13; return this; } + /** * * @@ -6038,6 +6248,7 @@ public Builder clearDropCloudDatabase() { } return this; } + /** * * @@ -6051,6 +6262,7 @@ public Builder clearDropCloudDatabase() { getDropCloudDatabaseBuilder() { return getDropCloudDatabaseFieldBuilder().getBuilder(); } + /** * * @@ -6072,6 +6284,7 @@ public Builder clearDropCloudDatabase() { return com.google.spanner.executor.v1.DropCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -6110,6 +6323,7 @@ public Builder clearDropCloudDatabase() { com.google.spanner.executor.v1.ListCloudDatabasesAction.Builder, com.google.spanner.executor.v1.ListCloudDatabasesActionOrBuilder> listCloudDatabasesBuilder_; + /** * * @@ -6125,6 +6339,7 @@ public Builder clearDropCloudDatabase() { public boolean hasListCloudDatabases() { return actionCase_ == 14; } + /** * * @@ -6150,6 +6365,7 @@ public com.google.spanner.executor.v1.ListCloudDatabasesAction getListCloudDatab return com.google.spanner.executor.v1.ListCloudDatabasesAction.getDefaultInstance(); } } + /** * * @@ -6173,6 +6389,7 @@ public Builder setListCloudDatabases( actionCase_ = 14; return this; } + /** * * @@ -6193,6 +6410,7 @@ public Builder setListCloudDatabases( actionCase_ = 14; return this; } + /** * * @@ -6227,6 +6445,7 @@ public Builder mergeListCloudDatabases( actionCase_ = 14; return this; } + /** * * @@ -6252,6 +6471,7 @@ public Builder clearListCloudDatabases() { } return this; } + /** * * @@ -6265,6 +6485,7 @@ public Builder clearListCloudDatabases() { getListCloudDatabasesBuilder() { return getListCloudDatabasesFieldBuilder().getBuilder(); } + /** * * @@ -6286,6 +6507,7 @@ public Builder clearListCloudDatabases() { return com.google.spanner.executor.v1.ListCloudDatabasesAction.getDefaultInstance(); } } + /** * * @@ -6324,6 +6546,7 @@ public Builder clearListCloudDatabases() { com.google.spanner.executor.v1.ListCloudDatabaseOperationsAction.Builder, com.google.spanner.executor.v1.ListCloudDatabaseOperationsActionOrBuilder> listCloudDatabaseOperationsBuilder_; + /** * * @@ -6341,6 +6564,7 @@ public Builder clearListCloudDatabases() { public boolean hasListCloudDatabaseOperations() { return actionCase_ == 15; } + /** * * @@ -6371,6 +6595,7 @@ public boolean hasListCloudDatabaseOperations() { .getDefaultInstance(); } } + /** * * @@ -6396,6 +6621,7 @@ public Builder setListCloudDatabaseOperations( actionCase_ = 15; return this; } + /** * * @@ -6418,6 +6644,7 @@ public Builder setListCloudDatabaseOperations( actionCase_ = 15; return this; } + /** * * @@ -6455,6 +6682,7 @@ public Builder mergeListCloudDatabaseOperations( actionCase_ = 15; return this; } + /** * * @@ -6482,6 +6710,7 @@ public Builder clearListCloudDatabaseOperations() { } return this; } + /** * * @@ -6497,6 +6726,7 @@ public Builder clearListCloudDatabaseOperations() { getListCloudDatabaseOperationsBuilder() { return getListCloudDatabaseOperationsFieldBuilder().getBuilder(); } + /** * * @@ -6521,6 +6751,7 @@ public Builder clearListCloudDatabaseOperations() { .getDefaultInstance(); } } + /** * * @@ -6562,6 +6793,7 @@ public Builder clearListCloudDatabaseOperations() { com.google.spanner.executor.v1.RestoreCloudDatabaseAction.Builder, com.google.spanner.executor.v1.RestoreCloudDatabaseActionOrBuilder> restoreCloudDatabaseBuilder_; + /** * * @@ -6578,6 +6810,7 @@ public Builder clearListCloudDatabaseOperations() { public boolean hasRestoreCloudDatabase() { return actionCase_ == 16; } + /** * * @@ -6604,6 +6837,7 @@ public com.google.spanner.executor.v1.RestoreCloudDatabaseAction getRestoreCloud return com.google.spanner.executor.v1.RestoreCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -6628,6 +6862,7 @@ public Builder setRestoreCloudDatabase( actionCase_ = 16; return this; } + /** * * @@ -6649,6 +6884,7 @@ public Builder setRestoreCloudDatabase( actionCase_ = 16; return this; } + /** * * @@ -6684,6 +6920,7 @@ public Builder mergeRestoreCloudDatabase( actionCase_ = 16; return this; } + /** * * @@ -6710,6 +6947,7 @@ public Builder clearRestoreCloudDatabase() { } return this; } + /** * * @@ -6724,6 +6962,7 @@ public Builder clearRestoreCloudDatabase() { getRestoreCloudDatabaseBuilder() { return getRestoreCloudDatabaseFieldBuilder().getBuilder(); } + /** * * @@ -6746,6 +6985,7 @@ public Builder clearRestoreCloudDatabase() { return com.google.spanner.executor.v1.RestoreCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -6785,6 +7025,7 @@ public Builder clearRestoreCloudDatabase() { com.google.spanner.executor.v1.GetCloudDatabaseAction.Builder, com.google.spanner.executor.v1.GetCloudDatabaseActionOrBuilder> getCloudDatabaseBuilder_; + /** * * @@ -6800,6 +7041,7 @@ public Builder clearRestoreCloudDatabase() { public boolean hasGetCloudDatabase() { return actionCase_ == 17; } + /** * * @@ -6825,6 +7067,7 @@ public com.google.spanner.executor.v1.GetCloudDatabaseAction getGetCloudDatabase return com.google.spanner.executor.v1.GetCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -6848,6 +7091,7 @@ public Builder setGetCloudDatabase( actionCase_ = 17; return this; } + /** * * @@ -6868,6 +7112,7 @@ public Builder setGetCloudDatabase( actionCase_ = 17; return this; } + /** * * @@ -6902,6 +7147,7 @@ public Builder mergeGetCloudDatabase( actionCase_ = 17; return this; } + /** * * @@ -6927,6 +7173,7 @@ public Builder clearGetCloudDatabase() { } return this; } + /** * * @@ -6940,6 +7187,7 @@ public Builder clearGetCloudDatabase() { getGetCloudDatabaseBuilder() { return getGetCloudDatabaseFieldBuilder().getBuilder(); } + /** * * @@ -6961,6 +7209,7 @@ public Builder clearGetCloudDatabase() { return com.google.spanner.executor.v1.GetCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -6999,6 +7248,7 @@ public Builder clearGetCloudDatabase() { com.google.spanner.executor.v1.CreateCloudBackupAction.Builder, com.google.spanner.executor.v1.CreateCloudBackupActionOrBuilder> createCloudBackupBuilder_; + /** * * @@ -7014,6 +7264,7 @@ public Builder clearGetCloudDatabase() { public boolean hasCreateCloudBackup() { return actionCase_ == 18; } + /** * * @@ -7039,6 +7290,7 @@ public com.google.spanner.executor.v1.CreateCloudBackupAction getCreateCloudBack return com.google.spanner.executor.v1.CreateCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -7062,6 +7314,7 @@ public Builder setCreateCloudBackup( actionCase_ = 18; return this; } + /** * * @@ -7082,6 +7335,7 @@ public Builder setCreateCloudBackup( actionCase_ = 18; return this; } + /** * * @@ -7116,6 +7370,7 @@ public Builder mergeCreateCloudBackup( actionCase_ = 18; return this; } + /** * * @@ -7141,6 +7396,7 @@ public Builder clearCreateCloudBackup() { } return this; } + /** * * @@ -7154,6 +7410,7 @@ public Builder clearCreateCloudBackup() { getCreateCloudBackupBuilder() { return getCreateCloudBackupFieldBuilder().getBuilder(); } + /** * * @@ -7175,6 +7432,7 @@ public Builder clearCreateCloudBackup() { return com.google.spanner.executor.v1.CreateCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -7213,6 +7471,7 @@ public Builder clearCreateCloudBackup() { com.google.spanner.executor.v1.CopyCloudBackupAction.Builder, com.google.spanner.executor.v1.CopyCloudBackupActionOrBuilder> copyCloudBackupBuilder_; + /** * * @@ -7228,6 +7487,7 @@ public Builder clearCreateCloudBackup() { public boolean hasCopyCloudBackup() { return actionCase_ == 19; } + /** * * @@ -7253,6 +7513,7 @@ public com.google.spanner.executor.v1.CopyCloudBackupAction getCopyCloudBackup() return com.google.spanner.executor.v1.CopyCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -7275,6 +7536,7 @@ public Builder setCopyCloudBackup(com.google.spanner.executor.v1.CopyCloudBackup actionCase_ = 19; return this; } + /** * * @@ -7295,6 +7557,7 @@ public Builder setCopyCloudBackup( actionCase_ = 19; return this; } + /** * * @@ -7329,6 +7592,7 @@ public Builder mergeCopyCloudBackup( actionCase_ = 19; return this; } + /** * * @@ -7354,6 +7618,7 @@ public Builder clearCopyCloudBackup() { } return this; } + /** * * @@ -7367,6 +7632,7 @@ public Builder clearCopyCloudBackup() { getCopyCloudBackupBuilder() { return getCopyCloudBackupFieldBuilder().getBuilder(); } + /** * * @@ -7388,6 +7654,7 @@ public Builder clearCopyCloudBackup() { return com.google.spanner.executor.v1.CopyCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -7426,6 +7693,7 @@ public Builder clearCopyCloudBackup() { com.google.spanner.executor.v1.GetCloudBackupAction.Builder, com.google.spanner.executor.v1.GetCloudBackupActionOrBuilder> getCloudBackupBuilder_; + /** * * @@ -7441,6 +7709,7 @@ public Builder clearCopyCloudBackup() { public boolean hasGetCloudBackup() { return actionCase_ == 20; } + /** * * @@ -7466,6 +7735,7 @@ public com.google.spanner.executor.v1.GetCloudBackupAction getGetCloudBackup() { return com.google.spanner.executor.v1.GetCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -7488,6 +7758,7 @@ public Builder setGetCloudBackup(com.google.spanner.executor.v1.GetCloudBackupAc actionCase_ = 20; return this; } + /** * * @@ -7508,6 +7779,7 @@ public Builder setGetCloudBackup( actionCase_ = 20; return this; } + /** * * @@ -7541,6 +7813,7 @@ public Builder mergeGetCloudBackup(com.google.spanner.executor.v1.GetCloudBackup actionCase_ = 20; return this; } + /** * * @@ -7566,6 +7839,7 @@ public Builder clearGetCloudBackup() { } return this; } + /** * * @@ -7578,6 +7852,7 @@ public Builder clearGetCloudBackup() { public com.google.spanner.executor.v1.GetCloudBackupAction.Builder getGetCloudBackupBuilder() { return getGetCloudBackupFieldBuilder().getBuilder(); } + /** * * @@ -7599,6 +7874,7 @@ public com.google.spanner.executor.v1.GetCloudBackupAction.Builder getGetCloudBa return com.google.spanner.executor.v1.GetCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -7637,6 +7913,7 @@ public com.google.spanner.executor.v1.GetCloudBackupAction.Builder getGetCloudBa com.google.spanner.executor.v1.UpdateCloudBackupAction.Builder, com.google.spanner.executor.v1.UpdateCloudBackupActionOrBuilder> updateCloudBackupBuilder_; + /** * * @@ -7652,6 +7929,7 @@ public com.google.spanner.executor.v1.GetCloudBackupAction.Builder getGetCloudBa public boolean hasUpdateCloudBackup() { return actionCase_ == 21; } + /** * * @@ -7677,6 +7955,7 @@ public com.google.spanner.executor.v1.UpdateCloudBackupAction getUpdateCloudBack return com.google.spanner.executor.v1.UpdateCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -7700,6 +7979,7 @@ public Builder setUpdateCloudBackup( actionCase_ = 21; return this; } + /** * * @@ -7720,6 +8000,7 @@ public Builder setUpdateCloudBackup( actionCase_ = 21; return this; } + /** * * @@ -7754,6 +8035,7 @@ public Builder mergeUpdateCloudBackup( actionCase_ = 21; return this; } + /** * * @@ -7779,6 +8061,7 @@ public Builder clearUpdateCloudBackup() { } return this; } + /** * * @@ -7792,6 +8075,7 @@ public Builder clearUpdateCloudBackup() { getUpdateCloudBackupBuilder() { return getUpdateCloudBackupFieldBuilder().getBuilder(); } + /** * * @@ -7813,6 +8097,7 @@ public Builder clearUpdateCloudBackup() { return com.google.spanner.executor.v1.UpdateCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -7851,6 +8136,7 @@ public Builder clearUpdateCloudBackup() { com.google.spanner.executor.v1.DeleteCloudBackupAction.Builder, com.google.spanner.executor.v1.DeleteCloudBackupActionOrBuilder> deleteCloudBackupBuilder_; + /** * * @@ -7866,6 +8152,7 @@ public Builder clearUpdateCloudBackup() { public boolean hasDeleteCloudBackup() { return actionCase_ == 22; } + /** * * @@ -7891,6 +8178,7 @@ public com.google.spanner.executor.v1.DeleteCloudBackupAction getDeleteCloudBack return com.google.spanner.executor.v1.DeleteCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -7914,6 +8202,7 @@ public Builder setDeleteCloudBackup( actionCase_ = 22; return this; } + /** * * @@ -7934,6 +8223,7 @@ public Builder setDeleteCloudBackup( actionCase_ = 22; return this; } + /** * * @@ -7968,6 +8258,7 @@ public Builder mergeDeleteCloudBackup( actionCase_ = 22; return this; } + /** * * @@ -7993,6 +8284,7 @@ public Builder clearDeleteCloudBackup() { } return this; } + /** * * @@ -8006,6 +8298,7 @@ public Builder clearDeleteCloudBackup() { getDeleteCloudBackupBuilder() { return getDeleteCloudBackupFieldBuilder().getBuilder(); } + /** * * @@ -8027,6 +8320,7 @@ public Builder clearDeleteCloudBackup() { return com.google.spanner.executor.v1.DeleteCloudBackupAction.getDefaultInstance(); } } + /** * * @@ -8065,6 +8359,7 @@ public Builder clearDeleteCloudBackup() { com.google.spanner.executor.v1.ListCloudBackupsAction.Builder, com.google.spanner.executor.v1.ListCloudBackupsActionOrBuilder> listCloudBackupsBuilder_; + /** * * @@ -8080,6 +8375,7 @@ public Builder clearDeleteCloudBackup() { public boolean hasListCloudBackups() { return actionCase_ == 23; } + /** * * @@ -8105,6 +8401,7 @@ public com.google.spanner.executor.v1.ListCloudBackupsAction getListCloudBackups return com.google.spanner.executor.v1.ListCloudBackupsAction.getDefaultInstance(); } } + /** * * @@ -8128,6 +8425,7 @@ public Builder setListCloudBackups( actionCase_ = 23; return this; } + /** * * @@ -8148,6 +8446,7 @@ public Builder setListCloudBackups( actionCase_ = 23; return this; } + /** * * @@ -8182,6 +8481,7 @@ public Builder mergeListCloudBackups( actionCase_ = 23; return this; } + /** * * @@ -8207,6 +8507,7 @@ public Builder clearListCloudBackups() { } return this; } + /** * * @@ -8220,6 +8521,7 @@ public Builder clearListCloudBackups() { getListCloudBackupsBuilder() { return getListCloudBackupsFieldBuilder().getBuilder(); } + /** * * @@ -8241,6 +8543,7 @@ public Builder clearListCloudBackups() { return com.google.spanner.executor.v1.ListCloudBackupsAction.getDefaultInstance(); } } + /** * * @@ -8279,6 +8582,7 @@ public Builder clearListCloudBackups() { com.google.spanner.executor.v1.ListCloudBackupOperationsAction.Builder, com.google.spanner.executor.v1.ListCloudBackupOperationsActionOrBuilder> listCloudBackupOperationsBuilder_; + /** * * @@ -8296,6 +8600,7 @@ public Builder clearListCloudBackups() { public boolean hasListCloudBackupOperations() { return actionCase_ == 24; } + /** * * @@ -8324,6 +8629,7 @@ public boolean hasListCloudBackupOperations() { return com.google.spanner.executor.v1.ListCloudBackupOperationsAction.getDefaultInstance(); } } + /** * * @@ -8349,6 +8655,7 @@ public Builder setListCloudBackupOperations( actionCase_ = 24; return this; } + /** * * @@ -8371,6 +8678,7 @@ public Builder setListCloudBackupOperations( actionCase_ = 24; return this; } + /** * * @@ -8408,6 +8716,7 @@ public Builder mergeListCloudBackupOperations( actionCase_ = 24; return this; } + /** * * @@ -8435,6 +8744,7 @@ public Builder clearListCloudBackupOperations() { } return this; } + /** * * @@ -8450,6 +8760,7 @@ public Builder clearListCloudBackupOperations() { getListCloudBackupOperationsBuilder() { return getListCloudBackupOperationsFieldBuilder().getBuilder(); } + /** * * @@ -8473,6 +8784,7 @@ public Builder clearListCloudBackupOperations() { return com.google.spanner.executor.v1.ListCloudBackupOperationsAction.getDefaultInstance(); } } + /** * * @@ -8514,6 +8826,7 @@ public Builder clearListCloudBackupOperations() { com.google.spanner.executor.v1.GetOperationAction.Builder, com.google.spanner.executor.v1.GetOperationActionOrBuilder> getOperationBuilder_; + /** * * @@ -8529,6 +8842,7 @@ public Builder clearListCloudBackupOperations() { public boolean hasGetOperation() { return actionCase_ == 25; } + /** * * @@ -8554,6 +8868,7 @@ public com.google.spanner.executor.v1.GetOperationAction getGetOperation() { return com.google.spanner.executor.v1.GetOperationAction.getDefaultInstance(); } } + /** * * @@ -8576,6 +8891,7 @@ public Builder setGetOperation(com.google.spanner.executor.v1.GetOperationAction actionCase_ = 25; return this; } + /** * * @@ -8596,6 +8912,7 @@ public Builder setGetOperation( actionCase_ = 25; return this; } + /** * * @@ -8628,6 +8945,7 @@ public Builder mergeGetOperation(com.google.spanner.executor.v1.GetOperationActi actionCase_ = 25; return this; } + /** * * @@ -8653,6 +8971,7 @@ public Builder clearGetOperation() { } return this; } + /** * * @@ -8665,6 +8984,7 @@ public Builder clearGetOperation() { public com.google.spanner.executor.v1.GetOperationAction.Builder getGetOperationBuilder() { return getGetOperationFieldBuilder().getBuilder(); } + /** * * @@ -8685,6 +9005,7 @@ public com.google.spanner.executor.v1.GetOperationActionOrBuilder getGetOperatio return com.google.spanner.executor.v1.GetOperationAction.getDefaultInstance(); } } + /** * * @@ -8723,6 +9044,7 @@ public com.google.spanner.executor.v1.GetOperationActionOrBuilder getGetOperatio com.google.spanner.executor.v1.CancelOperationAction.Builder, com.google.spanner.executor.v1.CancelOperationActionOrBuilder> cancelOperationBuilder_; + /** * * @@ -8738,6 +9060,7 @@ public com.google.spanner.executor.v1.GetOperationActionOrBuilder getGetOperatio public boolean hasCancelOperation() { return actionCase_ == 26; } + /** * * @@ -8763,6 +9086,7 @@ public com.google.spanner.executor.v1.CancelOperationAction getCancelOperation() return com.google.spanner.executor.v1.CancelOperationAction.getDefaultInstance(); } } + /** * * @@ -8785,6 +9109,7 @@ public Builder setCancelOperation(com.google.spanner.executor.v1.CancelOperation actionCase_ = 26; return this; } + /** * * @@ -8805,6 +9130,7 @@ public Builder setCancelOperation( actionCase_ = 26; return this; } + /** * * @@ -8839,6 +9165,7 @@ public Builder mergeCancelOperation( actionCase_ = 26; return this; } + /** * * @@ -8864,6 +9191,7 @@ public Builder clearCancelOperation() { } return this; } + /** * * @@ -8877,6 +9205,7 @@ public Builder clearCancelOperation() { getCancelOperationBuilder() { return getCancelOperationFieldBuilder().getBuilder(); } + /** * * @@ -8898,6 +9227,7 @@ public Builder clearCancelOperation() { return com.google.spanner.executor.v1.CancelOperationAction.getDefaultInstance(); } } + /** * * @@ -8936,6 +9266,7 @@ public Builder clearCancelOperation() { com.google.spanner.executor.v1.ChangeQuorumCloudDatabaseAction.Builder, com.google.spanner.executor.v1.ChangeQuorumCloudDatabaseActionOrBuilder> changeQuorumCloudDatabaseBuilder_; + /** * * @@ -8953,6 +9284,7 @@ public Builder clearCancelOperation() { public boolean hasChangeQuorumCloudDatabase() { return actionCase_ == 28; } + /** * * @@ -8981,6 +9313,7 @@ public boolean hasChangeQuorumCloudDatabase() { return com.google.spanner.executor.v1.ChangeQuorumCloudDatabaseAction.getDefaultInstance(); } } + /** * * @@ -9006,6 +9339,7 @@ public Builder setChangeQuorumCloudDatabase( actionCase_ = 28; return this; } + /** * * @@ -9028,6 +9362,7 @@ public Builder setChangeQuorumCloudDatabase( actionCase_ = 28; return this; } + /** * * @@ -9065,6 +9400,7 @@ public Builder mergeChangeQuorumCloudDatabase( actionCase_ = 28; return this; } + /** * * @@ -9092,6 +9428,7 @@ public Builder clearChangeQuorumCloudDatabase() { } return this; } + /** * * @@ -9107,6 +9444,7 @@ public Builder clearChangeQuorumCloudDatabase() { getChangeQuorumCloudDatabaseBuilder() { return getChangeQuorumCloudDatabaseFieldBuilder().getBuilder(); } + /** * * @@ -9130,6 +9468,7 @@ public Builder clearChangeQuorumCloudDatabase() { return com.google.spanner.executor.v1.ChangeQuorumCloudDatabaseAction.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminActionOrBuilder.java index 1a3083fbd6..050c1a0370 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminActionOrBuilder.java @@ -38,6 +38,7 @@ public interface AdminActionOrBuilder * @return Whether the createUserInstanceConfig field is set. */ boolean hasCreateUserInstanceConfig(); + /** * * @@ -52,6 +53,7 @@ public interface AdminActionOrBuilder * @return The createUserInstanceConfig. */ com.google.spanner.executor.v1.CreateUserInstanceConfigAction getCreateUserInstanceConfig(); + /** * * @@ -80,6 +82,7 @@ public interface AdminActionOrBuilder * @return Whether the updateUserInstanceConfig field is set. */ boolean hasUpdateUserInstanceConfig(); + /** * * @@ -94,6 +97,7 @@ public interface AdminActionOrBuilder * @return The updateUserInstanceConfig. */ com.google.spanner.executor.v1.UpdateUserInstanceConfigAction getUpdateUserInstanceConfig(); + /** * * @@ -122,6 +126,7 @@ public interface AdminActionOrBuilder * @return Whether the deleteUserInstanceConfig field is set. */ boolean hasDeleteUserInstanceConfig(); + /** * * @@ -136,6 +141,7 @@ public interface AdminActionOrBuilder * @return The deleteUserInstanceConfig. */ com.google.spanner.executor.v1.DeleteUserInstanceConfigAction getDeleteUserInstanceConfig(); + /** * * @@ -163,6 +169,7 @@ public interface AdminActionOrBuilder * @return Whether the getCloudInstanceConfig field is set. */ boolean hasGetCloudInstanceConfig(); + /** * * @@ -176,6 +183,7 @@ public interface AdminActionOrBuilder * @return The getCloudInstanceConfig. */ com.google.spanner.executor.v1.GetCloudInstanceConfigAction getGetCloudInstanceConfig(); + /** * * @@ -202,6 +210,7 @@ public interface AdminActionOrBuilder * @return Whether the listInstanceConfigs field is set. */ boolean hasListInstanceConfigs(); + /** * * @@ -215,6 +224,7 @@ public interface AdminActionOrBuilder * @return The listInstanceConfigs. */ com.google.spanner.executor.v1.ListCloudInstanceConfigsAction getListInstanceConfigs(); + /** * * @@ -240,6 +250,7 @@ public interface AdminActionOrBuilder * @return Whether the createCloudInstance field is set. */ boolean hasCreateCloudInstance(); + /** * * @@ -252,6 +263,7 @@ public interface AdminActionOrBuilder * @return The createCloudInstance. */ com.google.spanner.executor.v1.CreateCloudInstanceAction getCreateCloudInstance(); + /** * * @@ -276,6 +288,7 @@ public interface AdminActionOrBuilder * @return Whether the updateCloudInstance field is set. */ boolean hasUpdateCloudInstance(); + /** * * @@ -288,6 +301,7 @@ public interface AdminActionOrBuilder * @return The updateCloudInstance. */ com.google.spanner.executor.v1.UpdateCloudInstanceAction getUpdateCloudInstance(); + /** * * @@ -312,6 +326,7 @@ public interface AdminActionOrBuilder * @return Whether the deleteCloudInstance field is set. */ boolean hasDeleteCloudInstance(); + /** * * @@ -324,6 +339,7 @@ public interface AdminActionOrBuilder * @return The deleteCloudInstance. */ com.google.spanner.executor.v1.DeleteCloudInstanceAction getDeleteCloudInstance(); + /** * * @@ -348,6 +364,7 @@ public interface AdminActionOrBuilder * @return Whether the listCloudInstances field is set. */ boolean hasListCloudInstances(); + /** * * @@ -360,6 +377,7 @@ public interface AdminActionOrBuilder * @return The listCloudInstances. */ com.google.spanner.executor.v1.ListCloudInstancesAction getListCloudInstances(); + /** * * @@ -383,6 +401,7 @@ public interface AdminActionOrBuilder * @return Whether the getCloudInstance field is set. */ boolean hasGetCloudInstance(); + /** * * @@ -395,6 +414,7 @@ public interface AdminActionOrBuilder * @return The getCloudInstance. */ com.google.spanner.executor.v1.GetCloudInstanceAction getGetCloudInstance(); + /** * * @@ -418,6 +438,7 @@ public interface AdminActionOrBuilder * @return Whether the createCloudDatabase field is set. */ boolean hasCreateCloudDatabase(); + /** * * @@ -430,6 +451,7 @@ public interface AdminActionOrBuilder * @return The createCloudDatabase. */ com.google.spanner.executor.v1.CreateCloudDatabaseAction getCreateCloudDatabase(); + /** * * @@ -455,6 +477,7 @@ public interface AdminActionOrBuilder * @return Whether the updateCloudDatabaseDdl field is set. */ boolean hasUpdateCloudDatabaseDdl(); + /** * * @@ -468,6 +491,7 @@ public interface AdminActionOrBuilder * @return The updateCloudDatabaseDdl. */ com.google.spanner.executor.v1.UpdateCloudDatabaseDdlAction getUpdateCloudDatabaseDdl(); + /** * * @@ -493,6 +517,7 @@ public interface AdminActionOrBuilder * @return Whether the updateCloudDatabase field is set. */ boolean hasUpdateCloudDatabase(); + /** * * @@ -505,6 +530,7 @@ public interface AdminActionOrBuilder * @return The updateCloudDatabase. */ com.google.spanner.executor.v1.UpdateCloudDatabaseAction getUpdateCloudDatabase(); + /** * * @@ -529,6 +555,7 @@ public interface AdminActionOrBuilder * @return Whether the dropCloudDatabase field is set. */ boolean hasDropCloudDatabase(); + /** * * @@ -541,6 +568,7 @@ public interface AdminActionOrBuilder * @return The dropCloudDatabase. */ com.google.spanner.executor.v1.DropCloudDatabaseAction getDropCloudDatabase(); + /** * * @@ -564,6 +592,7 @@ public interface AdminActionOrBuilder * @return Whether the listCloudDatabases field is set. */ boolean hasListCloudDatabases(); + /** * * @@ -576,6 +605,7 @@ public interface AdminActionOrBuilder * @return The listCloudDatabases. */ com.google.spanner.executor.v1.ListCloudDatabasesAction getListCloudDatabases(); + /** * * @@ -601,6 +631,7 @@ public interface AdminActionOrBuilder * @return Whether the listCloudDatabaseOperations field is set. */ boolean hasListCloudDatabaseOperations(); + /** * * @@ -615,6 +646,7 @@ public interface AdminActionOrBuilder * @return The listCloudDatabaseOperations. */ com.google.spanner.executor.v1.ListCloudDatabaseOperationsAction getListCloudDatabaseOperations(); + /** * * @@ -642,6 +674,7 @@ public interface AdminActionOrBuilder * @return Whether the restoreCloudDatabase field is set. */ boolean hasRestoreCloudDatabase(); + /** * * @@ -655,6 +688,7 @@ public interface AdminActionOrBuilder * @return The restoreCloudDatabase. */ com.google.spanner.executor.v1.RestoreCloudDatabaseAction getRestoreCloudDatabase(); + /** * * @@ -680,6 +714,7 @@ public interface AdminActionOrBuilder * @return Whether the getCloudDatabase field is set. */ boolean hasGetCloudDatabase(); + /** * * @@ -692,6 +727,7 @@ public interface AdminActionOrBuilder * @return The getCloudDatabase. */ com.google.spanner.executor.v1.GetCloudDatabaseAction getGetCloudDatabase(); + /** * * @@ -715,6 +751,7 @@ public interface AdminActionOrBuilder * @return Whether the createCloudBackup field is set. */ boolean hasCreateCloudBackup(); + /** * * @@ -727,6 +764,7 @@ public interface AdminActionOrBuilder * @return The createCloudBackup. */ com.google.spanner.executor.v1.CreateCloudBackupAction getCreateCloudBackup(); + /** * * @@ -750,6 +788,7 @@ public interface AdminActionOrBuilder * @return Whether the copyCloudBackup field is set. */ boolean hasCopyCloudBackup(); + /** * * @@ -762,6 +801,7 @@ public interface AdminActionOrBuilder * @return The copyCloudBackup. */ com.google.spanner.executor.v1.CopyCloudBackupAction getCopyCloudBackup(); + /** * * @@ -785,6 +825,7 @@ public interface AdminActionOrBuilder * @return Whether the getCloudBackup field is set. */ boolean hasGetCloudBackup(); + /** * * @@ -797,6 +838,7 @@ public interface AdminActionOrBuilder * @return The getCloudBackup. */ com.google.spanner.executor.v1.GetCloudBackupAction getGetCloudBackup(); + /** * * @@ -820,6 +862,7 @@ public interface AdminActionOrBuilder * @return Whether the updateCloudBackup field is set. */ boolean hasUpdateCloudBackup(); + /** * * @@ -832,6 +875,7 @@ public interface AdminActionOrBuilder * @return The updateCloudBackup. */ com.google.spanner.executor.v1.UpdateCloudBackupAction getUpdateCloudBackup(); + /** * * @@ -855,6 +899,7 @@ public interface AdminActionOrBuilder * @return Whether the deleteCloudBackup field is set. */ boolean hasDeleteCloudBackup(); + /** * * @@ -867,6 +912,7 @@ public interface AdminActionOrBuilder * @return The deleteCloudBackup. */ com.google.spanner.executor.v1.DeleteCloudBackupAction getDeleteCloudBackup(); + /** * * @@ -890,6 +936,7 @@ public interface AdminActionOrBuilder * @return Whether the listCloudBackups field is set. */ boolean hasListCloudBackups(); + /** * * @@ -902,6 +949,7 @@ public interface AdminActionOrBuilder * @return The listCloudBackups. */ com.google.spanner.executor.v1.ListCloudBackupsAction getListCloudBackups(); + /** * * @@ -927,6 +975,7 @@ public interface AdminActionOrBuilder * @return Whether the listCloudBackupOperations field is set. */ boolean hasListCloudBackupOperations(); + /** * * @@ -941,6 +990,7 @@ public interface AdminActionOrBuilder * @return The listCloudBackupOperations. */ com.google.spanner.executor.v1.ListCloudBackupOperationsAction getListCloudBackupOperations(); + /** * * @@ -967,6 +1017,7 @@ public interface AdminActionOrBuilder * @return Whether the getOperation field is set. */ boolean hasGetOperation(); + /** * * @@ -979,6 +1030,7 @@ public interface AdminActionOrBuilder * @return The getOperation. */ com.google.spanner.executor.v1.GetOperationAction getGetOperation(); + /** * * @@ -1002,6 +1054,7 @@ public interface AdminActionOrBuilder * @return Whether the cancelOperation field is set. */ boolean hasCancelOperation(); + /** * * @@ -1014,6 +1067,7 @@ public interface AdminActionOrBuilder * @return The cancelOperation. */ com.google.spanner.executor.v1.CancelOperationAction getCancelOperation(); + /** * * @@ -1039,6 +1093,7 @@ public interface AdminActionOrBuilder * @return Whether the changeQuorumCloudDatabase field is set. */ boolean hasChangeQuorumCloudDatabase(); + /** * * @@ -1053,6 +1108,7 @@ public interface AdminActionOrBuilder * @return The changeQuorumCloudDatabase. */ com.google.spanner.executor.v1.ChangeQuorumCloudDatabaseAction getChangeQuorumCloudDatabase(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminResult.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminResult.java index 8cf5196f9c..1fa75ee199 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminResult.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminResult.java @@ -33,6 +33,7 @@ public final class AdminResult extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.AdminResult) AdminResultOrBuilder { private static final long serialVersionUID = 0L; + // Use AdminResult.newBuilder() to construct. private AdminResult(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -64,6 +65,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int BACKUP_RESPONSE_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.CloudBackupResponse backupResponse_; + /** * * @@ -79,6 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasBackupResponse() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -96,6 +99,7 @@ public com.google.spanner.executor.v1.CloudBackupResponse getBackupResponse() { ? com.google.spanner.executor.v1.CloudBackupResponse.getDefaultInstance() : backupResponse_; } + /** * * @@ -114,6 +118,7 @@ public com.google.spanner.executor.v1.CloudBackupResponseOrBuilder getBackupResp public static final int OPERATION_RESPONSE_FIELD_NUMBER = 2; private com.google.spanner.executor.v1.OperationResponse operationResponse_; + /** * * @@ -129,6 +134,7 @@ public com.google.spanner.executor.v1.CloudBackupResponseOrBuilder getBackupResp public boolean hasOperationResponse() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -146,6 +152,7 @@ public com.google.spanner.executor.v1.OperationResponse getOperationResponse() { ? com.google.spanner.executor.v1.OperationResponse.getDefaultInstance() : operationResponse_; } + /** * * @@ -164,6 +171,7 @@ public com.google.spanner.executor.v1.OperationResponseOrBuilder getOperationRes public static final int DATABASE_RESPONSE_FIELD_NUMBER = 3; private com.google.spanner.executor.v1.CloudDatabaseResponse databaseResponse_; + /** * * @@ -179,6 +187,7 @@ public com.google.spanner.executor.v1.OperationResponseOrBuilder getOperationRes public boolean hasDatabaseResponse() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -196,6 +205,7 @@ public com.google.spanner.executor.v1.CloudDatabaseResponse getDatabaseResponse( ? com.google.spanner.executor.v1.CloudDatabaseResponse.getDefaultInstance() : databaseResponse_; } + /** * * @@ -215,6 +225,7 @@ public com.google.spanner.executor.v1.CloudDatabaseResponse getDatabaseResponse( public static final int INSTANCE_RESPONSE_FIELD_NUMBER = 4; private com.google.spanner.executor.v1.CloudInstanceResponse instanceResponse_; + /** * * @@ -230,6 +241,7 @@ public com.google.spanner.executor.v1.CloudDatabaseResponse getDatabaseResponse( public boolean hasInstanceResponse() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -247,6 +259,7 @@ public com.google.spanner.executor.v1.CloudInstanceResponse getInstanceResponse( ? com.google.spanner.executor.v1.CloudInstanceResponse.getDefaultInstance() : instanceResponse_; } + /** * * @@ -266,6 +279,7 @@ public com.google.spanner.executor.v1.CloudInstanceResponse getInstanceResponse( public static final int INSTANCE_CONFIG_RESPONSE_FIELD_NUMBER = 5; private com.google.spanner.executor.v1.CloudInstanceConfigResponse instanceConfigResponse_; + /** * * @@ -282,6 +296,7 @@ public com.google.spanner.executor.v1.CloudInstanceResponse getInstanceResponse( public boolean hasInstanceConfigResponse() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -300,6 +315,7 @@ public com.google.spanner.executor.v1.CloudInstanceConfigResponse getInstanceCon ? com.google.spanner.executor.v1.CloudInstanceConfigResponse.getDefaultInstance() : instanceConfigResponse_; } + /** * * @@ -539,6 +555,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -830,6 +847,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.CloudBackupResponse.Builder, com.google.spanner.executor.v1.CloudBackupResponseOrBuilder> backupResponseBuilder_; + /** * * @@ -844,6 +862,7 @@ public Builder mergeFrom( public boolean hasBackupResponse() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -864,6 +883,7 @@ public com.google.spanner.executor.v1.CloudBackupResponse getBackupResponse() { return backupResponseBuilder_.getMessage(); } } + /** * * @@ -886,6 +906,7 @@ public Builder setBackupResponse(com.google.spanner.executor.v1.CloudBackupRespo onChanged(); return this; } + /** * * @@ -906,6 +927,7 @@ public Builder setBackupResponse( onChanged(); return this; } + /** * * @@ -934,6 +956,7 @@ public Builder mergeBackupResponse(com.google.spanner.executor.v1.CloudBackupRes } return this; } + /** * * @@ -953,6 +976,7 @@ public Builder clearBackupResponse() { onChanged(); return this; } + /** * * @@ -967,6 +991,7 @@ public com.google.spanner.executor.v1.CloudBackupResponse.Builder getBackupRespo onChanged(); return getBackupResponseFieldBuilder().getBuilder(); } + /** * * @@ -986,6 +1011,7 @@ public com.google.spanner.executor.v1.CloudBackupResponse.Builder getBackupRespo : backupResponse_; } } + /** * * @@ -1018,6 +1044,7 @@ public com.google.spanner.executor.v1.CloudBackupResponse.Builder getBackupRespo com.google.spanner.executor.v1.OperationResponse.Builder, com.google.spanner.executor.v1.OperationResponseOrBuilder> operationResponseBuilder_; + /** * * @@ -1032,6 +1059,7 @@ public com.google.spanner.executor.v1.CloudBackupResponse.Builder getBackupRespo public boolean hasOperationResponse() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1052,6 +1080,7 @@ public com.google.spanner.executor.v1.OperationResponse getOperationResponse() { return operationResponseBuilder_.getMessage(); } } + /** * * @@ -1074,6 +1103,7 @@ public Builder setOperationResponse(com.google.spanner.executor.v1.OperationResp onChanged(); return this; } + /** * * @@ -1094,6 +1124,7 @@ public Builder setOperationResponse( onChanged(); return this; } + /** * * @@ -1122,6 +1153,7 @@ public Builder mergeOperationResponse(com.google.spanner.executor.v1.OperationRe } return this; } + /** * * @@ -1141,6 +1173,7 @@ public Builder clearOperationResponse() { onChanged(); return this; } + /** * * @@ -1155,6 +1188,7 @@ public com.google.spanner.executor.v1.OperationResponse.Builder getOperationResp onChanged(); return getOperationResponseFieldBuilder().getBuilder(); } + /** * * @@ -1174,6 +1208,7 @@ public com.google.spanner.executor.v1.OperationResponse.Builder getOperationResp : operationResponse_; } } + /** * * @@ -1206,6 +1241,7 @@ public com.google.spanner.executor.v1.OperationResponse.Builder getOperationResp com.google.spanner.executor.v1.CloudDatabaseResponse.Builder, com.google.spanner.executor.v1.CloudDatabaseResponseOrBuilder> databaseResponseBuilder_; + /** * * @@ -1220,6 +1256,7 @@ public com.google.spanner.executor.v1.OperationResponse.Builder getOperationResp public boolean hasDatabaseResponse() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1240,6 +1277,7 @@ public com.google.spanner.executor.v1.CloudDatabaseResponse getDatabaseResponse( return databaseResponseBuilder_.getMessage(); } } + /** * * @@ -1262,6 +1300,7 @@ public Builder setDatabaseResponse(com.google.spanner.executor.v1.CloudDatabaseR onChanged(); return this; } + /** * * @@ -1282,6 +1321,7 @@ public Builder setDatabaseResponse( onChanged(); return this; } + /** * * @@ -1311,6 +1351,7 @@ public Builder mergeDatabaseResponse( } return this; } + /** * * @@ -1330,6 +1371,7 @@ public Builder clearDatabaseResponse() { onChanged(); return this; } + /** * * @@ -1345,6 +1387,7 @@ public Builder clearDatabaseResponse() { onChanged(); return getDatabaseResponseFieldBuilder().getBuilder(); } + /** * * @@ -1364,6 +1407,7 @@ public Builder clearDatabaseResponse() { : databaseResponse_; } } + /** * * @@ -1396,6 +1440,7 @@ public Builder clearDatabaseResponse() { com.google.spanner.executor.v1.CloudInstanceResponse.Builder, com.google.spanner.executor.v1.CloudInstanceResponseOrBuilder> instanceResponseBuilder_; + /** * * @@ -1410,6 +1455,7 @@ public Builder clearDatabaseResponse() { public boolean hasInstanceResponse() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1430,6 +1476,7 @@ public com.google.spanner.executor.v1.CloudInstanceResponse getInstanceResponse( return instanceResponseBuilder_.getMessage(); } } + /** * * @@ -1452,6 +1499,7 @@ public Builder setInstanceResponse(com.google.spanner.executor.v1.CloudInstanceR onChanged(); return this; } + /** * * @@ -1472,6 +1520,7 @@ public Builder setInstanceResponse( onChanged(); return this; } + /** * * @@ -1501,6 +1550,7 @@ public Builder mergeInstanceResponse( } return this; } + /** * * @@ -1520,6 +1570,7 @@ public Builder clearInstanceResponse() { onChanged(); return this; } + /** * * @@ -1535,6 +1586,7 @@ public Builder clearInstanceResponse() { onChanged(); return getInstanceResponseFieldBuilder().getBuilder(); } + /** * * @@ -1554,6 +1606,7 @@ public Builder clearInstanceResponse() { : instanceResponse_; } } + /** * * @@ -1586,6 +1639,7 @@ public Builder clearInstanceResponse() { com.google.spanner.executor.v1.CloudInstanceConfigResponse.Builder, com.google.spanner.executor.v1.CloudInstanceConfigResponseOrBuilder> instanceConfigResponseBuilder_; + /** * * @@ -1601,6 +1655,7 @@ public Builder clearInstanceResponse() { public boolean hasInstanceConfigResponse() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1622,6 +1677,7 @@ public com.google.spanner.executor.v1.CloudInstanceConfigResponse getInstanceCon return instanceConfigResponseBuilder_.getMessage(); } } + /** * * @@ -1646,6 +1702,7 @@ public Builder setInstanceConfigResponse( onChanged(); return this; } + /** * * @@ -1667,6 +1724,7 @@ public Builder setInstanceConfigResponse( onChanged(); return this; } + /** * * @@ -1698,6 +1756,7 @@ public Builder mergeInstanceConfigResponse( } return this; } + /** * * @@ -1718,6 +1777,7 @@ public Builder clearInstanceConfigResponse() { onChanged(); return this; } + /** * * @@ -1734,6 +1794,7 @@ public Builder clearInstanceConfigResponse() { onChanged(); return getInstanceConfigResponseFieldBuilder().getBuilder(); } + /** * * @@ -1754,6 +1815,7 @@ public Builder clearInstanceConfigResponse() { : instanceConfigResponse_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminResultOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminResultOrBuilder.java index fd210c80bf..a0d21eaefa 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminResultOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/AdminResultOrBuilder.java @@ -36,6 +36,7 @@ public interface AdminResultOrBuilder * @return Whether the backupResponse field is set. */ boolean hasBackupResponse(); + /** * * @@ -48,6 +49,7 @@ public interface AdminResultOrBuilder * @return The backupResponse. */ com.google.spanner.executor.v1.CloudBackupResponse getBackupResponse(); + /** * * @@ -71,6 +73,7 @@ public interface AdminResultOrBuilder * @return Whether the operationResponse field is set. */ boolean hasOperationResponse(); + /** * * @@ -83,6 +86,7 @@ public interface AdminResultOrBuilder * @return The operationResponse. */ com.google.spanner.executor.v1.OperationResponse getOperationResponse(); + /** * * @@ -106,6 +110,7 @@ public interface AdminResultOrBuilder * @return Whether the databaseResponse field is set. */ boolean hasDatabaseResponse(); + /** * * @@ -118,6 +123,7 @@ public interface AdminResultOrBuilder * @return The databaseResponse. */ com.google.spanner.executor.v1.CloudDatabaseResponse getDatabaseResponse(); + /** * * @@ -141,6 +147,7 @@ public interface AdminResultOrBuilder * @return Whether the instanceResponse field is set. */ boolean hasInstanceResponse(); + /** * * @@ -153,6 +160,7 @@ public interface AdminResultOrBuilder * @return The instanceResponse. */ com.google.spanner.executor.v1.CloudInstanceResponse getInstanceResponse(); + /** * * @@ -177,6 +185,7 @@ public interface AdminResultOrBuilder * @return Whether the instanceConfigResponse field is set. */ boolean hasInstanceConfigResponse(); + /** * * @@ -190,6 +199,7 @@ public interface AdminResultOrBuilder * @return The instanceConfigResponse. */ com.google.spanner.executor.v1.CloudInstanceConfigResponse getInstanceConfigResponse(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchDmlAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchDmlAction.java index e617741342..6f8ce1a237 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchDmlAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchDmlAction.java @@ -33,6 +33,7 @@ public final class BatchDmlAction extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.BatchDmlAction) BatchDmlActionOrBuilder { private static final long serialVersionUID = 0L; + // Use BatchDmlAction.newBuilder() to construct. private BatchDmlAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List updates_; + /** * * @@ -80,6 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getUpdatesList() { return updates_; } + /** * * @@ -94,6 +97,7 @@ public java.util.List getUpdatesList getUpdatesOrBuilderList() { return updates_; } + /** * * @@ -107,6 +111,7 @@ public java.util.List getUpdatesList public int getUpdatesCount() { return updates_.size(); } + /** * * @@ -120,6 +125,7 @@ public int getUpdatesCount() { public com.google.spanner.executor.v1.QueryAction getUpdates(int index) { return updates_.get(index); } + /** * * @@ -295,6 +301,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -554,6 +561,7 @@ public java.util.List getUpdatesList return updatesBuilder_.getMessageList(); } } + /** * * @@ -570,6 +578,7 @@ public int getUpdatesCount() { return updatesBuilder_.getCount(); } } + /** * * @@ -586,6 +595,7 @@ public com.google.spanner.executor.v1.QueryAction getUpdates(int index) { return updatesBuilder_.getMessage(index); } } + /** * * @@ -608,6 +618,7 @@ public Builder setUpdates(int index, com.google.spanner.executor.v1.QueryAction } return this; } + /** * * @@ -628,6 +639,7 @@ public Builder setUpdates( } return this; } + /** * * @@ -650,6 +662,7 @@ public Builder addUpdates(com.google.spanner.executor.v1.QueryAction value) { } return this; } + /** * * @@ -672,6 +685,7 @@ public Builder addUpdates(int index, com.google.spanner.executor.v1.QueryAction } return this; } + /** * * @@ -691,6 +705,7 @@ public Builder addUpdates(com.google.spanner.executor.v1.QueryAction.Builder bui } return this; } + /** * * @@ -711,6 +726,7 @@ public Builder addUpdates( } return this; } + /** * * @@ -731,6 +747,7 @@ public Builder addAllUpdates( } return this; } + /** * * @@ -750,6 +767,7 @@ public Builder clearUpdates() { } return this; } + /** * * @@ -769,6 +787,7 @@ public Builder removeUpdates(int index) { } return this; } + /** * * @@ -781,6 +800,7 @@ public Builder removeUpdates(int index) { public com.google.spanner.executor.v1.QueryAction.Builder getUpdatesBuilder(int index) { return getUpdatesFieldBuilder().getBuilder(index); } + /** * * @@ -797,6 +817,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getUpdatesOrBuilder(i return updatesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -814,6 +835,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getUpdatesOrBuilder(i return java.util.Collections.unmodifiableList(updates_); } } + /** * * @@ -827,6 +849,7 @@ public com.google.spanner.executor.v1.QueryAction.Builder addUpdatesBuilder() { return getUpdatesFieldBuilder() .addBuilder(com.google.spanner.executor.v1.QueryAction.getDefaultInstance()); } + /** * * @@ -840,6 +863,7 @@ public com.google.spanner.executor.v1.QueryAction.Builder addUpdatesBuilder(int return getUpdatesFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.QueryAction.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchDmlActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchDmlActionOrBuilder.java index 8c552da366..533e1486f8 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchDmlActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchDmlActionOrBuilder.java @@ -34,6 +34,7 @@ public interface BatchDmlActionOrBuilder * repeated .google.spanner.executor.v1.QueryAction updates = 1; */ java.util.List getUpdatesList(); + /** * * @@ -44,6 +45,7 @@ public interface BatchDmlActionOrBuilder * repeated .google.spanner.executor.v1.QueryAction updates = 1; */ com.google.spanner.executor.v1.QueryAction getUpdates(int index); + /** * * @@ -54,6 +56,7 @@ public interface BatchDmlActionOrBuilder * repeated .google.spanner.executor.v1.QueryAction updates = 1; */ int getUpdatesCount(); + /** * * @@ -65,6 +68,7 @@ public interface BatchDmlActionOrBuilder */ java.util.List getUpdatesOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchPartition.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchPartition.java index ef1370a776..562a99f47d 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchPartition.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchPartition.java @@ -34,6 +34,7 @@ public final class BatchPartition extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.BatchPartition) BatchPartitionOrBuilder { private static final long serialVersionUID = 0L; + // Use BatchPartition.newBuilder() to construct. private BatchPartition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int PARTITION_FIELD_NUMBER = 1; private com.google.protobuf.ByteString partition_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -88,6 +90,7 @@ public com.google.protobuf.ByteString getPartition() { public static final int PARTITION_TOKEN_FIELD_NUMBER = 2; private com.google.protobuf.ByteString partitionToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -108,6 +111,7 @@ public com.google.protobuf.ByteString getPartitionToken() { @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -124,6 +128,7 @@ public com.google.protobuf.ByteString getPartitionToken() { public boolean hasTable() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -148,6 +153,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -177,6 +183,7 @@ public com.google.protobuf.ByteString getTableBytes() { @SuppressWarnings("serial") private volatile java.lang.Object index_ = ""; + /** * * @@ -192,6 +199,7 @@ public com.google.protobuf.ByteString getTableBytes() { public boolean hasIndex() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -215,6 +223,7 @@ public java.lang.String getIndex() { return s; } } + /** * * @@ -435,6 +444,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -664,6 +674,7 @@ public Builder mergeFrom( private int bitField0_; private com.google.protobuf.ByteString partition_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -679,6 +690,7 @@ public Builder mergeFrom( public com.google.protobuf.ByteString getPartition() { return partition_; } + /** * * @@ -700,6 +712,7 @@ public Builder setPartition(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -719,6 +732,7 @@ public Builder clearPartition() { } private com.google.protobuf.ByteString partitionToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -734,6 +748,7 @@ public Builder clearPartition() { public com.google.protobuf.ByteString getPartitionToken() { return partitionToken_; } + /** * * @@ -755,6 +770,7 @@ public Builder setPartitionToken(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -774,6 +790,7 @@ public Builder clearPartitionToken() { } private java.lang.Object table_ = ""; + /** * * @@ -789,6 +806,7 @@ public Builder clearPartitionToken() { public boolean hasTable() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -812,6 +830,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -835,6 +854,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -857,6 +877,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -875,6 +896,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -900,6 +922,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { } private java.lang.Object index_ = ""; + /** * * @@ -914,6 +937,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { public boolean hasIndex() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -936,6 +960,7 @@ public java.lang.String getIndex() { return (java.lang.String) ref; } } + /** * * @@ -958,6 +983,7 @@ public com.google.protobuf.ByteString getIndexBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -979,6 +1005,7 @@ public Builder setIndex(java.lang.String value) { onChanged(); return this; } + /** * * @@ -996,6 +1023,7 @@ public Builder clearIndex() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchPartitionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchPartitionOrBuilder.java index a0ec5ed800..c3f87ebbc9 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchPartitionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/BatchPartitionOrBuilder.java @@ -63,6 +63,7 @@ public interface BatchPartitionOrBuilder * @return Whether the table field is set. */ boolean hasTable(); + /** * * @@ -76,6 +77,7 @@ public interface BatchPartitionOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -102,6 +104,7 @@ public interface BatchPartitionOrBuilder * @return Whether the index field is set. */ boolean hasIndex(); + /** * * @@ -114,6 +117,7 @@ public interface BatchPartitionOrBuilder * @return The index. */ java.lang.String getIndex(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CancelOperationAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CancelOperationAction.java index ece015c63f..c2fb727d0d 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CancelOperationAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CancelOperationAction.java @@ -33,6 +33,7 @@ public final class CancelOperationAction extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CancelOperationAction) CancelOperationActionOrBuilder { private static final long serialVersionUID = 0L; + // Use CancelOperationAction.newBuilder() to construct. private CancelOperationAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object operation_ = ""; + /** * * @@ -90,6 +92,7 @@ public java.lang.String getOperation() { return s; } } + /** * * @@ -273,6 +276,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -457,6 +461,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object operation_ = ""; + /** * * @@ -479,6 +484,7 @@ public java.lang.String getOperation() { return (java.lang.String) ref; } } + /** * * @@ -501,6 +507,7 @@ public com.google.protobuf.ByteString getOperationBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -522,6 +529,7 @@ public Builder setOperation(java.lang.String value) { onChanged(); return this; } + /** * * @@ -539,6 +547,7 @@ public Builder clearOperation() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CancelOperationActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CancelOperationActionOrBuilder.java index 4a1ad9edbc..36f0520b74 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CancelOperationActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CancelOperationActionOrBuilder.java @@ -36,6 +36,7 @@ public interface CancelOperationActionOrBuilder * @return The operation. */ java.lang.String getOperation(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeQuorumCloudDatabaseAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeQuorumCloudDatabaseAction.java index 03c2d43cf2..1f859b1006 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeQuorumCloudDatabaseAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeQuorumCloudDatabaseAction.java @@ -33,6 +33,7 @@ public final class ChangeQuorumCloudDatabaseAction extends com.google.protobuf.G // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ChangeQuorumCloudDatabaseAction) ChangeQuorumCloudDatabaseActionOrBuilder { private static final long serialVersionUID = 0L; + // Use ChangeQuorumCloudDatabaseAction.newBuilder() to construct. private ChangeQuorumCloudDatabaseAction( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object databaseUri_ = ""; + /** * * @@ -85,6 +87,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasDatabaseUri() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -108,6 +111,7 @@ public java.lang.String getDatabaseUri() { return s; } } + /** * * @@ -137,6 +141,7 @@ public com.google.protobuf.ByteString getDatabaseUriBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList servingLocations_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -151,6 +156,7 @@ public com.google.protobuf.ByteString getDatabaseUriBytes() { public com.google.protobuf.ProtocolStringList getServingLocationsList() { return servingLocations_; } + /** * * @@ -165,6 +171,7 @@ public com.google.protobuf.ProtocolStringList getServingLocationsList() { public int getServingLocationsCount() { return servingLocations_.size(); } + /** * * @@ -180,6 +187,7 @@ public int getServingLocationsCount() { public java.lang.String getServingLocations(int index) { return servingLocations_.get(index); } + /** * * @@ -377,6 +385,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -589,6 +598,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object databaseUri_ = ""; + /** * * @@ -603,6 +613,7 @@ public Builder mergeFrom( public boolean hasDatabaseUri() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -625,6 +636,7 @@ public java.lang.String getDatabaseUri() { return (java.lang.String) ref; } } + /** * * @@ -647,6 +659,7 @@ public com.google.protobuf.ByteString getDatabaseUriBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -668,6 +681,7 @@ public Builder setDatabaseUri(java.lang.String value) { onChanged(); return this; } + /** * * @@ -685,6 +699,7 @@ public Builder clearDatabaseUri() { onChanged(); return this; } + /** * * @@ -717,6 +732,7 @@ private void ensureServingLocationsIsMutable() { } bitField0_ |= 0x00000002; } + /** * * @@ -732,6 +748,7 @@ public com.google.protobuf.ProtocolStringList getServingLocationsList() { servingLocations_.makeImmutable(); return servingLocations_; } + /** * * @@ -746,6 +763,7 @@ public com.google.protobuf.ProtocolStringList getServingLocationsList() { public int getServingLocationsCount() { return servingLocations_.size(); } + /** * * @@ -761,6 +779,7 @@ public int getServingLocationsCount() { public java.lang.String getServingLocations(int index) { return servingLocations_.get(index); } + /** * * @@ -776,6 +795,7 @@ public java.lang.String getServingLocations(int index) { public com.google.protobuf.ByteString getServingLocationsBytes(int index) { return servingLocations_.getByteString(index); } + /** * * @@ -799,6 +819,7 @@ public Builder setServingLocations(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -821,6 +842,7 @@ public Builder addServingLocations(java.lang.String value) { onChanged(); return this; } + /** * * @@ -840,6 +862,7 @@ public Builder addAllServingLocations(java.lang.Iterable value onChanged(); return this; } + /** * * @@ -858,6 +881,7 @@ public Builder clearServingLocations() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeQuorumCloudDatabaseActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeQuorumCloudDatabaseActionOrBuilder.java index 0d0da44a2a..3e637ad2b5 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeQuorumCloudDatabaseActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeQuorumCloudDatabaseActionOrBuilder.java @@ -36,6 +36,7 @@ public interface ChangeQuorumCloudDatabaseActionOrBuilder * @return Whether the databaseUri field is set. */ boolean hasDatabaseUri(); + /** * * @@ -48,6 +49,7 @@ public interface ChangeQuorumCloudDatabaseActionOrBuilder * @return The databaseUri. */ java.lang.String getDatabaseUri(); + /** * * @@ -73,6 +75,7 @@ public interface ChangeQuorumCloudDatabaseActionOrBuilder * @return A list containing the servingLocations. */ java.util.List getServingLocationsList(); + /** * * @@ -85,6 +88,7 @@ public interface ChangeQuorumCloudDatabaseActionOrBuilder * @return The count of servingLocations. */ int getServingLocationsCount(); + /** * * @@ -98,6 +102,7 @@ public interface ChangeQuorumCloudDatabaseActionOrBuilder * @return The servingLocations at the given index. */ java.lang.String getServingLocations(int index); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeStreamRecord.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeStreamRecord.java index 2fdd768078..a476b1fa2f 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeStreamRecord.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeStreamRecord.java @@ -35,6 +35,7 @@ public final class ChangeStreamRecord extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ChangeStreamRecord) ChangeStreamRecordOrBuilder { private static final long serialVersionUID = 0L; + // Use ChangeStreamRecord.newBuilder() to construct. private ChangeStreamRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -81,6 +82,7 @@ public enum RecordCase private RecordCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -116,6 +118,7 @@ public RecordCase getRecordCase() { } public static final int DATA_CHANGE_FIELD_NUMBER = 1; + /** * * @@ -131,6 +134,7 @@ public RecordCase getRecordCase() { public boolean hasDataChange() { return recordCase_ == 1; } + /** * * @@ -149,6 +153,7 @@ public com.google.spanner.executor.v1.DataChangeRecord getDataChange() { } return com.google.spanner.executor.v1.DataChangeRecord.getDefaultInstance(); } + /** * * @@ -167,6 +172,7 @@ public com.google.spanner.executor.v1.DataChangeRecordOrBuilder getDataChangeOrB } public static final int CHILD_PARTITION_FIELD_NUMBER = 2; + /** * * @@ -182,6 +188,7 @@ public com.google.spanner.executor.v1.DataChangeRecordOrBuilder getDataChangeOrB public boolean hasChildPartition() { return recordCase_ == 2; } + /** * * @@ -200,6 +207,7 @@ public com.google.spanner.executor.v1.ChildPartitionsRecord getChildPartition() } return com.google.spanner.executor.v1.ChildPartitionsRecord.getDefaultInstance(); } + /** * * @@ -219,6 +227,7 @@ public com.google.spanner.executor.v1.ChildPartitionsRecord getChildPartition() } public static final int HEARTBEAT_FIELD_NUMBER = 3; + /** * * @@ -234,6 +243,7 @@ public com.google.spanner.executor.v1.ChildPartitionsRecord getChildPartition() public boolean hasHeartbeat() { return recordCase_ == 3; } + /** * * @@ -252,6 +262,7 @@ public com.google.spanner.executor.v1.HeartbeatRecord getHeartbeat() { } return com.google.spanner.executor.v1.HeartbeatRecord.getDefaultInstance(); } + /** * * @@ -473,6 +484,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -727,6 +739,7 @@ public Builder clearRecord() { com.google.spanner.executor.v1.DataChangeRecord.Builder, com.google.spanner.executor.v1.DataChangeRecordOrBuilder> dataChangeBuilder_; + /** * * @@ -742,6 +755,7 @@ public Builder clearRecord() { public boolean hasDataChange() { return recordCase_ == 1; } + /** * * @@ -767,6 +781,7 @@ public com.google.spanner.executor.v1.DataChangeRecord getDataChange() { return com.google.spanner.executor.v1.DataChangeRecord.getDefaultInstance(); } } + /** * * @@ -789,6 +804,7 @@ public Builder setDataChange(com.google.spanner.executor.v1.DataChangeRecord val recordCase_ = 1; return this; } + /** * * @@ -809,6 +825,7 @@ public Builder setDataChange( recordCase_ = 1; return this; } + /** * * @@ -841,6 +858,7 @@ public Builder mergeDataChange(com.google.spanner.executor.v1.DataChangeRecord v recordCase_ = 1; return this; } + /** * * @@ -866,6 +884,7 @@ public Builder clearDataChange() { } return this; } + /** * * @@ -878,6 +897,7 @@ public Builder clearDataChange() { public com.google.spanner.executor.v1.DataChangeRecord.Builder getDataChangeBuilder() { return getDataChangeFieldBuilder().getBuilder(); } + /** * * @@ -898,6 +918,7 @@ public com.google.spanner.executor.v1.DataChangeRecordOrBuilder getDataChangeOrB return com.google.spanner.executor.v1.DataChangeRecord.getDefaultInstance(); } } + /** * * @@ -936,6 +957,7 @@ public com.google.spanner.executor.v1.DataChangeRecordOrBuilder getDataChangeOrB com.google.spanner.executor.v1.ChildPartitionsRecord.Builder, com.google.spanner.executor.v1.ChildPartitionsRecordOrBuilder> childPartitionBuilder_; + /** * * @@ -951,6 +973,7 @@ public com.google.spanner.executor.v1.DataChangeRecordOrBuilder getDataChangeOrB public boolean hasChildPartition() { return recordCase_ == 2; } + /** * * @@ -976,6 +999,7 @@ public com.google.spanner.executor.v1.ChildPartitionsRecord getChildPartition() return com.google.spanner.executor.v1.ChildPartitionsRecord.getDefaultInstance(); } } + /** * * @@ -998,6 +1022,7 @@ public Builder setChildPartition(com.google.spanner.executor.v1.ChildPartitionsR recordCase_ = 2; return this; } + /** * * @@ -1018,6 +1043,7 @@ public Builder setChildPartition( recordCase_ = 2; return this; } + /** * * @@ -1051,6 +1077,7 @@ public Builder mergeChildPartition(com.google.spanner.executor.v1.ChildPartition recordCase_ = 2; return this; } + /** * * @@ -1076,6 +1103,7 @@ public Builder clearChildPartition() { } return this; } + /** * * @@ -1088,6 +1116,7 @@ public Builder clearChildPartition() { public com.google.spanner.executor.v1.ChildPartitionsRecord.Builder getChildPartitionBuilder() { return getChildPartitionFieldBuilder().getBuilder(); } + /** * * @@ -1109,6 +1138,7 @@ public com.google.spanner.executor.v1.ChildPartitionsRecord.Builder getChildPart return com.google.spanner.executor.v1.ChildPartitionsRecord.getDefaultInstance(); } } + /** * * @@ -1147,6 +1177,7 @@ public com.google.spanner.executor.v1.ChildPartitionsRecord.Builder getChildPart com.google.spanner.executor.v1.HeartbeatRecord.Builder, com.google.spanner.executor.v1.HeartbeatRecordOrBuilder> heartbeatBuilder_; + /** * * @@ -1162,6 +1193,7 @@ public com.google.spanner.executor.v1.ChildPartitionsRecord.Builder getChildPart public boolean hasHeartbeat() { return recordCase_ == 3; } + /** * * @@ -1187,6 +1219,7 @@ public com.google.spanner.executor.v1.HeartbeatRecord getHeartbeat() { return com.google.spanner.executor.v1.HeartbeatRecord.getDefaultInstance(); } } + /** * * @@ -1209,6 +1242,7 @@ public Builder setHeartbeat(com.google.spanner.executor.v1.HeartbeatRecord value recordCase_ = 3; return this; } + /** * * @@ -1229,6 +1263,7 @@ public Builder setHeartbeat( recordCase_ = 3; return this; } + /** * * @@ -1261,6 +1296,7 @@ public Builder mergeHeartbeat(com.google.spanner.executor.v1.HeartbeatRecord val recordCase_ = 3; return this; } + /** * * @@ -1286,6 +1322,7 @@ public Builder clearHeartbeat() { } return this; } + /** * * @@ -1298,6 +1335,7 @@ public Builder clearHeartbeat() { public com.google.spanner.executor.v1.HeartbeatRecord.Builder getHeartbeatBuilder() { return getHeartbeatFieldBuilder().getBuilder(); } + /** * * @@ -1318,6 +1356,7 @@ public com.google.spanner.executor.v1.HeartbeatRecordOrBuilder getHeartbeatOrBui return com.google.spanner.executor.v1.HeartbeatRecord.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeStreamRecordOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeStreamRecordOrBuilder.java index 085eb6c337..7075d45b37 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeStreamRecordOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChangeStreamRecordOrBuilder.java @@ -36,6 +36,7 @@ public interface ChangeStreamRecordOrBuilder * @return Whether the dataChange field is set. */ boolean hasDataChange(); + /** * * @@ -48,6 +49,7 @@ public interface ChangeStreamRecordOrBuilder * @return The dataChange. */ com.google.spanner.executor.v1.DataChangeRecord getDataChange(); + /** * * @@ -71,6 +73,7 @@ public interface ChangeStreamRecordOrBuilder * @return Whether the childPartition field is set. */ boolean hasChildPartition(); + /** * * @@ -83,6 +86,7 @@ public interface ChangeStreamRecordOrBuilder * @return The childPartition. */ com.google.spanner.executor.v1.ChildPartitionsRecord getChildPartition(); + /** * * @@ -106,6 +110,7 @@ public interface ChangeStreamRecordOrBuilder * @return Whether the heartbeat field is set. */ boolean hasHeartbeat(); + /** * * @@ -118,6 +123,7 @@ public interface ChangeStreamRecordOrBuilder * @return The heartbeat. */ com.google.spanner.executor.v1.HeartbeatRecord getHeartbeat(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChildPartitionsRecord.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChildPartitionsRecord.java index 069cc4291b..0cbc595a45 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChildPartitionsRecord.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChildPartitionsRecord.java @@ -33,6 +33,7 @@ public final class ChildPartitionsRecord extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ChildPartitionsRecord) ChildPartitionsRecordOrBuilder { private static final long serialVersionUID = 0L; + // Use ChildPartitionsRecord.newBuilder() to construct. private ChildPartitionsRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -81,6 +82,7 @@ public interface ChildPartitionOrBuilder * @return The token. */ java.lang.String getToken(); + /** * * @@ -106,6 +108,7 @@ public interface ChildPartitionOrBuilder * @return A list containing the parentPartitionTokens. */ java.util.List getParentPartitionTokensList(); + /** * * @@ -118,6 +121,7 @@ public interface ChildPartitionOrBuilder * @return The count of parentPartitionTokens. */ int getParentPartitionTokensCount(); + /** * * @@ -131,6 +135,7 @@ public interface ChildPartitionOrBuilder * @return The parentPartitionTokens at the given index. */ java.lang.String getParentPartitionTokens(int index); + /** * * @@ -145,6 +150,7 @@ public interface ChildPartitionOrBuilder */ com.google.protobuf.ByteString getParentPartitionTokensBytes(int index); } + /** * * @@ -159,6 +165,7 @@ public static final class ChildPartition extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition) ChildPartitionOrBuilder { private static final long serialVersionUID = 0L; + // Use ChildPartition.newBuilder() to construct. private ChildPartition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -194,6 +201,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object token_ = ""; + /** * * @@ -217,6 +225,7 @@ public java.lang.String getToken() { return s; } } + /** * * @@ -246,6 +255,7 @@ public com.google.protobuf.ByteString getTokenBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList parentPartitionTokens_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -260,6 +270,7 @@ public com.google.protobuf.ByteString getTokenBytes() { public com.google.protobuf.ProtocolStringList getParentPartitionTokensList() { return parentPartitionTokens_; } + /** * * @@ -274,6 +285,7 @@ public com.google.protobuf.ProtocolStringList getParentPartitionTokensList() { public int getParentPartitionTokensCount() { return parentPartitionTokens_.size(); } + /** * * @@ -289,6 +301,7 @@ public int getParentPartitionTokensCount() { public java.lang.String getParentPartitionTokens(int index) { return parentPartitionTokens_.get(index); } + /** * * @@ -485,6 +498,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -701,6 +715,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object token_ = ""; + /** * * @@ -723,6 +738,7 @@ public java.lang.String getToken() { return (java.lang.String) ref; } } + /** * * @@ -745,6 +761,7 @@ public com.google.protobuf.ByteString getTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -766,6 +783,7 @@ public Builder setToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -783,6 +801,7 @@ public Builder clearToken() { onChanged(); return this; } + /** * * @@ -816,6 +835,7 @@ private void ensureParentPartitionTokensIsMutable() { } bitField0_ |= 0x00000002; } + /** * * @@ -831,6 +851,7 @@ public com.google.protobuf.ProtocolStringList getParentPartitionTokensList() { parentPartitionTokens_.makeImmutable(); return parentPartitionTokens_; } + /** * * @@ -845,6 +866,7 @@ public com.google.protobuf.ProtocolStringList getParentPartitionTokensList() { public int getParentPartitionTokensCount() { return parentPartitionTokens_.size(); } + /** * * @@ -860,6 +882,7 @@ public int getParentPartitionTokensCount() { public java.lang.String getParentPartitionTokens(int index) { return parentPartitionTokens_.get(index); } + /** * * @@ -875,6 +898,7 @@ public java.lang.String getParentPartitionTokens(int index) { public com.google.protobuf.ByteString getParentPartitionTokensBytes(int index) { return parentPartitionTokens_.getByteString(index); } + /** * * @@ -898,6 +922,7 @@ public Builder setParentPartitionTokens(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -920,6 +945,7 @@ public Builder addParentPartitionTokens(java.lang.String value) { onChanged(); return this; } + /** * * @@ -939,6 +965,7 @@ public Builder addAllParentPartitionTokens(java.lang.Iterable onChanged(); return this; } + /** * * @@ -957,6 +984,7 @@ public Builder clearParentPartitionTokens() { onChanged(); return this; } + /** * * @@ -1051,6 +1079,7 @@ public com.google.protobuf.Parser getParserForType() { private int bitField0_; public static final int START_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp startTime_; + /** * * @@ -1067,6 +1096,7 @@ public com.google.protobuf.Parser getParserForType() { public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1083,6 +1113,7 @@ public boolean hasStartTime() { public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } + /** * * @@ -1102,6 +1133,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { @SuppressWarnings("serial") private volatile java.lang.Object recordSequence_ = ""; + /** * * @@ -1128,6 +1160,7 @@ public java.lang.String getRecordSequence() { return s; } } + /** * * @@ -1160,6 +1193,7 @@ public com.google.protobuf.ByteString getRecordSequenceBytes() { @SuppressWarnings("serial") private java.util.List childPartitions_; + /** * * @@ -1176,6 +1210,7 @@ public com.google.protobuf.ByteString getRecordSequenceBytes() { getChildPartitionsList() { return childPartitions_; } + /** * * @@ -1193,6 +1228,7 @@ public com.google.protobuf.ByteString getRecordSequenceBytes() { getChildPartitionsOrBuilderList() { return childPartitions_; } + /** * * @@ -1208,6 +1244,7 @@ public com.google.protobuf.ByteString getRecordSequenceBytes() { public int getChildPartitionsCount() { return childPartitions_.size(); } + /** * * @@ -1224,6 +1261,7 @@ public com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition getCh int index) { return childPartitions_.get(index); } + /** * * @@ -1425,6 +1463,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1707,6 +1746,7 @@ public Builder mergeFrom( com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** * * @@ -1722,6 +1762,7 @@ public Builder mergeFrom( public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1741,6 +1782,7 @@ public com.google.protobuf.Timestamp getStartTime() { return startTimeBuilder_.getMessage(); } } + /** * * @@ -1764,6 +1806,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1784,6 +1827,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu onChanged(); return this; } + /** * * @@ -1812,6 +1856,7 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1832,6 +1877,7 @@ public Builder clearStartTime() { onChanged(); return this; } + /** * * @@ -1847,6 +1893,7 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { onChanged(); return getStartTimeFieldBuilder().getBuilder(); } + /** * * @@ -1864,6 +1911,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } + /** * * @@ -1892,6 +1940,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { } private java.lang.Object recordSequence_ = ""; + /** * * @@ -1917,6 +1966,7 @@ public java.lang.String getRecordSequence() { return (java.lang.String) ref; } } + /** * * @@ -1942,6 +1992,7 @@ public com.google.protobuf.ByteString getRecordSequenceBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1966,6 +2017,7 @@ public Builder setRecordSequence(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1986,6 +2038,7 @@ public Builder clearRecordSequence() { onChanged(); return this; } + /** * * @@ -2050,6 +2103,7 @@ private void ensureChildPartitionsIsMutable() { return childPartitionsBuilder_.getMessageList(); } } + /** * * @@ -2068,6 +2122,7 @@ public int getChildPartitionsCount() { return childPartitionsBuilder_.getCount(); } } + /** * * @@ -2087,6 +2142,7 @@ public com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition getCh return childPartitionsBuilder_.getMessage(index); } } + /** * * @@ -2112,6 +2168,7 @@ public Builder setChildPartitions( } return this; } + /** * * @@ -2136,6 +2193,7 @@ public Builder setChildPartitions( } return this; } + /** * * @@ -2161,6 +2219,7 @@ public Builder addChildPartitions( } return this; } + /** * * @@ -2186,6 +2245,7 @@ public Builder addChildPartitions( } return this; } + /** * * @@ -2209,6 +2269,7 @@ public Builder addChildPartitions( } return this; } + /** * * @@ -2233,6 +2294,7 @@ public Builder addChildPartitions( } return this; } + /** * * @@ -2257,6 +2319,7 @@ public Builder addAllChildPartitions( } return this; } + /** * * @@ -2278,6 +2341,7 @@ public Builder clearChildPartitions() { } return this; } + /** * * @@ -2299,6 +2363,7 @@ public Builder removeChildPartitions(int index) { } return this; } + /** * * @@ -2314,6 +2379,7 @@ public Builder removeChildPartitions(int index) { getChildPartitionsBuilder(int index) { return getChildPartitionsFieldBuilder().getBuilder(index); } + /** * * @@ -2333,6 +2399,7 @@ public Builder removeChildPartitions(int index) { return childPartitionsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -2353,6 +2420,7 @@ public Builder removeChildPartitions(int index) { return java.util.Collections.unmodifiableList(childPartitions_); } } + /** * * @@ -2371,6 +2439,7 @@ public Builder removeChildPartitions(int index) { com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition .getDefaultInstance()); } + /** * * @@ -2390,6 +2459,7 @@ public Builder removeChildPartitions(int index) { com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition .getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChildPartitionsRecordOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChildPartitionsRecordOrBuilder.java index 667b2f8c9e..12e02afa5b 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChildPartitionsRecordOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ChildPartitionsRecordOrBuilder.java @@ -37,6 +37,7 @@ public interface ChildPartitionsRecordOrBuilder * @return Whether the startTime field is set. */ boolean hasStartTime(); + /** * * @@ -50,6 +51,7 @@ public interface ChildPartitionsRecordOrBuilder * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); + /** * * @@ -77,6 +79,7 @@ public interface ChildPartitionsRecordOrBuilder * @return The recordSequence. */ java.lang.String getRecordSequence(); + /** * * @@ -106,6 +109,7 @@ public interface ChildPartitionsRecordOrBuilder */ java.util.List getChildPartitionsList(); + /** * * @@ -118,6 +122,7 @@ public interface ChildPartitionsRecordOrBuilder * */ com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition getChildPartitions(int index); + /** * * @@ -130,6 +135,7 @@ public interface ChildPartitionsRecordOrBuilder * */ int getChildPartitionsCount(); + /** * * @@ -144,6 +150,7 @@ public interface ChildPartitionsRecordOrBuilder java.util.List< ? extends com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartitionOrBuilder> getChildPartitionsOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloseBatchTransactionAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloseBatchTransactionAction.java index 716e31384b..0ac5e839c9 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloseBatchTransactionAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloseBatchTransactionAction.java @@ -41,6 +41,7 @@ public final class CloseBatchTransactionAction extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CloseBatchTransactionAction) CloseBatchTransactionActionOrBuilder { private static final long serialVersionUID = 0L; + // Use CloseBatchTransactionAction.newBuilder() to construct. private CloseBatchTransactionAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int CLEANUP_FIELD_NUMBER = 1; private boolean cleanup_ = false; + /** * * @@ -247,6 +249,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -437,6 +440,7 @@ public Builder mergeFrom( private int bitField0_; private boolean cleanup_; + /** * * @@ -452,6 +456,7 @@ public Builder mergeFrom( public boolean getCleanup() { return cleanup_; } + /** * * @@ -471,6 +476,7 @@ public Builder setCleanup(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudBackupResponse.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudBackupResponse.java index f8334f3d03..958966dba6 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudBackupResponse.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudBackupResponse.java @@ -34,6 +34,7 @@ public final class CloudBackupResponse extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CloudBackupResponse) CloudBackupResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use CloudBackupResponse.newBuilder() to construct. private CloudBackupResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List listedBackups_; + /** * * @@ -84,6 +86,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getListedBackupsList() { return listedBackups_; } + /** * * @@ -98,6 +101,7 @@ public java.util.List getListedBack getListedBackupsOrBuilderList() { return listedBackups_; } + /** * * @@ -111,6 +115,7 @@ public java.util.List getListedBack public int getListedBackupsCount() { return listedBackups_.size(); } + /** * * @@ -124,6 +129,7 @@ public int getListedBackupsCount() { public com.google.spanner.admin.database.v1.Backup getListedBackups(int index) { return listedBackups_.get(index); } + /** * * @@ -142,6 +148,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getListedBackupsOrBu @SuppressWarnings("serial") private java.util.List listedBackupOperations_; + /** * * @@ -155,6 +162,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getListedBackupsOrBu public java.util.List getListedBackupOperationsList() { return listedBackupOperations_; } + /** * * @@ -169,6 +177,7 @@ public java.util.List getListedBackupOperation getListedBackupOperationsOrBuilderList() { return listedBackupOperations_; } + /** * * @@ -182,6 +191,7 @@ public java.util.List getListedBackupOperation public int getListedBackupOperationsCount() { return listedBackupOperations_.size(); } + /** * * @@ -195,6 +205,7 @@ public int getListedBackupOperationsCount() { public com.google.longrunning.Operation getListedBackupOperations(int index) { return listedBackupOperations_.get(index); } + /** * * @@ -213,6 +224,7 @@ public com.google.longrunning.OperationOrBuilder getListedBackupOperationsOrBuil @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -237,6 +249,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -264,6 +277,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public static final int BACKUP_FIELD_NUMBER = 4; private com.google.spanner.admin.database.v1.Backup backup_; + /** * * @@ -279,6 +293,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public boolean hasBackup() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -296,6 +311,7 @@ public com.google.spanner.admin.database.v1.Backup getBackup() { ? com.google.spanner.admin.database.v1.Backup.getDefaultInstance() : backup_; } + /** * * @@ -510,6 +526,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -874,6 +891,7 @@ public java.util.List getListedBack return listedBackupsBuilder_.getMessageList(); } } + /** * * @@ -890,6 +908,7 @@ public int getListedBackupsCount() { return listedBackupsBuilder_.getCount(); } } + /** * * @@ -906,6 +925,7 @@ public com.google.spanner.admin.database.v1.Backup getListedBackups(int index) { return listedBackupsBuilder_.getMessage(index); } } + /** * * @@ -928,6 +948,7 @@ public Builder setListedBackups(int index, com.google.spanner.admin.database.v1. } return this; } + /** * * @@ -948,6 +969,7 @@ public Builder setListedBackups( } return this; } + /** * * @@ -970,6 +992,7 @@ public Builder addListedBackups(com.google.spanner.admin.database.v1.Backup valu } return this; } + /** * * @@ -992,6 +1015,7 @@ public Builder addListedBackups(int index, com.google.spanner.admin.database.v1. } return this; } + /** * * @@ -1012,6 +1036,7 @@ public Builder addListedBackups( } return this; } + /** * * @@ -1032,6 +1057,7 @@ public Builder addListedBackups( } return this; } + /** * * @@ -1052,6 +1078,7 @@ public Builder addAllListedBackups( } return this; } + /** * * @@ -1071,6 +1098,7 @@ public Builder clearListedBackups() { } return this; } + /** * * @@ -1090,6 +1118,7 @@ public Builder removeListedBackups(int index) { } return this; } + /** * * @@ -1102,6 +1131,7 @@ public Builder removeListedBackups(int index) { public com.google.spanner.admin.database.v1.Backup.Builder getListedBackupsBuilder(int index) { return getListedBackupsFieldBuilder().getBuilder(index); } + /** * * @@ -1119,6 +1149,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getListedBackupsOrBu return listedBackupsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1136,6 +1167,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getListedBackupsOrBu return java.util.Collections.unmodifiableList(listedBackups_); } } + /** * * @@ -1149,6 +1181,7 @@ public com.google.spanner.admin.database.v1.Backup.Builder addListedBackupsBuild return getListedBackupsFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.Backup.getDefaultInstance()); } + /** * * @@ -1162,6 +1195,7 @@ public com.google.spanner.admin.database.v1.Backup.Builder addListedBackupsBuild return getListedBackupsFieldBuilder() .addBuilder(index, com.google.spanner.admin.database.v1.Backup.getDefaultInstance()); } + /** * * @@ -1229,6 +1263,7 @@ public java.util.List getListedBackupOperation return listedBackupOperationsBuilder_.getMessageList(); } } + /** * * @@ -1245,6 +1280,7 @@ public int getListedBackupOperationsCount() { return listedBackupOperationsBuilder_.getCount(); } } + /** * * @@ -1261,6 +1297,7 @@ public com.google.longrunning.Operation getListedBackupOperations(int index) { return listedBackupOperationsBuilder_.getMessage(index); } } + /** * * @@ -1283,6 +1320,7 @@ public Builder setListedBackupOperations(int index, com.google.longrunning.Opera } return this; } + /** * * @@ -1303,6 +1341,7 @@ public Builder setListedBackupOperations( } return this; } + /** * * @@ -1325,6 +1364,7 @@ public Builder addListedBackupOperations(com.google.longrunning.Operation value) } return this; } + /** * * @@ -1347,6 +1387,7 @@ public Builder addListedBackupOperations(int index, com.google.longrunning.Opera } return this; } + /** * * @@ -1367,6 +1408,7 @@ public Builder addListedBackupOperations( } return this; } + /** * * @@ -1387,6 +1429,7 @@ public Builder addListedBackupOperations( } return this; } + /** * * @@ -1407,6 +1450,7 @@ public Builder addAllListedBackupOperations( } return this; } + /** * * @@ -1426,6 +1470,7 @@ public Builder clearListedBackupOperations() { } return this; } + /** * * @@ -1445,6 +1490,7 @@ public Builder removeListedBackupOperations(int index) { } return this; } + /** * * @@ -1457,6 +1503,7 @@ public Builder removeListedBackupOperations(int index) { public com.google.longrunning.Operation.Builder getListedBackupOperationsBuilder(int index) { return getListedBackupOperationsFieldBuilder().getBuilder(index); } + /** * * @@ -1473,6 +1520,7 @@ public com.google.longrunning.OperationOrBuilder getListedBackupOperationsOrBuil return listedBackupOperationsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1490,6 +1538,7 @@ public com.google.longrunning.OperationOrBuilder getListedBackupOperationsOrBuil return java.util.Collections.unmodifiableList(listedBackupOperations_); } } + /** * * @@ -1503,6 +1552,7 @@ public com.google.longrunning.Operation.Builder addListedBackupOperationsBuilder return getListedBackupOperationsFieldBuilder() .addBuilder(com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1516,6 +1566,7 @@ public com.google.longrunning.Operation.Builder addListedBackupOperationsBuilder return getListedBackupOperationsFieldBuilder() .addBuilder(index, com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1551,6 +1602,7 @@ public com.google.longrunning.Operation.Builder addListedBackupOperationsBuilder } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1574,6 +1626,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1597,6 +1650,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1619,6 +1673,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1637,6 +1692,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * @@ -1667,6 +1723,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.Backup.Builder, com.google.spanner.admin.database.v1.BackupOrBuilder> backupBuilder_; + /** * * @@ -1681,6 +1738,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { public boolean hasBackup() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1701,6 +1759,7 @@ public com.google.spanner.admin.database.v1.Backup getBackup() { return backupBuilder_.getMessage(); } } + /** * * @@ -1723,6 +1782,7 @@ public Builder setBackup(com.google.spanner.admin.database.v1.Backup value) { onChanged(); return this; } + /** * * @@ -1742,6 +1802,7 @@ public Builder setBackup(com.google.spanner.admin.database.v1.Backup.Builder bui onChanged(); return this; } + /** * * @@ -1769,6 +1830,7 @@ public Builder mergeBackup(com.google.spanner.admin.database.v1.Backup value) { } return this; } + /** * * @@ -1788,6 +1850,7 @@ public Builder clearBackup() { onChanged(); return this; } + /** * * @@ -1802,6 +1865,7 @@ public com.google.spanner.admin.database.v1.Backup.Builder getBackupBuilder() { onChanged(); return getBackupFieldBuilder().getBuilder(); } + /** * * @@ -1820,6 +1884,7 @@ public com.google.spanner.admin.database.v1.BackupOrBuilder getBackupOrBuilder() : backup_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudBackupResponseOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudBackupResponseOrBuilder.java index c26ecd1850..f523267e4a 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudBackupResponseOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudBackupResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface CloudBackupResponseOrBuilder * repeated .google.spanner.admin.database.v1.Backup listed_backups = 1; */ java.util.List getListedBackupsList(); + /** * * @@ -44,6 +45,7 @@ public interface CloudBackupResponseOrBuilder * repeated .google.spanner.admin.database.v1.Backup listed_backups = 1; */ com.google.spanner.admin.database.v1.Backup getListedBackups(int index); + /** * * @@ -54,6 +56,7 @@ public interface CloudBackupResponseOrBuilder * repeated .google.spanner.admin.database.v1.Backup listed_backups = 1; */ int getListedBackupsCount(); + /** * * @@ -65,6 +68,7 @@ public interface CloudBackupResponseOrBuilder */ java.util.List getListedBackupsOrBuilderList(); + /** * * @@ -86,6 +90,7 @@ public interface CloudBackupResponseOrBuilder * repeated .google.longrunning.Operation listed_backup_operations = 2; */ java.util.List getListedBackupOperationsList(); + /** * * @@ -96,6 +101,7 @@ public interface CloudBackupResponseOrBuilder * repeated .google.longrunning.Operation listed_backup_operations = 2; */ com.google.longrunning.Operation getListedBackupOperations(int index); + /** * * @@ -106,6 +112,7 @@ public interface CloudBackupResponseOrBuilder * repeated .google.longrunning.Operation listed_backup_operations = 2; */ int getListedBackupOperationsCount(); + /** * * @@ -117,6 +124,7 @@ public interface CloudBackupResponseOrBuilder */ java.util.List getListedBackupOperationsOrBuilderList(); + /** * * @@ -141,6 +149,7 @@ public interface CloudBackupResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * @@ -167,6 +176,7 @@ public interface CloudBackupResponseOrBuilder * @return Whether the backup field is set. */ boolean hasBackup(); + /** * * @@ -179,6 +189,7 @@ public interface CloudBackupResponseOrBuilder * @return The backup. */ com.google.spanner.admin.database.v1.Backup getBackup(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudDatabaseResponse.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudDatabaseResponse.java index d5f45466a1..ed55864dce 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudDatabaseResponse.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudDatabaseResponse.java @@ -34,6 +34,7 @@ public final class CloudDatabaseResponse extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CloudDatabaseResponse) CloudDatabaseResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use CloudDatabaseResponse.newBuilder() to construct. private CloudDatabaseResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List listedDatabases_; + /** * * @@ -84,6 +86,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getListedDatabasesList() { return listedDatabases_; } + /** * * @@ -98,6 +101,7 @@ public java.util.List getListedDa getListedDatabasesOrBuilderList() { return listedDatabases_; } + /** * * @@ -111,6 +115,7 @@ public java.util.List getListedDa public int getListedDatabasesCount() { return listedDatabases_.size(); } + /** * * @@ -124,6 +129,7 @@ public int getListedDatabasesCount() { public com.google.spanner.admin.database.v1.Database getListedDatabases(int index) { return listedDatabases_.get(index); } + /** * * @@ -143,6 +149,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getListedDatabases @SuppressWarnings("serial") private java.util.List listedDatabaseOperations_; + /** * * @@ -156,6 +163,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getListedDatabases public java.util.List getListedDatabaseOperationsList() { return listedDatabaseOperations_; } + /** * * @@ -170,6 +178,7 @@ public java.util.List getListedDatabaseOperati getListedDatabaseOperationsOrBuilderList() { return listedDatabaseOperations_; } + /** * * @@ -183,6 +192,7 @@ public java.util.List getListedDatabaseOperati public int getListedDatabaseOperationsCount() { return listedDatabaseOperations_.size(); } + /** * * @@ -196,6 +206,7 @@ public int getListedDatabaseOperationsCount() { public com.google.longrunning.Operation getListedDatabaseOperations(int index) { return listedDatabaseOperations_.get(index); } + /** * * @@ -214,6 +225,7 @@ public com.google.longrunning.OperationOrBuilder getListedDatabaseOperationsOrBu @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -238,6 +250,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -265,6 +278,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public static final int DATABASE_FIELD_NUMBER = 4; private com.google.spanner.admin.database.v1.Database database_; + /** * * @@ -280,6 +294,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public boolean hasDatabase() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -297,6 +312,7 @@ public com.google.spanner.admin.database.v1.Database getDatabase() { ? com.google.spanner.admin.database.v1.Database.getDefaultInstance() : database_; } + /** * * @@ -511,6 +527,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -877,6 +894,7 @@ public java.util.List getListedDa return listedDatabasesBuilder_.getMessageList(); } } + /** * * @@ -893,6 +911,7 @@ public int getListedDatabasesCount() { return listedDatabasesBuilder_.getCount(); } } + /** * * @@ -909,6 +928,7 @@ public com.google.spanner.admin.database.v1.Database getListedDatabases(int inde return listedDatabasesBuilder_.getMessage(index); } } + /** * * @@ -932,6 +952,7 @@ public Builder setListedDatabases( } return this; } + /** * * @@ -952,6 +973,7 @@ public Builder setListedDatabases( } return this; } + /** * * @@ -974,6 +996,7 @@ public Builder addListedDatabases(com.google.spanner.admin.database.v1.Database } return this; } + /** * * @@ -997,6 +1020,7 @@ public Builder addListedDatabases( } return this; } + /** * * @@ -1017,6 +1041,7 @@ public Builder addListedDatabases( } return this; } + /** * * @@ -1037,6 +1062,7 @@ public Builder addListedDatabases( } return this; } + /** * * @@ -1057,6 +1083,7 @@ public Builder addAllListedDatabases( } return this; } + /** * * @@ -1076,6 +1103,7 @@ public Builder clearListedDatabases() { } return this; } + /** * * @@ -1095,6 +1123,7 @@ public Builder removeListedDatabases(int index) { } return this; } + /** * * @@ -1108,6 +1137,7 @@ public com.google.spanner.admin.database.v1.Database.Builder getListedDatabasesB int index) { return getListedDatabasesFieldBuilder().getBuilder(index); } + /** * * @@ -1125,6 +1155,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getListedDatabases return listedDatabasesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1142,6 +1173,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getListedDatabases return java.util.Collections.unmodifiableList(listedDatabases_); } } + /** * * @@ -1155,6 +1187,7 @@ public com.google.spanner.admin.database.v1.Database.Builder addListedDatabasesB return getListedDatabasesFieldBuilder() .addBuilder(com.google.spanner.admin.database.v1.Database.getDefaultInstance()); } + /** * * @@ -1169,6 +1202,7 @@ public com.google.spanner.admin.database.v1.Database.Builder addListedDatabasesB return getListedDatabasesFieldBuilder() .addBuilder(index, com.google.spanner.admin.database.v1.Database.getDefaultInstance()); } + /** * * @@ -1236,6 +1270,7 @@ public java.util.List getListedDatabaseOperati return listedDatabaseOperationsBuilder_.getMessageList(); } } + /** * * @@ -1252,6 +1287,7 @@ public int getListedDatabaseOperationsCount() { return listedDatabaseOperationsBuilder_.getCount(); } } + /** * * @@ -1268,6 +1304,7 @@ public com.google.longrunning.Operation getListedDatabaseOperations(int index) { return listedDatabaseOperationsBuilder_.getMessage(index); } } + /** * * @@ -1290,6 +1327,7 @@ public Builder setListedDatabaseOperations(int index, com.google.longrunning.Ope } return this; } + /** * * @@ -1310,6 +1348,7 @@ public Builder setListedDatabaseOperations( } return this; } + /** * * @@ -1332,6 +1371,7 @@ public Builder addListedDatabaseOperations(com.google.longrunning.Operation valu } return this; } + /** * * @@ -1354,6 +1394,7 @@ public Builder addListedDatabaseOperations(int index, com.google.longrunning.Ope } return this; } + /** * * @@ -1374,6 +1415,7 @@ public Builder addListedDatabaseOperations( } return this; } + /** * * @@ -1394,6 +1436,7 @@ public Builder addListedDatabaseOperations( } return this; } + /** * * @@ -1414,6 +1457,7 @@ public Builder addAllListedDatabaseOperations( } return this; } + /** * * @@ -1433,6 +1477,7 @@ public Builder clearListedDatabaseOperations() { } return this; } + /** * * @@ -1452,6 +1497,7 @@ public Builder removeListedDatabaseOperations(int index) { } return this; } + /** * * @@ -1464,6 +1510,7 @@ public Builder removeListedDatabaseOperations(int index) { public com.google.longrunning.Operation.Builder getListedDatabaseOperationsBuilder(int index) { return getListedDatabaseOperationsFieldBuilder().getBuilder(index); } + /** * * @@ -1481,6 +1528,7 @@ public com.google.longrunning.OperationOrBuilder getListedDatabaseOperationsOrBu return listedDatabaseOperationsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1498,6 +1546,7 @@ public com.google.longrunning.OperationOrBuilder getListedDatabaseOperationsOrBu return java.util.Collections.unmodifiableList(listedDatabaseOperations_); } } + /** * * @@ -1511,6 +1560,7 @@ public com.google.longrunning.Operation.Builder addListedDatabaseOperationsBuild return getListedDatabaseOperationsFieldBuilder() .addBuilder(com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1524,6 +1574,7 @@ public com.google.longrunning.Operation.Builder addListedDatabaseOperationsBuild return getListedDatabaseOperationsFieldBuilder() .addBuilder(index, com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1559,6 +1610,7 @@ public com.google.longrunning.Operation.Builder addListedDatabaseOperationsBuild } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1582,6 +1634,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1605,6 +1658,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1627,6 +1681,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1645,6 +1700,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * @@ -1675,6 +1731,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.Database.Builder, com.google.spanner.admin.database.v1.DatabaseOrBuilder> databaseBuilder_; + /** * * @@ -1689,6 +1746,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { public boolean hasDatabase() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1709,6 +1767,7 @@ public com.google.spanner.admin.database.v1.Database getDatabase() { return databaseBuilder_.getMessage(); } } + /** * * @@ -1731,6 +1790,7 @@ public Builder setDatabase(com.google.spanner.admin.database.v1.Database value) onChanged(); return this; } + /** * * @@ -1751,6 +1811,7 @@ public Builder setDatabase( onChanged(); return this; } + /** * * @@ -1778,6 +1839,7 @@ public Builder mergeDatabase(com.google.spanner.admin.database.v1.Database value } return this; } + /** * * @@ -1797,6 +1859,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -1811,6 +1874,7 @@ public com.google.spanner.admin.database.v1.Database.Builder getDatabaseBuilder( onChanged(); return getDatabaseFieldBuilder().getBuilder(); } + /** * * @@ -1829,6 +1893,7 @@ public com.google.spanner.admin.database.v1.DatabaseOrBuilder getDatabaseOrBuild : database_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudDatabaseResponseOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudDatabaseResponseOrBuilder.java index 928f1af9ad..754a00cfbf 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudDatabaseResponseOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudDatabaseResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface CloudDatabaseResponseOrBuilder * repeated .google.spanner.admin.database.v1.Database listed_databases = 1; */ java.util.List getListedDatabasesList(); + /** * * @@ -44,6 +45,7 @@ public interface CloudDatabaseResponseOrBuilder * repeated .google.spanner.admin.database.v1.Database listed_databases = 1; */ com.google.spanner.admin.database.v1.Database getListedDatabases(int index); + /** * * @@ -54,6 +56,7 @@ public interface CloudDatabaseResponseOrBuilder * repeated .google.spanner.admin.database.v1.Database listed_databases = 1; */ int getListedDatabasesCount(); + /** * * @@ -65,6 +68,7 @@ public interface CloudDatabaseResponseOrBuilder */ java.util.List getListedDatabasesOrBuilderList(); + /** * * @@ -86,6 +90,7 @@ public interface CloudDatabaseResponseOrBuilder * repeated .google.longrunning.Operation listed_database_operations = 2; */ java.util.List getListedDatabaseOperationsList(); + /** * * @@ -96,6 +101,7 @@ public interface CloudDatabaseResponseOrBuilder * repeated .google.longrunning.Operation listed_database_operations = 2; */ com.google.longrunning.Operation getListedDatabaseOperations(int index); + /** * * @@ -106,6 +112,7 @@ public interface CloudDatabaseResponseOrBuilder * repeated .google.longrunning.Operation listed_database_operations = 2; */ int getListedDatabaseOperationsCount(); + /** * * @@ -117,6 +124,7 @@ public interface CloudDatabaseResponseOrBuilder */ java.util.List getListedDatabaseOperationsOrBuilderList(); + /** * * @@ -141,6 +149,7 @@ public interface CloudDatabaseResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * @@ -167,6 +176,7 @@ public interface CloudDatabaseResponseOrBuilder * @return Whether the database field is set. */ boolean hasDatabase(); + /** * * @@ -179,6 +189,7 @@ public interface CloudDatabaseResponseOrBuilder * @return The database. */ com.google.spanner.admin.database.v1.Database getDatabase(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudExecutorProto.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudExecutorProto.java index 962a08d2da..48baeb187a 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudExecutorProto.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudExecutorProto.java @@ -369,461 +369,593 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { java.lang.String[] descriptorData = { - "\n/google/spanner/executor/v1/cloud_execu" + "\n" + + "/google/spanner/executor/v1/cloud_execu" + "tor.proto\022\032google.spanner.executor.v1\032\027g" + "oogle/api/client.proto\032\037google/api/field" + "_behavior.proto\032#google/longrunning/oper" + "ations.proto\032\037google/protobuf/timestamp." + "proto\032\027google/rpc/status.proto\032-google/s" - + "panner/admin/database/v1/backup.proto\032-g" - + "oogle/spanner/admin/database/v1/common.p" - + "roto\032=google/spanner/admin/database/v1/s" - + "panner_database_admin.proto\032=google/span" + + "panner/admin/database/v1/backup.proto\032-google/spanner/admin/database/v1/common.p" + + "roto\032=google/spanner/admin/database/v1/spanner_database_admin.proto\032=google/span" + "ner/admin/instance/v1/spanner_instance_a" - + "dmin.proto\032\037google/spanner/v1/spanner.pr" - + "oto\032\034google/spanner/v1/type.proto\"i\n\031Spa" - + "nnerAsyncActionRequest\022\021\n\taction_id\030\001 \001(" - + "\005\0229\n\006action\030\002 \001(\0132).google.spanner.execu" - + "tor.v1.SpannerAction\"r\n\032SpannerAsyncActi" - + "onResponse\022\021\n\taction_id\030\001 \001(\005\022A\n\007outcome" - + "\030\002 \001(\01320.google.spanner.executor.v1.Span" - + "nerActionOutcome\"\361\n\n\rSpannerAction\022\025\n\rda" - + "tabase_path\030\001 \001(\t\022C\n\017spanner_options\030\002 \001" - + "(\0132*.google.spanner.executor.v1.SpannerO" - + "ptions\022C\n\005start\030\n \001(\01322.google.spanner.e" - + "xecutor.v1.StartTransactionActionH\000\022E\n\006f" - + "inish\030\013 \001(\01323.google.spanner.executor.v1" - + ".FinishTransactionActionH\000\0226\n\004read\030\024 \001(\013" - + "2&.google.spanner.executor.v1.ReadAction" - + "H\000\0228\n\005query\030\025 \001(\0132\'.google.spanner.execu" - + "tor.v1.QueryActionH\000\022>\n\010mutation\030\026 \001(\0132*" - + ".google.spanner.executor.v1.MutationActi" - + "onH\000\0224\n\003dml\030\027 \001(\0132%.google.spanner.execu" - + "tor.v1.DmlActionH\000\022?\n\tbatch_dml\030\030 \001(\0132*." - + "google.spanner.executor.v1.BatchDmlActio" - + "nH\000\022A\n\005write\030\031 \001(\01320.google.spanner.exec" - + "utor.v1.WriteMutationsActionH\000\022Q\n\022partit" - + "ioned_update\030\033 \001(\01323.google.spanner.exec" - + "utor.v1.PartitionedUpdateActionH\000\0228\n\005adm" - + "in\030\036 \001(\0132\'.google.spanner.executor.v1.Ad" - + "minActionH\000\022R\n\017start_batch_txn\030( \001(\01327.g" - + "oogle.spanner.executor.v1.StartBatchTran" - + "sactionActionH\000\022R\n\017close_batch_txn\030) \001(\013" - + "27.google.spanner.executor.v1.CloseBatch" - + "TransactionActionH\000\022d\n\033generate_db_parti" - + "tions_read\030* \001(\0132=.google.spanner.execut" - + "or.v1.GenerateDbPartitionsForReadActionH" - + "\000\022f\n\034generate_db_partitions_query\030+ \001(\0132" - + ">.google.spanner.executor.v1.GenerateDbP" - + "artitionsForQueryActionH\000\022O\n\021execute_par" - + "tition\030, \001(\01322.google.spanner.executor.v" - + "1.ExecutePartitionActionH\000\022[\n\033execute_ch" - + "ange_stream_query\0302 \001(\01324.google.spanner" - + ".executor.v1.ExecuteChangeStreamQueryH\000\022" - + "Q\n\022query_cancellation\0303 \001(\01323.google.spa" - + "nner.executor.v1.QueryCancellationAction" - + "H\000B\010\n\006action\"\212\001\n\nReadAction\022\r\n\005table\030\001 \001" - + "(\t\022\022\n\005index\030\002 \001(\tH\000\210\001\001\022\016\n\006column\030\003 \003(\t\0220" - + "\n\004keys\030\004 \001(\0132\".google.spanner.executor.v" - + "1.KeySet\022\r\n\005limit\030\005 \001(\005B\010\n\006_index\"\321\001\n\013Qu" - + "eryAction\022\013\n\003sql\030\001 \001(\t\022A\n\006params\030\002 \003(\01321" - + ".google.spanner.executor.v1.QueryAction." - + "Parameter\032r\n\tParameter\022\014\n\004name\030\001 \001(\t\022%\n\004" - + "type\030\002 \001(\0132\027.google.spanner.v1.Type\0220\n\005v" - + "alue\030\003 \001(\0132!.google.spanner.executor.v1." - + "Value\"\206\001\n\tDmlAction\0227\n\006update\030\001 \001(\0132\'.go" - + "ogle.spanner.executor.v1.QueryAction\022$\n\027" - + "autocommit_if_supported\030\002 \001(\010H\000\210\001\001B\032\n\030_a" - + "utocommit_if_supported\"J\n\016BatchDmlAction" - + "\0228\n\007updates\030\001 \003(\0132\'.google.spanner.execu" - + "tor.v1.QueryAction\"\311\003\n\005Value\022\021\n\007is_null\030" - + "\001 \001(\010H\000\022\023\n\tint_value\030\002 \001(\003H\000\022\024\n\nbool_val" - + "ue\030\003 \001(\010H\000\022\026\n\014double_value\030\004 \001(\001H\000\022\025\n\013by" - + "tes_value\030\005 \001(\014H\000\022\026\n\014string_value\030\006 \001(\tH" - + "\000\022=\n\014struct_value\030\007 \001(\0132%.google.spanner" - + ".executor.v1.ValueListH\000\0225\n\017timestamp_va" - + "lue\030\010 \001(\0132\032.google.protobuf.TimestampH\000\022" - + "\031\n\017date_days_value\030\t \001(\005H\000\022\035\n\023is_commit_" - + "timestamp\030\n \001(\010H\000\022<\n\013array_value\030\013 \001(\0132%" - + ".google.spanner.executor.v1.ValueListH\000\022" - + "0\n\narray_type\030\014 \001(\0132\027.google.spanner.v1." - + "TypeH\001\210\001\001B\014\n\nvalue_typeB\r\n\013_array_type\"\237" - + "\002\n\010KeyRange\0224\n\005start\030\001 \001(\0132%.google.span" - + "ner.executor.v1.ValueList\0224\n\005limit\030\002 \001(\013" - + "2%.google.spanner.executor.v1.ValueList\022" - + "<\n\004type\030\003 \001(\0162).google.spanner.executor." - + "v1.KeyRange.TypeH\000\210\001\001\"`\n\004Type\022\024\n\020TYPE_UN" - + "SPECIFIED\020\000\022\021\n\rCLOSED_CLOSED\020\001\022\017\n\013CLOSED" - + "_OPEN\020\002\022\017\n\013OPEN_CLOSED\020\003\022\r\n\tOPEN_OPEN\020\004B" - + "\007\n\005_type\"\200\001\n\006KeySet\0224\n\005point\030\001 \003(\0132%.goo" - + "gle.spanner.executor.v1.ValueList\0223\n\005ran" - + "ge\030\002 \003(\0132$.google.spanner.executor.v1.Ke" - + "yRange\022\013\n\003all\030\003 \001(\010\"=\n\tValueList\0220\n\005valu" - + "e\030\001 \003(\0132!.google.spanner.executor.v1.Val" - + "ue\"\274\005\n\016MutationAction\022;\n\003mod\030\001 \003(\0132..goo" - + "gle.spanner.executor.v1.MutationAction.M" - + "od\032z\n\nInsertArgs\022\016\n\006column\030\001 \003(\t\022%\n\004type" - + "\030\002 \003(\0132\027.google.spanner.v1.Type\0225\n\006value" - + "s\030\003 \003(\0132%.google.spanner.executor.v1.Val" - + "ueList\032z\n\nUpdateArgs\022\016\n\006column\030\001 \003(\t\022%\n\004" - + "type\030\002 \003(\0132\027.google.spanner.v1.Type\0225\n\006v" - + "alues\030\003 \003(\0132%.google.spanner.executor.v1" - + ".ValueList\032\364\002\n\003Mod\022\r\n\005table\030\001 \001(\t\022E\n\006ins" - + "ert\030\002 \001(\01325.google.spanner.executor.v1.M" - + "utationAction.InsertArgs\022E\n\006update\030\003 \001(\013" - + "25.google.spanner.executor.v1.MutationAc" - + "tion.UpdateArgs\022O\n\020insert_or_update\030\004 \001(" - + "\01325.google.spanner.executor.v1.MutationA" - + "ction.InsertArgs\022F\n\007replace\030\005 \001(\01325.goog" - + "le.spanner.executor.v1.MutationAction.In" - + "sertArgs\0227\n\013delete_keys\030\006 \001(\0132\".google.s" - + "panner.executor.v1.KeySet\"T\n\024WriteMutati" - + "onsAction\022<\n\010mutation\030\001 \001(\0132*.google.spa" - + "nner.executor.v1.MutationAction\"\337\002\n\027Part" - + "itionedUpdateAction\022i\n\007options\030\001 \001(\0132S.g" - + "oogle.spanner.executor.v1.PartitionedUpd" - + "ateAction.ExecutePartitionedUpdateOption" - + "sH\000\210\001\001\0227\n\006update\030\002 \001(\0132\'.google.spanner." - + "executor.v1.QueryAction\032\223\001\n\037ExecuteParti" - + "tionedUpdateOptions\022E\n\014rpc_priority\030\001 \001(" - + "\0162*.google.spanner.v1.RequestOptions.Pri" - + "orityH\000\210\001\001\022\020\n\003tag\030\002 \001(\tH\001\210\001\001B\017\n\r_rpc_pri" - + "orityB\006\n\004_tagB\n\n\010_options\"\256\002\n\026StartTrans" - + "actionAction\022A\n\013concurrency\030\001 \001(\0132\'.goog" - + "le.spanner.executor.v1.ConcurrencyH\000\210\001\001\022" - + "8\n\005table\030\002 \003(\0132).google.spanner.executor" - + ".v1.TableMetadata\022\030\n\020transaction_seed\030\003 " - + "\001(\t\022W\n\021execution_options\030\004 \001(\01327.google." - + "spanner.executor.v1.TransactionExecution" - + "OptionsH\001\210\001\001B\016\n\014_concurrencyB\024\n\022_executi" - + "on_options\"\256\002\n\013Concurrency\022\033\n\021staleness_" - + "seconds\030\001 \001(\001H\000\022#\n\031min_read_timestamp_mi" - + "cros\030\002 \001(\003H\000\022\037\n\025max_staleness_seconds\030\003 " - + "\001(\001H\000\022 \n\026exact_timestamp_micros\030\004 \001(\003H\000\022" - + "\020\n\006strong\030\005 \001(\010H\000\022\017\n\005batch\030\006 \001(\010H\000\022\033\n\023sn" - + "apshot_epoch_read\030\007 \001(\010\022!\n\031snapshot_epoc" - + "h_root_table\030\010 \001(\t\022#\n\033batch_read_timesta" - + "mp_micros\030\t \001(\003B\022\n\020concurrency_mode\"\231\001\n\r" - + "TableMetadata\022\014\n\004name\030\001 \001(\t\022:\n\006column\030\002 " - + "\003(\0132*.google.spanner.executor.v1.ColumnM" - + "etadata\022>\n\nkey_column\030\003 \003(\0132*.google.spa" - + "nner.executor.v1.ColumnMetadata\"E\n\016Colum" - + "nMetadata\022\014\n\004name\030\001 \001(\t\022%\n\004type\030\002 \001(\0132\027." - + "google.spanner.v1.Type\"1\n\033TransactionExe" - + "cutionOptions\022\022\n\noptimistic\030\001 \001(\010\"\230\001\n\027Fi" - + "nishTransactionAction\022F\n\004mode\030\001 \001(\01628.go" - + "ogle.spanner.executor.v1.FinishTransacti" - + "onAction.Mode\"5\n\004Mode\022\024\n\020MODE_UNSPECIFIE" - + "D\020\000\022\n\n\006COMMIT\020\001\022\013\n\007ABANDON\020\002\"\310\023\n\013AdminAc" - + "tion\022a\n\033create_user_instance_config\030\001 \001(" - + "\0132:.google.spanner.executor.v1.CreateUse" - + "rInstanceConfigActionH\000\022a\n\033update_user_i" - + "nstance_config\030\002 \001(\0132:.google.spanner.ex" - + "ecutor.v1.UpdateUserInstanceConfigAction" - + "H\000\022a\n\033delete_user_instance_config\030\003 \001(\0132" - + ":.google.spanner.executor.v1.DeleteUserI" - + "nstanceConfigActionH\000\022]\n\031get_cloud_insta" - + "nce_config\030\004 \001(\01328.google.spanner.execut" - + "or.v1.GetCloudInstanceConfigActionH\000\022[\n\025" - + "list_instance_configs\030\005 \001(\0132:.google.spa" - + "nner.executor.v1.ListCloudInstanceConfig" - + "sActionH\000\022V\n\025create_cloud_instance\030\006 \001(\013" - + "25.google.spanner.executor.v1.CreateClou" - + "dInstanceActionH\000\022V\n\025update_cloud_instan" - + "ce\030\007 \001(\01325.google.spanner.executor.v1.Up" - + "dateCloudInstanceActionH\000\022V\n\025delete_clou" - + "d_instance\030\010 \001(\01325.google.spanner.execut" - + "or.v1.DeleteCloudInstanceActionH\000\022T\n\024lis" - + "t_cloud_instances\030\t \001(\01324.google.spanner" - + ".executor.v1.ListCloudInstancesActionH\000\022" - + "P\n\022get_cloud_instance\030\n \001(\01322.google.spa" - + "nner.executor.v1.GetCloudInstanceActionH" - + "\000\022V\n\025create_cloud_database\030\013 \001(\01325.googl" - + "e.spanner.executor.v1.CreateCloudDatabas" - + "eActionH\000\022]\n\031update_cloud_database_ddl\030\014" - + " \001(\01328.google.spanner.executor.v1.Update" - + "CloudDatabaseDdlActionH\000\022V\n\025update_cloud" - + "_database\030\033 \001(\01325.google.spanner.executo" - + "r.v1.UpdateCloudDatabaseActionH\000\022R\n\023drop" - + "_cloud_database\030\r \001(\01323.google.spanner.e" - + "xecutor.v1.DropCloudDatabaseActionH\000\022T\n\024" - + "list_cloud_databases\030\016 \001(\01324.google.span" - + "ner.executor.v1.ListCloudDatabasesAction" - + "H\000\022g\n\036list_cloud_database_operations\030\017 \001" - + "(\0132=.google.spanner.executor.v1.ListClou" - + "dDatabaseOperationsActionH\000\022X\n\026restore_c" - + "loud_database\030\020 \001(\01326.google.spanner.exe" - + "cutor.v1.RestoreCloudDatabaseActionH\000\022P\n" + + "dmin.proto\032\037google/spanner/v1/spanner.proto\032\034google/spanner/v1/type.proto\"i\n" + + "\031SpannerAsyncActionRequest\022\021\n" + + "\taction_id\030\001 \001(\005\0229\n" + + "\006action\030\002 \001(\0132).google.spanner.executor.v1.SpannerAction\"r\n" + + "\032SpannerAsyncActionResponse\022\021\n" + + "\taction_id\030\001 \001(\005\022A\n" + + "\007outcome\030\002" + + " \001(\01320.google.spanner.executor.v1.SpannerActionOutcome\"\361\n\n\r" + + "SpannerAction\022\025\n\r" + + "database_path\030\001 \001(\t\022C\n" + + "\017spanner_options\030\002 \001" + + "(\0132*.google.spanner.executor.v1.SpannerOptions\022C\n" + + "\005start\030\n" + + " \001(\01322.google.spanner.executor.v1.StartTransactionActionH\000\022E\n" + + "\006finish\030\013" + + " \001(\01323.google.spanner.executor.v1.FinishTransactionActionH\000\0226\n" + + "\004read\030\024 \001(\0132&.google.spanner.executor.v1.ReadActionH\000\0228\n" + + "\005query\030\025 \001(\0132\'.google.spanner.executor.v1.QueryActionH\000\022>\n" + + "\010mutation\030\026 \001(\0132*.google.spanner.executor.v1.MutationActionH\000\0224\n" + + "\003dml\030\027 \001(\0132%.google.spanner.executor.v1.DmlActionH\000\022?\n" + + "\tbatch_dml\030\030 \001(\0132*.google.spanner.executor.v1.BatchDmlActionH\000\022A\n" + + "\005write\030\031" + + " \001(\01320.google.spanner.executor.v1.WriteMutationsActionH\000\022Q\n" + + "\022partitioned_update\030\033" + + " \001(\01323.google.spanner.executor.v1.PartitionedUpdateActionH\000\0228\n" + + "\005admin\030\036 \001(\0132\'.google.spanner.executor.v1.AdminActionH\000\022R\n" + + "\017start_batch_txn\030( \001(\01327.g" + + "oogle.spanner.executor.v1.StartBatchTransactionActionH\000\022R\n" + + "\017close_batch_txn\030) \001(\013" + + "27.google.spanner.executor.v1.CloseBatchTransactionActionH\000\022d\n" + + "\033generate_db_partitions_read\030* \001(\0132=.google.spanner.execut" + + "or.v1.GenerateDbPartitionsForReadActionH\000\022f\n" + + "\034generate_db_partitions_query\030+ \001(\0132" + + ">.google.spanner.executor.v1.GenerateDbPartitionsForQueryActionH\000\022O\n" + + "\021execute_partition\030," + + " \001(\01322.google.spanner.executor.v1.ExecutePartitionActionH\000\022[\n" + + "\033execute_change_stream_query\0302 \001(\01324.google.spanner" + + ".executor.v1.ExecuteChangeStreamQueryH\000\022Q\n" + + "\022query_cancellation\0303 \001(\01323.google.spa" + + "nner.executor.v1.QueryCancellationActionH\000B\010\n" + + "\006action\"\212\001\n\n" + + "ReadAction\022\r\n" + + "\005table\030\001 \001(\t\022\022\n" + + "\005index\030\002 \001(\tH\000\210\001\001\022\016\n" + + "\006column\030\003 \003(\t\0220\n" + + "\004keys\030\004 \001(\0132\".google.spanner.executor.v1.KeySet\022\r\n" + + "\005limit\030\005 \001(\005B\010\n" + + "\006_index\"\321\001\n" + + "\013QueryAction\022\013\n" + + "\003sql\030\001 \001(\t\022A\n" + + "\006params\030\002 \003(\01321.google.spanner.executor.v1.QueryAction.Parameter\032r\n" + + "\tParameter\022\014\n" + + "\004name\030\001 \001(\t\022%\n" + + "\004type\030\002 \001(\0132\027.google.spanner.v1.Type\0220\n" + + "\005value\030\003 \001(\0132!.google.spanner.executor.v1.Value\"\206\001\n" + + "\tDmlAction\0227\n" + + "\006update\030\001 \001(\0132\'.google.spanner.executor.v1.QueryAction\022$\n" + + "\027autocommit_if_supported\030\002 \001(\010H\000\210\001\001B\032\n" + + "\030_autocommit_if_supported\"J\n" + + "\016BatchDmlAction\0228\n" + + "\007updates\030\001 \003(\0132\'.google.spanner.executor.v1.QueryAction\"\311\003\n" + + "\005Value\022\021\n" + + "\007is_null\030\001 \001(\010H\000\022\023\n" + + "\tint_value\030\002 \001(\003H\000\022\024\n\n" + + "bool_value\030\003 \001(\010H\000\022\026\n" + + "\014double_value\030\004 \001(\001H\000\022\025\n" + + "\013bytes_value\030\005 \001(\014H\000\022\026\n" + + "\014string_value\030\006 \001(\tH\000\022=\n" + + "\014struct_value\030\007 \001(\0132%.google.spanner.executor.v1.ValueListH\000\0225\n" + + "\017timestamp_value\030\010 \001(\0132\032.google.protobuf.TimestampH\000\022\031\n" + + "\017date_days_value\030\t \001(\005H\000\022\035\n" + + "\023is_commit_timestamp\030\n" + + " \001(\010H\000\022<\n" + + "\013array_value\030\013 \001(\0132%.google.spanner.executor.v1.ValueListH\000\0220\n\n" + + "array_type\030\014 \001(\0132\027.google.spanner.v1.TypeH\001\210\001\001B\014\n\n" + + "value_typeB\r\n" + + "\013_array_type\"\237\002\n" + + "\010KeyRange\0224\n" + + "\005start\030\001 \001(\0132%.google.spanner.executor.v1.ValueList\0224\n" + + "\005limit\030\002 \001(\0132%.google.spanner.executor.v1.ValueList\022<\n" + + "\004type\030\003" + + " \001(\0162).google.spanner.executor.v1.KeyRange.TypeH\000\210\001\001\"`\n" + + "\004Type\022\024\n" + + "\020TYPE_UNSPECIFIED\020\000\022\021\n\r" + + "CLOSED_CLOSED\020\001\022\017\n" + + "\013CLOSED_OPEN\020\002\022\017\n" + + "\013OPEN_CLOSED\020\003\022\r\n" + + "\tOPEN_OPEN\020\004B\007\n" + + "\005_type\"\200\001\n" + + "\006KeySet\0224\n" + + "\005point\030\001 \003(\0132%.google.spanner.executor.v1.ValueList\0223\n" + + "\005range\030\002 \003(\0132$.google.spanner.executor.v1.KeyRange\022\013\n" + + "\003all\030\003 \001(\010\"=\n" + + "\tValueList\0220\n" + + "\005value\030\001 \003(\0132!.google.spanner.executor.v1.Value\"\274\005\n" + + "\016MutationAction\022;\n" + + "\003mod\030\001 \003(\0132..google.spanner.executor.v1.MutationAction.Mod\032z\n\n" + + "InsertArgs\022\016\n" + + "\006column\030\001 \003(\t\022%\n" + + "\004type\030\002 \003(\0132\027.google.spanner.v1.Type\0225\n" + + "\006values\030\003 \003(\0132%.google.spanner.executor.v1.ValueList\032z\n\n" + + "UpdateArgs\022\016\n" + + "\006column\030\001 \003(\t\022%\n" + + "\004type\030\002 \003(\0132\027.google.spanner.v1.Type\0225\n" + + "\006values\030\003 \003(\0132%.google.spanner.executor.v1.ValueList\032\364\002\n" + + "\003Mod\022\r\n" + + "\005table\030\001 \001(\t\022E\n" + + "\006insert\030\002" + + " \001(\01325.google.spanner.executor.v1.MutationAction.InsertArgs\022E\n" + + "\006update\030\003 \001(\013" + + "25.google.spanner.executor.v1.MutationAction.UpdateArgs\022O\n" + + "\020insert_or_update\030\004 \001(" + + "\01325.google.spanner.executor.v1.MutationAction.InsertArgs\022F\n" + + "\007replace\030\005 \001(\01325.goog" + + "le.spanner.executor.v1.MutationAction.InsertArgs\0227\n" + + "\013delete_keys\030\006 \001(\0132\".google.spanner.executor.v1.KeySet\"T\n" + + "\024WriteMutationsAction\022<\n" + + "\010mutation\030\001 \001(\0132*.google.spanner.executor.v1.MutationAction\"\337\002\n" + + "\027PartitionedUpdateAction\022i\n" + + "\007options\030\001 \001(\0132S.google.spanner.executor.v1.PartitionedUpd" + + "ateAction.ExecutePartitionedUpdateOptionsH\000\210\001\001\0227\n" + + "\006update\030\002 \001(\0132\'.google.spanner.executor.v1.QueryAction\032\223\001\n" + + "\037ExecutePartitionedUpdateOptions\022E\n" + + "\014rpc_priority\030\001 \001(" + + "\0162*.google.spanner.v1.RequestOptions.PriorityH\000\210\001\001\022\020\n" + + "\003tag\030\002 \001(\tH\001\210\001\001B\017\n\r" + + "_rpc_priorityB\006\n" + + "\004_tagB\n\n" + + "\010_options\"\256\002\n" + + "\026StartTransactionAction\022A\n" + + "\013concurrency\030\001 \001(\0132\'.goog" + + "le.spanner.executor.v1.ConcurrencyH\000\210\001\001\0228\n" + + "\005table\030\002 \003(\0132).google.spanner.executor.v1.TableMetadata\022\030\n" + + "\020transaction_seed\030\003 \001(\t\022W\n" + + "\021execution_options\030\004 \001(\01327.google." + + "spanner.executor.v1.TransactionExecutionOptionsH\001\210\001\001B\016\n" + + "\014_concurrencyB\024\n" + + "\022_execution_options\"\256\002\n" + + "\013Concurrency\022\033\n" + + "\021staleness_seconds\030\001 \001(\001H\000\022#\n" + + "\031min_read_timestamp_micros\030\002 \001(\003H\000\022\037\n" + + "\025max_staleness_seconds\030\003 \001(\001H\000\022 \n" + + "\026exact_timestamp_micros\030\004 \001(\003H\000\022\020\n" + + "\006strong\030\005 \001(\010H\000\022\017\n" + + "\005batch\030\006 \001(\010H\000\022\033\n" + + "\023snapshot_epoch_read\030\007 \001(\010\022!\n" + + "\031snapshot_epoch_root_table\030\010 \001(\t\022#\n" + + "\033batch_read_timestamp_micros\030\t \001(\003B\022\n" + + "\020concurrency_mode\"\231\001\n\r" + + "TableMetadata\022\014\n" + + "\004name\030\001 \001(\t\022:\n" + + "\006column\030\002 \003(\0132*.google.spanner.executor.v1.ColumnMetadata\022>\n\n" + + "key_column\030\003 \003(\0132*.google.spanner.executor.v1.ColumnMetadata\"E\n" + + "\016ColumnMetadata\022\014\n" + + "\004name\030\001 \001(\t\022%\n" + + "\004type\030\002 \001(\0132\027.google.spanner.v1.Type\"1\n" + + "\033TransactionExecutionOptions\022\022\n\n" + + "optimistic\030\001 \001(\010\"\230\001\n" + + "\027FinishTransactionAction\022F\n" + + "\004mode\030\001 \001(\01628.go" + + "ogle.spanner.executor.v1.FinishTransactionAction.Mode\"5\n" + + "\004Mode\022\024\n" + + "\020MODE_UNSPECIFIED\020\000\022\n\n" + + "\006COMMIT\020\001\022\013\n" + + "\007ABANDON\020\002\"\310\023\n" + + "\013AdminAction\022a\n" + + "\033create_user_instance_config\030\001 \001(" + + "\0132:.google.spanner.executor.v1.CreateUserInstanceConfigActionH\000\022a\n" + + "\033update_user_instance_config\030\002 \001(\0132:.google.spanner.ex" + + "ecutor.v1.UpdateUserInstanceConfigActionH\000\022a\n" + + "\033delete_user_instance_config\030\003 \001(\0132" + + ":.google.spanner.executor.v1.DeleteUserInstanceConfigActionH\000\022]\n" + + "\031get_cloud_instance_config\030\004" + + " \001(\01328.google.spanner.executor.v1.GetCloudInstanceConfigActionH\000\022[\n" + + "\025list_instance_configs\030\005 \001(\0132:.google.spa" + + "nner.executor.v1.ListCloudInstanceConfigsActionH\000\022V\n" + + "\025create_cloud_instance\030\006 \001(\013" + + "25.google.spanner.executor.v1.CreateCloudInstanceActionH\000\022V\n" + + "\025update_cloud_instance\030\007" + + " \001(\01325.google.spanner.executor.v1.UpdateCloudInstanceActionH\000\022V\n" + + "\025delete_cloud_instance\030\010" + + " \001(\01325.google.spanner.executor.v1.DeleteCloudInstanceActionH\000\022T\n" + + "\024list_cloud_instances\030\t \001(\01324.google.spanner" + + ".executor.v1.ListCloudInstancesActionH\000\022P\n" + + "\022get_cloud_instance\030\n" + + " \001(\01322.google.spanner.executor.v1.GetCloudInstanceActionH\000\022V\n" + + "\025create_cloud_database\030\013 \001(\01325.googl" + + "e.spanner.executor.v1.CreateCloudDatabaseActionH\000\022]\n" + + "\031update_cloud_database_ddl\030\014" + + " \001(\01328.google.spanner.executor.v1.UpdateCloudDatabaseDdlActionH\000\022V\n" + + "\025update_cloud_database\030\033" + + " \001(\01325.google.spanner.executor.v1.UpdateCloudDatabaseActionH\000\022R\n" + + "\023drop_cloud_database\030\r" + + " \001(\01323.google.spanner.executor.v1.DropCloudDatabaseActionH\000\022T\n" + + "\024list_cloud_databases\030\016 \001(\01324.google.span" + + "ner.executor.v1.ListCloudDatabasesActionH\000\022g\n" + + "\036list_cloud_database_operations\030\017 \001" + + "(\0132=.google.spanner.executor.v1.ListCloudDatabaseOperationsActionH\000\022X\n" + + "\026restore_cloud_database\030\020" + + " \001(\01326.google.spanner.executor.v1.RestoreCloudDatabaseActionH\000\022P\n" + "\022get_cloud_database\030\021 \001(\01322.google.spann" - + "er.executor.v1.GetCloudDatabaseActionH\000\022" - + "R\n\023create_cloud_backup\030\022 \001(\01323.google.sp" - + "anner.executor.v1.CreateCloudBackupActio" - + "nH\000\022N\n\021copy_cloud_backup\030\023 \001(\01321.google." - + "spanner.executor.v1.CopyCloudBackupActio" - + "nH\000\022L\n\020get_cloud_backup\030\024 \001(\01320.google.s" - + "panner.executor.v1.GetCloudBackupActionH" - + "\000\022R\n\023update_cloud_backup\030\025 \001(\01323.google." - + "spanner.executor.v1.UpdateCloudBackupAct" - + "ionH\000\022R\n\023delete_cloud_backup\030\026 \001(\01323.goo" - + "gle.spanner.executor.v1.DeleteCloudBacku" - + "pActionH\000\022P\n\022list_cloud_backups\030\027 \001(\01322." - + "google.spanner.executor.v1.ListCloudBack" - + "upsActionH\000\022c\n\034list_cloud_backup_operati" - + "ons\030\030 \001(\0132;.google.spanner.executor.v1.L" - + "istCloudBackupOperationsActionH\000\022G\n\rget_" - + "operation\030\031 \001(\0132..google.spanner.executo" - + "r.v1.GetOperationActionH\000\022M\n\020cancel_oper" - + "ation\030\032 \001(\01321.google.spanner.executor.v1" - + ".CancelOperationActionH\000\022c\n\034change_quoru" - + "m_cloud_database\030\034 \001(\0132;.google.spanner." - + "executor.v1.ChangeQuorumCloudDatabaseAct" - + "ionH\000B\010\n\006action\"\245\001\n\036CreateUserInstanceCo" - + "nfigAction\022\026\n\016user_config_id\030\001 \001(\t\022\022\n\npr" - + "oject_id\030\002 \001(\t\022\026\n\016base_config_id\030\003 \001(\t\022?" - + "\n\010replicas\030\004 \003(\0132-.google.spanner.admin." - + "instance.v1.ReplicaInfo\"\377\001\n\036UpdateUserIn" - + "stanceConfigAction\022\026\n\016user_config_id\030\001 \001" - + "(\t\022\022\n\nproject_id\030\002 \001(\t\022\031\n\014display_name\030\003" - + " \001(\tH\000\210\001\001\022V\n\006labels\030\004 \003(\0132F.google.spann" - + "er.executor.v1.UpdateUserInstanceConfigA" - + "ction.LabelsEntry\032-\n\013LabelsEntry\022\013\n\003key\030" - + "\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\017\n\r_display_nam" - + "e\"N\n\034GetCloudInstanceConfigAction\022\032\n\022ins" - + "tance_config_id\030\001 \001(\t\022\022\n\nproject_id\030\002 \001(" - + "\t\"L\n\036DeleteUserInstanceConfigAction\022\026\n\016u" - + "ser_config_id\030\001 \001(\t\022\022\n\nproject_id\030\002 \001(\t\"" - + "\202\001\n\036ListCloudInstanceConfigsAction\022\022\n\npr" - + "oject_id\030\001 \001(\t\022\026\n\tpage_size\030\002 \001(\005H\000\210\001\001\022\027" - + "\n\npage_token\030\003 \001(\tH\001\210\001\001B\014\n\n_page_sizeB\r\n" - + "\013_page_token\"\253\003\n\031CreateCloudInstanceActi" - + "on\022\023\n\013instance_id\030\001 \001(\t\022\022\n\nproject_id\030\002 " - + "\001(\t\022\032\n\022instance_config_id\030\003 \001(\t\022\027\n\nnode_" - + "count\030\004 \001(\005H\000\210\001\001\022\035\n\020processing_units\030\006 \001" - + "(\005H\001\210\001\001\022T\n\022autoscaling_config\030\007 \001(\01323.go" - + "ogle.spanner.admin.instance.v1.Autoscali" - + "ngConfigH\002\210\001\001\022Q\n\006labels\030\005 \003(\0132A.google.s" - + "panner.executor.v1.CreateCloudInstanceAc" - + "tion.LabelsEntry\032-\n\013LabelsEntry\022\013\n\003key\030\001" - + " \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\r\n\013_node_countB\023" - + "\n\021_processing_unitsB\025\n\023_autoscaling_conf" - + "ig\"\273\003\n\031UpdateCloudInstanceAction\022\023\n\013inst" - + "ance_id\030\001 \001(\t\022\022\n\nproject_id\030\002 \001(\t\022\031\n\014dis" - + "play_name\030\003 \001(\tH\000\210\001\001\022\027\n\nnode_count\030\004 \001(\005" - + "H\001\210\001\001\022\035\n\020processing_units\030\005 \001(\005H\002\210\001\001\022T\n\022" - + "autoscaling_config\030\007 \001(\01323.google.spanne" - + "r.admin.instance.v1.AutoscalingConfigH\003\210" - + "\001\001\022Q\n\006labels\030\006 \003(\0132A.google.spanner.exec" - + "utor.v1.UpdateCloudInstanceAction.Labels" - + "Entry\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" - + "ue\030\002 \001(\t:\0028\001B\017\n\r_display_nameB\r\n\013_node_c" - + "ountB\023\n\021_processing_unitsB\025\n\023_autoscalin" - + "g_config\"D\n\031DeleteCloudInstanceAction\022\023\n" - + "\013instance_id\030\001 \001(\t\022\022\n\nproject_id\030\002 \001(\t\"\227" - + "\002\n\031CreateCloudDatabaseAction\022\023\n\013instance" - + "_id\030\001 \001(\t\022\022\n\nproject_id\030\002 \001(\t\022\023\n\013databas" - + "e_id\030\003 \001(\t\022\025\n\rsdl_statement\030\004 \003(\t\022M\n\021enc" - + "ryption_config\030\005 \001(\01322.google.spanner.ad" - + "min.database.v1.EncryptionConfig\022\024\n\007dial" - + "ect\030\006 \001(\tH\000\210\001\001\022\036\n\021proto_descriptors\030\007 \001(" - + "\014H\001\210\001\001B\n\n\010_dialectB\024\n\022_proto_descriptors" - + "\"\277\001\n\034UpdateCloudDatabaseDdlAction\022\023\n\013ins" - + "tance_id\030\001 \001(\t\022\022\n\nproject_id\030\002 \001(\t\022\023\n\013da" - + "tabase_id\030\003 \001(\t\022\025\n\rsdl_statement\030\004 \003(\t\022\024" - + "\n\014operation_id\030\005 \001(\t\022\036\n\021proto_descriptor" - + "s\030\006 \001(\014H\000\210\001\001B\024\n\022_proto_descriptors\"{\n\031Up" - + "dateCloudDatabaseAction\022\023\n\013instance_id\030\001" - + " \001(\t\022\022\n\nproject_id\030\002 \001(\t\022\025\n\rdatabase_nam" - + "e\030\003 \001(\t\022\036\n\026enable_drop_protection\030\004 \001(\010\"" - + "W\n\027DropCloudDatabaseAction\022\023\n\013instance_i" - + "d\030\001 \001(\t\022\022\n\nproject_id\030\002 \001(\t\022\023\n\013database_" - + "id\030\003 \001(\t\"h\n\037ChangeQuorumCloudDatabaseAct" - + "ion\022\031\n\014database_uri\030\001 \001(\tH\000\210\001\001\022\031\n\021servin" - + "g_locations\030\002 \003(\tB\017\n\r_database_uri\"j\n\030Li" - + "stCloudDatabasesAction\022\022\n\nproject_id\030\001 \001" - + "(\t\022\023\n\013instance_id\030\002 \001(\t\022\021\n\tpage_size\030\003 \001" - + "(\005\022\022\n\npage_token\030\004 \001(\t\"\234\001\n\030ListCloudInst" - + "ancesAction\022\022\n\nproject_id\030\001 \001(\t\022\023\n\006filte" - + "r\030\002 \001(\tH\000\210\001\001\022\026\n\tpage_size\030\003 \001(\005H\001\210\001\001\022\027\n\n" - + "page_token\030\004 \001(\tH\002\210\001\001B\t\n\007_filterB\014\n\n_pag" - + "e_sizeB\r\n\013_page_token\"A\n\026GetCloudInstanc" - + "eAction\022\022\n\nproject_id\030\001 \001(\t\022\023\n\013instance_" - + "id\030\002 \001(\t\"\203\001\n!ListCloudDatabaseOperations" - + "Action\022\022\n\nproject_id\030\001 \001(\t\022\023\n\013instance_i" - + "d\030\002 \001(\t\022\016\n\006filter\030\003 \001(\t\022\021\n\tpage_size\030\004 \001" - + "(\005\022\022\n\npage_token\030\005 \001(\t\"\341\001\n\032RestoreCloudD" - + "atabaseAction\022\022\n\nproject_id\030\001 \001(\t\022\032\n\022bac" - + "kup_instance_id\030\002 \001(\t\022\021\n\tbackup_id\030\003 \001(\t" - + "\022\034\n\024database_instance_id\030\004 \001(\t\022\023\n\013databa" - + "se_id\030\005 \001(\t\022M\n\021encryption_config\030\007 \001(\01322" - + ".google.spanner.admin.database.v1.Encryp" - + "tionConfig\"V\n\026GetCloudDatabaseAction\022\022\n\n" - + "project_id\030\001 \001(\t\022\023\n\013instance_id\030\002 \001(\t\022\023\n" - + "\013database_id\030\003 \001(\t\"\267\002\n\027CreateCloudBackup" - + "Action\022\022\n\nproject_id\030\001 \001(\t\022\023\n\013instance_i" - + "d\030\002 \001(\t\022\021\n\tbackup_id\030\003 \001(\t\022\023\n\013database_i" - + "d\030\004 \001(\t\0224\n\013expire_time\030\005 \001(\0132\032.google.pr" - + "otobuf.TimestampB\003\340A\003\0225\n\014version_time\030\006 " - + "\001(\0132\032.google.protobuf.TimestampH\000\210\001\001\022M\n\021" - + "encryption_config\030\007 \001(\01322.google.spanner" - + ".admin.database.v1.EncryptionConfigB\017\n\r_" - + "version_time\"\240\001\n\025CopyCloudBackupAction\022\022" - + "\n\nproject_id\030\001 \001(\t\022\023\n\013instance_id\030\002 \001(\t\022" - + "\021\n\tbackup_id\030\003 \001(\t\022\025\n\rsource_backup\030\004 \001(" - + "\t\0224\n\013expire_time\030\005 \001(\0132\032.google.protobuf" - + ".TimestampB\003\340A\003\"R\n\024GetCloudBackupAction\022" - + "\022\n\nproject_id\030\001 \001(\t\022\023\n\013instance_id\030\002 \001(\t" - + "\022\021\n\tbackup_id\030\003 \001(\t\"\213\001\n\027UpdateCloudBacku" - + "pAction\022\022\n\nproject_id\030\001 \001(\t\022\023\n\013instance_" - + "id\030\002 \001(\t\022\021\n\tbackup_id\030\003 \001(\t\0224\n\013expire_ti" - + "me\030\004 \001(\0132\032.google.protobuf.TimestampB\003\340A" - + "\003\"U\n\027DeleteCloudBackupAction\022\022\n\nproject_" - + "id\030\001 \001(\t\022\023\n\013instance_id\030\002 \001(\t\022\021\n\tbackup_" - + "id\030\003 \001(\t\"x\n\026ListCloudBackupsAction\022\022\n\npr" - + "oject_id\030\001 \001(\t\022\023\n\013instance_id\030\002 \001(\t\022\016\n\006f" - + "ilter\030\003 \001(\t\022\021\n\tpage_size\030\004 \001(\005\022\022\n\npage_t" - + "oken\030\005 \001(\t\"\201\001\n\037ListCloudBackupOperations" - + "Action\022\022\n\nproject_id\030\001 \001(\t\022\023\n\013instance_i" - + "d\030\002 \001(\t\022\016\n\006filter\030\003 \001(\t\022\021\n\tpage_size\030\004 \001" - + "(\005\022\022\n\npage_token\030\005 \001(\t\"\'\n\022GetOperationAc" - + "tion\022\021\n\toperation\030\001 \001(\t\"I\n\027QueryCancella" - + "tionAction\022\030\n\020long_running_sql\030\001 \001(\t\022\024\n\014" - + "cancel_query\030\002 \001(\t\"*\n\025CancelOperationAct" - + "ion\022\021\n\toperation\030\001 \001(\t\"\210\001\n\033StartBatchTra" - + "nsactionAction\0224\n\016batch_txn_time\030\001 \001(\0132\032" - + ".google.protobuf.TimestampH\000\022\r\n\003tid\030\002 \001(" - + "\014H\000\022\033\n\023cloud_database_role\030\003 \001(\tB\007\n\005para" - + "m\".\n\033CloseBatchTransactionAction\022\017\n\007clea" - + "nup\030\001 \001(\010\"\227\002\n!GenerateDbPartitionsForRea" - + "dAction\0224\n\004read\030\001 \001(\0132&.google.spanner.e" - + "xecutor.v1.ReadAction\0228\n\005table\030\002 \003(\0132).g" - + "oogle.spanner.executor.v1.TableMetadata\022" - + "(\n\033desired_bytes_per_partition\030\003 \001(\003H\000\210\001" - + "\001\022 \n\023max_partition_count\030\004 \001(\003H\001\210\001\001B\036\n\034_" - + "desired_bytes_per_partitionB\026\n\024_max_part" - + "ition_count\"\246\001\n\"GenerateDbPartitionsForQ" - + "ueryAction\0226\n\005query\030\001 \001(\0132\'.google.spann" - + "er.executor.v1.QueryAction\022(\n\033desired_by" - + "tes_per_partition\030\002 \001(\003H\000\210\001\001B\036\n\034_desired" - + "_bytes_per_partition\"x\n\016BatchPartition\022\021" - + "\n\tpartition\030\001 \001(\014\022\027\n\017partition_token\030\002 \001" - + "(\014\022\022\n\005table\030\003 \001(\tH\000\210\001\001\022\022\n\005index\030\004 \001(\tH\001\210" - + "\001\001B\010\n\006_tableB\010\n\006_index\"W\n\026ExecutePartiti" - + "onAction\022=\n\tpartition\030\001 \001(\0132*.google.spa" - + "nner.executor.v1.BatchPartition\"\216\003\n\030Exec" - + "uteChangeStreamQuery\022\014\n\004name\030\001 \001(\t\022.\n\nst" - + "art_time\030\002 \001(\0132\032.google.protobuf.Timesta" - + "mp\0221\n\010end_time\030\003 \001(\0132\032.google.protobuf.T" - + "imestampH\000\210\001\001\022\034\n\017partition_token\030\004 \001(\tH\001" - + "\210\001\001\022\024\n\014read_options\030\005 \003(\t\022#\n\026heartbeat_m" - + "illiseconds\030\006 \001(\005H\002\210\001\001\022\035\n\020deadline_secon" - + "ds\030\007 \001(\003H\003\210\001\001\022 \n\023cloud_database_role\030\010 \001" - + "(\tH\004\210\001\001B\013\n\t_end_timeB\022\n\020_partition_token" - + "B\031\n\027_heartbeat_millisecondsB\023\n\021_deadline" - + "_secondsB\026\n\024_cloud_database_role\"\242\005\n\024Spa" - + "nnerActionOutcome\022\'\n\006status\030\001 \001(\0132\022.goog" - + "le.rpc.StatusH\000\210\001\001\0224\n\013commit_time\030\002 \001(\0132" - + "\032.google.protobuf.TimestampH\001\210\001\001\022@\n\013read" - + "_result\030\003 \001(\0132&.google.spanner.executor." - + "v1.ReadResultH\002\210\001\001\022B\n\014query_result\030\004 \001(\013" - + "2\'.google.spanner.executor.v1.QueryResul" - + "tH\003\210\001\001\022\"\n\025transaction_restarted\030\005 \001(\010H\004\210" - + "\001\001\022\031\n\014batch_txn_id\030\006 \001(\014H\005\210\001\001\022@\n\014db_part" - + "ition\030\007 \003(\0132*.google.spanner.executor.v1" - + ".BatchPartition\022B\n\014admin_result\030\010 \001(\0132\'." - + "google.spanner.executor.v1.AdminResultH\006" - + "\210\001\001\022\031\n\021dml_rows_modified\030\t \003(\003\022M\n\025change" - + "_stream_records\030\n \003(\0132..google.spanner.e" - + "xecutor.v1.ChangeStreamRecordB\t\n\007_status" - + "B\016\n\014_commit_timeB\016\n\014_read_resultB\017\n\r_que" - + "ry_resultB\030\n\026_transaction_restartedB\017\n\r_" - + "batch_txn_idB\017\n\r_admin_result\"\231\003\n\013AdminR" - + "esult\022H\n\017backup_response\030\001 \001(\0132/.google." - + "spanner.executor.v1.CloudBackupResponse\022" - + "I\n\022operation_response\030\002 \001(\0132-.google.spa" - + "nner.executor.v1.OperationResponse\022L\n\021da" - + "tabase_response\030\003 \001(\01321.google.spanner.e" - + "xecutor.v1.CloudDatabaseResponse\022L\n\021inst" - + "ance_response\030\004 \001(\01321.google.spanner.exe" - + "cutor.v1.CloudInstanceResponse\022Y\n\030instan" - + "ce_config_response\030\005 \001(\01327.google.spanne" - + "r.executor.v1.CloudInstanceConfigRespons" - + "e\"\353\001\n\023CloudBackupResponse\022@\n\016listed_back" - + "ups\030\001 \003(\0132(.google.spanner.admin.databas" - + "e.v1.Backup\022?\n\030listed_backup_operations\030" - + "\002 \003(\0132\035.google.longrunning.Operation\022\027\n\017" - + "next_page_token\030\003 \001(\t\0228\n\006backup\030\004 \001(\0132(." - + "google.spanner.admin.database.v1.Backup\"" - + "\230\001\n\021OperationResponse\0228\n\021listed_operatio" - + "ns\030\001 \003(\0132\035.google.longrunning.Operation\022" - + "\027\n\017next_page_token\030\002 \001(\t\0220\n\toperation\030\003 " - + "\001(\0132\035.google.longrunning.Operation\"\264\001\n\025C" - + "loudInstanceResponse\022D\n\020listed_instances" - + "\030\001 \003(\0132*.google.spanner.admin.instance.v" - + "1.Instance\022\027\n\017next_page_token\030\002 \001(\t\022<\n\010i" - + "nstance\030\003 \001(\0132*.google.spanner.admin.ins" - + "tance.v1.Instance\"\324\001\n\033CloudInstanceConfi" - + "gResponse\022Q\n\027listed_instance_configs\030\001 \003" - + "(\01320.google.spanner.admin.instance.v1.In" - + "stanceConfig\022\027\n\017next_page_token\030\002 \001(\t\022I\n" - + "\017instance_config\030\003 \001(\01320.google.spanner." - + "admin.instance.v1.InstanceConfig\"\367\001\n\025Clo" - + "udDatabaseResponse\022D\n\020listed_databases\030\001" - + " \003(\0132*.google.spanner.admin.database.v1.", - "Database\022A\n\032listed_database_operations\030\002" - + " \003(\0132\035.google.longrunning.Operation\022\027\n\017n" - + "ext_page_token\030\003 \001(\t\022<\n\010database\030\004 \001(\0132*" - + ".google.spanner.admin.database.v1.Databa" - + "se\"\336\001\n\nReadResult\022\r\n\005table\030\001 \001(\t\022\022\n\005inde" - + "x\030\002 \001(\tH\000\210\001\001\022\032\n\rrequest_index\030\003 \001(\005H\001\210\001\001" - + "\0222\n\003row\030\004 \003(\0132%.google.spanner.executor." - + "v1.ValueList\0224\n\010row_type\030\005 \001(\0132\035.google." - + "spanner.v1.StructTypeH\002\210\001\001B\010\n\006_indexB\020\n\016" - + "_request_indexB\013\n\t_row_type\"\204\001\n\013QueryRes" - + "ult\0222\n\003row\030\001 \003(\0132%.google.spanner.execut" - + "or.v1.ValueList\0224\n\010row_type\030\002 \001(\0132\035.goog" - + "le.spanner.v1.StructTypeH\000\210\001\001B\013\n\t_row_ty" - + "pe\"\363\001\n\022ChangeStreamRecord\022C\n\013data_change" - + "\030\001 \001(\0132,.google.spanner.executor.v1.Data" - + "ChangeRecordH\000\022L\n\017child_partition\030\002 \001(\0132" - + "1.google.spanner.executor.v1.ChildPartit" - + "ionsRecordH\000\022@\n\theartbeat\030\003 \001(\0132+.google" - + ".spanner.executor.v1.HeartbeatRecordH\000B\010" - + "\n\006record\"\330\004\n\020DataChangeRecord\022/\n\013commit_" - + "time\030\001 \001(\0132\032.google.protobuf.Timestamp\022\027" - + "\n\017record_sequence\030\002 \001(\t\022\026\n\016transaction_i" - + "d\030\003 \001(\t\022\026\n\016is_last_record\030\004 \001(\010\022\r\n\005table" - + "\030\005 \001(\t\022M\n\014column_types\030\006 \003(\01327.google.sp" - + "anner.executor.v1.DataChangeRecord.Colum" - + "nType\022>\n\004mods\030\007 \003(\01320.google.spanner.exe" - + "cutor.v1.DataChangeRecord.Mod\022\020\n\010mod_typ" - + "e\030\010 \001(\t\022\032\n\022value_capture_type\030\t \001(\t\022\024\n\014r" - + "ecord_count\030\n \001(\003\022\027\n\017partition_count\030\013 \001" - + "(\003\022\027\n\017transaction_tag\030\014 \001(\t\022\035\n\025is_system" - + "_transaction\030\r \001(\010\032Z\n\nColumnType\022\014\n\004name" - + "\030\001 \001(\t\022\014\n\004type\030\002 \001(\t\022\026\n\016is_primary_key\030\003" - + " \001(\010\022\030\n\020ordinal_position\030\004 \001(\003\032;\n\003Mod\022\014\n" - + "\004keys\030\001 \001(\t\022\022\n\nnew_values\030\002 \001(\t\022\022\n\nold_v" - + "alues\030\003 \001(\t\"\376\001\n\025ChildPartitionsRecord\022.\n" - + "\nstart_time\030\001 \001(\0132\032.google.protobuf.Time" - + "stamp\022\027\n\017record_sequence\030\002 \001(\t\022Z\n\020child_" - + "partitions\030\003 \003(\0132@.google.spanner.execut" - + "or.v1.ChildPartitionsRecord.ChildPartiti" - + "on\032@\n\016ChildPartition\022\r\n\005token\030\001 \001(\t\022\037\n\027p" - + "arent_partition_tokens\030\002 \003(\t\"E\n\017Heartbea" - + "tRecord\0222\n\016heartbeat_time\030\001 \001(\0132\032.google" - + ".protobuf.Timestamp\"^\n\016SpannerOptions\022L\n" - + "\024session_pool_options\030\001 \001(\0132..google.spa" - + "nner.executor.v1.SessionPoolOptions\"-\n\022S" - + "essionPoolOptions\022\027\n\017use_multiplexed\030\001 \001" - + "(\0102\314\001\n\024SpannerExecutorProxy\022\211\001\n\022ExecuteA" - + "ctionAsync\0225.google.spanner.executor.v1." - + "SpannerAsyncActionRequest\0326.google.spann" - + "er.executor.v1.SpannerAsyncActionRespons" - + "e\"\000(\0010\001\032(\312A%spanner-cloud-executor.googl" - + "eapis.comBx\n\036com.google.spanner.executor" - + ".v1B\022CloudExecutorProtoP\001Z@cloud.google." - + "com/go/spanner/executor/apiv1/executorpb" - + ";executorpbb\006proto3" + + "er.executor.v1.GetCloudDatabaseActionH\000\022R\n" + + "\023create_cloud_backup\030\022 \001(\01323.google.sp" + + "anner.executor.v1.CreateCloudBackupActionH\000\022N\n" + + "\021copy_cloud_backup\030\023 \001(\01321.google." + + "spanner.executor.v1.CopyCloudBackupActionH\000\022L\n" + + "\020get_cloud_backup\030\024 \001(\01320.google.s" + + "panner.executor.v1.GetCloudBackupActionH\000\022R\n" + + "\023update_cloud_backup\030\025 \001(\01323.google." + + "spanner.executor.v1.UpdateCloudBackupActionH\000\022R\n" + + "\023delete_cloud_backup\030\026 \001(\01323.goo" + + "gle.spanner.executor.v1.DeleteCloudBackupActionH\000\022P\n" + + "\022list_cloud_backups\030\027 \001(\01322." + + "google.spanner.executor.v1.ListCloudBackupsActionH\000\022c\n" + + "\034list_cloud_backup_operations\030\030" + + " \001(\0132;.google.spanner.executor.v1.ListCloudBackupOperationsActionH\000\022G\n\r" + + "get_operation\030\031" + + " \001(\0132..google.spanner.executor.v1.GetOperationActionH\000\022M\n" + + "\020cancel_operation\030\032" + + " \001(\01321.google.spanner.executor.v1.CancelOperationActionH\000\022c\n" + + "\034change_quorum_cloud_database\030\034 \001(\0132;.google.spanner." + + "executor.v1.ChangeQuorumCloudDatabaseActionH\000B\010\n" + + "\006action\"\245\001\n" + + "\036CreateUserInstanceConfigAction\022\026\n" + + "\016user_config_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\022\026\n" + + "\016base_config_id\030\003 \001(\t\022?\n" + + "\010replicas\030\004" + + " \003(\0132-.google.spanner.admin.instance.v1.ReplicaInfo\"\377\001\n" + + "\036UpdateUserInstanceConfigAction\022\026\n" + + "\016user_config_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\022\031\n" + + "\014display_name\030\003 \001(\tH\000\210\001\001\022V\n" + + "\006labels\030\004 \003(\0132F.google.spann" + + "er.executor.v1.UpdateUserInstanceConfigAction.LabelsEntry\032-\n" + + "\013LabelsEntry\022\013\n" + + "\003key\030\001 \001(\t\022\r\n" + + "\005value\030\002 \001(\t:\0028\001B\017\n\r" + + "_display_name\"N\n" + + "\034GetCloudInstanceConfigAction\022\032\n" + + "\022instance_config_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\"L\n" + + "\036DeleteUserInstanceConfigAction\022\026\n" + + "\016user_config_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\"\202\001\n" + + "\036ListCloudInstanceConfigsAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\026\n" + + "\tpage_size\030\002 \001(\005H\000\210\001\001\022\027\n\n" + + "page_token\030\003 \001(\tH\001\210\001\001B\014\n\n" + + "_page_sizeB\r\n" + + "\013_page_token\"\253\003\n" + + "\031CreateCloudInstanceAction\022\023\n" + + "\013instance_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\022\032\n" + + "\022instance_config_id\030\003 \001(\t\022\027\n\n" + + "node_count\030\004 \001(\005H\000\210\001\001\022\035\n" + + "\020processing_units\030\006 \001(\005H\001\210\001\001\022T\n" + + "\022autoscaling_config\030\007 \001(\01323.go" + + "ogle.spanner.admin.instance.v1.AutoscalingConfigH\002\210\001\001\022Q\n" + + "\006labels\030\005 \003(\0132A.google.s" + + "panner.executor.v1.CreateCloudInstanceAction.LabelsEntry\032-\n" + + "\013LabelsEntry\022\013\n" + + "\003key\030\001 \001(\t\022\r\n" + + "\005value\030\002 \001(\t:\0028\001B\r\n" + + "\013_node_countB\023\n" + + "\021_processing_unitsB\025\n" + + "\023_autoscaling_config\"\273\003\n" + + "\031UpdateCloudInstanceAction\022\023\n" + + "\013instance_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\022\031\n" + + "\014display_name\030\003 \001(\tH\000\210\001\001\022\027\n\n" + + "node_count\030\004 \001(\005H\001\210\001\001\022\035\n" + + "\020processing_units\030\005 \001(\005H\002\210\001\001\022T\n" + + "\022autoscaling_config\030\007 \001(\01323.google.spanne" + + "r.admin.instance.v1.AutoscalingConfigH\003\210\001\001\022Q\n" + + "\006labels\030\006 \003(\0132A.google.spanner.exec" + + "utor.v1.UpdateCloudInstanceAction.LabelsEntry\032-\n" + + "\013LabelsEntry\022\013\n" + + "\003key\030\001 \001(\t\022\r\n" + + "\005value\030\002 \001(\t:\0028\001B\017\n\r" + + "_display_nameB\r\n" + + "\013_node_countB\023\n" + + "\021_processing_unitsB\025\n" + + "\023_autoscaling_config\"D\n" + + "\031DeleteCloudInstanceAction\022\023\n" + + "\013instance_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\"\227\002\n" + + "\031CreateCloudDatabaseAction\022\023\n" + + "\013instance_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\022\023\n" + + "\013database_id\030\003 \001(\t\022\025\n\r" + + "sdl_statement\030\004 \003(\t\022M\n" + + "\021encryption_config\030\005" + + " \001(\01322.google.spanner.admin.database.v1.EncryptionConfig\022\024\n" + + "\007dialect\030\006 \001(\tH\000\210\001\001\022\036\n" + + "\021proto_descriptors\030\007 \001(\014H\001\210\001\001B\n\n" + + "\010_dialectB\024\n" + + "\022_proto_descriptors\"\277\001\n" + + "\034UpdateCloudDatabaseDdlAction\022\023\n" + + "\013instance_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\022\023\n" + + "\013database_id\030\003 \001(\t\022\025\n\r" + + "sdl_statement\030\004 \003(\t\022\024\n" + + "\014operation_id\030\005 \001(\t\022\036\n" + + "\021proto_descriptors\030\006 \001(\014H\000\210\001\001B\024\n" + + "\022_proto_descriptors\"{\n" + + "\031UpdateCloudDatabaseAction\022\023\n" + + "\013instance_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\022\025\n\r" + + "database_name\030\003 \001(\t\022\036\n" + + "\026enable_drop_protection\030\004 \001(\010\"W\n" + + "\027DropCloudDatabaseAction\022\023\n" + + "\013instance_id\030\001 \001(\t\022\022\n\n" + + "project_id\030\002 \001(\t\022\023\n" + + "\013database_id\030\003 \001(\t\"h\n" + + "\037ChangeQuorumCloudDatabaseAction\022\031\n" + + "\014database_uri\030\001 \001(\tH\000\210\001\001\022\031\n" + + "\021serving_locations\030\002 \003(\tB\017\n\r" + + "_database_uri\"j\n" + + "\030ListCloudDatabasesAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\021\n" + + "\tpage_size\030\003 \001(\005\022\022\n\n" + + "page_token\030\004 \001(\t\"\234\001\n" + + "\030ListCloudInstancesAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\006filter\030\002 \001(\tH\000\210\001\001\022\026\n" + + "\tpage_size\030\003 \001(\005H\001\210\001\001\022\027\n\n" + + "page_token\030\004 \001(\tH\002\210\001\001B\t\n" + + "\007_filterB\014\n\n" + + "_page_sizeB\r\n" + + "\013_page_token\"A\n" + + "\026GetCloudInstanceAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\"\203\001\n" + + "!ListCloudDatabaseOperationsAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\016\n" + + "\006filter\030\003 \001(\t\022\021\n" + + "\tpage_size\030\004 \001(\005\022\022\n\n" + + "page_token\030\005 \001(\t\"\341\001\n" + + "\032RestoreCloudDatabaseAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\032\n" + + "\022backup_instance_id\030\002 \001(\t\022\021\n" + + "\tbackup_id\030\003 \001(\t\022\034\n" + + "\024database_instance_id\030\004 \001(\t\022\023\n" + + "\013database_id\030\005 \001(\t\022M\n" + + "\021encryption_config\030\007 \001(\01322" + + ".google.spanner.admin.database.v1.EncryptionConfig\"V\n" + + "\026GetCloudDatabaseAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\023\n" + + "\013database_id\030\003 \001(\t\"\267\002\n" + + "\027CreateCloudBackupAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\021\n" + + "\tbackup_id\030\003 \001(\t\022\023\n" + + "\013database_id\030\004 \001(\t\0224\n" + + "\013expire_time\030\005 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\0225\n" + + "\014version_time\030\006" + + " \001(\0132\032.google.protobuf.TimestampH\000\210\001\001\022M\n" + + "\021encryption_config\030\007" + + " \001(\01322.google.spanner.admin.database.v1.EncryptionConfigB\017\n\r" + + "_version_time\"\240\001\n" + + "\025CopyCloudBackupAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\021\n" + + "\tbackup_id\030\003 \001(\t\022\025\n\r" + + "source_backup\030\004 \001(\t\0224\n" + + "\013expire_time\030\005 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\"R\n" + + "\024GetCloudBackupAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\021\n" + + "\tbackup_id\030\003 \001(\t\"\213\001\n" + + "\027UpdateCloudBackupAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\021\n" + + "\tbackup_id\030\003 \001(\t\0224\n" + + "\013expire_time\030\004 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\"U\n" + + "\027DeleteCloudBackupAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\021\n" + + "\tbackup_id\030\003 \001(\t\"x\n" + + "\026ListCloudBackupsAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\016\n" + + "\006filter\030\003 \001(\t\022\021\n" + + "\tpage_size\030\004 \001(\005\022\022\n\n" + + "page_token\030\005 \001(\t\"\201\001\n" + + "\037ListCloudBackupOperationsAction\022\022\n\n" + + "project_id\030\001 \001(\t\022\023\n" + + "\013instance_id\030\002 \001(\t\022\016\n" + + "\006filter\030\003 \001(\t\022\021\n" + + "\tpage_size\030\004 \001(\005\022\022\n\n" + + "page_token\030\005 \001(\t\"\'\n" + + "\022GetOperationAction\022\021\n" + + "\toperation\030\001 \001(\t\"I\n" + + "\027QueryCancellationAction\022\030\n" + + "\020long_running_sql\030\001 \001(\t\022\024\n" + + "\014cancel_query\030\002 \001(\t\"*\n" + + "\025CancelOperationAction\022\021\n" + + "\toperation\030\001 \001(\t\"\210\001\n" + + "\033StartBatchTransactionAction\0224\n" + + "\016batch_txn_time\030\001 \001(\0132\032.google.protobuf.TimestampH\000\022\r\n" + + "\003tid\030\002 \001(\014H\000\022\033\n" + + "\023cloud_database_role\030\003 \001(\tB\007\n" + + "\005param\".\n" + + "\033CloseBatchTransactionAction\022\017\n" + + "\007cleanup\030\001 \001(\010\"\227\002\n" + + "!GenerateDbPartitionsForReadAction\0224\n" + + "\004read\030\001 \001(\0132&.google.spanner.executor.v1.ReadAction\0228\n" + + "\005table\030\002 \003(\0132).google.spanner.executor.v1.TableMetadata\022(\n" + + "\033desired_bytes_per_partition\030\003 \001(\003H\000\210\001\001\022 \n" + + "\023max_partition_count\030\004 \001(\003H\001\210\001\001B\036\n" + + "\034_desired_bytes_per_partitionB\026\n" + + "\024_max_partition_count\"\246\001\n" + + "\"GenerateDbPartitionsForQueryAction\0226\n" + + "\005query\030\001 \001(\0132\'.google.spanner.executor.v1.QueryAction\022(\n" + + "\033desired_bytes_per_partition\030\002 \001(\003H\000\210\001\001B\036\n" + + "\034_desired_bytes_per_partition\"x\n" + + "\016BatchPartition\022\021\n" + + "\tpartition\030\001 \001(\014\022\027\n" + + "\017partition_token\030\002 \001(\014\022\022\n" + + "\005table\030\003 \001(\tH\000\210\001\001\022\022\n" + + "\005index\030\004 \001(\tH\001\210\001\001B\010\n" + + "\006_tableB\010\n" + + "\006_index\"W\n" + + "\026ExecutePartitionAction\022=\n" + + "\tpartition\030\001 \001(\0132*.google.spanner.executor.v1.BatchPartition\"\216\003\n" + + "\030ExecuteChangeStreamQuery\022\014\n" + + "\004name\030\001 \001(\t\022.\n\n" + + "start_time\030\002 \001(\0132\032.google.protobuf.Timestamp\0221\n" + + "\010end_time\030\003" + + " \001(\0132\032.google.protobuf.TimestampH\000\210\001\001\022\034\n" + + "\017partition_token\030\004 \001(\tH\001\210\001\001\022\024\n" + + "\014read_options\030\005 \003(\t\022#\n" + + "\026heartbeat_milliseconds\030\006 \001(\005H\002\210\001\001\022\035\n" + + "\020deadline_seconds\030\007 \001(\003H\003\210\001\001\022 \n" + + "\023cloud_database_role\030\010 \001(\tH\004\210\001\001B\013\n" + + "\t_end_timeB\022\n" + + "\020_partition_tokenB\031\n" + + "\027_heartbeat_millisecondsB\023\n" + + "\021_deadline_secondsB\026\n" + + "\024_cloud_database_role\"\242\005\n" + + "\024SpannerActionOutcome\022\'\n" + + "\006status\030\001 \001(\0132\022.google.rpc.StatusH\000\210\001\001\0224\n" + + "\013commit_time\030\002" + + " \001(\0132\032.google.protobuf.TimestampH\001\210\001\001\022@\n" + + "\013read_result\030\003" + + " \001(\0132&.google.spanner.executor.v1.ReadResultH\002\210\001\001\022B\n" + + "\014query_result\030\004 \001(\013" + + "2\'.google.spanner.executor.v1.QueryResultH\003\210\001\001\022\"\n" + + "\025transaction_restarted\030\005 \001(\010H\004\210\001\001\022\031\n" + + "\014batch_txn_id\030\006 \001(\014H\005\210\001\001\022@\n" + + "\014db_partition\030\007 \003(\0132*.google.spanner.executor.v1.BatchPartition\022B\n" + + "\014admin_result\030\010 \001(\0132\'." + + "google.spanner.executor.v1.AdminResultH\006\210\001\001\022\031\n" + + "\021dml_rows_modified\030\t \003(\003\022M\n" + + "\025change_stream_records\030\n" + + " \003(\0132..google.spanner.executor.v1.ChangeStreamRecordB\t\n" + + "\007_statusB\016\n" + + "\014_commit_timeB\016\n" + + "\014_read_resultB\017\n\r" + + "_query_resultB\030\n" + + "\026_transaction_restartedB\017\n\r" + + "_batch_txn_idB\017\n\r" + + "_admin_result\"\231\003\n" + + "\013AdminResult\022H\n" + + "\017backup_response\030\001 \001(\0132/.google." + + "spanner.executor.v1.CloudBackupResponse\022I\n" + + "\022operation_response\030\002" + + " \001(\0132-.google.spanner.executor.v1.OperationResponse\022L\n" + + "\021database_response\030\003" + + " \001(\01321.google.spanner.executor.v1.CloudDatabaseResponse\022L\n" + + "\021instance_response\030\004" + + " \001(\01321.google.spanner.executor.v1.CloudInstanceResponse\022Y\n" + + "\030instance_config_response\030\005 \001(\01327.google.spanne" + + "r.executor.v1.CloudInstanceConfigResponse\"\353\001\n" + + "\023CloudBackupResponse\022@\n" + + "\016listed_backups\030\001 \003(\0132(.google.spanner.admin.database.v1.Backup\022?\n" + + "\030listed_backup_operations\030\002" + + " \003(\0132\035.google.longrunning.Operation\022\027\n" + + "\017next_page_token\030\003 \001(\t\0228\n" + + "\006backup\030\004 \001(\0132(.google.spanner.admin.database.v1.Backup\"\230\001\n" + + "\021OperationResponse\0228\n" + + "\021listed_operations\030\001 \003(\0132\035.google.longrunning.Operation\022\027\n" + + "\017next_page_token\030\002 \001(\t\0220\n" + + "\toperation\030\003 \001(\0132\035.google.longrunning.Operation\"\264\001\n" + + "\025CloudInstanceResponse\022D\n" + + "\020listed_instances\030\001" + + " \003(\0132*.google.spanner.admin.instance.v1.Instance\022\027\n" + + "\017next_page_token\030\002 \001(\t\022<\n" + + "\010instance\030\003 \001(\0132*.google.spanner.admin.instance.v1.Instance\"\324\001\n" + + "\033CloudInstanceConfigResponse\022Q\n" + + "\027listed_instance_configs\030\001 \003" + + "(\01320.google.spanner.admin.instance.v1.InstanceConfig\022\027\n" + + "\017next_page_token\030\002 \001(\t\022I\n" + + "\017instance_config\030\003" + + " \001(\01320.google.spanner.admin.instance.v1.InstanceConfig\"\367\001\n" + + "\025CloudDatabaseResponse\022D\n" + + "\020listed_databases\030\001 \003(\0132*.google.spanner.admin.database.v1.", + "Database\022A\n" + + "\032listed_database_operations\030\002" + + " \003(\0132\035.google.longrunning.Operation\022\027\n" + + "\017next_page_token\030\003 \001(\t\022<\n" + + "\010database\030\004 \001(\0132*" + + ".google.spanner.admin.database.v1.Database\"\336\001\n\n" + + "ReadResult\022\r\n" + + "\005table\030\001 \001(\t\022\022\n" + + "\005index\030\002 \001(\tH\000\210\001\001\022\032\n\r" + + "request_index\030\003 \001(\005H\001\210\001\001\0222\n" + + "\003row\030\004 \003(\0132%.google.spanner.executor.v1.ValueList\0224\n" + + "\010row_type\030\005" + + " \001(\0132\035.google.spanner.v1.StructTypeH\002\210\001\001B\010\n" + + "\006_indexB\020\n" + + "\016_request_indexB\013\n" + + "\t_row_type\"\204\001\n" + + "\013QueryResult\0222\n" + + "\003row\030\001 \003(\0132%.google.spanner.executor.v1.ValueList\0224\n" + + "\010row_type\030\002" + + " \001(\0132\035.google.spanner.v1.StructTypeH\000\210\001\001B\013\n" + + "\t_row_type\"\363\001\n" + + "\022ChangeStreamRecord\022C\n" + + "\013data_change\030\001" + + " \001(\0132,.google.spanner.executor.v1.DataChangeRecordH\000\022L\n" + + "\017child_partition\030\002 \001(\0132" + + "1.google.spanner.executor.v1.ChildPartitionsRecordH\000\022@\n" + + "\theartbeat\030\003 \001(\0132+.google.spanner.executor.v1.HeartbeatRecordH\000B\010\n" + + "\006record\"\330\004\n" + + "\020DataChangeRecord\022/\n" + + "\013commit_time\030\001 \001(\0132\032.google.protobuf.Timestamp\022\027\n" + + "\017record_sequence\030\002 \001(\t\022\026\n" + + "\016transaction_id\030\003 \001(\t\022\026\n" + + "\016is_last_record\030\004 \001(\010\022\r\n" + + "\005table\030\005 \001(\t\022M\n" + + "\014column_types\030\006 \003(\01327.google.sp" + + "anner.executor.v1.DataChangeRecord.ColumnType\022>\n" + + "\004mods\030\007 \003(\01320.google.spanner.executor.v1.DataChangeRecord.Mod\022\020\n" + + "\010mod_type\030\010 \001(\t\022\032\n" + + "\022value_capture_type\030\t \001(\t\022\024\n" + + "\014record_count\030\n" + + " \001(\003\022\027\n" + + "\017partition_count\030\013 \001(\003\022\027\n" + + "\017transaction_tag\030\014 \001(\t\022\035\n" + + "\025is_system_transaction\030\r" + + " \001(\010\032Z\n\n" + + "ColumnType\022\014\n" + + "\004name\030\001 \001(\t\022\014\n" + + "\004type\030\002 \001(\t\022\026\n" + + "\016is_primary_key\030\003 \001(\010\022\030\n" + + "\020ordinal_position\030\004 \001(\003\032;\n" + + "\003Mod\022\014\n" + + "\004keys\030\001 \001(\t\022\022\n\n" + + "new_values\030\002 \001(\t\022\022\n\n" + + "old_values\030\003 \001(\t\"\376\001\n" + + "\025ChildPartitionsRecord\022.\n" + + "\n" + + "start_time\030\001 \001(\0132\032.google.protobuf.Timestamp\022\027\n" + + "\017record_sequence\030\002 \001(\t\022Z\n" + + "\020child_partitions\030\003 \003(\0132@.google.spanner.execut" + + "or.v1.ChildPartitionsRecord.ChildPartition\032@\n" + + "\016ChildPartition\022\r\n" + + "\005token\030\001 \001(\t\022\037\n" + + "\027parent_partition_tokens\030\002 \003(\t\"E\n" + + "\017HeartbeatRecord\0222\n" + + "\016heartbeat_time\030\001 \001(\0132\032.google.protobuf.Timestamp\"^\n" + + "\016SpannerOptions\022L\n" + + "\024session_pool_options\030\001" + + " \001(\0132..google.spanner.executor.v1.SessionPoolOptions\"-\n" + + "\022SessionPoolOptions\022\027\n" + + "\017use_multiplexed\030\001 \001(\0102\314\001\n" + + "\024SpannerExecutorProxy\022\211\001\n" + + "\022ExecuteActionAsync\0225.google.spanner.executor.v1." + + "SpannerAsyncActionRequest\0326.google.spanner.executor.v1.SpannerAsyncActionRespons" + + "e\"\000(\0010\001\032(\312A%spanner-cloud-executor.googleapis.comBx\n" + + "\036com.google.spanner.executor.v1B\022CloudExecutorProtoP\001Z@cloud.google." + + "com/go/spanner/executor/apiv1/executorpb;executorpbb\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceConfigResponse.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceConfigResponse.java index b784d54e76..9d91bb5853 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceConfigResponse.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceConfigResponse.java @@ -34,6 +34,7 @@ public final class CloudInstanceConfigResponse extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CloudInstanceConfigResponse) CloudInstanceConfigResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use CloudInstanceConfigResponse.newBuilder() to construct. private CloudInstanceConfigResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List listedInstanceConfigs_; + /** * * @@ -86,6 +88,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getListedInstanceConfigsList() { return listedInstanceConfigs_; } + /** * * @@ -101,6 +104,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getListedInstanceConfigsOrBuilderList() { return listedInstanceConfigs_; } + /** * * @@ -115,6 +119,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public int getListedInstanceConfigsCount() { return listedInstanceConfigs_.size(); } + /** * * @@ -129,6 +134,7 @@ public int getListedInstanceConfigsCount() { public com.google.spanner.admin.instance.v1.InstanceConfig getListedInstanceConfigs(int index) { return listedInstanceConfigs_.get(index); } + /** * * @@ -149,6 +155,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getListedInstanceConf @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -173,6 +180,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -200,6 +208,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public static final int INSTANCE_CONFIG_FIELD_NUMBER = 3; private com.google.spanner.admin.instance.v1.InstanceConfig instanceConfig_; + /** * * @@ -215,6 +224,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -232,6 +242,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { ? com.google.spanner.admin.instance.v1.InstanceConfig.getDefaultInstance() : instanceConfig_; } + /** * * @@ -435,6 +446,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -748,6 +760,7 @@ private void ensureListedInstanceConfigsIsMutable() { return listedInstanceConfigsBuilder_.getMessageList(); } } + /** * * @@ -765,6 +778,7 @@ public int getListedInstanceConfigsCount() { return listedInstanceConfigsBuilder_.getCount(); } } + /** * * @@ -782,6 +796,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getListedInstanceConf return listedInstanceConfigsBuilder_.getMessage(index); } } + /** * * @@ -806,6 +821,7 @@ public Builder setListedInstanceConfigs( } return this; } + /** * * @@ -827,6 +843,7 @@ public Builder setListedInstanceConfigs( } return this; } + /** * * @@ -851,6 +868,7 @@ public Builder addListedInstanceConfigs( } return this; } + /** * * @@ -875,6 +893,7 @@ public Builder addListedInstanceConfigs( } return this; } + /** * * @@ -896,6 +915,7 @@ public Builder addListedInstanceConfigs( } return this; } + /** * * @@ -917,6 +937,7 @@ public Builder addListedInstanceConfigs( } return this; } + /** * * @@ -938,6 +959,7 @@ public Builder addAllListedInstanceConfigs( } return this; } + /** * * @@ -958,6 +980,7 @@ public Builder clearListedInstanceConfigs() { } return this; } + /** * * @@ -978,6 +1001,7 @@ public Builder removeListedInstanceConfigs(int index) { } return this; } + /** * * @@ -992,6 +1016,7 @@ public Builder removeListedInstanceConfigs(int index) { getListedInstanceConfigsBuilder(int index) { return getListedInstanceConfigsFieldBuilder().getBuilder(index); } + /** * * @@ -1010,6 +1035,7 @@ public Builder removeListedInstanceConfigs(int index) { return listedInstanceConfigsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1028,6 +1054,7 @@ public Builder removeListedInstanceConfigs(int index) { return java.util.Collections.unmodifiableList(listedInstanceConfigs_); } } + /** * * @@ -1043,6 +1070,7 @@ public Builder removeListedInstanceConfigs(int index) { return getListedInstanceConfigsFieldBuilder() .addBuilder(com.google.spanner.admin.instance.v1.InstanceConfig.getDefaultInstance()); } + /** * * @@ -1059,6 +1087,7 @@ public Builder removeListedInstanceConfigs(int index) { .addBuilder( index, com.google.spanner.admin.instance.v1.InstanceConfig.getDefaultInstance()); } + /** * * @@ -1095,6 +1124,7 @@ public Builder removeListedInstanceConfigs(int index) { } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1118,6 +1148,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1141,6 +1172,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1163,6 +1195,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1181,6 +1214,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * @@ -1211,6 +1245,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.instance.v1.InstanceConfig.Builder, com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder> instanceConfigBuilder_; + /** * * @@ -1225,6 +1260,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { public boolean hasInstanceConfig() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1245,6 +1281,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig() { return instanceConfigBuilder_.getMessage(); } } + /** * * @@ -1267,6 +1304,7 @@ public Builder setInstanceConfig(com.google.spanner.admin.instance.v1.InstanceCo onChanged(); return this; } + /** * * @@ -1287,6 +1325,7 @@ public Builder setInstanceConfig( onChanged(); return this; } + /** * * @@ -1315,6 +1354,7 @@ public Builder mergeInstanceConfig(com.google.spanner.admin.instance.v1.Instance } return this; } + /** * * @@ -1334,6 +1374,7 @@ public Builder clearInstanceConfig() { onChanged(); return this; } + /** * * @@ -1348,6 +1389,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo onChanged(); return getInstanceConfigFieldBuilder().getBuilder(); } + /** * * @@ -1367,6 +1409,7 @@ public com.google.spanner.admin.instance.v1.InstanceConfig.Builder getInstanceCo : instanceConfig_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceConfigResponseOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceConfigResponseOrBuilder.java index ff9f7db32a..cfc0ac47c9 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceConfigResponseOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceConfigResponseOrBuilder.java @@ -36,6 +36,7 @@ public interface CloudInstanceConfigResponseOrBuilder */ java.util.List getListedInstanceConfigsList(); + /** * * @@ -47,6 +48,7 @@ public interface CloudInstanceConfigResponseOrBuilder * */ com.google.spanner.admin.instance.v1.InstanceConfig getListedInstanceConfigs(int index); + /** * * @@ -58,6 +60,7 @@ public interface CloudInstanceConfigResponseOrBuilder * */ int getListedInstanceConfigsCount(); + /** * * @@ -70,6 +73,7 @@ public interface CloudInstanceConfigResponseOrBuilder */ java.util.List getListedInstanceConfigsOrBuilderList(); + /** * * @@ -96,6 +100,7 @@ com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getListedInstanceCo * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * @@ -122,6 +127,7 @@ com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getListedInstanceCo * @return Whether the instanceConfig field is set. */ boolean hasInstanceConfig(); + /** * * @@ -134,6 +140,7 @@ com.google.spanner.admin.instance.v1.InstanceConfigOrBuilder getListedInstanceCo * @return The instanceConfig. */ com.google.spanner.admin.instance.v1.InstanceConfig getInstanceConfig(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceResponse.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceResponse.java index 304e6352c8..95dd67c255 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceResponse.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceResponse.java @@ -34,6 +34,7 @@ public final class CloudInstanceResponse extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CloudInstanceResponse) CloudInstanceResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use CloudInstanceResponse.newBuilder() to construct. private CloudInstanceResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List listedInstances_; + /** * * @@ -83,6 +85,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getListedInstancesList() { return listedInstances_; } + /** * * @@ -97,6 +100,7 @@ public java.util.List getListedIn getListedInstancesOrBuilderList() { return listedInstances_; } + /** * * @@ -110,6 +114,7 @@ public java.util.List getListedIn public int getListedInstancesCount() { return listedInstances_.size(); } + /** * * @@ -123,6 +128,7 @@ public int getListedInstancesCount() { public com.google.spanner.admin.instance.v1.Instance getListedInstances(int index) { return listedInstances_.get(index); } + /** * * @@ -142,6 +148,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getListedInstances @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -166,6 +173,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -193,6 +201,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public static final int INSTANCE_FIELD_NUMBER = 3; private com.google.spanner.admin.instance.v1.Instance instance_; + /** * * @@ -208,6 +217,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -225,6 +235,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { ? com.google.spanner.admin.instance.v1.Instance.getDefaultInstance() : instance_; } + /** * * @@ -425,6 +436,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -734,6 +746,7 @@ public java.util.List getListedIn return listedInstancesBuilder_.getMessageList(); } } + /** * * @@ -750,6 +763,7 @@ public int getListedInstancesCount() { return listedInstancesBuilder_.getCount(); } } + /** * * @@ -766,6 +780,7 @@ public com.google.spanner.admin.instance.v1.Instance getListedInstances(int inde return listedInstancesBuilder_.getMessage(index); } } + /** * * @@ -789,6 +804,7 @@ public Builder setListedInstances( } return this; } + /** * * @@ -809,6 +825,7 @@ public Builder setListedInstances( } return this; } + /** * * @@ -831,6 +848,7 @@ public Builder addListedInstances(com.google.spanner.admin.instance.v1.Instance } return this; } + /** * * @@ -854,6 +872,7 @@ public Builder addListedInstances( } return this; } + /** * * @@ -874,6 +893,7 @@ public Builder addListedInstances( } return this; } + /** * * @@ -894,6 +914,7 @@ public Builder addListedInstances( } return this; } + /** * * @@ -914,6 +935,7 @@ public Builder addAllListedInstances( } return this; } + /** * * @@ -933,6 +955,7 @@ public Builder clearListedInstances() { } return this; } + /** * * @@ -952,6 +975,7 @@ public Builder removeListedInstances(int index) { } return this; } + /** * * @@ -965,6 +989,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder getListedInstancesB int index) { return getListedInstancesFieldBuilder().getBuilder(index); } + /** * * @@ -982,6 +1007,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getListedInstances return listedInstancesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -999,6 +1025,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getListedInstances return java.util.Collections.unmodifiableList(listedInstances_); } } + /** * * @@ -1012,6 +1039,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder addListedInstancesB return getListedInstancesFieldBuilder() .addBuilder(com.google.spanner.admin.instance.v1.Instance.getDefaultInstance()); } + /** * * @@ -1026,6 +1054,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder addListedInstancesB return getListedInstancesFieldBuilder() .addBuilder(index, com.google.spanner.admin.instance.v1.Instance.getDefaultInstance()); } + /** * * @@ -1061,6 +1090,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder addListedInstancesB } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1084,6 +1114,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1107,6 +1138,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1129,6 +1161,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1147,6 +1180,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * @@ -1177,6 +1211,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.instance.v1.Instance.Builder, com.google.spanner.admin.instance.v1.InstanceOrBuilder> instanceBuilder_; + /** * * @@ -1191,6 +1226,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { public boolean hasInstance() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1211,6 +1247,7 @@ public com.google.spanner.admin.instance.v1.Instance getInstance() { return instanceBuilder_.getMessage(); } } + /** * * @@ -1233,6 +1270,7 @@ public Builder setInstance(com.google.spanner.admin.instance.v1.Instance value) onChanged(); return this; } + /** * * @@ -1253,6 +1291,7 @@ public Builder setInstance( onChanged(); return this; } + /** * * @@ -1280,6 +1319,7 @@ public Builder mergeInstance(com.google.spanner.admin.instance.v1.Instance value } return this; } + /** * * @@ -1299,6 +1339,7 @@ public Builder clearInstance() { onChanged(); return this; } + /** * * @@ -1313,6 +1354,7 @@ public com.google.spanner.admin.instance.v1.Instance.Builder getInstanceBuilder( onChanged(); return getInstanceFieldBuilder().getBuilder(); } + /** * * @@ -1331,6 +1373,7 @@ public com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuild : instance_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceResponseOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceResponseOrBuilder.java index b3ea773cda..d52170a7bf 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceResponseOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CloudInstanceResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface CloudInstanceResponseOrBuilder * repeated .google.spanner.admin.instance.v1.Instance listed_instances = 1; */ java.util.List getListedInstancesList(); + /** * * @@ -44,6 +45,7 @@ public interface CloudInstanceResponseOrBuilder * repeated .google.spanner.admin.instance.v1.Instance listed_instances = 1; */ com.google.spanner.admin.instance.v1.Instance getListedInstances(int index); + /** * * @@ -54,6 +56,7 @@ public interface CloudInstanceResponseOrBuilder * repeated .google.spanner.admin.instance.v1.Instance listed_instances = 1; */ int getListedInstancesCount(); + /** * * @@ -65,6 +68,7 @@ public interface CloudInstanceResponseOrBuilder */ java.util.List getListedInstancesOrBuilderList(); + /** * * @@ -89,6 +93,7 @@ public interface CloudInstanceResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * @@ -115,6 +120,7 @@ public interface CloudInstanceResponseOrBuilder * @return Whether the instance field is set. */ boolean hasInstance(); + /** * * @@ -127,6 +133,7 @@ public interface CloudInstanceResponseOrBuilder * @return The instance. */ com.google.spanner.admin.instance.v1.Instance getInstance(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ColumnMetadata.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ColumnMetadata.java index cb0aabb6a7..8540c3c0a1 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ColumnMetadata.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ColumnMetadata.java @@ -33,6 +33,7 @@ public final class ColumnMetadata extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ColumnMetadata) ColumnMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use ColumnMetadata.newBuilder() to construct. private ColumnMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -91,6 +93,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -117,6 +120,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int TYPE_FIELD_NUMBER = 2; private com.google.spanner.v1.Type type_; + /** * * @@ -132,6 +136,7 @@ public com.google.protobuf.ByteString getNameBytes() { public boolean hasType() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -147,6 +152,7 @@ public boolean hasType() { public com.google.spanner.v1.Type getType() { return type_ == null ? com.google.spanner.v1.Type.getDefaultInstance() : type_; } + /** * * @@ -334,6 +340,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -546,6 +553,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -568,6 +576,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -590,6 +599,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -611,6 +621,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -628,6 +639,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -657,6 +669,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.Type.Builder, com.google.spanner.v1.TypeOrBuilder> typeBuilder_; + /** * * @@ -671,6 +684,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public boolean hasType() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -689,6 +703,7 @@ public com.google.spanner.v1.Type getType() { return typeBuilder_.getMessage(); } } + /** * * @@ -711,6 +726,7 @@ public Builder setType(com.google.spanner.v1.Type value) { onChanged(); return this; } + /** * * @@ -730,6 +746,7 @@ public Builder setType(com.google.spanner.v1.Type.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -757,6 +774,7 @@ public Builder mergeType(com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -776,6 +794,7 @@ public Builder clearType() { onChanged(); return this; } + /** * * @@ -790,6 +809,7 @@ public com.google.spanner.v1.Type.Builder getTypeBuilder() { onChanged(); return getTypeFieldBuilder().getBuilder(); } + /** * * @@ -806,6 +826,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder() { return type_ == null ? com.google.spanner.v1.Type.getDefaultInstance() : type_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ColumnMetadataOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ColumnMetadataOrBuilder.java index 94001354f7..0614d74d99 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ColumnMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ColumnMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface ColumnMetadataOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -61,6 +62,7 @@ public interface ColumnMetadataOrBuilder * @return Whether the type field is set. */ boolean hasType(); + /** * * @@ -73,6 +75,7 @@ public interface ColumnMetadataOrBuilder * @return The type. */ com.google.spanner.v1.Type getType(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/Concurrency.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/Concurrency.java index 1cea4c5579..48f32c5978 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/Concurrency.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/Concurrency.java @@ -33,6 +33,7 @@ public final class Concurrency extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.Concurrency) ConcurrencyOrBuilder { private static final long serialVersionUID = 0L; + // Use Concurrency.newBuilder() to construct. private Concurrency(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -84,6 +85,7 @@ public enum ConcurrencyModeCase private ConcurrencyModeCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -125,6 +127,7 @@ public ConcurrencyModeCase getConcurrencyModeCase() { } public static final int STALENESS_SECONDS_FIELD_NUMBER = 1; + /** * * @@ -142,6 +145,7 @@ public ConcurrencyModeCase getConcurrencyModeCase() { public boolean hasStalenessSeconds() { return concurrencyModeCase_ == 1; } + /** * * @@ -164,6 +168,7 @@ public double getStalenessSeconds() { } public static final int MIN_READ_TIMESTAMP_MICROS_FIELD_NUMBER = 2; + /** * * @@ -179,6 +184,7 @@ public double getStalenessSeconds() { public boolean hasMinReadTimestampMicros() { return concurrencyModeCase_ == 2; } + /** * * @@ -199,6 +205,7 @@ public long getMinReadTimestampMicros() { } public static final int MAX_STALENESS_SECONDS_FIELD_NUMBER = 3; + /** * * @@ -214,6 +221,7 @@ public long getMinReadTimestampMicros() { public boolean hasMaxStalenessSeconds() { return concurrencyModeCase_ == 3; } + /** * * @@ -234,6 +242,7 @@ public double getMaxStalenessSeconds() { } public static final int EXACT_TIMESTAMP_MICROS_FIELD_NUMBER = 4; + /** * * @@ -249,6 +258,7 @@ public double getMaxStalenessSeconds() { public boolean hasExactTimestampMicros() { return concurrencyModeCase_ == 4; } + /** * * @@ -269,6 +279,7 @@ public long getExactTimestampMicros() { } public static final int STRONG_FIELD_NUMBER = 5; + /** * * @@ -284,6 +295,7 @@ public long getExactTimestampMicros() { public boolean hasStrong() { return concurrencyModeCase_ == 5; } + /** * * @@ -304,6 +316,7 @@ public boolean getStrong() { } public static final int BATCH_FIELD_NUMBER = 6; + /** * * @@ -319,6 +332,7 @@ public boolean getStrong() { public boolean hasBatch() { return concurrencyModeCase_ == 6; } + /** * * @@ -340,6 +354,7 @@ public boolean getBatch() { public static final int SNAPSHOT_EPOCH_READ_FIELD_NUMBER = 7; private boolean snapshotEpochRead_ = false; + /** * * @@ -361,6 +376,7 @@ public boolean getSnapshotEpochRead() { @SuppressWarnings("serial") private volatile java.lang.Object snapshotEpochRootTable_ = ""; + /** * * @@ -386,6 +402,7 @@ public java.lang.String getSnapshotEpochRootTable() { return s; } } + /** * * @@ -414,6 +431,7 @@ public com.google.protobuf.ByteString getSnapshotEpochRootTableBytes() { public static final int BATCH_READ_TIMESTAMP_MICROS_FIELD_NUMBER = 9; private long batchReadTimestampMicros_ = 0L; + /** * * @@ -714,6 +732,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1032,6 +1051,7 @@ public Builder clearConcurrencyMode() { public boolean hasStalenessSeconds() { return concurrencyModeCase_ == 1; } + /** * * @@ -1051,6 +1071,7 @@ public double getStalenessSeconds() { } return 0D; } + /** * * @@ -1072,6 +1093,7 @@ public Builder setStalenessSeconds(double value) { onChanged(); return this; } + /** * * @@ -1108,6 +1130,7 @@ public Builder clearStalenessSeconds() { public boolean hasMinReadTimestampMicros() { return concurrencyModeCase_ == 2; } + /** * * @@ -1125,6 +1148,7 @@ public long getMinReadTimestampMicros() { } return 0L; } + /** * * @@ -1144,6 +1168,7 @@ public Builder setMinReadTimestampMicros(long value) { onChanged(); return this; } + /** * * @@ -1178,6 +1203,7 @@ public Builder clearMinReadTimestampMicros() { public boolean hasMaxStalenessSeconds() { return concurrencyModeCase_ == 3; } + /** * * @@ -1195,6 +1221,7 @@ public double getMaxStalenessSeconds() { } return 0D; } + /** * * @@ -1214,6 +1241,7 @@ public Builder setMaxStalenessSeconds(double value) { onChanged(); return this; } + /** * * @@ -1248,6 +1276,7 @@ public Builder clearMaxStalenessSeconds() { public boolean hasExactTimestampMicros() { return concurrencyModeCase_ == 4; } + /** * * @@ -1265,6 +1294,7 @@ public long getExactTimestampMicros() { } return 0L; } + /** * * @@ -1284,6 +1314,7 @@ public Builder setExactTimestampMicros(long value) { onChanged(); return this; } + /** * * @@ -1318,6 +1349,7 @@ public Builder clearExactTimestampMicros() { public boolean hasStrong() { return concurrencyModeCase_ == 5; } + /** * * @@ -1335,6 +1367,7 @@ public boolean getStrong() { } return false; } + /** * * @@ -1354,6 +1387,7 @@ public Builder setStrong(boolean value) { onChanged(); return this; } + /** * * @@ -1388,6 +1422,7 @@ public Builder clearStrong() { public boolean hasBatch() { return concurrencyModeCase_ == 6; } + /** * * @@ -1405,6 +1440,7 @@ public boolean getBatch() { } return false; } + /** * * @@ -1424,6 +1460,7 @@ public Builder setBatch(boolean value) { onChanged(); return this; } + /** * * @@ -1445,6 +1482,7 @@ public Builder clearBatch() { } private boolean snapshotEpochRead_; + /** * * @@ -1461,6 +1499,7 @@ public Builder clearBatch() { public boolean getSnapshotEpochRead() { return snapshotEpochRead_; } + /** * * @@ -1481,6 +1520,7 @@ public Builder setSnapshotEpochRead(boolean value) { onChanged(); return this; } + /** * * @@ -1501,6 +1541,7 @@ public Builder clearSnapshotEpochRead() { } private java.lang.Object snapshotEpochRootTable_ = ""; + /** * * @@ -1525,6 +1566,7 @@ public java.lang.String getSnapshotEpochRootTable() { return (java.lang.String) ref; } } + /** * * @@ -1549,6 +1591,7 @@ public com.google.protobuf.ByteString getSnapshotEpochRootTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1572,6 +1615,7 @@ public Builder setSnapshotEpochRootTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1591,6 +1635,7 @@ public Builder clearSnapshotEpochRootTable() { onChanged(); return this; } + /** * * @@ -1617,6 +1662,7 @@ public Builder setSnapshotEpochRootTableBytes(com.google.protobuf.ByteString val } private long batchReadTimestampMicros_; + /** * * @@ -1632,6 +1678,7 @@ public Builder setSnapshotEpochRootTableBytes(com.google.protobuf.ByteString val public long getBatchReadTimestampMicros() { return batchReadTimestampMicros_; } + /** * * @@ -1651,6 +1698,7 @@ public Builder setBatchReadTimestampMicros(long value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ConcurrencyOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ConcurrencyOrBuilder.java index 73d78225df..3e0e687130 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ConcurrencyOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ConcurrencyOrBuilder.java @@ -38,6 +38,7 @@ public interface ConcurrencyOrBuilder * @return Whether the stalenessSeconds field is set. */ boolean hasStalenessSeconds(); + /** * * @@ -65,6 +66,7 @@ public interface ConcurrencyOrBuilder * @return Whether the minReadTimestampMicros field is set. */ boolean hasMinReadTimestampMicros(); + /** * * @@ -90,6 +92,7 @@ public interface ConcurrencyOrBuilder * @return Whether the maxStalenessSeconds field is set. */ boolean hasMaxStalenessSeconds(); + /** * * @@ -115,6 +118,7 @@ public interface ConcurrencyOrBuilder * @return Whether the exactTimestampMicros field is set. */ boolean hasExactTimestampMicros(); + /** * * @@ -140,6 +144,7 @@ public interface ConcurrencyOrBuilder * @return Whether the strong field is set. */ boolean hasStrong(); + /** * * @@ -165,6 +170,7 @@ public interface ConcurrencyOrBuilder * @return Whether the batch field is set. */ boolean hasBatch(); + /** * * @@ -206,6 +212,7 @@ public interface ConcurrencyOrBuilder * @return The snapshotEpochRootTable. */ java.lang.String getSnapshotEpochRootTable(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CopyCloudBackupAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CopyCloudBackupAction.java index fcc3b8c606..c22383926c 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CopyCloudBackupAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CopyCloudBackupAction.java @@ -33,6 +33,7 @@ public final class CopyCloudBackupAction extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CopyCloudBackupAction) CopyCloudBackupActionOrBuilder { private static final long serialVersionUID = 0L; + // Use CopyCloudBackupAction.newBuilder() to construct. private CopyCloudBackupAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -122,6 +125,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -145,6 +149,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -173,6 +178,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupId_ = ""; + /** * * @@ -196,6 +202,7 @@ public java.lang.String getBackupId() { return s; } } + /** * * @@ -224,6 +231,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object sourceBackup_ = ""; + /** * * @@ -249,6 +257,7 @@ public java.lang.String getSourceBackup() { return s; } } + /** * * @@ -277,6 +286,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { public static final int EXPIRE_TIME_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp expireTime_; + /** * * @@ -294,6 +304,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { public boolean hasExpireTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -311,6 +322,7 @@ public boolean hasExpireTime() { public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } + /** * * @@ -527,6 +539,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -785,6 +798,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -807,6 +821,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -829,6 +844,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -850,6 +866,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -867,6 +884,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -891,6 +909,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -913,6 +932,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -935,6 +955,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -956,6 +977,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -973,6 +995,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -997,6 +1020,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupId_ = ""; + /** * * @@ -1019,6 +1043,7 @@ public java.lang.String getBackupId() { return (java.lang.String) ref; } } + /** * * @@ -1041,6 +1066,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1062,6 +1088,7 @@ public Builder setBackupId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1079,6 +1106,7 @@ public Builder clearBackupId() { onChanged(); return this; } + /** * * @@ -1103,6 +1131,7 @@ public Builder setBackupIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object sourceBackup_ = ""; + /** * * @@ -1127,6 +1156,7 @@ public java.lang.String getSourceBackup() { return (java.lang.String) ref; } } + /** * * @@ -1151,6 +1181,7 @@ public com.google.protobuf.ByteString getSourceBackupBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1174,6 +1205,7 @@ public Builder setSourceBackup(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1193,6 +1225,7 @@ public Builder clearSourceBackup() { onChanged(); return this; } + /** * * @@ -1224,6 +1257,7 @@ public Builder setSourceBackupBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + /** * * @@ -1241,6 +1275,7 @@ public Builder setSourceBackupBytes(com.google.protobuf.ByteString value) { public boolean hasExpireTime() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1264,6 +1299,7 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTimeBuilder_.getMessage(); } } + /** * * @@ -1289,6 +1325,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1311,6 +1348,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1341,6 +1379,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1363,6 +1402,7 @@ public Builder clearExpireTime() { onChanged(); return this; } + /** * * @@ -1380,6 +1420,7 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { onChanged(); return getExpireTimeFieldBuilder().getBuilder(); } + /** * * @@ -1401,6 +1442,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { : expireTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CopyCloudBackupActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CopyCloudBackupActionOrBuilder.java index 64b1ec2d5f..7b010dad47 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CopyCloudBackupActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CopyCloudBackupActionOrBuilder.java @@ -36,6 +36,7 @@ public interface CopyCloudBackupActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -61,6 +62,7 @@ public interface CopyCloudBackupActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -86,6 +88,7 @@ public interface CopyCloudBackupActionOrBuilder * @return The backupId. */ java.lang.String getBackupId(); + /** * * @@ -113,6 +116,7 @@ public interface CopyCloudBackupActionOrBuilder * @return The sourceBackup. */ java.lang.String getSourceBackup(); + /** * * @@ -142,6 +146,7 @@ public interface CopyCloudBackupActionOrBuilder * @return Whether the expireTime field is set. */ boolean hasExpireTime(); + /** * * @@ -156,6 +161,7 @@ public interface CopyCloudBackupActionOrBuilder * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudBackupAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudBackupAction.java index 3d17c88ee2..c14b0f19a4 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudBackupAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudBackupAction.java @@ -33,6 +33,7 @@ public final class CreateCloudBackupAction extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CreateCloudBackupAction) CreateCloudBackupActionOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateCloudBackupAction.newBuilder() to construct. private CreateCloudBackupAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -122,6 +125,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -145,6 +149,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -173,6 +178,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupId_ = ""; + /** * * @@ -196,6 +202,7 @@ public java.lang.String getBackupId() { return s; } } + /** * * @@ -224,6 +231,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; + /** * * @@ -249,6 +257,7 @@ public java.lang.String getDatabaseId() { return s; } } + /** * * @@ -277,6 +286,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { public static final int EXPIRE_TIME_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp expireTime_; + /** * * @@ -294,6 +304,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { public boolean hasExpireTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -311,6 +322,7 @@ public boolean hasExpireTime() { public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } + /** * * @@ -329,6 +341,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public static final int VERSION_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp versionTime_; + /** * * @@ -346,6 +359,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public boolean hasVersionTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -363,6 +377,7 @@ public boolean hasVersionTime() { public com.google.protobuf.Timestamp getVersionTime() { return versionTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : versionTime_; } + /** * * @@ -381,6 +396,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { public static final int ENCRYPTION_CONFIG_FIELD_NUMBER = 7; private com.google.spanner.admin.database.v1.EncryptionConfig encryptionConfig_; + /** * * @@ -397,6 +413,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -415,6 +432,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig ? com.google.spanner.admin.database.v1.EncryptionConfig.getDefaultInstance() : encryptionConfig_; } + /** * * @@ -662,6 +680,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -961,6 +980,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -983,6 +1003,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -1005,6 +1026,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1026,6 +1048,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1043,6 +1066,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -1067,6 +1091,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -1089,6 +1114,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -1111,6 +1137,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1132,6 +1159,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1149,6 +1177,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -1173,6 +1202,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupId_ = ""; + /** * * @@ -1195,6 +1225,7 @@ public java.lang.String getBackupId() { return (java.lang.String) ref; } } + /** * * @@ -1217,6 +1248,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1238,6 +1270,7 @@ public Builder setBackupId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1255,6 +1288,7 @@ public Builder clearBackupId() { onChanged(); return this; } + /** * * @@ -1279,6 +1313,7 @@ public Builder setBackupIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object databaseId_ = ""; + /** * * @@ -1303,6 +1338,7 @@ public java.lang.String getDatabaseId() { return (java.lang.String) ref; } } + /** * * @@ -1327,6 +1363,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1350,6 +1387,7 @@ public Builder setDatabaseId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1369,6 +1407,7 @@ public Builder clearDatabaseId() { onChanged(); return this; } + /** * * @@ -1400,6 +1439,7 @@ public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + /** * * @@ -1417,6 +1457,7 @@ public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { public boolean hasExpireTime() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1440,6 +1481,7 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTimeBuilder_.getMessage(); } } + /** * * @@ -1465,6 +1507,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1487,6 +1530,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1517,6 +1561,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1539,6 +1584,7 @@ public Builder clearExpireTime() { onChanged(); return this; } + /** * * @@ -1556,6 +1602,7 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { onChanged(); return getExpireTimeFieldBuilder().getBuilder(); } + /** * * @@ -1577,6 +1624,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { : expireTime_; } } + /** * * @@ -1612,6 +1660,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> versionTimeBuilder_; + /** * * @@ -1628,6 +1677,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public boolean hasVersionTime() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -1650,6 +1700,7 @@ public com.google.protobuf.Timestamp getVersionTime() { return versionTimeBuilder_.getMessage(); } } + /** * * @@ -1674,6 +1725,7 @@ public Builder setVersionTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1695,6 +1747,7 @@ public Builder setVersionTime(com.google.protobuf.Timestamp.Builder builderForVa onChanged(); return this; } + /** * * @@ -1724,6 +1777,7 @@ public Builder mergeVersionTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1745,6 +1799,7 @@ public Builder clearVersionTime() { onChanged(); return this; } + /** * * @@ -1761,6 +1816,7 @@ public com.google.protobuf.Timestamp.Builder getVersionTimeBuilder() { onChanged(); return getVersionTimeFieldBuilder().getBuilder(); } + /** * * @@ -1781,6 +1837,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { : versionTime_; } } + /** * * @@ -1815,6 +1872,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { com.google.spanner.admin.database.v1.EncryptionConfig.Builder, com.google.spanner.admin.database.v1.EncryptionConfigOrBuilder> encryptionConfigBuilder_; + /** * * @@ -1830,6 +1888,7 @@ public com.google.protobuf.TimestampOrBuilder getVersionTimeOrBuilder() { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000040) != 0); } + /** * * @@ -1851,6 +1910,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig return encryptionConfigBuilder_.getMessage(); } } + /** * * @@ -1875,6 +1935,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1896,6 +1957,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1926,6 +1988,7 @@ public Builder mergeEncryptionConfig( } return this; } + /** * * @@ -1946,6 +2009,7 @@ public Builder clearEncryptionConfig() { onChanged(); return this; } + /** * * @@ -1962,6 +2026,7 @@ public Builder clearEncryptionConfig() { onChanged(); return getEncryptionConfigFieldBuilder().getBuilder(); } + /** * * @@ -1982,6 +2047,7 @@ public Builder clearEncryptionConfig() { : encryptionConfig_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudBackupActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudBackupActionOrBuilder.java index 8787f641ff..02f418f810 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudBackupActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudBackupActionOrBuilder.java @@ -36,6 +36,7 @@ public interface CreateCloudBackupActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -61,6 +62,7 @@ public interface CreateCloudBackupActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -86,6 +88,7 @@ public interface CreateCloudBackupActionOrBuilder * @return The backupId. */ java.lang.String getBackupId(); + /** * * @@ -113,6 +116,7 @@ public interface CreateCloudBackupActionOrBuilder * @return The databaseId. */ java.lang.String getDatabaseId(); + /** * * @@ -142,6 +146,7 @@ public interface CreateCloudBackupActionOrBuilder * @return Whether the expireTime field is set. */ boolean hasExpireTime(); + /** * * @@ -156,6 +161,7 @@ public interface CreateCloudBackupActionOrBuilder * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); + /** * * @@ -183,6 +189,7 @@ public interface CreateCloudBackupActionOrBuilder * @return Whether the versionTime field is set. */ boolean hasVersionTime(); + /** * * @@ -197,6 +204,7 @@ public interface CreateCloudBackupActionOrBuilder * @return The versionTime. */ com.google.protobuf.Timestamp getVersionTime(); + /** * * @@ -223,6 +231,7 @@ public interface CreateCloudBackupActionOrBuilder * @return Whether the encryptionConfig field is set. */ boolean hasEncryptionConfig(); + /** * * @@ -236,6 +245,7 @@ public interface CreateCloudBackupActionOrBuilder * @return The encryptionConfig. */ com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudDatabaseAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudDatabaseAction.java index 73e121c77c..df106f6290 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudDatabaseAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudDatabaseAction.java @@ -33,6 +33,7 @@ public final class CreateCloudDatabaseAction extends com.google.protobuf.Generat // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CreateCloudDatabaseAction) CreateCloudDatabaseActionOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateCloudDatabaseAction.newBuilder() to construct. private CreateCloudDatabaseAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -73,6 +74,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -124,6 +127,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -147,6 +151,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -175,6 +180,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; + /** * * @@ -198,6 +204,7 @@ public java.lang.String getDatabaseId() { return s; } } + /** * * @@ -227,6 +234,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList sdlStatement_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -241,6 +249,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { public com.google.protobuf.ProtocolStringList getSdlStatementList() { return sdlStatement_; } + /** * * @@ -255,6 +264,7 @@ public com.google.protobuf.ProtocolStringList getSdlStatementList() { public int getSdlStatementCount() { return sdlStatement_.size(); } + /** * * @@ -270,6 +280,7 @@ public int getSdlStatementCount() { public java.lang.String getSdlStatement(int index) { return sdlStatement_.get(index); } + /** * * @@ -288,6 +299,7 @@ public com.google.protobuf.ByteString getSdlStatementBytes(int index) { public static final int ENCRYPTION_CONFIG_FIELD_NUMBER = 5; private com.google.spanner.admin.database.v1.EncryptionConfig encryptionConfig_; + /** * * @@ -304,6 +316,7 @@ public com.google.protobuf.ByteString getSdlStatementBytes(int index) { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -322,6 +335,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig ? com.google.spanner.admin.database.v1.EncryptionConfig.getDefaultInstance() : encryptionConfig_; } + /** * * @@ -344,6 +358,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig @SuppressWarnings("serial") private volatile java.lang.Object dialect_ = ""; + /** * * @@ -359,6 +374,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig public boolean hasDialect() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -382,6 +398,7 @@ public java.lang.String getDialect() { return s; } } + /** * * @@ -408,6 +425,7 @@ public com.google.protobuf.ByteString getDialectBytes() { public static final int PROTO_DESCRIPTORS_FIELD_NUMBER = 7; private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * optional bytes proto_descriptors = 7; * @@ -417,6 +435,7 @@ public com.google.protobuf.ByteString getDialectBytes() { public boolean hasProtoDescriptors() { return ((bitField0_ & 0x00000004) != 0); } + /** * optional bytes proto_descriptors = 7; * @@ -663,6 +682,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -960,6 +980,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object instanceId_ = ""; + /** * * @@ -982,6 +1003,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -1004,6 +1026,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1025,6 +1048,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1042,6 +1066,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -1066,6 +1091,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -1088,6 +1114,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -1110,6 +1137,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1131,6 +1159,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1148,6 +1177,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -1172,6 +1202,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object databaseId_ = ""; + /** * * @@ -1194,6 +1225,7 @@ public java.lang.String getDatabaseId() { return (java.lang.String) ref; } } + /** * * @@ -1216,6 +1248,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1237,6 +1270,7 @@ public Builder setDatabaseId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1254,6 +1288,7 @@ public Builder clearDatabaseId() { onChanged(); return this; } + /** * * @@ -1286,6 +1321,7 @@ private void ensureSdlStatementIsMutable() { } bitField0_ |= 0x00000008; } + /** * * @@ -1301,6 +1337,7 @@ public com.google.protobuf.ProtocolStringList getSdlStatementList() { sdlStatement_.makeImmutable(); return sdlStatement_; } + /** * * @@ -1315,6 +1352,7 @@ public com.google.protobuf.ProtocolStringList getSdlStatementList() { public int getSdlStatementCount() { return sdlStatement_.size(); } + /** * * @@ -1330,6 +1368,7 @@ public int getSdlStatementCount() { public java.lang.String getSdlStatement(int index) { return sdlStatement_.get(index); } + /** * * @@ -1345,6 +1384,7 @@ public java.lang.String getSdlStatement(int index) { public com.google.protobuf.ByteString getSdlStatementBytes(int index) { return sdlStatement_.getByteString(index); } + /** * * @@ -1368,6 +1408,7 @@ public Builder setSdlStatement(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1390,6 +1431,7 @@ public Builder addSdlStatement(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1409,6 +1451,7 @@ public Builder addAllSdlStatement(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1427,6 +1470,7 @@ public Builder clearSdlStatement() { onChanged(); return this; } + /** * * @@ -1457,6 +1501,7 @@ public Builder addSdlStatementBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.EncryptionConfig.Builder, com.google.spanner.admin.database.v1.EncryptionConfigOrBuilder> encryptionConfigBuilder_; + /** * * @@ -1472,6 +1517,7 @@ public Builder addSdlStatementBytes(com.google.protobuf.ByteString value) { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1493,6 +1539,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig return encryptionConfigBuilder_.getMessage(); } } + /** * * @@ -1517,6 +1564,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1538,6 +1586,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1568,6 +1617,7 @@ public Builder mergeEncryptionConfig( } return this; } + /** * * @@ -1588,6 +1638,7 @@ public Builder clearEncryptionConfig() { onChanged(); return this; } + /** * * @@ -1604,6 +1655,7 @@ public Builder clearEncryptionConfig() { onChanged(); return getEncryptionConfigFieldBuilder().getBuilder(); } + /** * * @@ -1624,6 +1676,7 @@ public Builder clearEncryptionConfig() { : encryptionConfig_; } } + /** * * @@ -1652,6 +1705,7 @@ public Builder clearEncryptionConfig() { } private java.lang.Object dialect_ = ""; + /** * * @@ -1666,6 +1720,7 @@ public Builder clearEncryptionConfig() { public boolean hasDialect() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -1688,6 +1743,7 @@ public java.lang.String getDialect() { return (java.lang.String) ref; } } + /** * * @@ -1710,6 +1766,7 @@ public com.google.protobuf.ByteString getDialectBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1731,6 +1788,7 @@ public Builder setDialect(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1748,6 +1806,7 @@ public Builder clearDialect() { onChanged(); return this; } + /** * * @@ -1772,6 +1831,7 @@ public Builder setDialectBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * optional bytes proto_descriptors = 7; * @@ -1781,6 +1841,7 @@ public Builder setDialectBytes(com.google.protobuf.ByteString value) { public boolean hasProtoDescriptors() { return ((bitField0_ & 0x00000040) != 0); } + /** * optional bytes proto_descriptors = 7; * @@ -1790,6 +1851,7 @@ public boolean hasProtoDescriptors() { public com.google.protobuf.ByteString getProtoDescriptors() { return protoDescriptors_; } + /** * optional bytes proto_descriptors = 7; * @@ -1805,6 +1867,7 @@ public Builder setProtoDescriptors(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * optional bytes proto_descriptors = 7; * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudDatabaseActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudDatabaseActionOrBuilder.java index 024f424885..10f32fecdb 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudDatabaseActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudDatabaseActionOrBuilder.java @@ -36,6 +36,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -61,6 +62,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -86,6 +88,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return The databaseId. */ java.lang.String getDatabaseId(); + /** * * @@ -111,6 +114,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return A list containing the sdlStatement. */ java.util.List getSdlStatementList(); + /** * * @@ -123,6 +127,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return The count of sdlStatement. */ int getSdlStatementCount(); + /** * * @@ -136,6 +141,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return The sdlStatement at the given index. */ java.lang.String getSdlStatement(int index); + /** * * @@ -163,6 +169,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return Whether the encryptionConfig field is set. */ boolean hasEncryptionConfig(); + /** * * @@ -176,6 +183,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return The encryptionConfig. */ com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig(); + /** * * @@ -200,6 +208,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return Whether the dialect field is set. */ boolean hasDialect(); + /** * * @@ -212,6 +221,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return The dialect. */ java.lang.String getDialect(); + /** * * @@ -231,6 +241,7 @@ public interface CreateCloudDatabaseActionOrBuilder * @return Whether the protoDescriptors field is set. */ boolean hasProtoDescriptors(); + /** * optional bytes proto_descriptors = 7; * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudInstanceAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudInstanceAction.java index 3a4b29ff0d..16dca0079f 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudInstanceAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudInstanceAction.java @@ -33,6 +33,7 @@ public final class CreateCloudInstanceAction extends com.google.protobuf.Generat // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CreateCloudInstanceAction) CreateCloudInstanceActionOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateCloudInstanceAction.newBuilder() to construct. private CreateCloudInstanceAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -82,6 +83,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -105,6 +107,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -133,6 +136,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -156,6 +160,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -184,6 +189,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceConfigId_ = ""; + /** * * @@ -207,6 +213,7 @@ public java.lang.String getInstanceConfigId() { return s; } } + /** * * @@ -233,6 +240,7 @@ public com.google.protobuf.ByteString getInstanceConfigIdBytes() { public static final int NODE_COUNT_FIELD_NUMBER = 4; private int nodeCount_ = 0; + /** * * @@ -248,6 +256,7 @@ public com.google.protobuf.ByteString getInstanceConfigIdBytes() { public boolean hasNodeCount() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -266,6 +275,7 @@ public int getNodeCount() { public static final int PROCESSING_UNITS_FIELD_NUMBER = 6; private int processingUnits_ = 0; + /** * * @@ -281,6 +291,7 @@ public int getNodeCount() { public boolean hasProcessingUnits() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -299,6 +310,7 @@ public int getProcessingUnits() { public static final int AUTOSCALING_CONFIG_FIELD_NUMBER = 7; private com.google.spanner.admin.instance.v1.AutoscalingConfig autoscalingConfig_; + /** * * @@ -317,6 +329,7 @@ public int getProcessingUnits() { public boolean hasAutoscalingConfig() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -337,6 +350,7 @@ public com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConf ? com.google.spanner.admin.instance.v1.AutoscalingConfig.getDefaultInstance() : autoscalingConfig_; } + /** * * @@ -383,6 +397,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -399,12 +414,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -418,6 +435,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -438,6 +456,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -696,6 +715,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1012,6 +1032,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object instanceId_ = ""; + /** * * @@ -1034,6 +1055,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -1056,6 +1078,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1077,6 +1100,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1094,6 +1118,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -1118,6 +1143,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -1140,6 +1166,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -1162,6 +1189,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1183,6 +1211,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1200,6 +1229,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -1224,6 +1254,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceConfigId_ = ""; + /** * * @@ -1246,6 +1277,7 @@ public java.lang.String getInstanceConfigId() { return (java.lang.String) ref; } } + /** * * @@ -1268,6 +1300,7 @@ public com.google.protobuf.ByteString getInstanceConfigIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1289,6 +1322,7 @@ public Builder setInstanceConfigId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1306,6 +1340,7 @@ public Builder clearInstanceConfigId() { onChanged(); return this; } + /** * * @@ -1330,6 +1365,7 @@ public Builder setInstanceConfigIdBytes(com.google.protobuf.ByteString value) { } private int nodeCount_; + /** * * @@ -1345,6 +1381,7 @@ public Builder setInstanceConfigIdBytes(com.google.protobuf.ByteString value) { public boolean hasNodeCount() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1360,6 +1397,7 @@ public boolean hasNodeCount() { public int getNodeCount() { return nodeCount_; } + /** * * @@ -1379,6 +1417,7 @@ public Builder setNodeCount(int value) { onChanged(); return this; } + /** * * @@ -1398,6 +1437,7 @@ public Builder clearNodeCount() { } private int processingUnits_; + /** * * @@ -1413,6 +1453,7 @@ public Builder clearNodeCount() { public boolean hasProcessingUnits() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1428,6 +1469,7 @@ public boolean hasProcessingUnits() { public int getProcessingUnits() { return processingUnits_; } + /** * * @@ -1447,6 +1489,7 @@ public Builder setProcessingUnits(int value) { onChanged(); return this; } + /** * * @@ -1471,6 +1514,7 @@ public Builder clearProcessingUnits() { com.google.spanner.admin.instance.v1.AutoscalingConfig.Builder, com.google.spanner.admin.instance.v1.AutoscalingConfigOrBuilder> autoscalingConfigBuilder_; + /** * * @@ -1488,6 +1532,7 @@ public Builder clearProcessingUnits() { public boolean hasAutoscalingConfig() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -1511,6 +1556,7 @@ public com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConf return autoscalingConfigBuilder_.getMessage(); } } + /** * * @@ -1537,6 +1583,7 @@ public Builder setAutoscalingConfig( onChanged(); return this; } + /** * * @@ -1560,6 +1607,7 @@ public Builder setAutoscalingConfig( onChanged(); return this; } + /** * * @@ -1592,6 +1640,7 @@ public Builder mergeAutoscalingConfig( } return this; } + /** * * @@ -1614,6 +1663,7 @@ public Builder clearAutoscalingConfig() { onChanged(); return this; } + /** * * @@ -1632,6 +1682,7 @@ public Builder clearAutoscalingConfig() { onChanged(); return getAutoscalingConfigFieldBuilder().getBuilder(); } + /** * * @@ -1654,6 +1705,7 @@ public Builder clearAutoscalingConfig() { : autoscalingConfig_; } } + /** * * @@ -1708,6 +1760,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -1724,12 +1777,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -1743,6 +1798,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -1763,6 +1819,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -1789,6 +1846,7 @@ public Builder clearLabels() { internalGetMutableLabels().getMutableMap().clear(); return this; } + /** * * @@ -1805,12 +1863,14 @@ public Builder removeLabels(java.lang.String key) { internalGetMutableLabels().getMutableMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableLabels() { bitField0_ |= 0x00000040; return internalGetMutableLabels().getMutableMap(); } + /** * * @@ -1831,6 +1891,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { bitField0_ |= 0x00000040; return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudInstanceActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudInstanceActionOrBuilder.java index c7b2022e40..b5faa3960b 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudInstanceActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateCloudInstanceActionOrBuilder.java @@ -36,6 +36,7 @@ public interface CreateCloudInstanceActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -61,6 +62,7 @@ public interface CreateCloudInstanceActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -86,6 +88,7 @@ public interface CreateCloudInstanceActionOrBuilder * @return The instanceConfigId. */ java.lang.String getInstanceConfigId(); + /** * * @@ -111,6 +114,7 @@ public interface CreateCloudInstanceActionOrBuilder * @return Whether the nodeCount field is set. */ boolean hasNodeCount(); + /** * * @@ -136,6 +140,7 @@ public interface CreateCloudInstanceActionOrBuilder * @return Whether the processingUnits field is set. */ boolean hasProcessingUnits(); + /** * * @@ -164,6 +169,7 @@ public interface CreateCloudInstanceActionOrBuilder * @return Whether the autoscalingConfig field is set. */ boolean hasAutoscalingConfig(); + /** * * @@ -179,6 +185,7 @@ public interface CreateCloudInstanceActionOrBuilder * @return The autoscalingConfig. */ com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConfig(); + /** * * @@ -203,6 +210,7 @@ public interface CreateCloudInstanceActionOrBuilder * map<string, string> labels = 5; */ int getLabelsCount(); + /** * * @@ -213,9 +221,11 @@ public interface CreateCloudInstanceActionOrBuilder * map<string, string> labels = 5; */ boolean containsLabels(java.lang.String key); + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); + /** * * @@ -226,6 +236,7 @@ public interface CreateCloudInstanceActionOrBuilder * map<string, string> labels = 5; */ java.util.Map getLabelsMap(); + /** * * @@ -240,6 +251,7 @@ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateUserInstanceConfigAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateUserInstanceConfigAction.java index ad7389228d..fb5421ace0 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateUserInstanceConfigAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateUserInstanceConfigAction.java @@ -33,6 +33,7 @@ public final class CreateUserInstanceConfigAction extends com.google.protobuf.Ge // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.CreateUserInstanceConfigAction) CreateUserInstanceConfigActionOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateUserInstanceConfigAction.newBuilder() to construct. private CreateUserInstanceConfigAction( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object userConfigId_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getUserConfigId() { return s; } } + /** * * @@ -122,6 +125,7 @@ public com.google.protobuf.ByteString getUserConfigIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -145,6 +149,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -173,6 +178,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object baseConfigId_ = ""; + /** * * @@ -196,6 +202,7 @@ public java.lang.String getBaseConfigId() { return s; } } + /** * * @@ -224,6 +231,7 @@ public com.google.protobuf.ByteString getBaseConfigIdBytes() { @SuppressWarnings("serial") private java.util.List replicas_; + /** * * @@ -237,6 +245,7 @@ public com.google.protobuf.ByteString getBaseConfigIdBytes() { public java.util.List getReplicasList() { return replicas_; } + /** * * @@ -251,6 +260,7 @@ public java.util.List getRepli getReplicasOrBuilderList() { return replicas_; } + /** * * @@ -264,6 +274,7 @@ public java.util.List getRepli public int getReplicasCount() { return replicas_.size(); } + /** * * @@ -277,6 +288,7 @@ public int getReplicasCount() { public com.google.spanner.admin.instance.v1.ReplicaInfo getReplicas(int index) { return replicas_.get(index); } + /** * * @@ -480,6 +492,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -759,6 +772,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object userConfigId_ = ""; + /** * * @@ -781,6 +795,7 @@ public java.lang.String getUserConfigId() { return (java.lang.String) ref; } } + /** * * @@ -803,6 +818,7 @@ public com.google.protobuf.ByteString getUserConfigIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -824,6 +840,7 @@ public Builder setUserConfigId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -841,6 +858,7 @@ public Builder clearUserConfigId() { onChanged(); return this; } + /** * * @@ -865,6 +883,7 @@ public Builder setUserConfigIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -887,6 +906,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -909,6 +929,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -930,6 +951,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -947,6 +969,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -971,6 +994,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object baseConfigId_ = ""; + /** * * @@ -993,6 +1017,7 @@ public java.lang.String getBaseConfigId() { return (java.lang.String) ref; } } + /** * * @@ -1015,6 +1040,7 @@ public com.google.protobuf.ByteString getBaseConfigIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1036,6 +1062,7 @@ public Builder setBaseConfigId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1053,6 +1080,7 @@ public Builder clearBaseConfigId() { onChanged(); return this; } + /** * * @@ -1109,6 +1137,7 @@ public java.util.List getRepli return replicasBuilder_.getMessageList(); } } + /** * * @@ -1125,6 +1154,7 @@ public int getReplicasCount() { return replicasBuilder_.getCount(); } } + /** * * @@ -1141,6 +1171,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo getReplicas(int index) { return replicasBuilder_.getMessage(index); } } + /** * * @@ -1163,6 +1194,7 @@ public Builder setReplicas(int index, com.google.spanner.admin.instance.v1.Repli } return this; } + /** * * @@ -1183,6 +1215,7 @@ public Builder setReplicas( } return this; } + /** * * @@ -1205,6 +1238,7 @@ public Builder addReplicas(com.google.spanner.admin.instance.v1.ReplicaInfo valu } return this; } + /** * * @@ -1227,6 +1261,7 @@ public Builder addReplicas(int index, com.google.spanner.admin.instance.v1.Repli } return this; } + /** * * @@ -1247,6 +1282,7 @@ public Builder addReplicas( } return this; } + /** * * @@ -1267,6 +1303,7 @@ public Builder addReplicas( } return this; } + /** * * @@ -1287,6 +1324,7 @@ public Builder addAllReplicas( } return this; } + /** * * @@ -1306,6 +1344,7 @@ public Builder clearReplicas() { } return this; } + /** * * @@ -1325,6 +1364,7 @@ public Builder removeReplicas(int index) { } return this; } + /** * * @@ -1337,6 +1377,7 @@ public Builder removeReplicas(int index) { public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder getReplicasBuilder(int index) { return getReplicasFieldBuilder().getBuilder(index); } + /** * * @@ -1354,6 +1395,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getReplicasOrBu return replicasBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1371,6 +1413,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfoOrBuilder getReplicasOrBu return java.util.Collections.unmodifiableList(replicas_); } } + /** * * @@ -1384,6 +1427,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder addReplicasBuild return getReplicasFieldBuilder() .addBuilder(com.google.spanner.admin.instance.v1.ReplicaInfo.getDefaultInstance()); } + /** * * @@ -1397,6 +1441,7 @@ public com.google.spanner.admin.instance.v1.ReplicaInfo.Builder addReplicasBuild return getReplicasFieldBuilder() .addBuilder(index, com.google.spanner.admin.instance.v1.ReplicaInfo.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateUserInstanceConfigActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateUserInstanceConfigActionOrBuilder.java index 9ab02ecf7d..8c6471567a 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateUserInstanceConfigActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/CreateUserInstanceConfigActionOrBuilder.java @@ -36,6 +36,7 @@ public interface CreateUserInstanceConfigActionOrBuilder * @return The userConfigId. */ java.lang.String getUserConfigId(); + /** * * @@ -61,6 +62,7 @@ public interface CreateUserInstanceConfigActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -86,6 +88,7 @@ public interface CreateUserInstanceConfigActionOrBuilder * @return The baseConfigId. */ java.lang.String getBaseConfigId(); + /** * * @@ -109,6 +112,7 @@ public interface CreateUserInstanceConfigActionOrBuilder * repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 4; */ java.util.List getReplicasList(); + /** * * @@ -119,6 +123,7 @@ public interface CreateUserInstanceConfigActionOrBuilder * repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 4; */ com.google.spanner.admin.instance.v1.ReplicaInfo getReplicas(int index); + /** * * @@ -129,6 +134,7 @@ public interface CreateUserInstanceConfigActionOrBuilder * repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 4; */ int getReplicasCount(); + /** * * @@ -140,6 +146,7 @@ public interface CreateUserInstanceConfigActionOrBuilder */ java.util.List getReplicasOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DataChangeRecord.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DataChangeRecord.java index 1095716b94..c8bc8d0f94 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DataChangeRecord.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DataChangeRecord.java @@ -33,6 +33,7 @@ public final class DataChangeRecord extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.DataChangeRecord) DataChangeRecordOrBuilder { private static final long serialVersionUID = 0L; + // Use DataChangeRecord.newBuilder() to construct. private DataChangeRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -87,6 +88,7 @@ public interface ColumnTypeOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -112,6 +114,7 @@ public interface ColumnTypeOrBuilder * @return The type. */ java.lang.String getType(); + /** * * @@ -151,6 +154,7 @@ public interface ColumnTypeOrBuilder */ long getOrdinalPosition(); } + /** * * @@ -165,6 +169,7 @@ public static final class ColumnType extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.DataChangeRecord.ColumnType) ColumnTypeOrBuilder { private static final long serialVersionUID = 0L; + // Use ColumnType.newBuilder() to construct. private ColumnType(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -200,6 +205,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -223,6 +229,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -251,6 +258,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private volatile java.lang.Object type_ = ""; + /** * * @@ -274,6 +282,7 @@ public java.lang.String getType() { return s; } } + /** * * @@ -300,6 +309,7 @@ public com.google.protobuf.ByteString getTypeBytes() { public static final int IS_PRIMARY_KEY_FIELD_NUMBER = 3; private boolean isPrimaryKey_ = false; + /** * * @@ -318,6 +328,7 @@ public boolean getIsPrimaryKey() { public static final int ORDINAL_POSITION_FIELD_NUMBER = 4; private long ordinalPosition_ = 0L; + /** * * @@ -522,6 +533,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -753,6 +765,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -775,6 +788,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -797,6 +811,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -818,6 +833,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -835,6 +851,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -859,6 +876,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { } private java.lang.Object type_ = ""; + /** * * @@ -881,6 +899,7 @@ public java.lang.String getType() { return (java.lang.String) ref; } } + /** * * @@ -903,6 +922,7 @@ public com.google.protobuf.ByteString getTypeBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -924,6 +944,7 @@ public Builder setType(java.lang.String value) { onChanged(); return this; } + /** * * @@ -941,6 +962,7 @@ public Builder clearType() { onChanged(); return this; } + /** * * @@ -965,6 +987,7 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) { } private boolean isPrimaryKey_; + /** * * @@ -980,6 +1003,7 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) { public boolean getIsPrimaryKey() { return isPrimaryKey_; } + /** * * @@ -999,6 +1023,7 @@ public Builder setIsPrimaryKey(boolean value) { onChanged(); return this; } + /** * * @@ -1018,6 +1043,7 @@ public Builder clearIsPrimaryKey() { } private long ordinalPosition_; + /** * * @@ -1033,6 +1059,7 @@ public Builder clearIsPrimaryKey() { public long getOrdinalPosition() { return ordinalPosition_; } + /** * * @@ -1052,6 +1079,7 @@ public Builder setOrdinalPosition(long value) { onChanged(); return this; } + /** * * @@ -1152,6 +1180,7 @@ public interface ModOrBuilder * @return The keys. */ java.lang.String getKeys(); + /** * * @@ -1178,6 +1207,7 @@ public interface ModOrBuilder * @return The newValues. */ java.lang.String getNewValues(); + /** * * @@ -1205,6 +1235,7 @@ public interface ModOrBuilder * @return The oldValues. */ java.lang.String getOldValues(); + /** * * @@ -1219,6 +1250,7 @@ public interface ModOrBuilder */ com.google.protobuf.ByteString getOldValuesBytes(); } + /** * * @@ -1233,6 +1265,7 @@ public static final class Mod extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.DataChangeRecord.Mod) ModOrBuilder { private static final long serialVersionUID = 0L; + // Use Mod.newBuilder() to construct. private Mod(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -1269,6 +1302,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object keys_ = ""; + /** * * @@ -1292,6 +1326,7 @@ public java.lang.String getKeys() { return s; } } + /** * * @@ -1320,6 +1355,7 @@ public com.google.protobuf.ByteString getKeysBytes() { @SuppressWarnings("serial") private volatile java.lang.Object newValues_ = ""; + /** * * @@ -1344,6 +1380,7 @@ public java.lang.String getNewValues() { return s; } } + /** * * @@ -1373,6 +1410,7 @@ public com.google.protobuf.ByteString getNewValuesBytes() { @SuppressWarnings("serial") private volatile java.lang.Object oldValues_ = ""; + /** * * @@ -1397,6 +1435,7 @@ public java.lang.String getOldValues() { return s; } } + /** * * @@ -1601,6 +1640,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -1818,6 +1858,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object keys_ = ""; + /** * * @@ -1840,6 +1881,7 @@ public java.lang.String getKeys() { return (java.lang.String) ref; } } + /** * * @@ -1862,6 +1904,7 @@ public com.google.protobuf.ByteString getKeysBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1883,6 +1926,7 @@ public Builder setKeys(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1900,6 +1944,7 @@ public Builder clearKeys() { onChanged(); return this; } + /** * * @@ -1924,6 +1969,7 @@ public Builder setKeysBytes(com.google.protobuf.ByteString value) { } private java.lang.Object newValues_ = ""; + /** * * @@ -1947,6 +1993,7 @@ public java.lang.String getNewValues() { return (java.lang.String) ref; } } + /** * * @@ -1970,6 +2017,7 @@ public com.google.protobuf.ByteString getNewValuesBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1992,6 +2040,7 @@ public Builder setNewValues(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2010,6 +2059,7 @@ public Builder clearNewValues() { onChanged(); return this; } + /** * * @@ -2035,6 +2085,7 @@ public Builder setNewValuesBytes(com.google.protobuf.ByteString value) { } private java.lang.Object oldValues_ = ""; + /** * * @@ -2058,6 +2109,7 @@ public java.lang.String getOldValues() { return (java.lang.String) ref; } } + /** * * @@ -2081,6 +2133,7 @@ public com.google.protobuf.ByteString getOldValuesBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2103,6 +2156,7 @@ public Builder setOldValues(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2121,6 +2175,7 @@ public Builder clearOldValues() { onChanged(); return this; } + /** * * @@ -2212,6 +2267,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.Mod getDefaultInstanceFor private int bitField0_; public static final int COMMIT_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp commitTime_; + /** * * @@ -2227,6 +2283,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.Mod getDefaultInstanceFor public boolean hasCommitTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -2242,6 +2299,7 @@ public boolean hasCommitTime() { public com.google.protobuf.Timestamp getCommitTime() { return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; } + /** * * @@ -2260,6 +2318,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() { @SuppressWarnings("serial") private volatile java.lang.Object recordSequence_ = ""; + /** * * @@ -2283,6 +2342,7 @@ public java.lang.String getRecordSequence() { return s; } } + /** * * @@ -2311,6 +2371,7 @@ public com.google.protobuf.ByteString getRecordSequenceBytes() { @SuppressWarnings("serial") private volatile java.lang.Object transactionId_ = ""; + /** * * @@ -2335,6 +2396,7 @@ public java.lang.String getTransactionId() { return s; } } + /** * * @@ -2362,6 +2424,7 @@ public com.google.protobuf.ByteString getTransactionIdBytes() { public static final int IS_LAST_RECORD_FIELD_NUMBER = 4; private boolean isLastRecord_ = false; + /** * * @@ -2383,6 +2446,7 @@ public boolean getIsLastRecord() { @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -2406,6 +2470,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -2434,6 +2499,7 @@ public com.google.protobuf.ByteString getTableBytes() { @SuppressWarnings("serial") private java.util.List columnTypes_; + /** * * @@ -2448,6 +2514,7 @@ public com.google.protobuf.ByteString getTableBytes() { getColumnTypesList() { return columnTypes_; } + /** * * @@ -2463,6 +2530,7 @@ public com.google.protobuf.ByteString getTableBytes() { getColumnTypesOrBuilderList() { return columnTypes_; } + /** * * @@ -2476,6 +2544,7 @@ public com.google.protobuf.ByteString getTableBytes() { public int getColumnTypesCount() { return columnTypes_.size(); } + /** * * @@ -2489,6 +2558,7 @@ public int getColumnTypesCount() { public com.google.spanner.executor.v1.DataChangeRecord.ColumnType getColumnTypes(int index) { return columnTypes_.get(index); } + /** * * @@ -2508,6 +2578,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ColumnType getColumnTypes @SuppressWarnings("serial") private java.util.List mods_; + /** * * @@ -2521,6 +2592,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ColumnType getColumnTypes public java.util.List getModsList() { return mods_; } + /** * * @@ -2535,6 +2607,7 @@ public java.util.List getMo getModsOrBuilderList() { return mods_; } + /** * * @@ -2548,6 +2621,7 @@ public java.util.List getMo public int getModsCount() { return mods_.size(); } + /** * * @@ -2561,6 +2635,7 @@ public int getModsCount() { public com.google.spanner.executor.v1.DataChangeRecord.Mod getMods(int index) { return mods_.get(index); } + /** * * @@ -2579,6 +2654,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ModOrBuilder getModsOrBui @SuppressWarnings("serial") private volatile java.lang.Object modType_ = ""; + /** * * @@ -2602,6 +2678,7 @@ public java.lang.String getModType() { return s; } } + /** * * @@ -2630,6 +2707,7 @@ public com.google.protobuf.ByteString getModTypeBytes() { @SuppressWarnings("serial") private volatile java.lang.Object valueCaptureType_ = ""; + /** * * @@ -2653,6 +2731,7 @@ public java.lang.String getValueCaptureType() { return s; } } + /** * * @@ -2679,6 +2758,7 @@ public com.google.protobuf.ByteString getValueCaptureTypeBytes() { public static final int RECORD_COUNT_FIELD_NUMBER = 10; private long recordCount_ = 0L; + /** * * @@ -2697,6 +2777,7 @@ public long getRecordCount() { public static final int PARTITION_COUNT_FIELD_NUMBER = 11; private long partitionCount_ = 0L; + /** * * @@ -2717,6 +2798,7 @@ public long getPartitionCount() { @SuppressWarnings("serial") private volatile java.lang.Object transactionTag_ = ""; + /** * * @@ -2740,6 +2822,7 @@ public java.lang.String getTransactionTag() { return s; } } + /** * * @@ -2766,6 +2849,7 @@ public com.google.protobuf.ByteString getTransactionTagBytes() { public static final int IS_SYSTEM_TRANSACTION_FIELD_NUMBER = 13; private boolean isSystemTransaction_ = false; + /** * * @@ -3058,6 +3142,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -3524,6 +3609,7 @@ public Builder mergeFrom( com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> commitTimeBuilder_; + /** * * @@ -3538,6 +3624,7 @@ public Builder mergeFrom( public boolean hasCommitTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -3558,6 +3645,7 @@ public com.google.protobuf.Timestamp getCommitTime() { return commitTimeBuilder_.getMessage(); } } + /** * * @@ -3580,6 +3668,7 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -3599,6 +3688,7 @@ public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -3626,6 +3716,7 @@ public Builder mergeCommitTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -3645,6 +3736,7 @@ public Builder clearCommitTime() { onChanged(); return this; } + /** * * @@ -3659,6 +3751,7 @@ public com.google.protobuf.Timestamp.Builder getCommitTimeBuilder() { onChanged(); return getCommitTimeFieldBuilder().getBuilder(); } + /** * * @@ -3677,6 +3770,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() { : commitTime_; } } + /** * * @@ -3704,6 +3798,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() { } private java.lang.Object recordSequence_ = ""; + /** * * @@ -3726,6 +3821,7 @@ public java.lang.String getRecordSequence() { return (java.lang.String) ref; } } + /** * * @@ -3748,6 +3844,7 @@ public com.google.protobuf.ByteString getRecordSequenceBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3769,6 +3866,7 @@ public Builder setRecordSequence(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3786,6 +3884,7 @@ public Builder clearRecordSequence() { onChanged(); return this; } + /** * * @@ -3810,6 +3909,7 @@ public Builder setRecordSequenceBytes(com.google.protobuf.ByteString value) { } private java.lang.Object transactionId_ = ""; + /** * * @@ -3833,6 +3933,7 @@ public java.lang.String getTransactionId() { return (java.lang.String) ref; } } + /** * * @@ -3856,6 +3957,7 @@ public com.google.protobuf.ByteString getTransactionIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3878,6 +3980,7 @@ public Builder setTransactionId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3896,6 +3999,7 @@ public Builder clearTransactionId() { onChanged(); return this; } + /** * * @@ -3921,6 +4025,7 @@ public Builder setTransactionIdBytes(com.google.protobuf.ByteString value) { } private boolean isLastRecord_; + /** * * @@ -3937,6 +4042,7 @@ public Builder setTransactionIdBytes(com.google.protobuf.ByteString value) { public boolean getIsLastRecord() { return isLastRecord_; } + /** * * @@ -3957,6 +4063,7 @@ public Builder setIsLastRecord(boolean value) { onChanged(); return this; } + /** * * @@ -3977,6 +4084,7 @@ public Builder clearIsLastRecord() { } private java.lang.Object table_ = ""; + /** * * @@ -3999,6 +4107,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -4021,6 +4130,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -4042,6 +4152,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -4059,6 +4170,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -4118,6 +4230,7 @@ private void ensureColumnTypesIsMutable() { return columnTypesBuilder_.getMessageList(); } } + /** * * @@ -4135,6 +4248,7 @@ public int getColumnTypesCount() { return columnTypesBuilder_.getCount(); } } + /** * * @@ -4152,6 +4266,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ColumnType getColumnTypes return columnTypesBuilder_.getMessage(index); } } + /** * * @@ -4176,6 +4291,7 @@ public Builder setColumnTypes( } return this; } + /** * * @@ -4198,6 +4314,7 @@ public Builder setColumnTypes( } return this; } + /** * * @@ -4222,6 +4339,7 @@ public Builder addColumnTypes( } return this; } + /** * * @@ -4246,6 +4364,7 @@ public Builder addColumnTypes( } return this; } + /** * * @@ -4267,6 +4386,7 @@ public Builder addColumnTypes( } return this; } + /** * * @@ -4289,6 +4409,7 @@ public Builder addColumnTypes( } return this; } + /** * * @@ -4311,6 +4432,7 @@ public Builder addAllColumnTypes( } return this; } + /** * * @@ -4331,6 +4453,7 @@ public Builder clearColumnTypes() { } return this; } + /** * * @@ -4351,6 +4474,7 @@ public Builder removeColumnTypes(int index) { } return this; } + /** * * @@ -4365,6 +4489,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ColumnType.Builder getCol int index) { return getColumnTypesFieldBuilder().getBuilder(index); } + /** * * @@ -4383,6 +4508,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ColumnType.Builder getCol return columnTypesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -4402,6 +4528,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ColumnType.Builder getCol return java.util.Collections.unmodifiableList(columnTypes_); } } + /** * * @@ -4418,6 +4545,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ColumnType.Builder getCol .addBuilder( com.google.spanner.executor.v1.DataChangeRecord.ColumnType.getDefaultInstance()); } + /** * * @@ -4435,6 +4563,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ColumnType.Builder addCol index, com.google.spanner.executor.v1.DataChangeRecord.ColumnType.getDefaultInstance()); } + /** * * @@ -4499,6 +4628,7 @@ public java.util.List getMo return modsBuilder_.getMessageList(); } } + /** * * @@ -4515,6 +4645,7 @@ public int getModsCount() { return modsBuilder_.getCount(); } } + /** * * @@ -4531,6 +4662,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.Mod getMods(int index) { return modsBuilder_.getMessage(index); } } + /** * * @@ -4553,6 +4685,7 @@ public Builder setMods(int index, com.google.spanner.executor.v1.DataChangeRecor } return this; } + /** * * @@ -4573,6 +4706,7 @@ public Builder setMods( } return this; } + /** * * @@ -4595,6 +4729,7 @@ public Builder addMods(com.google.spanner.executor.v1.DataChangeRecord.Mod value } return this; } + /** * * @@ -4617,6 +4752,7 @@ public Builder addMods(int index, com.google.spanner.executor.v1.DataChangeRecor } return this; } + /** * * @@ -4637,6 +4773,7 @@ public Builder addMods( } return this; } + /** * * @@ -4657,6 +4794,7 @@ public Builder addMods( } return this; } + /** * * @@ -4677,6 +4815,7 @@ public Builder addAllMods( } return this; } + /** * * @@ -4696,6 +4835,7 @@ public Builder clearMods() { } return this; } + /** * * @@ -4715,6 +4855,7 @@ public Builder removeMods(int index) { } return this; } + /** * * @@ -4727,6 +4868,7 @@ public Builder removeMods(int index) { public com.google.spanner.executor.v1.DataChangeRecord.Mod.Builder getModsBuilder(int index) { return getModsFieldBuilder().getBuilder(index); } + /** * * @@ -4744,6 +4886,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ModOrBuilder getModsOrBui return modsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -4761,6 +4904,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.ModOrBuilder getModsOrBui return java.util.Collections.unmodifiableList(mods_); } } + /** * * @@ -4774,6 +4918,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.Mod.Builder addModsBuilde return getModsFieldBuilder() .addBuilder(com.google.spanner.executor.v1.DataChangeRecord.Mod.getDefaultInstance()); } + /** * * @@ -4788,6 +4933,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.Mod.Builder addModsBuilde .addBuilder( index, com.google.spanner.executor.v1.DataChangeRecord.Mod.getDefaultInstance()); } + /** * * @@ -4820,6 +4966,7 @@ public com.google.spanner.executor.v1.DataChangeRecord.Mod.Builder addModsBuilde } private java.lang.Object modType_ = ""; + /** * * @@ -4842,6 +4989,7 @@ public java.lang.String getModType() { return (java.lang.String) ref; } } + /** * * @@ -4864,6 +5012,7 @@ public com.google.protobuf.ByteString getModTypeBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -4885,6 +5034,7 @@ public Builder setModType(java.lang.String value) { onChanged(); return this; } + /** * * @@ -4902,6 +5052,7 @@ public Builder clearModType() { onChanged(); return this; } + /** * * @@ -4926,6 +5077,7 @@ public Builder setModTypeBytes(com.google.protobuf.ByteString value) { } private java.lang.Object valueCaptureType_ = ""; + /** * * @@ -4948,6 +5100,7 @@ public java.lang.String getValueCaptureType() { return (java.lang.String) ref; } } + /** * * @@ -4970,6 +5123,7 @@ public com.google.protobuf.ByteString getValueCaptureTypeBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -4991,6 +5145,7 @@ public Builder setValueCaptureType(java.lang.String value) { onChanged(); return this; } + /** * * @@ -5008,6 +5163,7 @@ public Builder clearValueCaptureType() { onChanged(); return this; } + /** * * @@ -5032,6 +5188,7 @@ public Builder setValueCaptureTypeBytes(com.google.protobuf.ByteString value) { } private long recordCount_; + /** * * @@ -5047,6 +5204,7 @@ public Builder setValueCaptureTypeBytes(com.google.protobuf.ByteString value) { public long getRecordCount() { return recordCount_; } + /** * * @@ -5066,6 +5224,7 @@ public Builder setRecordCount(long value) { onChanged(); return this; } + /** * * @@ -5085,6 +5244,7 @@ public Builder clearRecordCount() { } private long partitionCount_; + /** * * @@ -5100,6 +5260,7 @@ public Builder clearRecordCount() { public long getPartitionCount() { return partitionCount_; } + /** * * @@ -5119,6 +5280,7 @@ public Builder setPartitionCount(long value) { onChanged(); return this; } + /** * * @@ -5138,6 +5300,7 @@ public Builder clearPartitionCount() { } private java.lang.Object transactionTag_ = ""; + /** * * @@ -5160,6 +5323,7 @@ public java.lang.String getTransactionTag() { return (java.lang.String) ref; } } + /** * * @@ -5182,6 +5346,7 @@ public com.google.protobuf.ByteString getTransactionTagBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -5203,6 +5368,7 @@ public Builder setTransactionTag(java.lang.String value) { onChanged(); return this; } + /** * * @@ -5220,6 +5386,7 @@ public Builder clearTransactionTag() { onChanged(); return this; } + /** * * @@ -5244,6 +5411,7 @@ public Builder setTransactionTagBytes(com.google.protobuf.ByteString value) { } private boolean isSystemTransaction_; + /** * * @@ -5259,6 +5427,7 @@ public Builder setTransactionTagBytes(com.google.protobuf.ByteString value) { public boolean getIsSystemTransaction() { return isSystemTransaction_; } + /** * * @@ -5278,6 +5447,7 @@ public Builder setIsSystemTransaction(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DataChangeRecordOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DataChangeRecordOrBuilder.java index 4fa8878802..1c3196071b 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DataChangeRecordOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DataChangeRecordOrBuilder.java @@ -36,6 +36,7 @@ public interface DataChangeRecordOrBuilder * @return Whether the commitTime field is set. */ boolean hasCommitTime(); + /** * * @@ -48,6 +49,7 @@ public interface DataChangeRecordOrBuilder * @return The commitTime. */ com.google.protobuf.Timestamp getCommitTime(); + /** * * @@ -71,6 +73,7 @@ public interface DataChangeRecordOrBuilder * @return The recordSequence. */ java.lang.String getRecordSequence(); + /** * * @@ -97,6 +100,7 @@ public interface DataChangeRecordOrBuilder * @return The transactionId. */ java.lang.String getTransactionId(); + /** * * @@ -137,6 +141,7 @@ public interface DataChangeRecordOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -160,6 +165,7 @@ public interface DataChangeRecordOrBuilder * repeated .google.spanner.executor.v1.DataChangeRecord.ColumnType column_types = 6; */ java.util.List getColumnTypesList(); + /** * * @@ -170,6 +176,7 @@ public interface DataChangeRecordOrBuilder * repeated .google.spanner.executor.v1.DataChangeRecord.ColumnType column_types = 6; */ com.google.spanner.executor.v1.DataChangeRecord.ColumnType getColumnTypes(int index); + /** * * @@ -180,6 +187,7 @@ public interface DataChangeRecordOrBuilder * repeated .google.spanner.executor.v1.DataChangeRecord.ColumnType column_types = 6; */ int getColumnTypesCount(); + /** * * @@ -191,6 +199,7 @@ public interface DataChangeRecordOrBuilder */ java.util.List getColumnTypesOrBuilderList(); + /** * * @@ -213,6 +222,7 @@ com.google.spanner.executor.v1.DataChangeRecord.ColumnTypeOrBuilder getColumnTyp * repeated .google.spanner.executor.v1.DataChangeRecord.Mod mods = 7; */ java.util.List getModsList(); + /** * * @@ -223,6 +233,7 @@ com.google.spanner.executor.v1.DataChangeRecord.ColumnTypeOrBuilder getColumnTyp * repeated .google.spanner.executor.v1.DataChangeRecord.Mod mods = 7; */ com.google.spanner.executor.v1.DataChangeRecord.Mod getMods(int index); + /** * * @@ -233,6 +244,7 @@ com.google.spanner.executor.v1.DataChangeRecord.ColumnTypeOrBuilder getColumnTyp * repeated .google.spanner.executor.v1.DataChangeRecord.Mod mods = 7; */ int getModsCount(); + /** * * @@ -244,6 +256,7 @@ com.google.spanner.executor.v1.DataChangeRecord.ColumnTypeOrBuilder getColumnTyp */ java.util.List getModsOrBuilderList(); + /** * * @@ -267,6 +280,7 @@ com.google.spanner.executor.v1.DataChangeRecord.ColumnTypeOrBuilder getColumnTyp * @return The modType. */ java.lang.String getModType(); + /** * * @@ -292,6 +306,7 @@ com.google.spanner.executor.v1.DataChangeRecord.ColumnTypeOrBuilder getColumnTyp * @return The valueCaptureType. */ java.lang.String getValueCaptureType(); + /** * * @@ -343,6 +358,7 @@ com.google.spanner.executor.v1.DataChangeRecord.ColumnTypeOrBuilder getColumnTyp * @return The transactionTag. */ java.lang.String getTransactionTag(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudBackupAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudBackupAction.java index 8ae75bec65..130c9174ca 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudBackupAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudBackupAction.java @@ -33,6 +33,7 @@ public final class DeleteCloudBackupAction extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.DeleteCloudBackupAction) DeleteCloudBackupActionOrBuilder { private static final long serialVersionUID = 0L; + // Use DeleteCloudBackupAction.newBuilder() to construct. private DeleteCloudBackupAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -143,6 +147,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -171,6 +176,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupId_ = ""; + /** * * @@ -194,6 +200,7 @@ public java.lang.String getBackupId() { return s; } } + /** * * @@ -396,6 +403,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -610,6 +618,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -632,6 +641,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -654,6 +664,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -675,6 +686,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -692,6 +704,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -716,6 +729,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -738,6 +752,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -760,6 +775,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -781,6 +797,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -798,6 +815,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -822,6 +840,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupId_ = ""; + /** * * @@ -844,6 +863,7 @@ public java.lang.String getBackupId() { return (java.lang.String) ref; } } + /** * * @@ -866,6 +886,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -887,6 +908,7 @@ public Builder setBackupId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -904,6 +926,7 @@ public Builder clearBackupId() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudBackupActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudBackupActionOrBuilder.java index c375faa86b..edf8e1edf8 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudBackupActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudBackupActionOrBuilder.java @@ -36,6 +36,7 @@ public interface DeleteCloudBackupActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -61,6 +62,7 @@ public interface DeleteCloudBackupActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -86,6 +88,7 @@ public interface DeleteCloudBackupActionOrBuilder * @return The backupId. */ java.lang.String getBackupId(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudInstanceAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudInstanceAction.java index 37cffa9d85..f8d4293bf0 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudInstanceAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudInstanceAction.java @@ -33,6 +33,7 @@ public final class DeleteCloudInstanceAction extends com.google.protobuf.Generat // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.DeleteCloudInstanceAction) DeleteCloudInstanceActionOrBuilder { private static final long serialVersionUID = 0L; + // Use DeleteCloudInstanceAction.newBuilder() to construct. private DeleteCloudInstanceAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -91,6 +93,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -119,6 +122,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -142,6 +146,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -335,6 +340,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -534,6 +540,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object instanceId_ = ""; + /** * * @@ -556,6 +563,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -578,6 +586,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -599,6 +608,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -616,6 +626,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -640,6 +651,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -662,6 +674,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -684,6 +697,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -705,6 +719,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -722,6 +737,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudInstanceActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudInstanceActionOrBuilder.java index b7704cd671..0045a74d55 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudInstanceActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteCloudInstanceActionOrBuilder.java @@ -36,6 +36,7 @@ public interface DeleteCloudInstanceActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -61,6 +62,7 @@ public interface DeleteCloudInstanceActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteUserInstanceConfigAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteUserInstanceConfigAction.java index 6823f52d08..202bd82880 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteUserInstanceConfigAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteUserInstanceConfigAction.java @@ -33,6 +33,7 @@ public final class DeleteUserInstanceConfigAction extends com.google.protobuf.Ge // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.DeleteUserInstanceConfigAction) DeleteUserInstanceConfigActionOrBuilder { private static final long serialVersionUID = 0L; + // Use DeleteUserInstanceConfigAction.newBuilder() to construct. private DeleteUserInstanceConfigAction( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object userConfigId_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getUserConfigId() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getUserConfigIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -143,6 +147,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -336,6 +341,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -538,6 +544,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object userConfigId_ = ""; + /** * * @@ -560,6 +567,7 @@ public java.lang.String getUserConfigId() { return (java.lang.String) ref; } } + /** * * @@ -582,6 +590,7 @@ public com.google.protobuf.ByteString getUserConfigIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -603,6 +612,7 @@ public Builder setUserConfigId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -620,6 +630,7 @@ public Builder clearUserConfigId() { onChanged(); return this; } + /** * * @@ -644,6 +655,7 @@ public Builder setUserConfigIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -666,6 +678,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -688,6 +701,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -709,6 +723,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -726,6 +741,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteUserInstanceConfigActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteUserInstanceConfigActionOrBuilder.java index 3bac349a4d..65c2318739 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteUserInstanceConfigActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DeleteUserInstanceConfigActionOrBuilder.java @@ -36,6 +36,7 @@ public interface DeleteUserInstanceConfigActionOrBuilder * @return The userConfigId. */ java.lang.String getUserConfigId(); + /** * * @@ -61,6 +62,7 @@ public interface DeleteUserInstanceConfigActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DmlAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DmlAction.java index abf51e3516..256089e5ea 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DmlAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DmlAction.java @@ -33,6 +33,7 @@ public final class DmlAction extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.DmlAction) DmlActionOrBuilder { private static final long serialVersionUID = 0L; + // Use DmlAction.newBuilder() to construct. private DmlAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -64,6 +65,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int UPDATE_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.QueryAction update_; + /** * * @@ -79,6 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasUpdate() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -96,6 +99,7 @@ public com.google.spanner.executor.v1.QueryAction getUpdate() { ? com.google.spanner.executor.v1.QueryAction.getDefaultInstance() : update_; } + /** * * @@ -114,6 +118,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getUpdateOrBuilder() public static final int AUTOCOMMIT_IF_SUPPORTED_FIELD_NUMBER = 2; private boolean autocommitIfSupported_ = false; + /** * * @@ -130,6 +135,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getUpdateOrBuilder() public boolean hasAutocommitIfSupported() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -324,6 +330,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -540,6 +547,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.QueryAction.Builder, com.google.spanner.executor.v1.QueryActionOrBuilder> updateBuilder_; + /** * * @@ -554,6 +562,7 @@ public Builder mergeFrom( public boolean hasUpdate() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -574,6 +583,7 @@ public com.google.spanner.executor.v1.QueryAction getUpdate() { return updateBuilder_.getMessage(); } } + /** * * @@ -596,6 +606,7 @@ public Builder setUpdate(com.google.spanner.executor.v1.QueryAction value) { onChanged(); return this; } + /** * * @@ -615,6 +626,7 @@ public Builder setUpdate(com.google.spanner.executor.v1.QueryAction.Builder buil onChanged(); return this; } + /** * * @@ -642,6 +654,7 @@ public Builder mergeUpdate(com.google.spanner.executor.v1.QueryAction value) { } return this; } + /** * * @@ -661,6 +674,7 @@ public Builder clearUpdate() { onChanged(); return this; } + /** * * @@ -675,6 +689,7 @@ public com.google.spanner.executor.v1.QueryAction.Builder getUpdateBuilder() { onChanged(); return getUpdateFieldBuilder().getBuilder(); } + /** * * @@ -693,6 +708,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getUpdateOrBuilder() : update_; } } + /** * * @@ -720,6 +736,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getUpdateOrBuilder() } private boolean autocommitIfSupported_; + /** * * @@ -736,6 +753,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getUpdateOrBuilder() public boolean hasAutocommitIfSupported() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -752,6 +770,7 @@ public boolean hasAutocommitIfSupported() { public boolean getAutocommitIfSupported() { return autocommitIfSupported_; } + /** * * @@ -772,6 +791,7 @@ public Builder setAutocommitIfSupported(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DmlActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DmlActionOrBuilder.java index 51026f556b..9cff7cca3b 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DmlActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DmlActionOrBuilder.java @@ -36,6 +36,7 @@ public interface DmlActionOrBuilder * @return Whether the update field is set. */ boolean hasUpdate(); + /** * * @@ -48,6 +49,7 @@ public interface DmlActionOrBuilder * @return The update. */ com.google.spanner.executor.v1.QueryAction getUpdate(); + /** * * @@ -72,6 +74,7 @@ public interface DmlActionOrBuilder * @return Whether the autocommitIfSupported field is set. */ boolean hasAutocommitIfSupported(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DropCloudDatabaseAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DropCloudDatabaseAction.java index 961a51ade7..d40528106b 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DropCloudDatabaseAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DropCloudDatabaseAction.java @@ -33,6 +33,7 @@ public final class DropCloudDatabaseAction extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.DropCloudDatabaseAction) DropCloudDatabaseActionOrBuilder { private static final long serialVersionUID = 0L; + // Use DropCloudDatabaseAction.newBuilder() to construct. private DropCloudDatabaseAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -143,6 +147,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -171,6 +176,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; + /** * * @@ -194,6 +200,7 @@ public java.lang.String getDatabaseId() { return s; } } + /** * * @@ -396,6 +403,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -610,6 +618,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object instanceId_ = ""; + /** * * @@ -632,6 +641,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -654,6 +664,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -675,6 +686,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -692,6 +704,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -716,6 +729,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -738,6 +752,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -760,6 +775,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -781,6 +797,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -798,6 +815,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -822,6 +840,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object databaseId_ = ""; + /** * * @@ -844,6 +863,7 @@ public java.lang.String getDatabaseId() { return (java.lang.String) ref; } } + /** * * @@ -866,6 +886,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -887,6 +908,7 @@ public Builder setDatabaseId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -904,6 +926,7 @@ public Builder clearDatabaseId() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DropCloudDatabaseActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DropCloudDatabaseActionOrBuilder.java index 0a9f4acb90..965d057719 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DropCloudDatabaseActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/DropCloudDatabaseActionOrBuilder.java @@ -36,6 +36,7 @@ public interface DropCloudDatabaseActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -61,6 +62,7 @@ public interface DropCloudDatabaseActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -86,6 +88,7 @@ public interface DropCloudDatabaseActionOrBuilder * @return The databaseId. */ java.lang.String getDatabaseId(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecuteChangeStreamQuery.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecuteChangeStreamQuery.java index aacf726f8c..f2a7b18497 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecuteChangeStreamQuery.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecuteChangeStreamQuery.java @@ -33,6 +33,7 @@ public final class ExecuteChangeStreamQuery extends com.google.protobuf.Generate // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ExecuteChangeStreamQuery) ExecuteChangeStreamQueryOrBuilder { private static final long serialVersionUID = 0L; + // Use ExecuteChangeStreamQuery.newBuilder() to construct. private ExecuteChangeStreamQuery(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int START_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp startTime_; + /** * * @@ -136,6 +140,7 @@ public com.google.protobuf.ByteString getNameBytes() { public boolean hasStartTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -152,6 +157,7 @@ public boolean hasStartTime() { public com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } + /** * * @@ -169,6 +175,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp endTime_; + /** * * @@ -185,6 +192,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -201,6 +209,7 @@ public boolean hasEndTime() { public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } + /** * * @@ -220,6 +229,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { @SuppressWarnings("serial") private volatile java.lang.Object partitionToken_ = ""; + /** * * @@ -236,6 +246,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public boolean hasPartitionToken() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -260,6 +271,7 @@ public java.lang.String getPartitionToken() { return s; } } + /** * * @@ -290,6 +302,7 @@ public com.google.protobuf.ByteString getPartitionTokenBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList readOptions_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -304,6 +317,7 @@ public com.google.protobuf.ByteString getPartitionTokenBytes() { public com.google.protobuf.ProtocolStringList getReadOptionsList() { return readOptions_; } + /** * * @@ -318,6 +332,7 @@ public com.google.protobuf.ProtocolStringList getReadOptionsList() { public int getReadOptionsCount() { return readOptions_.size(); } + /** * * @@ -333,6 +348,7 @@ public int getReadOptionsCount() { public java.lang.String getReadOptions(int index) { return readOptions_.get(index); } + /** * * @@ -351,6 +367,7 @@ public com.google.protobuf.ByteString getReadOptionsBytes(int index) { public static final int HEARTBEAT_MILLISECONDS_FIELD_NUMBER = 6; private int heartbeatMilliseconds_ = 0; + /** * * @@ -367,6 +384,7 @@ public com.google.protobuf.ByteString getReadOptionsBytes(int index) { public boolean hasHeartbeatMilliseconds() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -386,6 +404,7 @@ public int getHeartbeatMilliseconds() { public static final int DEADLINE_SECONDS_FIELD_NUMBER = 7; private long deadlineSeconds_ = 0L; + /** * * @@ -401,6 +420,7 @@ public int getHeartbeatMilliseconds() { public boolean hasDeadlineSeconds() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -421,6 +441,7 @@ public long getDeadlineSeconds() { @SuppressWarnings("serial") private volatile java.lang.Object cloudDatabaseRole_ = ""; + /** * * @@ -438,6 +459,7 @@ public long getDeadlineSeconds() { public boolean hasCloudDatabaseRole() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -463,6 +485,7 @@ public java.lang.String getCloudDatabaseRole() { return s; } } + /** * * @@ -749,6 +772,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1063,6 +1087,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -1085,6 +1110,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -1107,6 +1133,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1128,6 +1155,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1145,6 +1173,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -1174,6 +1203,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** * * @@ -1189,6 +1219,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public boolean hasStartTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1208,6 +1239,7 @@ public com.google.protobuf.Timestamp getStartTime() { return startTimeBuilder_.getMessage(); } } + /** * * @@ -1231,6 +1263,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1251,6 +1284,7 @@ public Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValu onChanged(); return this; } + /** * * @@ -1279,6 +1313,7 @@ public Builder mergeStartTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1299,6 +1334,7 @@ public Builder clearStartTime() { onChanged(); return this; } + /** * * @@ -1314,6 +1350,7 @@ public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { onChanged(); return getStartTimeFieldBuilder().getBuilder(); } + /** * * @@ -1331,6 +1368,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } + /** * * @@ -1364,6 +1402,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** * * @@ -1379,6 +1418,7 @@ public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { public boolean hasEndTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1398,6 +1438,7 @@ public com.google.protobuf.Timestamp getEndTime() { return endTimeBuilder_.getMessage(); } } + /** * * @@ -1421,6 +1462,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1441,6 +1483,7 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) onChanged(); return this; } + /** * * @@ -1469,6 +1512,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1489,6 +1533,7 @@ public Builder clearEndTime() { onChanged(); return this; } + /** * * @@ -1504,6 +1549,7 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { onChanged(); return getEndTimeFieldBuilder().getBuilder(); } + /** * * @@ -1521,6 +1567,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } + /** * * @@ -1549,6 +1596,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { } private java.lang.Object partitionToken_ = ""; + /** * * @@ -1564,6 +1612,7 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public boolean hasPartitionToken() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1587,6 +1636,7 @@ public java.lang.String getPartitionToken() { return (java.lang.String) ref; } } + /** * * @@ -1610,6 +1660,7 @@ public com.google.protobuf.ByteString getPartitionTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1632,6 +1683,7 @@ public Builder setPartitionToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1650,6 +1702,7 @@ public Builder clearPartitionToken() { onChanged(); return this; } + /** * * @@ -1683,6 +1736,7 @@ private void ensureReadOptionsIsMutable() { } bitField0_ |= 0x00000010; } + /** * * @@ -1698,6 +1752,7 @@ public com.google.protobuf.ProtocolStringList getReadOptionsList() { readOptions_.makeImmutable(); return readOptions_; } + /** * * @@ -1712,6 +1767,7 @@ public com.google.protobuf.ProtocolStringList getReadOptionsList() { public int getReadOptionsCount() { return readOptions_.size(); } + /** * * @@ -1727,6 +1783,7 @@ public int getReadOptionsCount() { public java.lang.String getReadOptions(int index) { return readOptions_.get(index); } + /** * * @@ -1742,6 +1799,7 @@ public java.lang.String getReadOptions(int index) { public com.google.protobuf.ByteString getReadOptionsBytes(int index) { return readOptions_.getByteString(index); } + /** * * @@ -1765,6 +1823,7 @@ public Builder setReadOptions(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1787,6 +1846,7 @@ public Builder addReadOptions(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1806,6 +1866,7 @@ public Builder addAllReadOptions(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1824,6 +1885,7 @@ public Builder clearReadOptions() { onChanged(); return this; } + /** * * @@ -1849,6 +1911,7 @@ public Builder addReadOptionsBytes(com.google.protobuf.ByteString value) { } private int heartbeatMilliseconds_; + /** * * @@ -1865,6 +1928,7 @@ public Builder addReadOptionsBytes(com.google.protobuf.ByteString value) { public boolean hasHeartbeatMilliseconds() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -1881,6 +1945,7 @@ public boolean hasHeartbeatMilliseconds() { public int getHeartbeatMilliseconds() { return heartbeatMilliseconds_; } + /** * * @@ -1901,6 +1966,7 @@ public Builder setHeartbeatMilliseconds(int value) { onChanged(); return this; } + /** * * @@ -1921,6 +1987,7 @@ public Builder clearHeartbeatMilliseconds() { } private long deadlineSeconds_; + /** * * @@ -1936,6 +2003,7 @@ public Builder clearHeartbeatMilliseconds() { public boolean hasDeadlineSeconds() { return ((bitField0_ & 0x00000040) != 0); } + /** * * @@ -1951,6 +2019,7 @@ public boolean hasDeadlineSeconds() { public long getDeadlineSeconds() { return deadlineSeconds_; } + /** * * @@ -1970,6 +2039,7 @@ public Builder setDeadlineSeconds(long value) { onChanged(); return this; } + /** * * @@ -1989,6 +2059,7 @@ public Builder clearDeadlineSeconds() { } private java.lang.Object cloudDatabaseRole_ = ""; + /** * * @@ -2005,6 +2076,7 @@ public Builder clearDeadlineSeconds() { public boolean hasCloudDatabaseRole() { return ((bitField0_ & 0x00000080) != 0); } + /** * * @@ -2029,6 +2101,7 @@ public java.lang.String getCloudDatabaseRole() { return (java.lang.String) ref; } } + /** * * @@ -2053,6 +2126,7 @@ public com.google.protobuf.ByteString getCloudDatabaseRoleBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2076,6 +2150,7 @@ public Builder setCloudDatabaseRole(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2095,6 +2170,7 @@ public Builder clearCloudDatabaseRole() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecuteChangeStreamQueryOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecuteChangeStreamQueryOrBuilder.java index 15a1971d32..0ce094ea75 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecuteChangeStreamQueryOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecuteChangeStreamQueryOrBuilder.java @@ -36,6 +36,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -62,6 +63,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return Whether the startTime field is set. */ boolean hasStartTime(); + /** * * @@ -75,6 +77,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); + /** * * @@ -100,6 +103,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return Whether the endTime field is set. */ boolean hasEndTime(); + /** * * @@ -113,6 +117,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); + /** * * @@ -138,6 +143,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return Whether the partitionToken field is set. */ boolean hasPartitionToken(); + /** * * @@ -151,6 +157,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return The partitionToken. */ java.lang.String getPartitionToken(); + /** * * @@ -177,6 +184,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return A list containing the readOptions. */ java.util.List getReadOptionsList(); + /** * * @@ -189,6 +197,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return The count of readOptions. */ int getReadOptionsCount(); + /** * * @@ -202,6 +211,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return The readOptions at the given index. */ java.lang.String getReadOptions(int index); + /** * * @@ -229,6 +239,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return Whether the heartbeatMilliseconds field is set. */ boolean hasHeartbeatMilliseconds(); + /** * * @@ -255,6 +266,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return Whether the deadlineSeconds field is set. */ boolean hasDeadlineSeconds(); + /** * * @@ -282,6 +294,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return Whether the cloudDatabaseRole field is set. */ boolean hasCloudDatabaseRole(); + /** * * @@ -296,6 +309,7 @@ public interface ExecuteChangeStreamQueryOrBuilder * @return The cloudDatabaseRole. */ java.lang.String getCloudDatabaseRole(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecutePartitionAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecutePartitionAction.java index 2e1c9edd21..9e75f55c8c 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecutePartitionAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecutePartitionAction.java @@ -35,6 +35,7 @@ public final class ExecutePartitionAction extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ExecutePartitionAction) ExecutePartitionActionOrBuilder { private static final long serialVersionUID = 0L; + // Use ExecutePartitionAction.newBuilder() to construct. private ExecutePartitionAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -66,6 +67,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int PARTITION_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.BatchPartition partition_; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasPartition() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -98,6 +101,7 @@ public com.google.spanner.executor.v1.BatchPartition getPartition() { ? com.google.spanner.executor.v1.BatchPartition.getDefaultInstance() : partition_; } + /** * * @@ -279,6 +283,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -484,6 +489,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.BatchPartition.Builder, com.google.spanner.executor.v1.BatchPartitionOrBuilder> partitionBuilder_; + /** * * @@ -498,6 +504,7 @@ public Builder mergeFrom( public boolean hasPartition() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -518,6 +525,7 @@ public com.google.spanner.executor.v1.BatchPartition getPartition() { return partitionBuilder_.getMessage(); } } + /** * * @@ -540,6 +548,7 @@ public Builder setPartition(com.google.spanner.executor.v1.BatchPartition value) onChanged(); return this; } + /** * * @@ -560,6 +569,7 @@ public Builder setPartition( onChanged(); return this; } + /** * * @@ -587,6 +597,7 @@ public Builder mergePartition(com.google.spanner.executor.v1.BatchPartition valu } return this; } + /** * * @@ -606,6 +617,7 @@ public Builder clearPartition() { onChanged(); return this; } + /** * * @@ -620,6 +632,7 @@ public com.google.spanner.executor.v1.BatchPartition.Builder getPartitionBuilder onChanged(); return getPartitionFieldBuilder().getBuilder(); } + /** * * @@ -638,6 +651,7 @@ public com.google.spanner.executor.v1.BatchPartitionOrBuilder getPartitionOrBuil : partition_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecutePartitionActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecutePartitionActionOrBuilder.java index 84b413ae80..90874e17a3 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecutePartitionActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ExecutePartitionActionOrBuilder.java @@ -36,6 +36,7 @@ public interface ExecutePartitionActionOrBuilder * @return Whether the partition field is set. */ boolean hasPartition(); + /** * * @@ -48,6 +49,7 @@ public interface ExecutePartitionActionOrBuilder * @return The partition. */ com.google.spanner.executor.v1.BatchPartition getPartition(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/FinishTransactionAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/FinishTransactionAction.java index d3fe4cc4c3..b121d3dacc 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/FinishTransactionAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/FinishTransactionAction.java @@ -33,6 +33,7 @@ public final class FinishTransactionAction extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.FinishTransactionAction) FinishTransactionActionOrBuilder { private static final long serialVersionUID = 0L; + // Use FinishTransactionAction.newBuilder() to construct. private FinishTransactionAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -116,6 +117,7 @@ public enum Mode implements com.google.protobuf.ProtocolMessageEnum { * MODE_UNSPECIFIED = 0; */ public static final int MODE_UNSPECIFIED_VALUE = 0; + /** * * @@ -126,6 +128,7 @@ public enum Mode implements com.google.protobuf.ProtocolMessageEnum { * COMMIT = 1; */ public static final int COMMIT_VALUE = 1; + /** * * @@ -224,6 +227,7 @@ private Mode(int value) { public static final int MODE_FIELD_NUMBER = 1; private int mode_ = 0; + /** * * @@ -240,6 +244,7 @@ private Mode(int value) { public int getModeValue() { return mode_; } + /** * * @@ -425,6 +430,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -607,6 +613,7 @@ public Builder mergeFrom( private int bitField0_; private int mode_ = 0; + /** * * @@ -623,6 +630,7 @@ public Builder mergeFrom( public int getModeValue() { return mode_; } + /** * * @@ -642,6 +650,7 @@ public Builder setModeValue(int value) { onChanged(); return this; } + /** * * @@ -662,6 +671,7 @@ public com.google.spanner.executor.v1.FinishTransactionAction.Mode getMode() { ? com.google.spanner.executor.v1.FinishTransactionAction.Mode.UNRECOGNIZED : result; } + /** * * @@ -684,6 +694,7 @@ public Builder setMode(com.google.spanner.executor.v1.FinishTransactionAction.Mo onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/FinishTransactionActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/FinishTransactionActionOrBuilder.java index e1d4768493..f8d51847e9 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/FinishTransactionActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/FinishTransactionActionOrBuilder.java @@ -37,6 +37,7 @@ public interface FinishTransactionActionOrBuilder * @return The enum numeric value on the wire for mode. */ int getModeValue(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForQueryAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForQueryAction.java index 5f1b71f0fd..601353bca4 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForQueryAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForQueryAction.java @@ -34,6 +34,7 @@ public final class GenerateDbPartitionsForQueryAction extends com.google.protobu // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.GenerateDbPartitionsForQueryAction) GenerateDbPartitionsForQueryActionOrBuilder { private static final long serialVersionUID = 0L; + // Use GenerateDbPartitionsForQueryAction.newBuilder() to construct. private GenerateDbPartitionsForQueryAction( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -66,6 +67,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int QUERY_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.QueryAction query_; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasQuery() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -98,6 +101,7 @@ public com.google.spanner.executor.v1.QueryAction getQuery() { ? com.google.spanner.executor.v1.QueryAction.getDefaultInstance() : query_; } + /** * * @@ -116,6 +120,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { public static final int DESIRED_BYTES_PER_PARTITION_FIELD_NUMBER = 2; private long desiredBytesPerPartition_ = 0L; + /** * * @@ -132,6 +137,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { public boolean hasDesiredBytesPerPartition() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -329,6 +335,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -552,6 +559,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.QueryAction.Builder, com.google.spanner.executor.v1.QueryActionOrBuilder> queryBuilder_; + /** * * @@ -566,6 +574,7 @@ public Builder mergeFrom( public boolean hasQuery() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -586,6 +595,7 @@ public com.google.spanner.executor.v1.QueryAction getQuery() { return queryBuilder_.getMessage(); } } + /** * * @@ -608,6 +618,7 @@ public Builder setQuery(com.google.spanner.executor.v1.QueryAction value) { onChanged(); return this; } + /** * * @@ -627,6 +638,7 @@ public Builder setQuery(com.google.spanner.executor.v1.QueryAction.Builder build onChanged(); return this; } + /** * * @@ -654,6 +666,7 @@ public Builder mergeQuery(com.google.spanner.executor.v1.QueryAction value) { } return this; } + /** * * @@ -673,6 +686,7 @@ public Builder clearQuery() { onChanged(); return this; } + /** * * @@ -687,6 +701,7 @@ public com.google.spanner.executor.v1.QueryAction.Builder getQueryBuilder() { onChanged(); return getQueryFieldBuilder().getBuilder(); } + /** * * @@ -705,6 +720,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { : query_; } } + /** * * @@ -732,6 +748,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { } private long desiredBytesPerPartition_; + /** * * @@ -748,6 +765,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { public boolean hasDesiredBytesPerPartition() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -764,6 +782,7 @@ public boolean hasDesiredBytesPerPartition() { public long getDesiredBytesPerPartition() { return desiredBytesPerPartition_; } + /** * * @@ -784,6 +803,7 @@ public Builder setDesiredBytesPerPartition(long value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForQueryActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForQueryActionOrBuilder.java index 80bd6955c8..ebf6048f12 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForQueryActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForQueryActionOrBuilder.java @@ -36,6 +36,7 @@ public interface GenerateDbPartitionsForQueryActionOrBuilder * @return Whether the query field is set. */ boolean hasQuery(); + /** * * @@ -48,6 +49,7 @@ public interface GenerateDbPartitionsForQueryActionOrBuilder * @return The query. */ com.google.spanner.executor.v1.QueryAction getQuery(); + /** * * @@ -72,6 +74,7 @@ public interface GenerateDbPartitionsForQueryActionOrBuilder * @return Whether the desiredBytesPerPartition field is set. */ boolean hasDesiredBytesPerPartition(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForReadAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForReadAction.java index e60b79caf4..a511eba395 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForReadAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForReadAction.java @@ -34,6 +34,7 @@ public final class GenerateDbPartitionsForReadAction extends com.google.protobuf // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.GenerateDbPartitionsForReadAction) GenerateDbPartitionsForReadActionOrBuilder { private static final long serialVersionUID = 0L; + // Use GenerateDbPartitionsForReadAction.newBuilder() to construct. private GenerateDbPartitionsForReadAction( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int READ_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.ReadAction read_; + /** * * @@ -83,6 +85,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasRead() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -98,6 +101,7 @@ public boolean hasRead() { public com.google.spanner.executor.v1.ReadAction getRead() { return read_ == null ? com.google.spanner.executor.v1.ReadAction.getDefaultInstance() : read_; } + /** * * @@ -116,6 +120,7 @@ public com.google.spanner.executor.v1.ReadActionOrBuilder getReadOrBuilder() { @SuppressWarnings("serial") private java.util.List table_; + /** * * @@ -129,6 +134,7 @@ public com.google.spanner.executor.v1.ReadActionOrBuilder getReadOrBuilder() { public java.util.List getTableList() { return table_; } + /** * * @@ -143,6 +149,7 @@ public java.util.List getTableList getTableOrBuilderList() { return table_; } + /** * * @@ -156,6 +163,7 @@ public java.util.List getTableList public int getTableCount() { return table_.size(); } + /** * * @@ -169,6 +177,7 @@ public int getTableCount() { public com.google.spanner.executor.v1.TableMetadata getTable(int index) { return table_.get(index); } + /** * * @@ -185,6 +194,7 @@ public com.google.spanner.executor.v1.TableMetadataOrBuilder getTableOrBuilder(i public static final int DESIRED_BYTES_PER_PARTITION_FIELD_NUMBER = 3; private long desiredBytesPerPartition_ = 0L; + /** * * @@ -201,6 +211,7 @@ public com.google.spanner.executor.v1.TableMetadataOrBuilder getTableOrBuilder(i public boolean hasDesiredBytesPerPartition() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -220,6 +231,7 @@ public long getDesiredBytesPerPartition() { public static final int MAX_PARTITION_COUNT_FIELD_NUMBER = 4; private long maxPartitionCount_ = 0L; + /** * * @@ -236,6 +248,7 @@ public long getDesiredBytesPerPartition() { public boolean hasMaxPartitionCount() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -457,6 +470,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -755,6 +769,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.ReadAction.Builder, com.google.spanner.executor.v1.ReadActionOrBuilder> readBuilder_; + /** * * @@ -769,6 +784,7 @@ public Builder mergeFrom( public boolean hasRead() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -789,6 +805,7 @@ public com.google.spanner.executor.v1.ReadAction getRead() { return readBuilder_.getMessage(); } } + /** * * @@ -811,6 +828,7 @@ public Builder setRead(com.google.spanner.executor.v1.ReadAction value) { onChanged(); return this; } + /** * * @@ -830,6 +848,7 @@ public Builder setRead(com.google.spanner.executor.v1.ReadAction.Builder builder onChanged(); return this; } + /** * * @@ -857,6 +876,7 @@ public Builder mergeRead(com.google.spanner.executor.v1.ReadAction value) { } return this; } + /** * * @@ -876,6 +896,7 @@ public Builder clearRead() { onChanged(); return this; } + /** * * @@ -890,6 +911,7 @@ public com.google.spanner.executor.v1.ReadAction.Builder getReadBuilder() { onChanged(); return getReadFieldBuilder().getBuilder(); } + /** * * @@ -908,6 +930,7 @@ public com.google.spanner.executor.v1.ReadActionOrBuilder getReadOrBuilder() { : read_; } } + /** * * @@ -966,6 +989,7 @@ public java.util.List getTableList return tableBuilder_.getMessageList(); } } + /** * * @@ -982,6 +1006,7 @@ public int getTableCount() { return tableBuilder_.getCount(); } } + /** * * @@ -998,6 +1023,7 @@ public com.google.spanner.executor.v1.TableMetadata getTable(int index) { return tableBuilder_.getMessage(index); } } + /** * * @@ -1020,6 +1046,7 @@ public Builder setTable(int index, com.google.spanner.executor.v1.TableMetadata } return this; } + /** * * @@ -1040,6 +1067,7 @@ public Builder setTable( } return this; } + /** * * @@ -1062,6 +1090,7 @@ public Builder addTable(com.google.spanner.executor.v1.TableMetadata value) { } return this; } + /** * * @@ -1084,6 +1113,7 @@ public Builder addTable(int index, com.google.spanner.executor.v1.TableMetadata } return this; } + /** * * @@ -1103,6 +1133,7 @@ public Builder addTable(com.google.spanner.executor.v1.TableMetadata.Builder bui } return this; } + /** * * @@ -1123,6 +1154,7 @@ public Builder addTable( } return this; } + /** * * @@ -1143,6 +1175,7 @@ public Builder addAllTable( } return this; } + /** * * @@ -1162,6 +1195,7 @@ public Builder clearTable() { } return this; } + /** * * @@ -1181,6 +1215,7 @@ public Builder removeTable(int index) { } return this; } + /** * * @@ -1193,6 +1228,7 @@ public Builder removeTable(int index) { public com.google.spanner.executor.v1.TableMetadata.Builder getTableBuilder(int index) { return getTableFieldBuilder().getBuilder(index); } + /** * * @@ -1209,6 +1245,7 @@ public com.google.spanner.executor.v1.TableMetadataOrBuilder getTableOrBuilder(i return tableBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1226,6 +1263,7 @@ public com.google.spanner.executor.v1.TableMetadataOrBuilder getTableOrBuilder(i return java.util.Collections.unmodifiableList(table_); } } + /** * * @@ -1239,6 +1277,7 @@ public com.google.spanner.executor.v1.TableMetadata.Builder addTableBuilder() { return getTableFieldBuilder() .addBuilder(com.google.spanner.executor.v1.TableMetadata.getDefaultInstance()); } + /** * * @@ -1252,6 +1291,7 @@ public com.google.spanner.executor.v1.TableMetadata.Builder addTableBuilder(int return getTableFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.TableMetadata.getDefaultInstance()); } + /** * * @@ -1284,6 +1324,7 @@ public com.google.spanner.executor.v1.TableMetadata.Builder addTableBuilder(int } private long desiredBytesPerPartition_; + /** * * @@ -1300,6 +1341,7 @@ public com.google.spanner.executor.v1.TableMetadata.Builder addTableBuilder(int public boolean hasDesiredBytesPerPartition() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1316,6 +1358,7 @@ public boolean hasDesiredBytesPerPartition() { public long getDesiredBytesPerPartition() { return desiredBytesPerPartition_; } + /** * * @@ -1336,6 +1379,7 @@ public Builder setDesiredBytesPerPartition(long value) { onChanged(); return this; } + /** * * @@ -1356,6 +1400,7 @@ public Builder clearDesiredBytesPerPartition() { } private long maxPartitionCount_; + /** * * @@ -1372,6 +1417,7 @@ public Builder clearDesiredBytesPerPartition() { public boolean hasMaxPartitionCount() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1388,6 +1434,7 @@ public boolean hasMaxPartitionCount() { public long getMaxPartitionCount() { return maxPartitionCount_; } + /** * * @@ -1408,6 +1455,7 @@ public Builder setMaxPartitionCount(long value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForReadActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForReadActionOrBuilder.java index 7a67150992..aa0e8c9125 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForReadActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GenerateDbPartitionsForReadActionOrBuilder.java @@ -36,6 +36,7 @@ public interface GenerateDbPartitionsForReadActionOrBuilder * @return Whether the read field is set. */ boolean hasRead(); + /** * * @@ -48,6 +49,7 @@ public interface GenerateDbPartitionsForReadActionOrBuilder * @return The read. */ com.google.spanner.executor.v1.ReadAction getRead(); + /** * * @@ -69,6 +71,7 @@ public interface GenerateDbPartitionsForReadActionOrBuilder * repeated .google.spanner.executor.v1.TableMetadata table = 2; */ java.util.List getTableList(); + /** * * @@ -79,6 +82,7 @@ public interface GenerateDbPartitionsForReadActionOrBuilder * repeated .google.spanner.executor.v1.TableMetadata table = 2; */ com.google.spanner.executor.v1.TableMetadata getTable(int index); + /** * * @@ -89,6 +93,7 @@ public interface GenerateDbPartitionsForReadActionOrBuilder * repeated .google.spanner.executor.v1.TableMetadata table = 2; */ int getTableCount(); + /** * * @@ -100,6 +105,7 @@ public interface GenerateDbPartitionsForReadActionOrBuilder */ java.util.List getTableOrBuilderList(); + /** * * @@ -124,6 +130,7 @@ public interface GenerateDbPartitionsForReadActionOrBuilder * @return Whether the desiredBytesPerPartition field is set. */ boolean hasDesiredBytesPerPartition(); + /** * * @@ -151,6 +158,7 @@ public interface GenerateDbPartitionsForReadActionOrBuilder * @return Whether the maxPartitionCount field is set. */ boolean hasMaxPartitionCount(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudBackupAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudBackupAction.java index f3bc0b8508..076ab4fa1e 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudBackupAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudBackupAction.java @@ -33,6 +33,7 @@ public final class GetCloudBackupAction extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.GetCloudBackupAction) GetCloudBackupActionOrBuilder { private static final long serialVersionUID = 0L; + // Use GetCloudBackupAction.newBuilder() to construct. private GetCloudBackupAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -143,6 +147,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -171,6 +176,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupId_ = ""; + /** * * @@ -194,6 +200,7 @@ public java.lang.String getBackupId() { return s; } } + /** * * @@ -395,6 +402,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -609,6 +617,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -631,6 +640,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -653,6 +663,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -674,6 +685,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -691,6 +703,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -715,6 +728,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -737,6 +751,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -759,6 +774,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -780,6 +796,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -797,6 +814,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -821,6 +839,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupId_ = ""; + /** * * @@ -843,6 +862,7 @@ public java.lang.String getBackupId() { return (java.lang.String) ref; } } + /** * * @@ -865,6 +885,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -886,6 +907,7 @@ public Builder setBackupId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -903,6 +925,7 @@ public Builder clearBackupId() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudBackupActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudBackupActionOrBuilder.java index e32019c713..ea5eb4dcef 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudBackupActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudBackupActionOrBuilder.java @@ -36,6 +36,7 @@ public interface GetCloudBackupActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -61,6 +62,7 @@ public interface GetCloudBackupActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -86,6 +88,7 @@ public interface GetCloudBackupActionOrBuilder * @return The backupId. */ java.lang.String getBackupId(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudDatabaseAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudDatabaseAction.java index 6dd9d77553..7ab632b848 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudDatabaseAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudDatabaseAction.java @@ -33,6 +33,7 @@ public final class GetCloudDatabaseAction extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.GetCloudDatabaseAction) GetCloudDatabaseActionOrBuilder { private static final long serialVersionUID = 0L; + // Use GetCloudDatabaseAction.newBuilder() to construct. private GetCloudDatabaseAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -143,6 +147,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -171,6 +176,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; + /** * * @@ -194,6 +200,7 @@ public java.lang.String getDatabaseId() { return s; } } + /** * * @@ -396,6 +403,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -610,6 +618,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -632,6 +641,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -654,6 +664,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -675,6 +686,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -692,6 +704,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -716,6 +729,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -738,6 +752,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -760,6 +775,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -781,6 +797,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -798,6 +815,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -822,6 +840,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object databaseId_ = ""; + /** * * @@ -844,6 +863,7 @@ public java.lang.String getDatabaseId() { return (java.lang.String) ref; } } + /** * * @@ -866,6 +886,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -887,6 +908,7 @@ public Builder setDatabaseId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -904,6 +926,7 @@ public Builder clearDatabaseId() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudDatabaseActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudDatabaseActionOrBuilder.java index 5896a597ac..710b4ef399 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudDatabaseActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudDatabaseActionOrBuilder.java @@ -36,6 +36,7 @@ public interface GetCloudDatabaseActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -61,6 +62,7 @@ public interface GetCloudDatabaseActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -86,6 +88,7 @@ public interface GetCloudDatabaseActionOrBuilder * @return The databaseId. */ java.lang.String getDatabaseId(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceAction.java index 330eaece9f..dfd8bff0fa 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceAction.java @@ -33,6 +33,7 @@ public final class GetCloudInstanceAction extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.GetCloudInstanceAction) GetCloudInstanceActionOrBuilder { private static final long serialVersionUID = 0L; + // Use GetCloudInstanceAction.newBuilder() to construct. private GetCloudInstanceAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -91,6 +93,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -119,6 +122,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -143,6 +147,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -337,6 +342,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -536,6 +542,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -558,6 +565,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -580,6 +588,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -601,6 +610,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -618,6 +628,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -642,6 +653,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -665,6 +677,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -688,6 +701,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -710,6 +724,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -728,6 +743,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceActionOrBuilder.java index 84b7772901..dad44951a9 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceActionOrBuilder.java @@ -36,6 +36,7 @@ public interface GetCloudInstanceActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -62,6 +63,7 @@ public interface GetCloudInstanceActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceConfigAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceConfigAction.java index 25e5346c5a..832aa9a781 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceConfigAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceConfigAction.java @@ -33,6 +33,7 @@ public final class GetCloudInstanceConfigAction extends com.google.protobuf.Gene // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.GetCloudInstanceConfigAction) GetCloudInstanceConfigActionOrBuilder { private static final long serialVersionUID = 0L; + // Use GetCloudInstanceConfigAction.newBuilder() to construct. private GetCloudInstanceConfigAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object instanceConfigId_ = ""; + /** * * @@ -91,6 +93,7 @@ public java.lang.String getInstanceConfigId() { return s; } } + /** * * @@ -119,6 +122,7 @@ public com.google.protobuf.ByteString getInstanceConfigIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -142,6 +146,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -335,6 +340,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -534,6 +540,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object instanceConfigId_ = ""; + /** * * @@ -556,6 +563,7 @@ public java.lang.String getInstanceConfigId() { return (java.lang.String) ref; } } + /** * * @@ -578,6 +586,7 @@ public com.google.protobuf.ByteString getInstanceConfigIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -599,6 +608,7 @@ public Builder setInstanceConfigId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -616,6 +626,7 @@ public Builder clearInstanceConfigId() { onChanged(); return this; } + /** * * @@ -640,6 +651,7 @@ public Builder setInstanceConfigIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -662,6 +674,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -684,6 +697,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -705,6 +719,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -722,6 +737,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceConfigActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceConfigActionOrBuilder.java index 3d0666d9a6..3188cbf0d5 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceConfigActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetCloudInstanceConfigActionOrBuilder.java @@ -36,6 +36,7 @@ public interface GetCloudInstanceConfigActionOrBuilder * @return The instanceConfigId. */ java.lang.String getInstanceConfigId(); + /** * * @@ -61,6 +62,7 @@ public interface GetCloudInstanceConfigActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetOperationAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetOperationAction.java index 189fb9fb93..74a3dcf679 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetOperationAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetOperationAction.java @@ -33,6 +33,7 @@ public final class GetOperationAction extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.GetOperationAction) GetOperationActionOrBuilder { private static final long serialVersionUID = 0L; + // Use GetOperationAction.newBuilder() to construct. private GetOperationAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object operation_ = ""; + /** * * @@ -90,6 +92,7 @@ public java.lang.String getOperation() { return s; } } + /** * * @@ -273,6 +276,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -457,6 +461,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object operation_ = ""; + /** * * @@ -479,6 +484,7 @@ public java.lang.String getOperation() { return (java.lang.String) ref; } } + /** * * @@ -501,6 +507,7 @@ public com.google.protobuf.ByteString getOperationBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -522,6 +529,7 @@ public Builder setOperation(java.lang.String value) { onChanged(); return this; } + /** * * @@ -539,6 +547,7 @@ public Builder clearOperation() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetOperationActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetOperationActionOrBuilder.java index e11bd81153..06b4eb0842 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetOperationActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/GetOperationActionOrBuilder.java @@ -36,6 +36,7 @@ public interface GetOperationActionOrBuilder * @return The operation. */ java.lang.String getOperation(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/HeartbeatRecord.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/HeartbeatRecord.java index ddaf41e9fe..a39f1ae073 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/HeartbeatRecord.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/HeartbeatRecord.java @@ -33,6 +33,7 @@ public final class HeartbeatRecord extends com.google.protobuf.GeneratedMessageV // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.HeartbeatRecord) HeartbeatRecordOrBuilder { private static final long serialVersionUID = 0L; + // Use HeartbeatRecord.newBuilder() to construct. private HeartbeatRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -64,6 +65,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int HEARTBEAT_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp heartbeatTime_; + /** * * @@ -79,6 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasHeartbeatTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -96,6 +99,7 @@ public com.google.protobuf.Timestamp getHeartbeatTime() { ? com.google.protobuf.Timestamp.getDefaultInstance() : heartbeatTime_; } + /** * * @@ -276,6 +280,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -479,6 +484,7 @@ public Builder mergeFrom( com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> heartbeatTimeBuilder_; + /** * * @@ -493,6 +499,7 @@ public Builder mergeFrom( public boolean hasHeartbeatTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -513,6 +520,7 @@ public com.google.protobuf.Timestamp getHeartbeatTime() { return heartbeatTimeBuilder_.getMessage(); } } + /** * * @@ -535,6 +543,7 @@ public Builder setHeartbeatTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -554,6 +563,7 @@ public Builder setHeartbeatTime(com.google.protobuf.Timestamp.Builder builderFor onChanged(); return this; } + /** * * @@ -581,6 +591,7 @@ public Builder mergeHeartbeatTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -600,6 +611,7 @@ public Builder clearHeartbeatTime() { onChanged(); return this; } + /** * * @@ -614,6 +626,7 @@ public com.google.protobuf.Timestamp.Builder getHeartbeatTimeBuilder() { onChanged(); return getHeartbeatTimeFieldBuilder().getBuilder(); } + /** * * @@ -632,6 +645,7 @@ public com.google.protobuf.TimestampOrBuilder getHeartbeatTimeOrBuilder() { : heartbeatTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/HeartbeatRecordOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/HeartbeatRecordOrBuilder.java index 976b8bd470..2c0cb40518 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/HeartbeatRecordOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/HeartbeatRecordOrBuilder.java @@ -36,6 +36,7 @@ public interface HeartbeatRecordOrBuilder * @return Whether the heartbeatTime field is set. */ boolean hasHeartbeatTime(); + /** * * @@ -48,6 +49,7 @@ public interface HeartbeatRecordOrBuilder * @return The heartbeatTime. */ com.google.protobuf.Timestamp getHeartbeatTime(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeyRange.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeyRange.java index c14c71eabf..ad808660c5 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeyRange.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeyRange.java @@ -39,6 +39,7 @@ public final class KeyRange extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.KeyRange) KeyRangeOrBuilder { private static final long serialVersionUID = 0L; + // Use KeyRange.newBuilder() to construct. private KeyRange(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -143,6 +144,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * TYPE_UNSPECIFIED = 0; */ public static final int TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -153,6 +155,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * CLOSED_CLOSED = 1; */ public static final int CLOSED_CLOSED_VALUE = 1; + /** * * @@ -163,6 +166,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * CLOSED_OPEN = 2; */ public static final int CLOSED_OPEN_VALUE = 2; + /** * * @@ -173,6 +177,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * OPEN_CLOSED = 3; */ public static final int OPEN_CLOSED_VALUE = 3; + /** * * @@ -274,6 +279,7 @@ private Type(int value) { private int bitField0_; public static final int START_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.ValueList start_; + /** * * @@ -291,6 +297,7 @@ private Type(int value) { public boolean hasStart() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -308,6 +315,7 @@ public boolean hasStart() { public com.google.spanner.executor.v1.ValueList getStart() { return start_ == null ? com.google.spanner.executor.v1.ValueList.getDefaultInstance() : start_; } + /** * * @@ -326,6 +334,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStartOrBuilder() { public static final int LIMIT_FIELD_NUMBER = 2; private com.google.spanner.executor.v1.ValueList limit_; + /** * * @@ -341,6 +350,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStartOrBuilder() { public boolean hasLimit() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -356,6 +366,7 @@ public boolean hasLimit() { public com.google.spanner.executor.v1.ValueList getLimit() { return limit_ == null ? com.google.spanner.executor.v1.ValueList.getDefaultInstance() : limit_; } + /** * * @@ -372,6 +383,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getLimitOrBuilder() { public static final int TYPE_FIELD_NUMBER = 3; private int type_ = 0; + /** * * @@ -387,6 +399,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getLimitOrBuilder() { public boolean hasType() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -402,6 +415,7 @@ public boolean hasType() { public int getTypeValue() { return type_; } + /** * * @@ -611,6 +625,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -852,6 +867,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.ValueList.Builder, com.google.spanner.executor.v1.ValueListOrBuilder> startBuilder_; + /** * * @@ -868,6 +884,7 @@ public Builder mergeFrom( public boolean hasStart() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -890,6 +907,7 @@ public com.google.spanner.executor.v1.ValueList getStart() { return startBuilder_.getMessage(); } } + /** * * @@ -914,6 +932,7 @@ public Builder setStart(com.google.spanner.executor.v1.ValueList value) { onChanged(); return this; } + /** * * @@ -935,6 +954,7 @@ public Builder setStart(com.google.spanner.executor.v1.ValueList.Builder builder onChanged(); return this; } + /** * * @@ -964,6 +984,7 @@ public Builder mergeStart(com.google.spanner.executor.v1.ValueList value) { } return this; } + /** * * @@ -985,6 +1006,7 @@ public Builder clearStart() { onChanged(); return this; } + /** * * @@ -1001,6 +1023,7 @@ public com.google.spanner.executor.v1.ValueList.Builder getStartBuilder() { onChanged(); return getStartFieldBuilder().getBuilder(); } + /** * * @@ -1021,6 +1044,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStartOrBuilder() { : start_; } } + /** * * @@ -1055,6 +1079,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStartOrBuilder() { com.google.spanner.executor.v1.ValueList.Builder, com.google.spanner.executor.v1.ValueListOrBuilder> limitBuilder_; + /** * * @@ -1069,6 +1094,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStartOrBuilder() { public boolean hasLimit() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1089,6 +1115,7 @@ public com.google.spanner.executor.v1.ValueList getLimit() { return limitBuilder_.getMessage(); } } + /** * * @@ -1111,6 +1138,7 @@ public Builder setLimit(com.google.spanner.executor.v1.ValueList value) { onChanged(); return this; } + /** * * @@ -1130,6 +1158,7 @@ public Builder setLimit(com.google.spanner.executor.v1.ValueList.Builder builder onChanged(); return this; } + /** * * @@ -1157,6 +1186,7 @@ public Builder mergeLimit(com.google.spanner.executor.v1.ValueList value) { } return this; } + /** * * @@ -1176,6 +1206,7 @@ public Builder clearLimit() { onChanged(); return this; } + /** * * @@ -1190,6 +1221,7 @@ public com.google.spanner.executor.v1.ValueList.Builder getLimitBuilder() { onChanged(); return getLimitFieldBuilder().getBuilder(); } + /** * * @@ -1208,6 +1240,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getLimitOrBuilder() { : limit_; } } + /** * * @@ -1235,6 +1268,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getLimitOrBuilder() { } private int type_ = 0; + /** * * @@ -1250,6 +1284,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getLimitOrBuilder() { public boolean hasType() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1265,6 +1300,7 @@ public boolean hasType() { public int getTypeValue() { return type_; } + /** * * @@ -1283,6 +1319,7 @@ public Builder setTypeValue(int value) { onChanged(); return this; } + /** * * @@ -1300,6 +1337,7 @@ public com.google.spanner.executor.v1.KeyRange.Type getType() { com.google.spanner.executor.v1.KeyRange.Type.forNumber(type_); return result == null ? com.google.spanner.executor.v1.KeyRange.Type.UNRECOGNIZED : result; } + /** * * @@ -1321,6 +1359,7 @@ public Builder setType(com.google.spanner.executor.v1.KeyRange.Type value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeyRangeOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeyRangeOrBuilder.java index 0642f5741e..68bbf15ef4 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeyRangeOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeyRangeOrBuilder.java @@ -38,6 +38,7 @@ public interface KeyRangeOrBuilder * @return Whether the start field is set. */ boolean hasStart(); + /** * * @@ -52,6 +53,7 @@ public interface KeyRangeOrBuilder * @return The start. */ com.google.spanner.executor.v1.ValueList getStart(); + /** * * @@ -77,6 +79,7 @@ public interface KeyRangeOrBuilder * @return Whether the limit field is set. */ boolean hasLimit(); + /** * * @@ -89,6 +92,7 @@ public interface KeyRangeOrBuilder * @return The limit. */ com.google.spanner.executor.v1.ValueList getLimit(); + /** * * @@ -112,6 +116,7 @@ public interface KeyRangeOrBuilder * @return Whether the type field is set. */ boolean hasType(); + /** * * @@ -124,6 +129,7 @@ public interface KeyRangeOrBuilder * @return The enum numeric value on the wire for type. */ int getTypeValue(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeySet.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeySet.java index 33d4833272..735be79841 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeySet.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeySet.java @@ -35,6 +35,7 @@ public final class KeySet extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.KeySet) KeySetOrBuilder { private static final long serialVersionUID = 0L; + // Use KeySet.newBuilder() to construct. private KeySet(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List point_; + /** * * @@ -85,6 +87,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getPointList() { return point_; } + /** * * @@ -101,6 +104,7 @@ public java.util.List getPointList() { getPointOrBuilderList() { return point_; } + /** * * @@ -116,6 +120,7 @@ public java.util.List getPointList() { public int getPointCount() { return point_.size(); } + /** * * @@ -131,6 +136,7 @@ public int getPointCount() { public com.google.spanner.executor.v1.ValueList getPoint(int index) { return point_.get(index); } + /** * * @@ -151,6 +157,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getPointOrBuilder(int i @SuppressWarnings("serial") private java.util.List range_; + /** * * @@ -164,6 +171,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getPointOrBuilder(int i public java.util.List getRangeList() { return range_; } + /** * * @@ -178,6 +186,7 @@ public java.util.List getRangeList() { getRangeOrBuilderList() { return range_; } + /** * * @@ -191,6 +200,7 @@ public java.util.List getRangeList() { public int getRangeCount() { return range_.size(); } + /** * * @@ -204,6 +214,7 @@ public int getRangeCount() { public com.google.spanner.executor.v1.KeyRange getRange(int index) { return range_.get(index); } + /** * * @@ -220,6 +231,7 @@ public com.google.spanner.executor.v1.KeyRangeOrBuilder getRangeOrBuilder(int in public static final int ALL_FIELD_NUMBER = 3; private boolean all_ = false; + /** * * @@ -417,6 +429,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -749,6 +762,7 @@ public java.util.List getPointList() { return pointBuilder_.getMessageList(); } } + /** * * @@ -767,6 +781,7 @@ public int getPointCount() { return pointBuilder_.getCount(); } } + /** * * @@ -785,6 +800,7 @@ public com.google.spanner.executor.v1.ValueList getPoint(int index) { return pointBuilder_.getMessage(index); } } + /** * * @@ -809,6 +825,7 @@ public Builder setPoint(int index, com.google.spanner.executor.v1.ValueList valu } return this; } + /** * * @@ -831,6 +848,7 @@ public Builder setPoint( } return this; } + /** * * @@ -855,6 +873,7 @@ public Builder addPoint(com.google.spanner.executor.v1.ValueList value) { } return this; } + /** * * @@ -879,6 +898,7 @@ public Builder addPoint(int index, com.google.spanner.executor.v1.ValueList valu } return this; } + /** * * @@ -900,6 +920,7 @@ public Builder addPoint(com.google.spanner.executor.v1.ValueList.Builder builder } return this; } + /** * * @@ -922,6 +943,7 @@ public Builder addPoint( } return this; } + /** * * @@ -944,6 +966,7 @@ public Builder addAllPoint( } return this; } + /** * * @@ -965,6 +988,7 @@ public Builder clearPoint() { } return this; } + /** * * @@ -986,6 +1010,7 @@ public Builder removePoint(int index) { } return this; } + /** * * @@ -1000,6 +1025,7 @@ public Builder removePoint(int index) { public com.google.spanner.executor.v1.ValueList.Builder getPointBuilder(int index) { return getPointFieldBuilder().getBuilder(index); } + /** * * @@ -1018,6 +1044,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getPointOrBuilder(int i return pointBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1037,6 +1064,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getPointOrBuilder(int i return java.util.Collections.unmodifiableList(point_); } } + /** * * @@ -1052,6 +1080,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addPointBuilder() { return getPointFieldBuilder() .addBuilder(com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -1067,6 +1096,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addPointBuilder(int inde return getPointFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -1131,6 +1161,7 @@ public java.util.List getRangeList() { return rangeBuilder_.getMessageList(); } } + /** * * @@ -1147,6 +1178,7 @@ public int getRangeCount() { return rangeBuilder_.getCount(); } } + /** * * @@ -1163,6 +1195,7 @@ public com.google.spanner.executor.v1.KeyRange getRange(int index) { return rangeBuilder_.getMessage(index); } } + /** * * @@ -1185,6 +1218,7 @@ public Builder setRange(int index, com.google.spanner.executor.v1.KeyRange value } return this; } + /** * * @@ -1205,6 +1239,7 @@ public Builder setRange( } return this; } + /** * * @@ -1227,6 +1262,7 @@ public Builder addRange(com.google.spanner.executor.v1.KeyRange value) { } return this; } + /** * * @@ -1249,6 +1285,7 @@ public Builder addRange(int index, com.google.spanner.executor.v1.KeyRange value } return this; } + /** * * @@ -1268,6 +1305,7 @@ public Builder addRange(com.google.spanner.executor.v1.KeyRange.Builder builderF } return this; } + /** * * @@ -1288,6 +1326,7 @@ public Builder addRange( } return this; } + /** * * @@ -1308,6 +1347,7 @@ public Builder addAllRange( } return this; } + /** * * @@ -1327,6 +1367,7 @@ public Builder clearRange() { } return this; } + /** * * @@ -1346,6 +1387,7 @@ public Builder removeRange(int index) { } return this; } + /** * * @@ -1358,6 +1400,7 @@ public Builder removeRange(int index) { public com.google.spanner.executor.v1.KeyRange.Builder getRangeBuilder(int index) { return getRangeFieldBuilder().getBuilder(index); } + /** * * @@ -1374,6 +1417,7 @@ public com.google.spanner.executor.v1.KeyRangeOrBuilder getRangeOrBuilder(int in return rangeBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1391,6 +1435,7 @@ public com.google.spanner.executor.v1.KeyRangeOrBuilder getRangeOrBuilder(int in return java.util.Collections.unmodifiableList(range_); } } + /** * * @@ -1404,6 +1449,7 @@ public com.google.spanner.executor.v1.KeyRange.Builder addRangeBuilder() { return getRangeFieldBuilder() .addBuilder(com.google.spanner.executor.v1.KeyRange.getDefaultInstance()); } + /** * * @@ -1417,6 +1463,7 @@ public com.google.spanner.executor.v1.KeyRange.Builder addRangeBuilder(int index return getRangeFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.KeyRange.getDefaultInstance()); } + /** * * @@ -1448,6 +1495,7 @@ public java.util.List getRangeB } private boolean all_; + /** * * @@ -1465,6 +1513,7 @@ public java.util.List getRangeB public boolean getAll() { return all_; } + /** * * @@ -1486,6 +1535,7 @@ public Builder setAll(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeySetOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeySetOrBuilder.java index 6682d74db0..5e1b0209eb 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeySetOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/KeySetOrBuilder.java @@ -36,6 +36,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.executor.v1.ValueList point = 1; */ java.util.List getPointList(); + /** * * @@ -48,6 +49,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.executor.v1.ValueList point = 1; */ com.google.spanner.executor.v1.ValueList getPoint(int index); + /** * * @@ -60,6 +62,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.executor.v1.ValueList point = 1; */ int getPointCount(); + /** * * @@ -73,6 +76,7 @@ public interface KeySetOrBuilder */ java.util.List getPointOrBuilderList(); + /** * * @@ -96,6 +100,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.executor.v1.KeyRange range = 2; */ java.util.List getRangeList(); + /** * * @@ -106,6 +111,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.executor.v1.KeyRange range = 2; */ com.google.spanner.executor.v1.KeyRange getRange(int index); + /** * * @@ -116,6 +122,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.executor.v1.KeyRange range = 2; */ int getRangeCount(); + /** * * @@ -127,6 +134,7 @@ public interface KeySetOrBuilder */ java.util.List getRangeOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupOperationsAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupOperationsAction.java index 9082356543..f925b31a32 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupOperationsAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupOperationsAction.java @@ -33,6 +33,7 @@ public final class ListCloudBackupOperationsAction extends com.google.protobuf.G // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ListCloudBackupOperationsAction) ListCloudBackupOperationsActionOrBuilder { private static final long serialVersionUID = 0L; + // Use ListCloudBackupOperationsAction.newBuilder() to construct. private ListCloudBackupOperationsAction( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -122,6 +125,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -146,6 +150,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -175,6 +180,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -202,6 +208,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -232,6 +239,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 4; private int pageSize_ = 0; + /** * * @@ -253,6 +261,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -278,6 +287,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -500,6 +510,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -745,6 +756,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -767,6 +779,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -789,6 +802,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -810,6 +824,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -827,6 +842,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -851,6 +867,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -874,6 +891,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -897,6 +915,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -919,6 +938,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -937,6 +957,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -962,6 +983,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -988,6 +1010,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -1014,6 +1037,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1039,6 +1063,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1060,6 +1085,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -1088,6 +1114,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -1104,6 +1131,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -1124,6 +1152,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -1144,6 +1173,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1168,6 +1198,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1192,6 +1223,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1215,6 +1247,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1234,6 +1267,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupOperationsActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupOperationsActionOrBuilder.java index 5e397387d0..1bf9ea1b10 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupOperationsActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupOperationsActionOrBuilder.java @@ -36,6 +36,7 @@ public interface ListCloudBackupOperationsActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -62,6 +63,7 @@ public interface ListCloudBackupOperationsActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -92,6 +94,7 @@ public interface ListCloudBackupOperationsActionOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -137,6 +140,7 @@ public interface ListCloudBackupOperationsActionOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupsAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupsAction.java index 730f0001f4..0ec584d487 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupsAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupsAction.java @@ -33,6 +33,7 @@ public final class ListCloudBackupsAction extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ListCloudBackupsAction) ListCloudBackupsActionOrBuilder { private static final long serialVersionUID = 0L; + // Use ListCloudBackupsAction.newBuilder() to construct. private ListCloudBackupsAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -121,6 +124,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -144,6 +148,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -172,6 +177,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -198,6 +204,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -227,6 +234,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 4; private int pageSize_ = 0; + /** * * @@ -248,6 +256,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -273,6 +282,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -495,6 +505,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -737,6 +748,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -759,6 +771,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -781,6 +794,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -802,6 +816,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -819,6 +834,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -843,6 +859,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -865,6 +882,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -887,6 +905,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -908,6 +927,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -925,6 +945,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -949,6 +970,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -974,6 +996,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -999,6 +1022,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1023,6 +1047,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1043,6 +1068,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -1070,6 +1096,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -1086,6 +1113,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -1106,6 +1134,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -1126,6 +1155,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1150,6 +1180,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1174,6 +1205,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1197,6 +1229,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1216,6 +1249,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupsActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupsActionOrBuilder.java index 8f74f50d70..328f47c6dc 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupsActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudBackupsActionOrBuilder.java @@ -36,6 +36,7 @@ public interface ListCloudBackupsActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -61,6 +62,7 @@ public interface ListCloudBackupsActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -89,6 +91,7 @@ public interface ListCloudBackupsActionOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -133,6 +136,7 @@ public interface ListCloudBackupsActionOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabaseOperationsAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabaseOperationsAction.java index ad83f7553f..f1dbb4953c 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabaseOperationsAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabaseOperationsAction.java @@ -33,6 +33,7 @@ public final class ListCloudDatabaseOperationsAction extends com.google.protobuf // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ListCloudDatabaseOperationsAction) ListCloudDatabaseOperationsActionOrBuilder { private static final long serialVersionUID = 0L; + // Use ListCloudDatabaseOperationsAction.newBuilder() to construct. private ListCloudDatabaseOperationsAction( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -122,6 +125,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -146,6 +150,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -175,6 +180,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -203,6 +209,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -234,6 +241,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 4; private int pageSize_ = 0; + /** * * @@ -255,6 +263,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -280,6 +289,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -502,6 +512,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -748,6 +759,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -770,6 +782,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -792,6 +805,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -813,6 +827,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -830,6 +845,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -854,6 +870,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -877,6 +894,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -900,6 +918,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -922,6 +941,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -940,6 +960,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -965,6 +986,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -992,6 +1014,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -1019,6 +1042,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1045,6 +1069,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1067,6 +1092,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -1096,6 +1122,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -1112,6 +1139,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -1132,6 +1160,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -1152,6 +1181,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1176,6 +1206,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1200,6 +1231,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1223,6 +1255,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1242,6 +1275,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabaseOperationsActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabaseOperationsActionOrBuilder.java index 33d31fd4d9..cfcb7920aa 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabaseOperationsActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabaseOperationsActionOrBuilder.java @@ -36,6 +36,7 @@ public interface ListCloudDatabaseOperationsActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -62,6 +63,7 @@ public interface ListCloudDatabaseOperationsActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -93,6 +95,7 @@ public interface ListCloudDatabaseOperationsActionOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -139,6 +142,7 @@ public interface ListCloudDatabaseOperationsActionOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabasesAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabasesAction.java index 31be6daddb..a764fbdf05 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabasesAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabasesAction.java @@ -33,6 +33,7 @@ public final class ListCloudDatabasesAction extends com.google.protobuf.Generate // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ListCloudDatabasesAction) ListCloudDatabasesActionOrBuilder { private static final long serialVersionUID = 0L; + // Use ListCloudDatabasesAction.newBuilder() to construct. private ListCloudDatabasesAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -143,6 +147,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -169,6 +174,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; + /** * * @@ -190,6 +196,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -215,6 +222,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -428,6 +436,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -655,6 +664,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -677,6 +687,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -699,6 +710,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -720,6 +732,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -737,6 +750,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -761,6 +775,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -783,6 +798,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -805,6 +821,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -826,6 +843,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -843,6 +861,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -867,6 +886,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -883,6 +903,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -903,6 +924,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -923,6 +945,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -947,6 +970,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -971,6 +995,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -994,6 +1019,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1013,6 +1039,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabasesActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabasesActionOrBuilder.java index dc34899803..4045e945dc 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabasesActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudDatabasesActionOrBuilder.java @@ -36,6 +36,7 @@ public interface ListCloudDatabasesActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -61,6 +62,7 @@ public interface ListCloudDatabasesActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -102,6 +104,7 @@ public interface ListCloudDatabasesActionOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstanceConfigsAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstanceConfigsAction.java index 630b4c6198..23fc2f4f39 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstanceConfigsAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstanceConfigsAction.java @@ -33,6 +33,7 @@ public final class ListCloudInstanceConfigsAction extends com.google.protobuf.Ge // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ListCloudInstanceConfigsAction) ListCloudInstanceConfigsActionOrBuilder { private static final long serialVersionUID = 0L; + // Use ListCloudInstanceConfigsAction.newBuilder() to construct. private ListCloudInstanceConfigsAction( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -119,6 +122,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; + /** * * @@ -135,6 +139,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { public boolean hasPageSize() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -156,6 +161,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -172,6 +178,7 @@ public int getPageSize() { public boolean hasPageToken() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -196,6 +203,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -409,6 +417,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -628,6 +637,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -650,6 +660,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -672,6 +683,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -693,6 +705,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -710,6 +723,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -734,6 +748,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -750,6 +765,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { public boolean hasPageSize() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -766,6 +782,7 @@ public boolean hasPageSize() { public int getPageSize() { return pageSize_; } + /** * * @@ -786,6 +803,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -806,6 +824,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -821,6 +840,7 @@ public Builder clearPageSize() { public boolean hasPageToken() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -844,6 +864,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -867,6 +888,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -889,6 +911,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -907,6 +930,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstanceConfigsActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstanceConfigsActionOrBuilder.java index 430237a537..013035a6b8 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstanceConfigsActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstanceConfigsActionOrBuilder.java @@ -36,6 +36,7 @@ public interface ListCloudInstanceConfigsActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -62,6 +63,7 @@ public interface ListCloudInstanceConfigsActionOrBuilder * @return Whether the pageSize field is set. */ boolean hasPageSize(); + /** * * @@ -89,6 +91,7 @@ public interface ListCloudInstanceConfigsActionOrBuilder * @return Whether the pageToken field is set. */ boolean hasPageToken(); + /** * * @@ -102,6 +105,7 @@ public interface ListCloudInstanceConfigsActionOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstancesAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstancesAction.java index a73d635027..7c72088679 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstancesAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstancesAction.java @@ -33,6 +33,7 @@ public final class ListCloudInstancesAction extends com.google.protobuf.Generate // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ListCloudInstancesAction) ListCloudInstancesActionOrBuilder { private static final long serialVersionUID = 0L; + // Use ListCloudInstancesAction.newBuilder() to construct. private ListCloudInstancesAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -121,6 +124,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -141,6 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { public boolean hasFilter() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -169,6 +174,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -200,6 +206,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; + /** * * @@ -216,6 +223,7 @@ public com.google.protobuf.ByteString getFilterBytes() { public boolean hasPageSize() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -237,6 +245,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -254,6 +263,7 @@ public int getPageSize() { public boolean hasPageToken() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -279,6 +289,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -507,6 +518,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -739,6 +751,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -761,6 +774,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -783,6 +797,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -804,6 +819,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -821,6 +837,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -845,6 +862,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -864,6 +882,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { public boolean hasFilter() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -891,6 +910,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -918,6 +938,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -944,6 +965,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -966,6 +988,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * @@ -995,6 +1018,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -1011,6 +1035,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { public boolean hasPageSize() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1027,6 +1052,7 @@ public boolean hasPageSize() { public int getPageSize() { return pageSize_; } + /** * * @@ -1047,6 +1073,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -1067,6 +1094,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -1083,6 +1111,7 @@ public Builder clearPageSize() { public boolean hasPageToken() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1107,6 +1136,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1131,6 +1161,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1154,6 +1185,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1173,6 +1205,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstancesActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstancesActionOrBuilder.java index 62372b9b38..3e5fa36fc5 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstancesActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ListCloudInstancesActionOrBuilder.java @@ -36,6 +36,7 @@ public interface ListCloudInstancesActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -66,6 +67,7 @@ public interface ListCloudInstancesActionOrBuilder * @return Whether the filter field is set. */ boolean hasFilter(); + /** * * @@ -83,6 +85,7 @@ public interface ListCloudInstancesActionOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * @@ -114,6 +117,7 @@ public interface ListCloudInstancesActionOrBuilder * @return Whether the pageSize field is set. */ boolean hasPageSize(); + /** * * @@ -142,6 +146,7 @@ public interface ListCloudInstancesActionOrBuilder * @return Whether the pageToken field is set. */ boolean hasPageToken(); + /** * * @@ -156,6 +161,7 @@ public interface ListCloudInstancesActionOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/MutationAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/MutationAction.java index d0b047dfed..e19b44a8dd 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/MutationAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/MutationAction.java @@ -33,6 +33,7 @@ public final class MutationAction extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.MutationAction) MutationActionOrBuilder { private static final long serialVersionUID = 0L; + // Use MutationAction.newBuilder() to construct. private MutationAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -80,6 +81,7 @@ public interface InsertArgsOrBuilder * @return A list containing the column. */ java.util.List getColumnList(); + /** * * @@ -92,6 +94,7 @@ public interface InsertArgsOrBuilder * @return The count of column. */ int getColumnCount(); + /** * * @@ -105,6 +108,7 @@ public interface InsertArgsOrBuilder * @return The column at the given index. */ java.lang.String getColumn(int index); + /** * * @@ -129,6 +133,7 @@ public interface InsertArgsOrBuilder * repeated .google.spanner.v1.Type type = 2; */ java.util.List getTypeList(); + /** * * @@ -139,6 +144,7 @@ public interface InsertArgsOrBuilder * repeated .google.spanner.v1.Type type = 2; */ com.google.spanner.v1.Type getType(int index); + /** * * @@ -149,6 +155,7 @@ public interface InsertArgsOrBuilder * repeated .google.spanner.v1.Type type = 2; */ int getTypeCount(); + /** * * @@ -159,6 +166,7 @@ public interface InsertArgsOrBuilder * repeated .google.spanner.v1.Type type = 2; */ java.util.List getTypeOrBuilderList(); + /** * * @@ -180,6 +188,7 @@ public interface InsertArgsOrBuilder * repeated .google.spanner.executor.v1.ValueList values = 3; */ java.util.List getValuesList(); + /** * * @@ -190,6 +199,7 @@ public interface InsertArgsOrBuilder * repeated .google.spanner.executor.v1.ValueList values = 3; */ com.google.spanner.executor.v1.ValueList getValues(int index); + /** * * @@ -200,6 +210,7 @@ public interface InsertArgsOrBuilder * repeated .google.spanner.executor.v1.ValueList values = 3; */ int getValuesCount(); + /** * * @@ -211,6 +222,7 @@ public interface InsertArgsOrBuilder */ java.util.List getValuesOrBuilderList(); + /** * * @@ -222,6 +234,7 @@ public interface InsertArgsOrBuilder */ com.google.spanner.executor.v1.ValueListOrBuilder getValuesOrBuilder(int index); } + /** * * @@ -236,6 +249,7 @@ public static final class InsertArgs extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.MutationAction.InsertArgs) InsertArgsOrBuilder { private static final long serialVersionUID = 0L; + // Use InsertArgs.newBuilder() to construct. private InsertArgs(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -273,6 +287,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList column_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -287,6 +302,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public com.google.protobuf.ProtocolStringList getColumnList() { return column_; } + /** * * @@ -301,6 +317,7 @@ public com.google.protobuf.ProtocolStringList getColumnList() { public int getColumnCount() { return column_.size(); } + /** * * @@ -316,6 +333,7 @@ public int getColumnCount() { public java.lang.String getColumn(int index) { return column_.get(index); } + /** * * @@ -336,6 +354,7 @@ public com.google.protobuf.ByteString getColumnBytes(int index) { @SuppressWarnings("serial") private java.util.List type_; + /** * * @@ -349,6 +368,7 @@ public com.google.protobuf.ByteString getColumnBytes(int index) { public java.util.List getTypeList() { return type_; } + /** * * @@ -362,6 +382,7 @@ public java.util.List getTypeList() { public java.util.List getTypeOrBuilderList() { return type_; } + /** * * @@ -375,6 +396,7 @@ public java.util.List getTypeOrBu public int getTypeCount() { return type_.size(); } + /** * * @@ -388,6 +410,7 @@ public int getTypeCount() { public com.google.spanner.v1.Type getType(int index) { return type_.get(index); } + /** * * @@ -406,6 +429,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder(int index) { @SuppressWarnings("serial") private java.util.List values_; + /** * * @@ -419,6 +443,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder(int index) { public java.util.List getValuesList() { return values_; } + /** * * @@ -433,6 +458,7 @@ public java.util.List getValuesList() getValuesOrBuilderList() { return values_; } + /** * * @@ -446,6 +472,7 @@ public java.util.List getValuesList() public int getValuesCount() { return values_.size(); } + /** * * @@ -459,6 +486,7 @@ public int getValuesCount() { public com.google.spanner.executor.v1.ValueList getValues(int index) { return values_.get(index); } + /** * * @@ -663,6 +691,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -981,6 +1010,7 @@ private void ensureColumnIsMutable() { } bitField0_ |= 0x00000001; } + /** * * @@ -996,6 +1026,7 @@ public com.google.protobuf.ProtocolStringList getColumnList() { column_.makeImmutable(); return column_; } + /** * * @@ -1010,6 +1041,7 @@ public com.google.protobuf.ProtocolStringList getColumnList() { public int getColumnCount() { return column_.size(); } + /** * * @@ -1025,6 +1057,7 @@ public int getColumnCount() { public java.lang.String getColumn(int index) { return column_.get(index); } + /** * * @@ -1040,6 +1073,7 @@ public java.lang.String getColumn(int index) { public com.google.protobuf.ByteString getColumnBytes(int index) { return column_.getByteString(index); } + /** * * @@ -1063,6 +1097,7 @@ public Builder setColumn(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1085,6 +1120,7 @@ public Builder addColumn(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1104,6 +1140,7 @@ public Builder addAllColumn(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1122,6 +1159,7 @@ public Builder clearColumn() { onChanged(); return this; } + /** * * @@ -1177,6 +1215,7 @@ public java.util.List getTypeList() { return typeBuilder_.getMessageList(); } } + /** * * @@ -1193,6 +1232,7 @@ public int getTypeCount() { return typeBuilder_.getCount(); } } + /** * * @@ -1209,6 +1249,7 @@ public com.google.spanner.v1.Type getType(int index) { return typeBuilder_.getMessage(index); } } + /** * * @@ -1231,6 +1272,7 @@ public Builder setType(int index, com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -1250,6 +1292,7 @@ public Builder setType(int index, com.google.spanner.v1.Type.Builder builderForV } return this; } + /** * * @@ -1272,6 +1315,7 @@ public Builder addType(com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -1294,6 +1338,7 @@ public Builder addType(int index, com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -1313,6 +1358,7 @@ public Builder addType(com.google.spanner.v1.Type.Builder builderForValue) { } return this; } + /** * * @@ -1332,6 +1378,7 @@ public Builder addType(int index, com.google.spanner.v1.Type.Builder builderForV } return this; } + /** * * @@ -1351,6 +1398,7 @@ public Builder addAllType(java.lang.Iterable getTypeOrBu return java.util.Collections.unmodifiableList(type_); } } + /** * * @@ -1445,6 +1498,7 @@ public java.util.List getTypeOrBu public com.google.spanner.v1.Type.Builder addTypeBuilder() { return getTypeFieldBuilder().addBuilder(com.google.spanner.v1.Type.getDefaultInstance()); } + /** * * @@ -1458,6 +1512,7 @@ public com.google.spanner.v1.Type.Builder addTypeBuilder(int index) { return getTypeFieldBuilder() .addBuilder(index, com.google.spanner.v1.Type.getDefaultInstance()); } + /** * * @@ -1520,6 +1575,7 @@ public java.util.List getValuesList() return valuesBuilder_.getMessageList(); } } + /** * * @@ -1536,6 +1592,7 @@ public int getValuesCount() { return valuesBuilder_.getCount(); } } + /** * * @@ -1552,6 +1609,7 @@ public com.google.spanner.executor.v1.ValueList getValues(int index) { return valuesBuilder_.getMessage(index); } } + /** * * @@ -1574,6 +1632,7 @@ public Builder setValues(int index, com.google.spanner.executor.v1.ValueList val } return this; } + /** * * @@ -1594,6 +1653,7 @@ public Builder setValues( } return this; } + /** * * @@ -1616,6 +1676,7 @@ public Builder addValues(com.google.spanner.executor.v1.ValueList value) { } return this; } + /** * * @@ -1638,6 +1699,7 @@ public Builder addValues(int index, com.google.spanner.executor.v1.ValueList val } return this; } + /** * * @@ -1657,6 +1719,7 @@ public Builder addValues(com.google.spanner.executor.v1.ValueList.Builder builde } return this; } + /** * * @@ -1677,6 +1740,7 @@ public Builder addValues( } return this; } + /** * * @@ -1697,6 +1761,7 @@ public Builder addAllValues( } return this; } + /** * * @@ -1716,6 +1781,7 @@ public Builder clearValues() { } return this; } + /** * * @@ -1735,6 +1801,7 @@ public Builder removeValues(int index) { } return this; } + /** * * @@ -1747,6 +1814,7 @@ public Builder removeValues(int index) { public com.google.spanner.executor.v1.ValueList.Builder getValuesBuilder(int index) { return getValuesFieldBuilder().getBuilder(index); } + /** * * @@ -1763,6 +1831,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getValuesOrBuilder(int return valuesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1780,6 +1849,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getValuesOrBuilder(int return java.util.Collections.unmodifiableList(values_); } } + /** * * @@ -1793,6 +1863,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addValuesBuilder() { return getValuesFieldBuilder() .addBuilder(com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -1806,6 +1877,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addValuesBuilder(int ind return getValuesFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -1918,6 +1990,7 @@ public interface UpdateArgsOrBuilder * @return A list containing the column. */ java.util.List getColumnList(); + /** * * @@ -1930,6 +2003,7 @@ public interface UpdateArgsOrBuilder * @return The count of column. */ int getColumnCount(); + /** * * @@ -1943,6 +2017,7 @@ public interface UpdateArgsOrBuilder * @return The column at the given index. */ java.lang.String getColumn(int index); + /** * * @@ -1967,6 +2042,7 @@ public interface UpdateArgsOrBuilder * repeated .google.spanner.v1.Type type = 2; */ java.util.List getTypeList(); + /** * * @@ -1977,6 +2053,7 @@ public interface UpdateArgsOrBuilder * repeated .google.spanner.v1.Type type = 2; */ com.google.spanner.v1.Type getType(int index); + /** * * @@ -1987,6 +2064,7 @@ public interface UpdateArgsOrBuilder * repeated .google.spanner.v1.Type type = 2; */ int getTypeCount(); + /** * * @@ -1997,6 +2075,7 @@ public interface UpdateArgsOrBuilder * repeated .google.spanner.v1.Type type = 2; */ java.util.List getTypeOrBuilderList(); + /** * * @@ -2018,6 +2097,7 @@ public interface UpdateArgsOrBuilder * repeated .google.spanner.executor.v1.ValueList values = 3; */ java.util.List getValuesList(); + /** * * @@ -2028,6 +2108,7 @@ public interface UpdateArgsOrBuilder * repeated .google.spanner.executor.v1.ValueList values = 3; */ com.google.spanner.executor.v1.ValueList getValues(int index); + /** * * @@ -2038,6 +2119,7 @@ public interface UpdateArgsOrBuilder * repeated .google.spanner.executor.v1.ValueList values = 3; */ int getValuesCount(); + /** * * @@ -2049,6 +2131,7 @@ public interface UpdateArgsOrBuilder */ java.util.List getValuesOrBuilderList(); + /** * * @@ -2060,6 +2143,7 @@ public interface UpdateArgsOrBuilder */ com.google.spanner.executor.v1.ValueListOrBuilder getValuesOrBuilder(int index); } + /** * * @@ -2074,6 +2158,7 @@ public static final class UpdateArgs extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.MutationAction.UpdateArgs) UpdateArgsOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateArgs.newBuilder() to construct. private UpdateArgs(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -2111,6 +2196,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList column_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -2125,6 +2211,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public com.google.protobuf.ProtocolStringList getColumnList() { return column_; } + /** * * @@ -2139,6 +2226,7 @@ public com.google.protobuf.ProtocolStringList getColumnList() { public int getColumnCount() { return column_.size(); } + /** * * @@ -2154,6 +2242,7 @@ public int getColumnCount() { public java.lang.String getColumn(int index) { return column_.get(index); } + /** * * @@ -2174,6 +2263,7 @@ public com.google.protobuf.ByteString getColumnBytes(int index) { @SuppressWarnings("serial") private java.util.List type_; + /** * * @@ -2187,6 +2277,7 @@ public com.google.protobuf.ByteString getColumnBytes(int index) { public java.util.List getTypeList() { return type_; } + /** * * @@ -2200,6 +2291,7 @@ public java.util.List getTypeList() { public java.util.List getTypeOrBuilderList() { return type_; } + /** * * @@ -2213,6 +2305,7 @@ public java.util.List getTypeOrBu public int getTypeCount() { return type_.size(); } + /** * * @@ -2226,6 +2319,7 @@ public int getTypeCount() { public com.google.spanner.v1.Type getType(int index) { return type_.get(index); } + /** * * @@ -2244,6 +2338,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder(int index) { @SuppressWarnings("serial") private java.util.List values_; + /** * * @@ -2257,6 +2352,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder(int index) { public java.util.List getValuesList() { return values_; } + /** * * @@ -2271,6 +2367,7 @@ public java.util.List getValuesList() getValuesOrBuilderList() { return values_; } + /** * * @@ -2284,6 +2381,7 @@ public java.util.List getValuesList() public int getValuesCount() { return values_.size(); } + /** * * @@ -2297,6 +2395,7 @@ public int getValuesCount() { public com.google.spanner.executor.v1.ValueList getValues(int index) { return values_.get(index); } + /** * * @@ -2501,6 +2600,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -2819,6 +2919,7 @@ private void ensureColumnIsMutable() { } bitField0_ |= 0x00000001; } + /** * * @@ -2834,6 +2935,7 @@ public com.google.protobuf.ProtocolStringList getColumnList() { column_.makeImmutable(); return column_; } + /** * * @@ -2848,6 +2950,7 @@ public com.google.protobuf.ProtocolStringList getColumnList() { public int getColumnCount() { return column_.size(); } + /** * * @@ -2863,6 +2966,7 @@ public int getColumnCount() { public java.lang.String getColumn(int index) { return column_.get(index); } + /** * * @@ -2878,6 +2982,7 @@ public java.lang.String getColumn(int index) { public com.google.protobuf.ByteString getColumnBytes(int index) { return column_.getByteString(index); } + /** * * @@ -2901,6 +3006,7 @@ public Builder setColumn(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -2923,6 +3029,7 @@ public Builder addColumn(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2942,6 +3049,7 @@ public Builder addAllColumn(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -2960,6 +3068,7 @@ public Builder clearColumn() { onChanged(); return this; } + /** * * @@ -3015,6 +3124,7 @@ public java.util.List getTypeList() { return typeBuilder_.getMessageList(); } } + /** * * @@ -3031,6 +3141,7 @@ public int getTypeCount() { return typeBuilder_.getCount(); } } + /** * * @@ -3047,6 +3158,7 @@ public com.google.spanner.v1.Type getType(int index) { return typeBuilder_.getMessage(index); } } + /** * * @@ -3069,6 +3181,7 @@ public Builder setType(int index, com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -3088,6 +3201,7 @@ public Builder setType(int index, com.google.spanner.v1.Type.Builder builderForV } return this; } + /** * * @@ -3110,6 +3224,7 @@ public Builder addType(com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -3132,6 +3247,7 @@ public Builder addType(int index, com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -3151,6 +3267,7 @@ public Builder addType(com.google.spanner.v1.Type.Builder builderForValue) { } return this; } + /** * * @@ -3170,6 +3287,7 @@ public Builder addType(int index, com.google.spanner.v1.Type.Builder builderForV } return this; } + /** * * @@ -3189,6 +3307,7 @@ public Builder addAllType(java.lang.Iterable getTypeOrBu return java.util.Collections.unmodifiableList(type_); } } + /** * * @@ -3283,6 +3407,7 @@ public java.util.List getTypeOrBu public com.google.spanner.v1.Type.Builder addTypeBuilder() { return getTypeFieldBuilder().addBuilder(com.google.spanner.v1.Type.getDefaultInstance()); } + /** * * @@ -3296,6 +3421,7 @@ public com.google.spanner.v1.Type.Builder addTypeBuilder(int index) { return getTypeFieldBuilder() .addBuilder(index, com.google.spanner.v1.Type.getDefaultInstance()); } + /** * * @@ -3358,6 +3484,7 @@ public java.util.List getValuesList() return valuesBuilder_.getMessageList(); } } + /** * * @@ -3374,6 +3501,7 @@ public int getValuesCount() { return valuesBuilder_.getCount(); } } + /** * * @@ -3390,6 +3518,7 @@ public com.google.spanner.executor.v1.ValueList getValues(int index) { return valuesBuilder_.getMessage(index); } } + /** * * @@ -3412,6 +3541,7 @@ public Builder setValues(int index, com.google.spanner.executor.v1.ValueList val } return this; } + /** * * @@ -3432,6 +3562,7 @@ public Builder setValues( } return this; } + /** * * @@ -3454,6 +3585,7 @@ public Builder addValues(com.google.spanner.executor.v1.ValueList value) { } return this; } + /** * * @@ -3476,6 +3608,7 @@ public Builder addValues(int index, com.google.spanner.executor.v1.ValueList val } return this; } + /** * * @@ -3495,6 +3628,7 @@ public Builder addValues(com.google.spanner.executor.v1.ValueList.Builder builde } return this; } + /** * * @@ -3515,6 +3649,7 @@ public Builder addValues( } return this; } + /** * * @@ -3535,6 +3670,7 @@ public Builder addAllValues( } return this; } + /** * * @@ -3554,6 +3690,7 @@ public Builder clearValues() { } return this; } + /** * * @@ -3573,6 +3710,7 @@ public Builder removeValues(int index) { } return this; } + /** * * @@ -3585,6 +3723,7 @@ public Builder removeValues(int index) { public com.google.spanner.executor.v1.ValueList.Builder getValuesBuilder(int index) { return getValuesFieldBuilder().getBuilder(index); } + /** * * @@ -3601,6 +3740,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getValuesOrBuilder(int return valuesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -3618,6 +3758,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getValuesOrBuilder(int return java.util.Collections.unmodifiableList(values_); } } + /** * * @@ -3631,6 +3772,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addValuesBuilder() { return getValuesFieldBuilder() .addBuilder(com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -3644,6 +3786,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addValuesBuilder(int ind return getValuesFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -3756,6 +3899,7 @@ public interface ModOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -3782,6 +3926,7 @@ public interface ModOrBuilder * @return Whether the insert field is set. */ boolean hasInsert(); + /** * * @@ -3795,6 +3940,7 @@ public interface ModOrBuilder * @return The insert. */ com.google.spanner.executor.v1.MutationAction.InsertArgs getInsert(); + /** * * @@ -3819,6 +3965,7 @@ public interface ModOrBuilder * @return Whether the update field is set. */ boolean hasUpdate(); + /** * * @@ -3831,6 +3978,7 @@ public interface ModOrBuilder * @return The update. */ com.google.spanner.executor.v1.MutationAction.UpdateArgs getUpdate(); + /** * * @@ -3854,6 +4002,7 @@ public interface ModOrBuilder * @return Whether the insertOrUpdate field is set. */ boolean hasInsertOrUpdate(); + /** * * @@ -3866,6 +4015,7 @@ public interface ModOrBuilder * @return The insertOrUpdate. */ com.google.spanner.executor.v1.MutationAction.InsertArgs getInsertOrUpdate(); + /** * * @@ -3889,6 +4039,7 @@ public interface ModOrBuilder * @return Whether the replace field is set. */ boolean hasReplace(); + /** * * @@ -3901,6 +4052,7 @@ public interface ModOrBuilder * @return The replace. */ com.google.spanner.executor.v1.MutationAction.InsertArgs getReplace(); + /** * * @@ -3924,6 +4076,7 @@ public interface ModOrBuilder * @return Whether the deleteKeys field is set. */ boolean hasDeleteKeys(); + /** * * @@ -3936,6 +4089,7 @@ public interface ModOrBuilder * @return The deleteKeys. */ com.google.spanner.executor.v1.KeySet getDeleteKeys(); + /** * * @@ -3947,6 +4101,7 @@ public interface ModOrBuilder */ com.google.spanner.executor.v1.KeySetOrBuilder getDeleteKeysOrBuilder(); } + /** * * @@ -3963,6 +4118,7 @@ public static final class Mod extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.MutationAction.Mod) ModOrBuilder { private static final long serialVersionUID = 0L; + // Use Mod.newBuilder() to construct. private Mod(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -3998,6 +4154,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -4021,6 +4178,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -4047,6 +4205,7 @@ public com.google.protobuf.ByteString getTableBytes() { public static final int INSERT_FIELD_NUMBER = 2; private com.google.spanner.executor.v1.MutationAction.InsertArgs insert_; + /** * * @@ -4063,6 +4222,7 @@ public com.google.protobuf.ByteString getTableBytes() { public boolean hasInsert() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -4081,6 +4241,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs getInsert() { ? com.google.spanner.executor.v1.MutationAction.InsertArgs.getDefaultInstance() : insert_; } + /** * * @@ -4100,6 +4261,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgsOrBuilder getInse public static final int UPDATE_FIELD_NUMBER = 3; private com.google.spanner.executor.v1.MutationAction.UpdateArgs update_; + /** * * @@ -4115,6 +4277,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgsOrBuilder getInse public boolean hasUpdate() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -4132,6 +4295,7 @@ public com.google.spanner.executor.v1.MutationAction.UpdateArgs getUpdate() { ? com.google.spanner.executor.v1.MutationAction.UpdateArgs.getDefaultInstance() : update_; } + /** * * @@ -4150,6 +4314,7 @@ public com.google.spanner.executor.v1.MutationAction.UpdateArgsOrBuilder getUpda public static final int INSERT_OR_UPDATE_FIELD_NUMBER = 4; private com.google.spanner.executor.v1.MutationAction.InsertArgs insertOrUpdate_; + /** * * @@ -4165,6 +4330,7 @@ public com.google.spanner.executor.v1.MutationAction.UpdateArgsOrBuilder getUpda public boolean hasInsertOrUpdate() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -4182,6 +4348,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs getInsertOrUpdat ? com.google.spanner.executor.v1.MutationAction.InsertArgs.getDefaultInstance() : insertOrUpdate_; } + /** * * @@ -4201,6 +4368,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs getInsertOrUpdat public static final int REPLACE_FIELD_NUMBER = 5; private com.google.spanner.executor.v1.MutationAction.InsertArgs replace_; + /** * * @@ -4216,6 +4384,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs getInsertOrUpdat public boolean hasReplace() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -4233,6 +4402,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs getReplace() { ? com.google.spanner.executor.v1.MutationAction.InsertArgs.getDefaultInstance() : replace_; } + /** * * @@ -4251,6 +4421,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgsOrBuilder getRepl public static final int DELETE_KEYS_FIELD_NUMBER = 6; private com.google.spanner.executor.v1.KeySet deleteKeys_; + /** * * @@ -4266,6 +4437,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgsOrBuilder getRepl public boolean hasDeleteKeys() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -4283,6 +4455,7 @@ public com.google.spanner.executor.v1.KeySet getDeleteKeys() { ? com.google.spanner.executor.v1.KeySet.getDefaultInstance() : deleteKeys_; } + /** * * @@ -4529,6 +4702,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -4826,6 +5000,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object table_ = ""; + /** * * @@ -4848,6 +5023,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -4870,6 +5046,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -4891,6 +5068,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -4908,6 +5086,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -4937,6 +5116,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder, com.google.spanner.executor.v1.MutationAction.InsertArgsOrBuilder> insertBuilder_; + /** * * @@ -4952,6 +5132,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { public boolean hasInsert() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -4973,6 +5154,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs getInsert() { return insertBuilder_.getMessage(); } } + /** * * @@ -4996,6 +5178,7 @@ public Builder setInsert(com.google.spanner.executor.v1.MutationAction.InsertArg onChanged(); return this; } + /** * * @@ -5017,6 +5200,7 @@ public Builder setInsert( onChanged(); return this; } + /** * * @@ -5047,6 +5231,7 @@ public Builder mergeInsert(com.google.spanner.executor.v1.MutationAction.InsertA } return this; } + /** * * @@ -5067,6 +5252,7 @@ public Builder clearInsert() { onChanged(); return this; } + /** * * @@ -5082,6 +5268,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder getInser onChanged(); return getInsertFieldBuilder().getBuilder(); } + /** * * @@ -5102,6 +5289,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder getInser : insert_; } } + /** * * @@ -5135,6 +5323,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder getInser com.google.spanner.executor.v1.MutationAction.UpdateArgs.Builder, com.google.spanner.executor.v1.MutationAction.UpdateArgsOrBuilder> updateBuilder_; + /** * * @@ -5149,6 +5338,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder getInser public boolean hasUpdate() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -5169,6 +5359,7 @@ public com.google.spanner.executor.v1.MutationAction.UpdateArgs getUpdate() { return updateBuilder_.getMessage(); } } + /** * * @@ -5191,6 +5382,7 @@ public Builder setUpdate(com.google.spanner.executor.v1.MutationAction.UpdateArg onChanged(); return this; } + /** * * @@ -5211,6 +5403,7 @@ public Builder setUpdate( onChanged(); return this; } + /** * * @@ -5240,6 +5433,7 @@ public Builder mergeUpdate(com.google.spanner.executor.v1.MutationAction.UpdateA } return this; } + /** * * @@ -5259,6 +5453,7 @@ public Builder clearUpdate() { onChanged(); return this; } + /** * * @@ -5273,6 +5468,7 @@ public com.google.spanner.executor.v1.MutationAction.UpdateArgs.Builder getUpdat onChanged(); return getUpdateFieldBuilder().getBuilder(); } + /** * * @@ -5292,6 +5488,7 @@ public com.google.spanner.executor.v1.MutationAction.UpdateArgs.Builder getUpdat : update_; } } + /** * * @@ -5324,6 +5521,7 @@ public com.google.spanner.executor.v1.MutationAction.UpdateArgs.Builder getUpdat com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder, com.google.spanner.executor.v1.MutationAction.InsertArgsOrBuilder> insertOrUpdateBuilder_; + /** * * @@ -5338,6 +5536,7 @@ public com.google.spanner.executor.v1.MutationAction.UpdateArgs.Builder getUpdat public boolean hasInsertOrUpdate() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -5358,6 +5557,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs getInsertOrUpdat return insertOrUpdateBuilder_.getMessage(); } } + /** * * @@ -5381,6 +5581,7 @@ public Builder setInsertOrUpdate( onChanged(); return this; } + /** * * @@ -5401,6 +5602,7 @@ public Builder setInsertOrUpdate( onChanged(); return this; } + /** * * @@ -5431,6 +5633,7 @@ public Builder mergeInsertOrUpdate( } return this; } + /** * * @@ -5450,6 +5653,7 @@ public Builder clearInsertOrUpdate() { onChanged(); return this; } + /** * * @@ -5465,6 +5669,7 @@ public Builder clearInsertOrUpdate() { onChanged(); return getInsertOrUpdateFieldBuilder().getBuilder(); } + /** * * @@ -5484,6 +5689,7 @@ public Builder clearInsertOrUpdate() { : insertOrUpdate_; } } + /** * * @@ -5516,6 +5722,7 @@ public Builder clearInsertOrUpdate() { com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder, com.google.spanner.executor.v1.MutationAction.InsertArgsOrBuilder> replaceBuilder_; + /** * * @@ -5530,6 +5737,7 @@ public Builder clearInsertOrUpdate() { public boolean hasReplace() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -5550,6 +5758,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs getReplace() { return replaceBuilder_.getMessage(); } } + /** * * @@ -5572,6 +5781,7 @@ public Builder setReplace(com.google.spanner.executor.v1.MutationAction.InsertAr onChanged(); return this; } + /** * * @@ -5592,6 +5802,7 @@ public Builder setReplace( onChanged(); return this; } + /** * * @@ -5621,6 +5832,7 @@ public Builder mergeReplace(com.google.spanner.executor.v1.MutationAction.Insert } return this; } + /** * * @@ -5640,6 +5852,7 @@ public Builder clearReplace() { onChanged(); return this; } + /** * * @@ -5654,6 +5867,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder getRepla onChanged(); return getReplaceFieldBuilder().getBuilder(); } + /** * * @@ -5673,6 +5887,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder getRepla : replace_; } } + /** * * @@ -5705,6 +5920,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder getRepla com.google.spanner.executor.v1.KeySet.Builder, com.google.spanner.executor.v1.KeySetOrBuilder> deleteKeysBuilder_; + /** * * @@ -5719,6 +5935,7 @@ public com.google.spanner.executor.v1.MutationAction.InsertArgs.Builder getRepla public boolean hasDeleteKeys() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -5739,6 +5956,7 @@ public com.google.spanner.executor.v1.KeySet getDeleteKeys() { return deleteKeysBuilder_.getMessage(); } } + /** * * @@ -5761,6 +5979,7 @@ public Builder setDeleteKeys(com.google.spanner.executor.v1.KeySet value) { onChanged(); return this; } + /** * * @@ -5780,6 +5999,7 @@ public Builder setDeleteKeys(com.google.spanner.executor.v1.KeySet.Builder build onChanged(); return this; } + /** * * @@ -5807,6 +6027,7 @@ public Builder mergeDeleteKeys(com.google.spanner.executor.v1.KeySet value) { } return this; } + /** * * @@ -5826,6 +6047,7 @@ public Builder clearDeleteKeys() { onChanged(); return this; } + /** * * @@ -5840,6 +6062,7 @@ public com.google.spanner.executor.v1.KeySet.Builder getDeleteKeysBuilder() { onChanged(); return getDeleteKeysFieldBuilder().getBuilder(); } + /** * * @@ -5858,6 +6081,7 @@ public com.google.spanner.executor.v1.KeySetOrBuilder getDeleteKeysOrBuilder() { : deleteKeys_; } } + /** * * @@ -5952,6 +6176,7 @@ public com.google.spanner.executor.v1.MutationAction.Mod getDefaultInstanceForTy @SuppressWarnings("serial") private java.util.List mod_; + /** * * @@ -5965,6 +6190,7 @@ public com.google.spanner.executor.v1.MutationAction.Mod getDefaultInstanceForTy public java.util.List getModList() { return mod_; } + /** * * @@ -5979,6 +6205,7 @@ public java.util.List getModL getModOrBuilderList() { return mod_; } + /** * * @@ -5992,6 +6219,7 @@ public java.util.List getModL public int getModCount() { return mod_.size(); } + /** * * @@ -6005,6 +6233,7 @@ public int getModCount() { public com.google.spanner.executor.v1.MutationAction.Mod getMod(int index) { return mod_.get(index); } + /** * * @@ -6180,6 +6409,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -6440,6 +6670,7 @@ public java.util.List getModL return modBuilder_.getMessageList(); } } + /** * * @@ -6456,6 +6687,7 @@ public int getModCount() { return modBuilder_.getCount(); } } + /** * * @@ -6472,6 +6704,7 @@ public com.google.spanner.executor.v1.MutationAction.Mod getMod(int index) { return modBuilder_.getMessage(index); } } + /** * * @@ -6494,6 +6727,7 @@ public Builder setMod(int index, com.google.spanner.executor.v1.MutationAction.M } return this; } + /** * * @@ -6514,6 +6748,7 @@ public Builder setMod( } return this; } + /** * * @@ -6536,6 +6771,7 @@ public Builder addMod(com.google.spanner.executor.v1.MutationAction.Mod value) { } return this; } + /** * * @@ -6558,6 +6794,7 @@ public Builder addMod(int index, com.google.spanner.executor.v1.MutationAction.M } return this; } + /** * * @@ -6578,6 +6815,7 @@ public Builder addMod( } return this; } + /** * * @@ -6598,6 +6836,7 @@ public Builder addMod( } return this; } + /** * * @@ -6618,6 +6857,7 @@ public Builder addAllMod( } return this; } + /** * * @@ -6637,6 +6877,7 @@ public Builder clearMod() { } return this; } + /** * * @@ -6656,6 +6897,7 @@ public Builder removeMod(int index) { } return this; } + /** * * @@ -6668,6 +6910,7 @@ public Builder removeMod(int index) { public com.google.spanner.executor.v1.MutationAction.Mod.Builder getModBuilder(int index) { return getModFieldBuilder().getBuilder(index); } + /** * * @@ -6684,6 +6927,7 @@ public com.google.spanner.executor.v1.MutationAction.ModOrBuilder getModOrBuilde return modBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -6701,6 +6945,7 @@ public com.google.spanner.executor.v1.MutationAction.ModOrBuilder getModOrBuilde return java.util.Collections.unmodifiableList(mod_); } } + /** * * @@ -6714,6 +6959,7 @@ public com.google.spanner.executor.v1.MutationAction.Mod.Builder addModBuilder() return getModFieldBuilder() .addBuilder(com.google.spanner.executor.v1.MutationAction.Mod.getDefaultInstance()); } + /** * * @@ -6728,6 +6974,7 @@ public com.google.spanner.executor.v1.MutationAction.Mod.Builder addModBuilder(i .addBuilder( index, com.google.spanner.executor.v1.MutationAction.Mod.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/MutationActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/MutationActionOrBuilder.java index 537de4cf31..02ab940e07 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/MutationActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/MutationActionOrBuilder.java @@ -34,6 +34,7 @@ public interface MutationActionOrBuilder * repeated .google.spanner.executor.v1.MutationAction.Mod mod = 1; */ java.util.List getModList(); + /** * * @@ -44,6 +45,7 @@ public interface MutationActionOrBuilder * repeated .google.spanner.executor.v1.MutationAction.Mod mod = 1; */ com.google.spanner.executor.v1.MutationAction.Mod getMod(int index); + /** * * @@ -54,6 +56,7 @@ public interface MutationActionOrBuilder * repeated .google.spanner.executor.v1.MutationAction.Mod mod = 1; */ int getModCount(); + /** * * @@ -65,6 +68,7 @@ public interface MutationActionOrBuilder */ java.util.List getModOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/OperationResponse.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/OperationResponse.java index 027c650d92..7b0216f876 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/OperationResponse.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/OperationResponse.java @@ -33,6 +33,7 @@ public final class OperationResponse extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.OperationResponse) OperationResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use OperationResponse.newBuilder() to construct. private OperationResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List listedOperations_; + /** * * @@ -82,6 +84,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getListedOperationsList() { return listedOperations_; } + /** * * @@ -96,6 +99,7 @@ public java.util.List getListedOperationsList( getListedOperationsOrBuilderList() { return listedOperations_; } + /** * * @@ -109,6 +113,7 @@ public java.util.List getListedOperationsList( public int getListedOperationsCount() { return listedOperations_.size(); } + /** * * @@ -122,6 +127,7 @@ public int getListedOperationsCount() { public com.google.longrunning.Operation getListedOperations(int index) { return listedOperations_.get(index); } + /** * * @@ -140,6 +146,7 @@ public com.google.longrunning.OperationOrBuilder getListedOperationsOrBuilder(in @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -164,6 +171,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -191,6 +199,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public static final int OPERATION_FIELD_NUMBER = 3; private com.google.longrunning.Operation operation_; + /** * * @@ -206,6 +215,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { public boolean hasOperation() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -221,6 +231,7 @@ public boolean hasOperation() { public com.google.longrunning.Operation getOperation() { return operation_ == null ? com.google.longrunning.Operation.getDefaultInstance() : operation_; } + /** * * @@ -419,6 +430,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -725,6 +737,7 @@ public java.util.List getListedOperationsList( return listedOperationsBuilder_.getMessageList(); } } + /** * * @@ -741,6 +754,7 @@ public int getListedOperationsCount() { return listedOperationsBuilder_.getCount(); } } + /** * * @@ -757,6 +771,7 @@ public com.google.longrunning.Operation getListedOperations(int index) { return listedOperationsBuilder_.getMessage(index); } } + /** * * @@ -779,6 +794,7 @@ public Builder setListedOperations(int index, com.google.longrunning.Operation v } return this; } + /** * * @@ -799,6 +815,7 @@ public Builder setListedOperations( } return this; } + /** * * @@ -821,6 +838,7 @@ public Builder addListedOperations(com.google.longrunning.Operation value) { } return this; } + /** * * @@ -843,6 +861,7 @@ public Builder addListedOperations(int index, com.google.longrunning.Operation v } return this; } + /** * * @@ -862,6 +881,7 @@ public Builder addListedOperations(com.google.longrunning.Operation.Builder buil } return this; } + /** * * @@ -882,6 +902,7 @@ public Builder addListedOperations( } return this; } + /** * * @@ -902,6 +923,7 @@ public Builder addAllListedOperations( } return this; } + /** * * @@ -921,6 +943,7 @@ public Builder clearListedOperations() { } return this; } + /** * * @@ -940,6 +963,7 @@ public Builder removeListedOperations(int index) { } return this; } + /** * * @@ -952,6 +976,7 @@ public Builder removeListedOperations(int index) { public com.google.longrunning.Operation.Builder getListedOperationsBuilder(int index) { return getListedOperationsFieldBuilder().getBuilder(index); } + /** * * @@ -968,6 +993,7 @@ public com.google.longrunning.OperationOrBuilder getListedOperationsOrBuilder(in return listedOperationsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -985,6 +1011,7 @@ public com.google.longrunning.OperationOrBuilder getListedOperationsOrBuilder(in return java.util.Collections.unmodifiableList(listedOperations_); } } + /** * * @@ -998,6 +1025,7 @@ public com.google.longrunning.Operation.Builder addListedOperationsBuilder() { return getListedOperationsFieldBuilder() .addBuilder(com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1011,6 +1039,7 @@ public com.google.longrunning.Operation.Builder addListedOperationsBuilder(int i return getListedOperationsFieldBuilder() .addBuilder(index, com.google.longrunning.Operation.getDefaultInstance()); } + /** * * @@ -1046,6 +1075,7 @@ public com.google.longrunning.Operation.Builder addListedOperationsBuilder(int i } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -1069,6 +1099,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -1092,6 +1123,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1114,6 +1146,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1132,6 +1165,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * @@ -1162,6 +1196,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { com.google.longrunning.Operation.Builder, com.google.longrunning.OperationOrBuilder> operationBuilder_; + /** * * @@ -1176,6 +1211,7 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { public boolean hasOperation() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1196,6 +1232,7 @@ public com.google.longrunning.Operation getOperation() { return operationBuilder_.getMessage(); } } + /** * * @@ -1218,6 +1255,7 @@ public Builder setOperation(com.google.longrunning.Operation value) { onChanged(); return this; } + /** * * @@ -1237,6 +1275,7 @@ public Builder setOperation(com.google.longrunning.Operation.Builder builderForV onChanged(); return this; } + /** * * @@ -1264,6 +1303,7 @@ public Builder mergeOperation(com.google.longrunning.Operation value) { } return this; } + /** * * @@ -1283,6 +1323,7 @@ public Builder clearOperation() { onChanged(); return this; } + /** * * @@ -1297,6 +1338,7 @@ public com.google.longrunning.Operation.Builder getOperationBuilder() { onChanged(); return getOperationFieldBuilder().getBuilder(); } + /** * * @@ -1315,6 +1357,7 @@ public com.google.longrunning.OperationOrBuilder getOperationOrBuilder() { : operation_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/OperationResponseOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/OperationResponseOrBuilder.java index 2a6ab74c6b..33884ce008 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/OperationResponseOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/OperationResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface OperationResponseOrBuilder * repeated .google.longrunning.Operation listed_operations = 1; */ java.util.List getListedOperationsList(); + /** * * @@ -44,6 +45,7 @@ public interface OperationResponseOrBuilder * repeated .google.longrunning.Operation listed_operations = 1; */ com.google.longrunning.Operation getListedOperations(int index); + /** * * @@ -54,6 +56,7 @@ public interface OperationResponseOrBuilder * repeated .google.longrunning.Operation listed_operations = 1; */ int getListedOperationsCount(); + /** * * @@ -65,6 +68,7 @@ public interface OperationResponseOrBuilder */ java.util.List getListedOperationsOrBuilderList(); + /** * * @@ -89,6 +93,7 @@ public interface OperationResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * @@ -115,6 +120,7 @@ public interface OperationResponseOrBuilder * @return Whether the operation field is set. */ boolean hasOperation(); + /** * * @@ -127,6 +133,7 @@ public interface OperationResponseOrBuilder * @return The operation. */ com.google.longrunning.Operation getOperation(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/PartitionedUpdateAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/PartitionedUpdateAction.java index f3126180d6..a5ac45f509 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/PartitionedUpdateAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/PartitionedUpdateAction.java @@ -34,6 +34,7 @@ public final class PartitionedUpdateAction extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.PartitionedUpdateAction) PartitionedUpdateActionOrBuilder { private static final long serialVersionUID = 0L; + // Use PartitionedUpdateAction.newBuilder() to construct. private PartitionedUpdateAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -79,6 +80,7 @@ public interface ExecutePartitionedUpdateOptionsOrBuilder * @return Whether the rpcPriority field is set. */ boolean hasRpcPriority(); + /** * * @@ -91,6 +93,7 @@ public interface ExecutePartitionedUpdateOptionsOrBuilder * @return The enum numeric value on the wire for rpcPriority. */ int getRpcPriorityValue(); + /** * * @@ -116,6 +119,7 @@ public interface ExecutePartitionedUpdateOptionsOrBuilder * @return Whether the tag field is set. */ boolean hasTag(); + /** * * @@ -128,6 +132,7 @@ public interface ExecutePartitionedUpdateOptionsOrBuilder * @return The tag. */ java.lang.String getTag(); + /** * * @@ -141,6 +146,7 @@ public interface ExecutePartitionedUpdateOptionsOrBuilder */ com.google.protobuf.ByteString getTagBytes(); } + /** * Protobuf type {@code * google.spanner.executor.v1.PartitionedUpdateAction.ExecutePartitionedUpdateOptions} @@ -151,6 +157,7 @@ public static final class ExecutePartitionedUpdateOptions // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.PartitionedUpdateAction.ExecutePartitionedUpdateOptions) ExecutePartitionedUpdateOptionsOrBuilder { private static final long serialVersionUID = 0L; + // Use ExecutePartitionedUpdateOptions.newBuilder() to construct. private ExecutePartitionedUpdateOptions( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -188,6 +195,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int RPC_PRIORITY_FIELD_NUMBER = 1; private int rpcPriority_ = 0; + /** * * @@ -203,6 +211,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasRpcPriority() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -218,6 +227,7 @@ public boolean hasRpcPriority() { public int getRpcPriorityValue() { return rpcPriority_; } + /** * * @@ -240,6 +250,7 @@ public com.google.spanner.v1.RequestOptions.Priority getRpcPriority() { @SuppressWarnings("serial") private volatile java.lang.Object tag_ = ""; + /** * * @@ -255,6 +266,7 @@ public com.google.spanner.v1.RequestOptions.Priority getRpcPriority() { public boolean hasTag() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -278,6 +290,7 @@ public java.lang.String getTag() { return s; } } + /** * * @@ -504,6 +517,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * Protobuf type {@code * google.spanner.executor.v1.PartitionedUpdateAction.ExecutePartitionedUpdateOptions} @@ -725,6 +739,7 @@ public Builder mergeFrom( private int bitField0_; private int rpcPriority_ = 0; + /** * * @@ -740,6 +755,7 @@ public Builder mergeFrom( public boolean hasRpcPriority() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -755,6 +771,7 @@ public boolean hasRpcPriority() { public int getRpcPriorityValue() { return rpcPriority_; } + /** * * @@ -773,6 +790,7 @@ public Builder setRpcPriorityValue(int value) { onChanged(); return this; } + /** * * @@ -790,6 +808,7 @@ public com.google.spanner.v1.RequestOptions.Priority getRpcPriority() { com.google.spanner.v1.RequestOptions.Priority.forNumber(rpcPriority_); return result == null ? com.google.spanner.v1.RequestOptions.Priority.UNRECOGNIZED : result; } + /** * * @@ -811,6 +830,7 @@ public Builder setRpcPriority(com.google.spanner.v1.RequestOptions.Priority valu onChanged(); return this; } + /** * * @@ -830,6 +850,7 @@ public Builder clearRpcPriority() { } private java.lang.Object tag_ = ""; + /** * * @@ -844,6 +865,7 @@ public Builder clearRpcPriority() { public boolean hasTag() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -866,6 +888,7 @@ public java.lang.String getTag() { return (java.lang.String) ref; } } + /** * * @@ -888,6 +911,7 @@ public com.google.protobuf.ByteString getTagBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -909,6 +933,7 @@ public Builder setTag(java.lang.String value) { onChanged(); return this; } + /** * * @@ -926,6 +951,7 @@ public Builder clearTag() { onChanged(); return this; } + /** * * @@ -1024,6 +1050,7 @@ public com.google.protobuf.Parser getParserForT public static final int OPTIONS_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.PartitionedUpdateAction.ExecutePartitionedUpdateOptions options_; + /** * * @@ -1041,6 +1068,7 @@ public com.google.protobuf.Parser getParserForT public boolean hasOptions() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1062,6 +1090,7 @@ public boolean hasOptions() { .getDefaultInstance() : options_; } + /** * * @@ -1085,6 +1114,7 @@ public boolean hasOptions() { public static final int UPDATE_FIELD_NUMBER = 2; private com.google.spanner.executor.v1.QueryAction update_; + /** * * @@ -1100,6 +1130,7 @@ public boolean hasOptions() { public boolean hasUpdate() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1117,6 +1148,7 @@ public com.google.spanner.executor.v1.QueryAction getUpdate() { ? com.google.spanner.executor.v1.QueryAction.getDefaultInstance() : update_; } + /** * * @@ -1312,6 +1344,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1538,6 +1571,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.PartitionedUpdateAction .ExecutePartitionedUpdateOptionsOrBuilder> optionsBuilder_; + /** * * @@ -1554,6 +1588,7 @@ public Builder mergeFrom( public boolean hasOptions() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1578,6 +1613,7 @@ public boolean hasOptions() { return optionsBuilder_.getMessage(); } } + /** * * @@ -1604,6 +1640,7 @@ public Builder setOptions( onChanged(); return this; } + /** * * @@ -1628,6 +1665,7 @@ public Builder setOptions( onChanged(); return this; } + /** * * @@ -1661,6 +1699,7 @@ public Builder mergeOptions( } return this; } + /** * * @@ -1682,6 +1721,7 @@ public Builder clearOptions() { onChanged(); return this; } + /** * * @@ -1700,6 +1740,7 @@ public Builder clearOptions() { onChanged(); return getOptionsFieldBuilder().getBuilder(); } + /** * * @@ -1723,6 +1764,7 @@ public Builder clearOptions() { : options_; } } + /** * * @@ -1762,6 +1804,7 @@ public Builder clearOptions() { com.google.spanner.executor.v1.QueryAction.Builder, com.google.spanner.executor.v1.QueryActionOrBuilder> updateBuilder_; + /** * * @@ -1776,6 +1819,7 @@ public Builder clearOptions() { public boolean hasUpdate() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1796,6 +1840,7 @@ public com.google.spanner.executor.v1.QueryAction getUpdate() { return updateBuilder_.getMessage(); } } + /** * * @@ -1818,6 +1863,7 @@ public Builder setUpdate(com.google.spanner.executor.v1.QueryAction value) { onChanged(); return this; } + /** * * @@ -1837,6 +1883,7 @@ public Builder setUpdate(com.google.spanner.executor.v1.QueryAction.Builder buil onChanged(); return this; } + /** * * @@ -1864,6 +1911,7 @@ public Builder mergeUpdate(com.google.spanner.executor.v1.QueryAction value) { } return this; } + /** * * @@ -1883,6 +1931,7 @@ public Builder clearUpdate() { onChanged(); return this; } + /** * * @@ -1897,6 +1946,7 @@ public com.google.spanner.executor.v1.QueryAction.Builder getUpdateBuilder() { onChanged(); return getUpdateFieldBuilder().getBuilder(); } + /** * * @@ -1915,6 +1965,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getUpdateOrBuilder() : update_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/PartitionedUpdateActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/PartitionedUpdateActionOrBuilder.java index da4fce3fd5..60595858cd 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/PartitionedUpdateActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/PartitionedUpdateActionOrBuilder.java @@ -38,6 +38,7 @@ public interface PartitionedUpdateActionOrBuilder * @return Whether the options field is set. */ boolean hasOptions(); + /** * * @@ -53,6 +54,7 @@ public interface PartitionedUpdateActionOrBuilder */ com.google.spanner.executor.v1.PartitionedUpdateAction.ExecutePartitionedUpdateOptions getOptions(); + /** * * @@ -79,6 +81,7 @@ public interface PartitionedUpdateActionOrBuilder * @return Whether the update field is set. */ boolean hasUpdate(); + /** * * @@ -91,6 +94,7 @@ public interface PartitionedUpdateActionOrBuilder * @return The update. */ com.google.spanner.executor.v1.QueryAction getUpdate(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryAction.java index 7b66431de7..0b1fe010f9 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryAction.java @@ -33,6 +33,7 @@ public final class QueryAction extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.QueryAction) QueryActionOrBuilder { private static final long serialVersionUID = 0L; + // Use QueryAction.newBuilder() to construct. private QueryAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -81,6 +82,7 @@ public interface ParameterOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -106,6 +108,7 @@ public interface ParameterOrBuilder * @return Whether the type field is set. */ boolean hasType(); + /** * * @@ -118,6 +121,7 @@ public interface ParameterOrBuilder * @return The type. */ com.google.spanner.v1.Type getType(); + /** * * @@ -141,6 +145,7 @@ public interface ParameterOrBuilder * @return Whether the value field is set. */ boolean hasValue(); + /** * * @@ -153,6 +158,7 @@ public interface ParameterOrBuilder * @return The value. */ com.google.spanner.executor.v1.Value getValue(); + /** * * @@ -164,6 +170,7 @@ public interface ParameterOrBuilder */ com.google.spanner.executor.v1.ValueOrBuilder getValueOrBuilder(); } + /** * * @@ -178,6 +185,7 @@ public static final class Parameter extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.QueryAction.Parameter) ParameterOrBuilder { private static final long serialVersionUID = 0L; + // Use Parameter.newBuilder() to construct. private Parameter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -213,6 +221,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -236,6 +245,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -262,6 +272,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int TYPE_FIELD_NUMBER = 2; private com.google.spanner.v1.Type type_; + /** * * @@ -277,6 +288,7 @@ public com.google.protobuf.ByteString getNameBytes() { public boolean hasType() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -292,6 +304,7 @@ public boolean hasType() { public com.google.spanner.v1.Type getType() { return type_ == null ? com.google.spanner.v1.Type.getDefaultInstance() : type_; } + /** * * @@ -308,6 +321,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder() { public static final int VALUE_FIELD_NUMBER = 3; private com.google.spanner.executor.v1.Value value_; + /** * * @@ -323,6 +337,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder() { public boolean hasValue() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -338,6 +353,7 @@ public boolean hasValue() { public com.google.spanner.executor.v1.Value getValue() { return value_ == null ? com.google.spanner.executor.v1.Value.getDefaultInstance() : value_; } + /** * * @@ -541,6 +557,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -776,6 +793,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -798,6 +816,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -820,6 +839,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -841,6 +861,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -858,6 +879,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -887,6 +909,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.Type.Builder, com.google.spanner.v1.TypeOrBuilder> typeBuilder_; + /** * * @@ -901,6 +924,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public boolean hasType() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -919,6 +943,7 @@ public com.google.spanner.v1.Type getType() { return typeBuilder_.getMessage(); } } + /** * * @@ -941,6 +966,7 @@ public Builder setType(com.google.spanner.v1.Type value) { onChanged(); return this; } + /** * * @@ -960,6 +986,7 @@ public Builder setType(com.google.spanner.v1.Type.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -987,6 +1014,7 @@ public Builder mergeType(com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -1006,6 +1034,7 @@ public Builder clearType() { onChanged(); return this; } + /** * * @@ -1020,6 +1049,7 @@ public com.google.spanner.v1.Type.Builder getTypeBuilder() { onChanged(); return getTypeFieldBuilder().getBuilder(); } + /** * * @@ -1036,6 +1066,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder() { return type_ == null ? com.google.spanner.v1.Type.getDefaultInstance() : type_; } } + /** * * @@ -1068,6 +1099,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder() { com.google.spanner.executor.v1.Value.Builder, com.google.spanner.executor.v1.ValueOrBuilder> valueBuilder_; + /** * * @@ -1082,6 +1114,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder() { public boolean hasValue() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1102,6 +1135,7 @@ public com.google.spanner.executor.v1.Value getValue() { return valueBuilder_.getMessage(); } } + /** * * @@ -1124,6 +1158,7 @@ public Builder setValue(com.google.spanner.executor.v1.Value value) { onChanged(); return this; } + /** * * @@ -1143,6 +1178,7 @@ public Builder setValue(com.google.spanner.executor.v1.Value.Builder builderForV onChanged(); return this; } + /** * * @@ -1170,6 +1206,7 @@ public Builder mergeValue(com.google.spanner.executor.v1.Value value) { } return this; } + /** * * @@ -1189,6 +1226,7 @@ public Builder clearValue() { onChanged(); return this; } + /** * * @@ -1203,6 +1241,7 @@ public com.google.spanner.executor.v1.Value.Builder getValueBuilder() { onChanged(); return getValueFieldBuilder().getBuilder(); } + /** * * @@ -1221,6 +1260,7 @@ public com.google.spanner.executor.v1.ValueOrBuilder getValueOrBuilder() { : value_; } } + /** * * @@ -1315,6 +1355,7 @@ public com.google.spanner.executor.v1.QueryAction.Parameter getDefaultInstanceFo @SuppressWarnings("serial") private volatile java.lang.Object sql_ = ""; + /** * * @@ -1338,6 +1379,7 @@ public java.lang.String getSql() { return s; } } + /** * * @@ -1366,6 +1408,7 @@ public com.google.protobuf.ByteString getSqlBytes() { @SuppressWarnings("serial") private java.util.List params_; + /** * * @@ -1379,6 +1422,7 @@ public com.google.protobuf.ByteString getSqlBytes() { public java.util.List getParamsList() { return params_; } + /** * * @@ -1393,6 +1437,7 @@ public java.util.List getP getParamsOrBuilderList() { return params_; } + /** * * @@ -1406,6 +1451,7 @@ public java.util.List getP public int getParamsCount() { return params_.size(); } + /** * * @@ -1419,6 +1465,7 @@ public int getParamsCount() { public com.google.spanner.executor.v1.QueryAction.Parameter getParams(int index) { return params_.get(index); } + /** * * @@ -1604,6 +1651,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1848,6 +1896,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object sql_ = ""; + /** * * @@ -1870,6 +1919,7 @@ public java.lang.String getSql() { return (java.lang.String) ref; } } + /** * * @@ -1892,6 +1942,7 @@ public com.google.protobuf.ByteString getSqlBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1913,6 +1964,7 @@ public Builder setSql(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1930,6 +1982,7 @@ public Builder clearSql() { onChanged(); return this; } + /** * * @@ -1986,6 +2039,7 @@ public java.util.List getP return paramsBuilder_.getMessageList(); } } + /** * * @@ -2002,6 +2056,7 @@ public int getParamsCount() { return paramsBuilder_.getCount(); } } + /** * * @@ -2018,6 +2073,7 @@ public com.google.spanner.executor.v1.QueryAction.Parameter getParams(int index) return paramsBuilder_.getMessage(index); } } + /** * * @@ -2041,6 +2097,7 @@ public Builder setParams( } return this; } + /** * * @@ -2061,6 +2118,7 @@ public Builder setParams( } return this; } + /** * * @@ -2083,6 +2141,7 @@ public Builder addParams(com.google.spanner.executor.v1.QueryAction.Parameter va } return this; } + /** * * @@ -2106,6 +2165,7 @@ public Builder addParams( } return this; } + /** * * @@ -2126,6 +2186,7 @@ public Builder addParams( } return this; } + /** * * @@ -2146,6 +2207,7 @@ public Builder addParams( } return this; } + /** * * @@ -2166,6 +2228,7 @@ public Builder addAllParams( } return this; } + /** * * @@ -2185,6 +2248,7 @@ public Builder clearParams() { } return this; } + /** * * @@ -2204,6 +2268,7 @@ public Builder removeParams(int index) { } return this; } + /** * * @@ -2217,6 +2282,7 @@ public com.google.spanner.executor.v1.QueryAction.Parameter.Builder getParamsBui int index) { return getParamsFieldBuilder().getBuilder(index); } + /** * * @@ -2234,6 +2300,7 @@ public com.google.spanner.executor.v1.QueryAction.ParameterOrBuilder getParamsOr return paramsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -2251,6 +2318,7 @@ public com.google.spanner.executor.v1.QueryAction.ParameterOrBuilder getParamsOr return java.util.Collections.unmodifiableList(params_); } } + /** * * @@ -2264,6 +2332,7 @@ public com.google.spanner.executor.v1.QueryAction.Parameter.Builder addParamsBui return getParamsFieldBuilder() .addBuilder(com.google.spanner.executor.v1.QueryAction.Parameter.getDefaultInstance()); } + /** * * @@ -2279,6 +2348,7 @@ public com.google.spanner.executor.v1.QueryAction.Parameter.Builder addParamsBui .addBuilder( index, com.google.spanner.executor.v1.QueryAction.Parameter.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryActionOrBuilder.java index f975b897ca..381ec54d83 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryActionOrBuilder.java @@ -36,6 +36,7 @@ public interface QueryActionOrBuilder * @return The sql. */ java.lang.String getSql(); + /** * * @@ -59,6 +60,7 @@ public interface QueryActionOrBuilder * repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2; */ java.util.List getParamsList(); + /** * * @@ -69,6 +71,7 @@ public interface QueryActionOrBuilder * repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2; */ com.google.spanner.executor.v1.QueryAction.Parameter getParams(int index); + /** * * @@ -79,6 +82,7 @@ public interface QueryActionOrBuilder * repeated .google.spanner.executor.v1.QueryAction.Parameter params = 2; */ int getParamsCount(); + /** * * @@ -90,6 +94,7 @@ public interface QueryActionOrBuilder */ java.util.List getParamsOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryCancellationAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryCancellationAction.java index 8c387c07b5..5fcca8a450 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryCancellationAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryCancellationAction.java @@ -34,6 +34,7 @@ public final class QueryCancellationAction extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.QueryCancellationAction) QueryCancellationActionOrBuilder { private static final long serialVersionUID = 0L; + // Use QueryCancellationAction.newBuilder() to construct. private QueryCancellationAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object longRunningSql_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getLongRunningSql() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getLongRunningSqlBytes() { @SuppressWarnings("serial") private volatile java.lang.Object cancelQuery_ = ""; + /** * * @@ -143,6 +147,7 @@ public java.lang.String getCancelQuery() { return s; } } + /** * * @@ -336,6 +341,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -536,6 +542,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object longRunningSql_ = ""; + /** * * @@ -558,6 +565,7 @@ public java.lang.String getLongRunningSql() { return (java.lang.String) ref; } } + /** * * @@ -580,6 +588,7 @@ public com.google.protobuf.ByteString getLongRunningSqlBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -601,6 +610,7 @@ public Builder setLongRunningSql(java.lang.String value) { onChanged(); return this; } + /** * * @@ -618,6 +628,7 @@ public Builder clearLongRunningSql() { onChanged(); return this; } + /** * * @@ -642,6 +653,7 @@ public Builder setLongRunningSqlBytes(com.google.protobuf.ByteString value) { } private java.lang.Object cancelQuery_ = ""; + /** * * @@ -664,6 +676,7 @@ public java.lang.String getCancelQuery() { return (java.lang.String) ref; } } + /** * * @@ -686,6 +699,7 @@ public com.google.protobuf.ByteString getCancelQueryBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -707,6 +721,7 @@ public Builder setCancelQuery(java.lang.String value) { onChanged(); return this; } + /** * * @@ -724,6 +739,7 @@ public Builder clearCancelQuery() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryCancellationActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryCancellationActionOrBuilder.java index e3ffc746f4..381173e5e2 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryCancellationActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryCancellationActionOrBuilder.java @@ -36,6 +36,7 @@ public interface QueryCancellationActionOrBuilder * @return The longRunningSql. */ java.lang.String getLongRunningSql(); + /** * * @@ -61,6 +62,7 @@ public interface QueryCancellationActionOrBuilder * @return The cancelQuery. */ java.lang.String getCancelQuery(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryResult.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryResult.java index 11ca9a5939..d22b3e0cdf 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryResult.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryResult.java @@ -33,6 +33,7 @@ public final class QueryResult extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.QueryResult) QueryResultOrBuilder { private static final long serialVersionUID = 0L; + // Use QueryResult.newBuilder() to construct. private QueryResult(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List row_; + /** * * @@ -82,6 +84,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getRowList() { return row_; } + /** * * @@ -97,6 +100,7 @@ public java.util.List getRowList() { getRowOrBuilderList() { return row_; } + /** * * @@ -111,6 +115,7 @@ public java.util.List getRowList() { public int getRowCount() { return row_.size(); } + /** * * @@ -125,6 +130,7 @@ public int getRowCount() { public com.google.spanner.executor.v1.ValueList getRow(int index) { return row_.get(index); } + /** * * @@ -142,6 +148,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getRowOrBuilder(int ind public static final int ROW_TYPE_FIELD_NUMBER = 2; private com.google.spanner.v1.StructType rowType_; + /** * * @@ -157,6 +164,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getRowOrBuilder(int ind public boolean hasRowType() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -172,6 +180,7 @@ public boolean hasRowType() { public com.google.spanner.v1.StructType getRowType() { return rowType_ == null ? com.google.spanner.v1.StructType.getDefaultInstance() : rowType_; } + /** * * @@ -361,6 +370,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -651,6 +661,7 @@ public java.util.List getRowList() { return rowBuilder_.getMessageList(); } } + /** * * @@ -668,6 +679,7 @@ public int getRowCount() { return rowBuilder_.getCount(); } } + /** * * @@ -685,6 +697,7 @@ public com.google.spanner.executor.v1.ValueList getRow(int index) { return rowBuilder_.getMessage(index); } } + /** * * @@ -708,6 +721,7 @@ public Builder setRow(int index, com.google.spanner.executor.v1.ValueList value) } return this; } + /** * * @@ -729,6 +743,7 @@ public Builder setRow( } return this; } + /** * * @@ -752,6 +767,7 @@ public Builder addRow(com.google.spanner.executor.v1.ValueList value) { } return this; } + /** * * @@ -775,6 +791,7 @@ public Builder addRow(int index, com.google.spanner.executor.v1.ValueList value) } return this; } + /** * * @@ -795,6 +812,7 @@ public Builder addRow(com.google.spanner.executor.v1.ValueList.Builder builderFo } return this; } + /** * * @@ -816,6 +834,7 @@ public Builder addRow( } return this; } + /** * * @@ -837,6 +856,7 @@ public Builder addAllRow( } return this; } + /** * * @@ -857,6 +877,7 @@ public Builder clearRow() { } return this; } + /** * * @@ -877,6 +898,7 @@ public Builder removeRow(int index) { } return this; } + /** * * @@ -890,6 +912,7 @@ public Builder removeRow(int index) { public com.google.spanner.executor.v1.ValueList.Builder getRowBuilder(int index) { return getRowFieldBuilder().getBuilder(index); } + /** * * @@ -907,6 +930,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getRowOrBuilder(int ind return rowBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -925,6 +949,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getRowOrBuilder(int ind return java.util.Collections.unmodifiableList(row_); } } + /** * * @@ -939,6 +964,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addRowBuilder() { return getRowFieldBuilder() .addBuilder(com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -953,6 +979,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addRowBuilder(int index) return getRowFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -990,6 +1017,7 @@ public java.util.List getRowBu com.google.spanner.v1.StructType.Builder, com.google.spanner.v1.StructTypeOrBuilder> rowTypeBuilder_; + /** * * @@ -1004,6 +1032,7 @@ public java.util.List getRowBu public boolean hasRowType() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1022,6 +1051,7 @@ public com.google.spanner.v1.StructType getRowType() { return rowTypeBuilder_.getMessage(); } } + /** * * @@ -1044,6 +1074,7 @@ public Builder setRowType(com.google.spanner.v1.StructType value) { onChanged(); return this; } + /** * * @@ -1063,6 +1094,7 @@ public Builder setRowType(com.google.spanner.v1.StructType.Builder builderForVal onChanged(); return this; } + /** * * @@ -1090,6 +1122,7 @@ public Builder mergeRowType(com.google.spanner.v1.StructType value) { } return this; } + /** * * @@ -1109,6 +1142,7 @@ public Builder clearRowType() { onChanged(); return this; } + /** * * @@ -1123,6 +1157,7 @@ public com.google.spanner.v1.StructType.Builder getRowTypeBuilder() { onChanged(); return getRowTypeFieldBuilder().getBuilder(); } + /** * * @@ -1139,6 +1174,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getRowTypeOrBuilder() { return rowType_ == null ? com.google.spanner.v1.StructType.getDefaultInstance() : rowType_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryResultOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryResultOrBuilder.java index ea7f8d1d38..4fe00cf1e2 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryResultOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/QueryResultOrBuilder.java @@ -35,6 +35,7 @@ public interface QueryResultOrBuilder * repeated .google.spanner.executor.v1.ValueList row = 1; */ java.util.List getRowList(); + /** * * @@ -46,6 +47,7 @@ public interface QueryResultOrBuilder * repeated .google.spanner.executor.v1.ValueList row = 1; */ com.google.spanner.executor.v1.ValueList getRow(int index); + /** * * @@ -57,6 +59,7 @@ public interface QueryResultOrBuilder * repeated .google.spanner.executor.v1.ValueList row = 1; */ int getRowCount(); + /** * * @@ -68,6 +71,7 @@ public interface QueryResultOrBuilder * repeated .google.spanner.executor.v1.ValueList row = 1; */ java.util.List getRowOrBuilderList(); + /** * * @@ -92,6 +96,7 @@ public interface QueryResultOrBuilder * @return Whether the rowType field is set. */ boolean hasRowType(); + /** * * @@ -104,6 +109,7 @@ public interface QueryResultOrBuilder * @return The rowType. */ com.google.spanner.v1.StructType getRowType(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadAction.java index 59fe310c47..7bb8be487a 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadAction.java @@ -33,6 +33,7 @@ public final class ReadAction extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ReadAction) ReadActionOrBuilder { private static final long serialVersionUID = 0L; + // Use ReadAction.newBuilder() to construct. private ReadAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -121,6 +124,7 @@ public com.google.protobuf.ByteString getTableBytes() { @SuppressWarnings("serial") private volatile java.lang.Object index_ = ""; + /** * * @@ -136,6 +140,7 @@ public com.google.protobuf.ByteString getTableBytes() { public boolean hasIndex() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -159,6 +164,7 @@ public java.lang.String getIndex() { return s; } } + /** * * @@ -188,6 +194,7 @@ public com.google.protobuf.ByteString getIndexBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList column_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -202,6 +209,7 @@ public com.google.protobuf.ByteString getIndexBytes() { public com.google.protobuf.ProtocolStringList getColumnList() { return column_; } + /** * * @@ -216,6 +224,7 @@ public com.google.protobuf.ProtocolStringList getColumnList() { public int getColumnCount() { return column_.size(); } + /** * * @@ -231,6 +240,7 @@ public int getColumnCount() { public java.lang.String getColumn(int index) { return column_.get(index); } + /** * * @@ -249,6 +259,7 @@ public com.google.protobuf.ByteString getColumnBytes(int index) { public static final int KEYS_FIELD_NUMBER = 4; private com.google.spanner.executor.v1.KeySet keys_; + /** * * @@ -264,6 +275,7 @@ public com.google.protobuf.ByteString getColumnBytes(int index) { public boolean hasKeys() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -279,6 +291,7 @@ public boolean hasKeys() { public com.google.spanner.executor.v1.KeySet getKeys() { return keys_ == null ? com.google.spanner.executor.v1.KeySet.getDefaultInstance() : keys_; } + /** * * @@ -295,6 +308,7 @@ public com.google.spanner.executor.v1.KeySetOrBuilder getKeysOrBuilder() { public static final int LIMIT_FIELD_NUMBER = 5; private int limit_ = 0; + /** * * @@ -523,6 +537,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -786,6 +801,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object table_ = ""; + /** * * @@ -808,6 +824,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -830,6 +847,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -851,6 +869,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -868,6 +887,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -892,6 +912,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { } private java.lang.Object index_ = ""; + /** * * @@ -906,6 +927,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { public boolean hasIndex() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -928,6 +950,7 @@ public java.lang.String getIndex() { return (java.lang.String) ref; } } + /** * * @@ -950,6 +973,7 @@ public com.google.protobuf.ByteString getIndexBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -971,6 +995,7 @@ public Builder setIndex(java.lang.String value) { onChanged(); return this; } + /** * * @@ -988,6 +1013,7 @@ public Builder clearIndex() { onChanged(); return this; } + /** * * @@ -1020,6 +1046,7 @@ private void ensureColumnIsMutable() { } bitField0_ |= 0x00000004; } + /** * * @@ -1035,6 +1062,7 @@ public com.google.protobuf.ProtocolStringList getColumnList() { column_.makeImmutable(); return column_; } + /** * * @@ -1049,6 +1077,7 @@ public com.google.protobuf.ProtocolStringList getColumnList() { public int getColumnCount() { return column_.size(); } + /** * * @@ -1064,6 +1093,7 @@ public int getColumnCount() { public java.lang.String getColumn(int index) { return column_.get(index); } + /** * * @@ -1079,6 +1109,7 @@ public java.lang.String getColumn(int index) { public com.google.protobuf.ByteString getColumnBytes(int index) { return column_.getByteString(index); } + /** * * @@ -1102,6 +1133,7 @@ public Builder setColumn(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1124,6 +1156,7 @@ public Builder addColumn(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1143,6 +1176,7 @@ public Builder addAllColumn(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1161,6 +1195,7 @@ public Builder clearColumn() { onChanged(); return this; } + /** * * @@ -1191,6 +1226,7 @@ public Builder addColumnBytes(com.google.protobuf.ByteString value) { com.google.spanner.executor.v1.KeySet.Builder, com.google.spanner.executor.v1.KeySetOrBuilder> keysBuilder_; + /** * * @@ -1205,6 +1241,7 @@ public Builder addColumnBytes(com.google.protobuf.ByteString value) { public boolean hasKeys() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1223,6 +1260,7 @@ public com.google.spanner.executor.v1.KeySet getKeys() { return keysBuilder_.getMessage(); } } + /** * * @@ -1245,6 +1283,7 @@ public Builder setKeys(com.google.spanner.executor.v1.KeySet value) { onChanged(); return this; } + /** * * @@ -1264,6 +1303,7 @@ public Builder setKeys(com.google.spanner.executor.v1.KeySet.Builder builderForV onChanged(); return this; } + /** * * @@ -1291,6 +1331,7 @@ public Builder mergeKeys(com.google.spanner.executor.v1.KeySet value) { } return this; } + /** * * @@ -1310,6 +1351,7 @@ public Builder clearKeys() { onChanged(); return this; } + /** * * @@ -1324,6 +1366,7 @@ public com.google.spanner.executor.v1.KeySet.Builder getKeysBuilder() { onChanged(); return getKeysFieldBuilder().getBuilder(); } + /** * * @@ -1340,6 +1383,7 @@ public com.google.spanner.executor.v1.KeySetOrBuilder getKeysOrBuilder() { return keys_ == null ? com.google.spanner.executor.v1.KeySet.getDefaultInstance() : keys_; } } + /** * * @@ -1367,6 +1411,7 @@ public com.google.spanner.executor.v1.KeySetOrBuilder getKeysOrBuilder() { } private int limit_; + /** * * @@ -1382,6 +1427,7 @@ public com.google.spanner.executor.v1.KeySetOrBuilder getKeysOrBuilder() { public int getLimit() { return limit_; } + /** * * @@ -1401,6 +1447,7 @@ public Builder setLimit(int value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadActionOrBuilder.java index cf87222acf..5607cda43e 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadActionOrBuilder.java @@ -36,6 +36,7 @@ public interface ReadActionOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -61,6 +62,7 @@ public interface ReadActionOrBuilder * @return Whether the index field is set. */ boolean hasIndex(); + /** * * @@ -73,6 +75,7 @@ public interface ReadActionOrBuilder * @return The index. */ java.lang.String getIndex(); + /** * * @@ -98,6 +101,7 @@ public interface ReadActionOrBuilder * @return A list containing the column. */ java.util.List getColumnList(); + /** * * @@ -110,6 +114,7 @@ public interface ReadActionOrBuilder * @return The count of column. */ int getColumnCount(); + /** * * @@ -123,6 +128,7 @@ public interface ReadActionOrBuilder * @return The column at the given index. */ java.lang.String getColumn(int index); + /** * * @@ -149,6 +155,7 @@ public interface ReadActionOrBuilder * @return Whether the keys field is set. */ boolean hasKeys(); + /** * * @@ -161,6 +168,7 @@ public interface ReadActionOrBuilder * @return The keys. */ com.google.spanner.executor.v1.KeySet getKeys(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadResult.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadResult.java index 5b0632e3f2..bc120684b3 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadResult.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadResult.java @@ -33,6 +33,7 @@ public final class ReadResult extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ReadResult) ReadResultOrBuilder { private static final long serialVersionUID = 0L; + // Use ReadResult.newBuilder() to construct. private ReadResult(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -121,6 +124,7 @@ public com.google.protobuf.ByteString getTableBytes() { @SuppressWarnings("serial") private volatile java.lang.Object index_ = ""; + /** * * @@ -136,6 +140,7 @@ public com.google.protobuf.ByteString getTableBytes() { public boolean hasIndex() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -159,6 +164,7 @@ public java.lang.String getIndex() { return s; } } + /** * * @@ -185,6 +191,7 @@ public com.google.protobuf.ByteString getIndexBytes() { public static final int REQUEST_INDEX_FIELD_NUMBER = 3; private int requestIndex_ = 0; + /** * * @@ -200,6 +207,7 @@ public com.google.protobuf.ByteString getIndexBytes() { public boolean hasRequestIndex() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -220,6 +228,7 @@ public int getRequestIndex() { @SuppressWarnings("serial") private java.util.List row_; + /** * * @@ -234,6 +243,7 @@ public int getRequestIndex() { public java.util.List getRowList() { return row_; } + /** * * @@ -249,6 +259,7 @@ public java.util.List getRowList() { getRowOrBuilderList() { return row_; } + /** * * @@ -263,6 +274,7 @@ public java.util.List getRowList() { public int getRowCount() { return row_.size(); } + /** * * @@ -277,6 +289,7 @@ public int getRowCount() { public com.google.spanner.executor.v1.ValueList getRow(int index) { return row_.get(index); } + /** * * @@ -294,6 +307,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getRowOrBuilder(int ind public static final int ROW_TYPE_FIELD_NUMBER = 5; private com.google.spanner.v1.StructType rowType_; + /** * * @@ -309,6 +323,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getRowOrBuilder(int ind public boolean hasRowType() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -324,6 +339,7 @@ public boolean hasRowType() { public com.google.spanner.v1.StructType getRowType() { return rowType_ == null ? com.google.spanner.v1.StructType.getDefaultInstance() : rowType_; } + /** * * @@ -550,6 +566,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -853,6 +870,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object table_ = ""; + /** * * @@ -875,6 +893,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -897,6 +916,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -918,6 +938,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -935,6 +956,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -959,6 +981,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { } private java.lang.Object index_ = ""; + /** * * @@ -973,6 +996,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { public boolean hasIndex() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -995,6 +1019,7 @@ public java.lang.String getIndex() { return (java.lang.String) ref; } } + /** * * @@ -1017,6 +1042,7 @@ public com.google.protobuf.ByteString getIndexBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1038,6 +1064,7 @@ public Builder setIndex(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1055,6 +1082,7 @@ public Builder clearIndex() { onChanged(); return this; } + /** * * @@ -1079,6 +1107,7 @@ public Builder setIndexBytes(com.google.protobuf.ByteString value) { } private int requestIndex_; + /** * * @@ -1094,6 +1123,7 @@ public Builder setIndexBytes(com.google.protobuf.ByteString value) { public boolean hasRequestIndex() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1109,6 +1139,7 @@ public boolean hasRequestIndex() { public int getRequestIndex() { return requestIndex_; } + /** * * @@ -1128,6 +1159,7 @@ public Builder setRequestIndex(int value) { onChanged(); return this; } + /** * * @@ -1179,6 +1211,7 @@ public java.util.List getRowList() { return rowBuilder_.getMessageList(); } } + /** * * @@ -1196,6 +1229,7 @@ public int getRowCount() { return rowBuilder_.getCount(); } } + /** * * @@ -1213,6 +1247,7 @@ public com.google.spanner.executor.v1.ValueList getRow(int index) { return rowBuilder_.getMessage(index); } } + /** * * @@ -1236,6 +1271,7 @@ public Builder setRow(int index, com.google.spanner.executor.v1.ValueList value) } return this; } + /** * * @@ -1257,6 +1293,7 @@ public Builder setRow( } return this; } + /** * * @@ -1280,6 +1317,7 @@ public Builder addRow(com.google.spanner.executor.v1.ValueList value) { } return this; } + /** * * @@ -1303,6 +1341,7 @@ public Builder addRow(int index, com.google.spanner.executor.v1.ValueList value) } return this; } + /** * * @@ -1323,6 +1362,7 @@ public Builder addRow(com.google.spanner.executor.v1.ValueList.Builder builderFo } return this; } + /** * * @@ -1344,6 +1384,7 @@ public Builder addRow( } return this; } + /** * * @@ -1365,6 +1406,7 @@ public Builder addAllRow( } return this; } + /** * * @@ -1385,6 +1427,7 @@ public Builder clearRow() { } return this; } + /** * * @@ -1405,6 +1448,7 @@ public Builder removeRow(int index) { } return this; } + /** * * @@ -1418,6 +1462,7 @@ public Builder removeRow(int index) { public com.google.spanner.executor.v1.ValueList.Builder getRowBuilder(int index) { return getRowFieldBuilder().getBuilder(index); } + /** * * @@ -1435,6 +1480,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getRowOrBuilder(int ind return rowBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1453,6 +1499,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getRowOrBuilder(int ind return java.util.Collections.unmodifiableList(row_); } } + /** * * @@ -1467,6 +1514,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addRowBuilder() { return getRowFieldBuilder() .addBuilder(com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -1481,6 +1529,7 @@ public com.google.spanner.executor.v1.ValueList.Builder addRowBuilder(int index) return getRowFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.ValueList.getDefaultInstance()); } + /** * * @@ -1518,6 +1567,7 @@ public java.util.List getRowBu com.google.spanner.v1.StructType.Builder, com.google.spanner.v1.StructTypeOrBuilder> rowTypeBuilder_; + /** * * @@ -1532,6 +1582,7 @@ public java.util.List getRowBu public boolean hasRowType() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1550,6 +1601,7 @@ public com.google.spanner.v1.StructType getRowType() { return rowTypeBuilder_.getMessage(); } } + /** * * @@ -1572,6 +1624,7 @@ public Builder setRowType(com.google.spanner.v1.StructType value) { onChanged(); return this; } + /** * * @@ -1591,6 +1644,7 @@ public Builder setRowType(com.google.spanner.v1.StructType.Builder builderForVal onChanged(); return this; } + /** * * @@ -1618,6 +1672,7 @@ public Builder mergeRowType(com.google.spanner.v1.StructType value) { } return this; } + /** * * @@ -1637,6 +1692,7 @@ public Builder clearRowType() { onChanged(); return this; } + /** * * @@ -1651,6 +1707,7 @@ public com.google.spanner.v1.StructType.Builder getRowTypeBuilder() { onChanged(); return getRowTypeFieldBuilder().getBuilder(); } + /** * * @@ -1667,6 +1724,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getRowTypeOrBuilder() { return rowType_ == null ? com.google.spanner.v1.StructType.getDefaultInstance() : rowType_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadResultOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadResultOrBuilder.java index 6e4785efdc..eb59b58552 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadResultOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ReadResultOrBuilder.java @@ -36,6 +36,7 @@ public interface ReadResultOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -61,6 +62,7 @@ public interface ReadResultOrBuilder * @return Whether the index field is set. */ boolean hasIndex(); + /** * * @@ -73,6 +75,7 @@ public interface ReadResultOrBuilder * @return The index. */ java.lang.String getIndex(); + /** * * @@ -98,6 +101,7 @@ public interface ReadResultOrBuilder * @return Whether the requestIndex field is set. */ boolean hasRequestIndex(); + /** * * @@ -122,6 +126,7 @@ public interface ReadResultOrBuilder * repeated .google.spanner.executor.v1.ValueList row = 4; */ java.util.List getRowList(); + /** * * @@ -133,6 +138,7 @@ public interface ReadResultOrBuilder * repeated .google.spanner.executor.v1.ValueList row = 4; */ com.google.spanner.executor.v1.ValueList getRow(int index); + /** * * @@ -144,6 +150,7 @@ public interface ReadResultOrBuilder * repeated .google.spanner.executor.v1.ValueList row = 4; */ int getRowCount(); + /** * * @@ -155,6 +162,7 @@ public interface ReadResultOrBuilder * repeated .google.spanner.executor.v1.ValueList row = 4; */ java.util.List getRowOrBuilderList(); + /** * * @@ -179,6 +187,7 @@ public interface ReadResultOrBuilder * @return Whether the rowType field is set. */ boolean hasRowType(); + /** * * @@ -191,6 +200,7 @@ public interface ReadResultOrBuilder * @return The rowType. */ com.google.spanner.v1.StructType getRowType(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/RestoreCloudDatabaseAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/RestoreCloudDatabaseAction.java index 950e9dd55d..25bb338233 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/RestoreCloudDatabaseAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/RestoreCloudDatabaseAction.java @@ -33,6 +33,7 @@ public final class RestoreCloudDatabaseAction extends com.google.protobuf.Genera // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.RestoreCloudDatabaseAction) RestoreCloudDatabaseActionOrBuilder { private static final long serialVersionUID = 0L; + // Use RestoreCloudDatabaseAction.newBuilder() to construct. private RestoreCloudDatabaseAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -72,6 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -95,6 +97,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -123,6 +126,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupInstanceId_ = ""; + /** * * @@ -146,6 +150,7 @@ public java.lang.String getBackupInstanceId() { return s; } } + /** * * @@ -174,6 +179,7 @@ public com.google.protobuf.ByteString getBackupInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupId_ = ""; + /** * * @@ -197,6 +203,7 @@ public java.lang.String getBackupId() { return s; } } + /** * * @@ -225,6 +232,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object databaseInstanceId_ = ""; + /** * * @@ -249,6 +257,7 @@ public java.lang.String getDatabaseInstanceId() { return s; } } + /** * * @@ -278,6 +287,7 @@ public com.google.protobuf.ByteString getDatabaseInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; + /** * * @@ -302,6 +312,7 @@ public java.lang.String getDatabaseId() { return s; } } + /** * * @@ -329,6 +340,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { public static final int ENCRYPTION_CONFIG_FIELD_NUMBER = 7; private com.google.spanner.admin.database.v1.EncryptionConfig encryptionConfig_; + /** * * @@ -345,6 +357,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -363,6 +376,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig ? com.google.spanner.admin.database.v1.EncryptionConfig.getDefaultInstance() : encryptionConfig_; } + /** * * @@ -591,6 +605,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -866,6 +881,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -888,6 +904,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -910,6 +927,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -931,6 +949,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -948,6 +967,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -972,6 +992,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupInstanceId_ = ""; + /** * * @@ -994,6 +1015,7 @@ public java.lang.String getBackupInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -1016,6 +1038,7 @@ public com.google.protobuf.ByteString getBackupInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1037,6 +1060,7 @@ public Builder setBackupInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1054,6 +1078,7 @@ public Builder clearBackupInstanceId() { onChanged(); return this; } + /** * * @@ -1078,6 +1103,7 @@ public Builder setBackupInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupId_ = ""; + /** * * @@ -1100,6 +1126,7 @@ public java.lang.String getBackupId() { return (java.lang.String) ref; } } + /** * * @@ -1122,6 +1149,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1143,6 +1171,7 @@ public Builder setBackupId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1160,6 +1189,7 @@ public Builder clearBackupId() { onChanged(); return this; } + /** * * @@ -1184,6 +1214,7 @@ public Builder setBackupIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object databaseInstanceId_ = ""; + /** * * @@ -1207,6 +1238,7 @@ public java.lang.String getDatabaseInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -1230,6 +1262,7 @@ public com.google.protobuf.ByteString getDatabaseInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1252,6 +1285,7 @@ public Builder setDatabaseInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1270,6 +1304,7 @@ public Builder clearDatabaseInstanceId() { onChanged(); return this; } + /** * * @@ -1295,6 +1330,7 @@ public Builder setDatabaseInstanceIdBytes(com.google.protobuf.ByteString value) } private java.lang.Object databaseId_ = ""; + /** * * @@ -1318,6 +1354,7 @@ public java.lang.String getDatabaseId() { return (java.lang.String) ref; } } + /** * * @@ -1341,6 +1378,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1363,6 +1401,7 @@ public Builder setDatabaseId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1381,6 +1420,7 @@ public Builder clearDatabaseId() { onChanged(); return this; } + /** * * @@ -1411,6 +1451,7 @@ public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { com.google.spanner.admin.database.v1.EncryptionConfig.Builder, com.google.spanner.admin.database.v1.EncryptionConfigOrBuilder> encryptionConfigBuilder_; + /** * * @@ -1426,6 +1467,7 @@ public Builder setDatabaseIdBytes(com.google.protobuf.ByteString value) { public boolean hasEncryptionConfig() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -1447,6 +1489,7 @@ public com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig return encryptionConfigBuilder_.getMessage(); } } + /** * * @@ -1471,6 +1514,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1492,6 +1536,7 @@ public Builder setEncryptionConfig( onChanged(); return this; } + /** * * @@ -1522,6 +1567,7 @@ public Builder mergeEncryptionConfig( } return this; } + /** * * @@ -1542,6 +1588,7 @@ public Builder clearEncryptionConfig() { onChanged(); return this; } + /** * * @@ -1558,6 +1605,7 @@ public Builder clearEncryptionConfig() { onChanged(); return getEncryptionConfigFieldBuilder().getBuilder(); } + /** * * @@ -1578,6 +1626,7 @@ public Builder clearEncryptionConfig() { : encryptionConfig_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/RestoreCloudDatabaseActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/RestoreCloudDatabaseActionOrBuilder.java index 491d8d4ccd..dd342d929f 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/RestoreCloudDatabaseActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/RestoreCloudDatabaseActionOrBuilder.java @@ -36,6 +36,7 @@ public interface RestoreCloudDatabaseActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -61,6 +62,7 @@ public interface RestoreCloudDatabaseActionOrBuilder * @return The backupInstanceId. */ java.lang.String getBackupInstanceId(); + /** * * @@ -86,6 +88,7 @@ public interface RestoreCloudDatabaseActionOrBuilder * @return The backupId. */ java.lang.String getBackupId(); + /** * * @@ -112,6 +115,7 @@ public interface RestoreCloudDatabaseActionOrBuilder * @return The databaseInstanceId. */ java.lang.String getDatabaseInstanceId(); + /** * * @@ -139,6 +143,7 @@ public interface RestoreCloudDatabaseActionOrBuilder * @return The databaseId. */ java.lang.String getDatabaseId(); + /** * * @@ -166,6 +171,7 @@ public interface RestoreCloudDatabaseActionOrBuilder * @return Whether the encryptionConfig field is set. */ boolean hasEncryptionConfig(); + /** * * @@ -179,6 +185,7 @@ public interface RestoreCloudDatabaseActionOrBuilder * @return The encryptionConfig. */ com.google.spanner.admin.database.v1.EncryptionConfig getEncryptionConfig(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SessionPoolOptions.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SessionPoolOptions.java index 9601bfd2bb..9e996979e6 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SessionPoolOptions.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SessionPoolOptions.java @@ -33,6 +33,7 @@ public final class SessionPoolOptions extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.SessionPoolOptions) SessionPoolOptionsOrBuilder { private static final long serialVersionUID = 0L; + // Use SessionPoolOptions.newBuilder() to construct. private SessionPoolOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -63,6 +64,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int USE_MULTIPLEXED_FIELD_NUMBER = 1; private boolean useMultiplexed_ = false; + /** * * @@ -239,6 +241,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -421,6 +424,7 @@ public Builder mergeFrom( private int bitField0_; private boolean useMultiplexed_; + /** * * @@ -437,6 +441,7 @@ public Builder mergeFrom( public boolean getUseMultiplexed() { return useMultiplexed_; } + /** * * @@ -457,6 +462,7 @@ public Builder setUseMultiplexed(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAction.java index 985039c0a2..233b4568e7 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAction.java @@ -35,6 +35,7 @@ public final class SpannerAction extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.SpannerAction) SpannerActionOrBuilder { private static final long serialVersionUID = 0L; + // Use SpannerAction.newBuilder() to construct. private SpannerAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -98,6 +99,7 @@ public enum ActionCase private ActionCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -164,6 +166,7 @@ public ActionCase getActionCase() { @SuppressWarnings("serial") private volatile java.lang.Object databasePath_ = ""; + /** * * @@ -189,6 +192,7 @@ public java.lang.String getDatabasePath() { return s; } } + /** * * @@ -217,6 +221,7 @@ public com.google.protobuf.ByteString getDatabasePathBytes() { public static final int SPANNER_OPTIONS_FIELD_NUMBER = 2; private com.google.spanner.executor.v1.SpannerOptions spannerOptions_; + /** * * @@ -232,6 +237,7 @@ public com.google.protobuf.ByteString getDatabasePathBytes() { public boolean hasSpannerOptions() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -249,6 +255,7 @@ public com.google.spanner.executor.v1.SpannerOptions getSpannerOptions() { ? com.google.spanner.executor.v1.SpannerOptions.getDefaultInstance() : spannerOptions_; } + /** * * @@ -266,6 +273,7 @@ public com.google.spanner.executor.v1.SpannerOptionsOrBuilder getSpannerOptionsO } public static final int START_FIELD_NUMBER = 10; + /** * * @@ -281,6 +289,7 @@ public com.google.spanner.executor.v1.SpannerOptionsOrBuilder getSpannerOptionsO public boolean hasStart() { return actionCase_ == 10; } + /** * * @@ -299,6 +308,7 @@ public com.google.spanner.executor.v1.StartTransactionAction getStart() { } return com.google.spanner.executor.v1.StartTransactionAction.getDefaultInstance(); } + /** * * @@ -317,6 +327,7 @@ public com.google.spanner.executor.v1.StartTransactionActionOrBuilder getStartOr } public static final int FINISH_FIELD_NUMBER = 11; + /** * * @@ -332,6 +343,7 @@ public com.google.spanner.executor.v1.StartTransactionActionOrBuilder getStartOr public boolean hasFinish() { return actionCase_ == 11; } + /** * * @@ -350,6 +362,7 @@ public com.google.spanner.executor.v1.FinishTransactionAction getFinish() { } return com.google.spanner.executor.v1.FinishTransactionAction.getDefaultInstance(); } + /** * * @@ -368,6 +381,7 @@ public com.google.spanner.executor.v1.FinishTransactionActionOrBuilder getFinish } public static final int READ_FIELD_NUMBER = 20; + /** * * @@ -383,6 +397,7 @@ public com.google.spanner.executor.v1.FinishTransactionActionOrBuilder getFinish public boolean hasRead() { return actionCase_ == 20; } + /** * * @@ -401,6 +416,7 @@ public com.google.spanner.executor.v1.ReadAction getRead() { } return com.google.spanner.executor.v1.ReadAction.getDefaultInstance(); } + /** * * @@ -419,6 +435,7 @@ public com.google.spanner.executor.v1.ReadActionOrBuilder getReadOrBuilder() { } public static final int QUERY_FIELD_NUMBER = 21; + /** * * @@ -434,6 +451,7 @@ public com.google.spanner.executor.v1.ReadActionOrBuilder getReadOrBuilder() { public boolean hasQuery() { return actionCase_ == 21; } + /** * * @@ -452,6 +470,7 @@ public com.google.spanner.executor.v1.QueryAction getQuery() { } return com.google.spanner.executor.v1.QueryAction.getDefaultInstance(); } + /** * * @@ -470,6 +489,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { } public static final int MUTATION_FIELD_NUMBER = 22; + /** * * @@ -485,6 +505,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { public boolean hasMutation() { return actionCase_ == 22; } + /** * * @@ -503,6 +524,7 @@ public com.google.spanner.executor.v1.MutationAction getMutation() { } return com.google.spanner.executor.v1.MutationAction.getDefaultInstance(); } + /** * * @@ -521,6 +543,7 @@ public com.google.spanner.executor.v1.MutationActionOrBuilder getMutationOrBuild } public static final int DML_FIELD_NUMBER = 23; + /** * * @@ -536,6 +559,7 @@ public com.google.spanner.executor.v1.MutationActionOrBuilder getMutationOrBuild public boolean hasDml() { return actionCase_ == 23; } + /** * * @@ -554,6 +578,7 @@ public com.google.spanner.executor.v1.DmlAction getDml() { } return com.google.spanner.executor.v1.DmlAction.getDefaultInstance(); } + /** * * @@ -572,6 +597,7 @@ public com.google.spanner.executor.v1.DmlActionOrBuilder getDmlOrBuilder() { } public static final int BATCH_DML_FIELD_NUMBER = 24; + /** * * @@ -587,6 +613,7 @@ public com.google.spanner.executor.v1.DmlActionOrBuilder getDmlOrBuilder() { public boolean hasBatchDml() { return actionCase_ == 24; } + /** * * @@ -605,6 +632,7 @@ public com.google.spanner.executor.v1.BatchDmlAction getBatchDml() { } return com.google.spanner.executor.v1.BatchDmlAction.getDefaultInstance(); } + /** * * @@ -623,6 +651,7 @@ public com.google.spanner.executor.v1.BatchDmlActionOrBuilder getBatchDmlOrBuild } public static final int WRITE_FIELD_NUMBER = 25; + /** * * @@ -638,6 +667,7 @@ public com.google.spanner.executor.v1.BatchDmlActionOrBuilder getBatchDmlOrBuild public boolean hasWrite() { return actionCase_ == 25; } + /** * * @@ -656,6 +686,7 @@ public com.google.spanner.executor.v1.WriteMutationsAction getWrite() { } return com.google.spanner.executor.v1.WriteMutationsAction.getDefaultInstance(); } + /** * * @@ -674,6 +705,7 @@ public com.google.spanner.executor.v1.WriteMutationsActionOrBuilder getWriteOrBu } public static final int PARTITIONED_UPDATE_FIELD_NUMBER = 27; + /** * * @@ -689,6 +721,7 @@ public com.google.spanner.executor.v1.WriteMutationsActionOrBuilder getWriteOrBu public boolean hasPartitionedUpdate() { return actionCase_ == 27; } + /** * * @@ -707,6 +740,7 @@ public com.google.spanner.executor.v1.PartitionedUpdateAction getPartitionedUpda } return com.google.spanner.executor.v1.PartitionedUpdateAction.getDefaultInstance(); } + /** * * @@ -726,6 +760,7 @@ public com.google.spanner.executor.v1.PartitionedUpdateAction getPartitionedUpda } public static final int ADMIN_FIELD_NUMBER = 30; + /** * * @@ -742,6 +777,7 @@ public com.google.spanner.executor.v1.PartitionedUpdateAction getPartitionedUpda public boolean hasAdmin() { return actionCase_ == 30; } + /** * * @@ -761,6 +797,7 @@ public com.google.spanner.executor.v1.AdminAction getAdmin() { } return com.google.spanner.executor.v1.AdminAction.getDefaultInstance(); } + /** * * @@ -780,6 +817,7 @@ public com.google.spanner.executor.v1.AdminActionOrBuilder getAdminOrBuilder() { } public static final int START_BATCH_TXN_FIELD_NUMBER = 40; + /** * * @@ -795,6 +833,7 @@ public com.google.spanner.executor.v1.AdminActionOrBuilder getAdminOrBuilder() { public boolean hasStartBatchTxn() { return actionCase_ == 40; } + /** * * @@ -813,6 +852,7 @@ public com.google.spanner.executor.v1.StartBatchTransactionAction getStartBatchT } return com.google.spanner.executor.v1.StartBatchTransactionAction.getDefaultInstance(); } + /** * * @@ -832,6 +872,7 @@ public com.google.spanner.executor.v1.StartBatchTransactionAction getStartBatchT } public static final int CLOSE_BATCH_TXN_FIELD_NUMBER = 41; + /** * * @@ -847,6 +888,7 @@ public com.google.spanner.executor.v1.StartBatchTransactionAction getStartBatchT public boolean hasCloseBatchTxn() { return actionCase_ == 41; } + /** * * @@ -865,6 +907,7 @@ public com.google.spanner.executor.v1.CloseBatchTransactionAction getCloseBatchT } return com.google.spanner.executor.v1.CloseBatchTransactionAction.getDefaultInstance(); } + /** * * @@ -884,6 +927,7 @@ public com.google.spanner.executor.v1.CloseBatchTransactionAction getCloseBatchT } public static final int GENERATE_DB_PARTITIONS_READ_FIELD_NUMBER = 42; + /** * * @@ -901,6 +945,7 @@ public com.google.spanner.executor.v1.CloseBatchTransactionAction getCloseBatchT public boolean hasGenerateDbPartitionsRead() { return actionCase_ == 42; } + /** * * @@ -922,6 +967,7 @@ public boolean hasGenerateDbPartitionsRead() { } return com.google.spanner.executor.v1.GenerateDbPartitionsForReadAction.getDefaultInstance(); } + /** * * @@ -943,6 +989,7 @@ public boolean hasGenerateDbPartitionsRead() { } public static final int GENERATE_DB_PARTITIONS_QUERY_FIELD_NUMBER = 43; + /** * * @@ -960,6 +1007,7 @@ public boolean hasGenerateDbPartitionsRead() { public boolean hasGenerateDbPartitionsQuery() { return actionCase_ == 43; } + /** * * @@ -981,6 +1029,7 @@ public boolean hasGenerateDbPartitionsQuery() { } return com.google.spanner.executor.v1.GenerateDbPartitionsForQueryAction.getDefaultInstance(); } + /** * * @@ -1002,6 +1051,7 @@ public boolean hasGenerateDbPartitionsQuery() { } public static final int EXECUTE_PARTITION_FIELD_NUMBER = 44; + /** * * @@ -1017,6 +1067,7 @@ public boolean hasGenerateDbPartitionsQuery() { public boolean hasExecutePartition() { return actionCase_ == 44; } + /** * * @@ -1035,6 +1086,7 @@ public com.google.spanner.executor.v1.ExecutePartitionAction getExecutePartition } return com.google.spanner.executor.v1.ExecutePartitionAction.getDefaultInstance(); } + /** * * @@ -1054,6 +1106,7 @@ public com.google.spanner.executor.v1.ExecutePartitionAction getExecutePartition } public static final int EXECUTE_CHANGE_STREAM_QUERY_FIELD_NUMBER = 50; + /** * * @@ -1070,6 +1123,7 @@ public com.google.spanner.executor.v1.ExecutePartitionAction getExecutePartition public boolean hasExecuteChangeStreamQuery() { return actionCase_ == 50; } + /** * * @@ -1089,6 +1143,7 @@ public com.google.spanner.executor.v1.ExecuteChangeStreamQuery getExecuteChangeS } return com.google.spanner.executor.v1.ExecuteChangeStreamQuery.getDefaultInstance(); } + /** * * @@ -1109,6 +1164,7 @@ public com.google.spanner.executor.v1.ExecuteChangeStreamQuery getExecuteChangeS } public static final int QUERY_CANCELLATION_FIELD_NUMBER = 51; + /** * * @@ -1124,6 +1180,7 @@ public com.google.spanner.executor.v1.ExecuteChangeStreamQuery getExecuteChangeS public boolean hasQueryCancellation() { return actionCase_ == 51; } + /** * * @@ -1142,6 +1199,7 @@ public com.google.spanner.executor.v1.QueryCancellationAction getQueryCancellati } return com.google.spanner.executor.v1.QueryCancellationAction.getDefaultInstance(); } + /** * * @@ -1602,6 +1660,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -2140,6 +2199,7 @@ public Builder clearAction() { private int bitField0_; private java.lang.Object databasePath_ = ""; + /** * * @@ -2164,6 +2224,7 @@ public java.lang.String getDatabasePath() { return (java.lang.String) ref; } } + /** * * @@ -2188,6 +2249,7 @@ public com.google.protobuf.ByteString getDatabasePathBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2211,6 +2273,7 @@ public Builder setDatabasePath(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2230,6 +2293,7 @@ public Builder clearDatabasePath() { onChanged(); return this; } + /** * * @@ -2261,6 +2325,7 @@ public Builder setDatabasePathBytes(com.google.protobuf.ByteString value) { com.google.spanner.executor.v1.SpannerOptions.Builder, com.google.spanner.executor.v1.SpannerOptionsOrBuilder> spannerOptionsBuilder_; + /** * * @@ -2275,6 +2340,7 @@ public Builder setDatabasePathBytes(com.google.protobuf.ByteString value) { public boolean hasSpannerOptions() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -2295,6 +2361,7 @@ public com.google.spanner.executor.v1.SpannerOptions getSpannerOptions() { return spannerOptionsBuilder_.getMessage(); } } + /** * * @@ -2317,6 +2384,7 @@ public Builder setSpannerOptions(com.google.spanner.executor.v1.SpannerOptions v onChanged(); return this; } + /** * * @@ -2337,6 +2405,7 @@ public Builder setSpannerOptions( onChanged(); return this; } + /** * * @@ -2365,6 +2434,7 @@ public Builder mergeSpannerOptions(com.google.spanner.executor.v1.SpannerOptions } return this; } + /** * * @@ -2384,6 +2454,7 @@ public Builder clearSpannerOptions() { onChanged(); return this; } + /** * * @@ -2398,6 +2469,7 @@ public com.google.spanner.executor.v1.SpannerOptions.Builder getSpannerOptionsBu onChanged(); return getSpannerOptionsFieldBuilder().getBuilder(); } + /** * * @@ -2416,6 +2488,7 @@ public com.google.spanner.executor.v1.SpannerOptionsOrBuilder getSpannerOptionsO : spannerOptions_; } } + /** * * @@ -2447,6 +2520,7 @@ public com.google.spanner.executor.v1.SpannerOptionsOrBuilder getSpannerOptionsO com.google.spanner.executor.v1.StartTransactionAction.Builder, com.google.spanner.executor.v1.StartTransactionActionOrBuilder> startBuilder_; + /** * * @@ -2462,6 +2536,7 @@ public com.google.spanner.executor.v1.SpannerOptionsOrBuilder getSpannerOptionsO public boolean hasStart() { return actionCase_ == 10; } + /** * * @@ -2487,6 +2562,7 @@ public com.google.spanner.executor.v1.StartTransactionAction getStart() { return com.google.spanner.executor.v1.StartTransactionAction.getDefaultInstance(); } } + /** * * @@ -2509,6 +2585,7 @@ public Builder setStart(com.google.spanner.executor.v1.StartTransactionAction va actionCase_ = 10; return this; } + /** * * @@ -2529,6 +2606,7 @@ public Builder setStart( actionCase_ = 10; return this; } + /** * * @@ -2562,6 +2640,7 @@ public Builder mergeStart(com.google.spanner.executor.v1.StartTransactionAction actionCase_ = 10; return this; } + /** * * @@ -2587,6 +2666,7 @@ public Builder clearStart() { } return this; } + /** * * @@ -2599,6 +2679,7 @@ public Builder clearStart() { public com.google.spanner.executor.v1.StartTransactionAction.Builder getStartBuilder() { return getStartFieldBuilder().getBuilder(); } + /** * * @@ -2619,6 +2700,7 @@ public com.google.spanner.executor.v1.StartTransactionActionOrBuilder getStartOr return com.google.spanner.executor.v1.StartTransactionAction.getDefaultInstance(); } } + /** * * @@ -2657,6 +2739,7 @@ public com.google.spanner.executor.v1.StartTransactionActionOrBuilder getStartOr com.google.spanner.executor.v1.FinishTransactionAction.Builder, com.google.spanner.executor.v1.FinishTransactionActionOrBuilder> finishBuilder_; + /** * * @@ -2672,6 +2755,7 @@ public com.google.spanner.executor.v1.StartTransactionActionOrBuilder getStartOr public boolean hasFinish() { return actionCase_ == 11; } + /** * * @@ -2697,6 +2781,7 @@ public com.google.spanner.executor.v1.FinishTransactionAction getFinish() { return com.google.spanner.executor.v1.FinishTransactionAction.getDefaultInstance(); } } + /** * * @@ -2719,6 +2804,7 @@ public Builder setFinish(com.google.spanner.executor.v1.FinishTransactionAction actionCase_ = 11; return this; } + /** * * @@ -2739,6 +2825,7 @@ public Builder setFinish( actionCase_ = 11; return this; } + /** * * @@ -2772,6 +2859,7 @@ public Builder mergeFinish(com.google.spanner.executor.v1.FinishTransactionActio actionCase_ = 11; return this; } + /** * * @@ -2797,6 +2885,7 @@ public Builder clearFinish() { } return this; } + /** * * @@ -2809,6 +2898,7 @@ public Builder clearFinish() { public com.google.spanner.executor.v1.FinishTransactionAction.Builder getFinishBuilder() { return getFinishFieldBuilder().getBuilder(); } + /** * * @@ -2829,6 +2919,7 @@ public com.google.spanner.executor.v1.FinishTransactionActionOrBuilder getFinish return com.google.spanner.executor.v1.FinishTransactionAction.getDefaultInstance(); } } + /** * * @@ -2867,6 +2958,7 @@ public com.google.spanner.executor.v1.FinishTransactionActionOrBuilder getFinish com.google.spanner.executor.v1.ReadAction.Builder, com.google.spanner.executor.v1.ReadActionOrBuilder> readBuilder_; + /** * * @@ -2882,6 +2974,7 @@ public com.google.spanner.executor.v1.FinishTransactionActionOrBuilder getFinish public boolean hasRead() { return actionCase_ == 20; } + /** * * @@ -2907,6 +3000,7 @@ public com.google.spanner.executor.v1.ReadAction getRead() { return com.google.spanner.executor.v1.ReadAction.getDefaultInstance(); } } + /** * * @@ -2929,6 +3023,7 @@ public Builder setRead(com.google.spanner.executor.v1.ReadAction value) { actionCase_ = 20; return this; } + /** * * @@ -2948,6 +3043,7 @@ public Builder setRead(com.google.spanner.executor.v1.ReadAction.Builder builder actionCase_ = 20; return this; } + /** * * @@ -2980,6 +3076,7 @@ public Builder mergeRead(com.google.spanner.executor.v1.ReadAction value) { actionCase_ = 20; return this; } + /** * * @@ -3005,6 +3102,7 @@ public Builder clearRead() { } return this; } + /** * * @@ -3017,6 +3115,7 @@ public Builder clearRead() { public com.google.spanner.executor.v1.ReadAction.Builder getReadBuilder() { return getReadFieldBuilder().getBuilder(); } + /** * * @@ -3037,6 +3136,7 @@ public com.google.spanner.executor.v1.ReadActionOrBuilder getReadOrBuilder() { return com.google.spanner.executor.v1.ReadAction.getDefaultInstance(); } } + /** * * @@ -3075,6 +3175,7 @@ public com.google.spanner.executor.v1.ReadActionOrBuilder getReadOrBuilder() { com.google.spanner.executor.v1.QueryAction.Builder, com.google.spanner.executor.v1.QueryActionOrBuilder> queryBuilder_; + /** * * @@ -3090,6 +3191,7 @@ public com.google.spanner.executor.v1.ReadActionOrBuilder getReadOrBuilder() { public boolean hasQuery() { return actionCase_ == 21; } + /** * * @@ -3115,6 +3217,7 @@ public com.google.spanner.executor.v1.QueryAction getQuery() { return com.google.spanner.executor.v1.QueryAction.getDefaultInstance(); } } + /** * * @@ -3137,6 +3240,7 @@ public Builder setQuery(com.google.spanner.executor.v1.QueryAction value) { actionCase_ = 21; return this; } + /** * * @@ -3156,6 +3260,7 @@ public Builder setQuery(com.google.spanner.executor.v1.QueryAction.Builder build actionCase_ = 21; return this; } + /** * * @@ -3188,6 +3293,7 @@ public Builder mergeQuery(com.google.spanner.executor.v1.QueryAction value) { actionCase_ = 21; return this; } + /** * * @@ -3213,6 +3319,7 @@ public Builder clearQuery() { } return this; } + /** * * @@ -3225,6 +3332,7 @@ public Builder clearQuery() { public com.google.spanner.executor.v1.QueryAction.Builder getQueryBuilder() { return getQueryFieldBuilder().getBuilder(); } + /** * * @@ -3245,6 +3353,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { return com.google.spanner.executor.v1.QueryAction.getDefaultInstance(); } } + /** * * @@ -3283,6 +3392,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { com.google.spanner.executor.v1.MutationAction.Builder, com.google.spanner.executor.v1.MutationActionOrBuilder> mutationBuilder_; + /** * * @@ -3298,6 +3408,7 @@ public com.google.spanner.executor.v1.QueryActionOrBuilder getQueryOrBuilder() { public boolean hasMutation() { return actionCase_ == 22; } + /** * * @@ -3323,6 +3434,7 @@ public com.google.spanner.executor.v1.MutationAction getMutation() { return com.google.spanner.executor.v1.MutationAction.getDefaultInstance(); } } + /** * * @@ -3345,6 +3457,7 @@ public Builder setMutation(com.google.spanner.executor.v1.MutationAction value) actionCase_ = 22; return this; } + /** * * @@ -3365,6 +3478,7 @@ public Builder setMutation( actionCase_ = 22; return this; } + /** * * @@ -3397,6 +3511,7 @@ public Builder mergeMutation(com.google.spanner.executor.v1.MutationAction value actionCase_ = 22; return this; } + /** * * @@ -3422,6 +3537,7 @@ public Builder clearMutation() { } return this; } + /** * * @@ -3434,6 +3550,7 @@ public Builder clearMutation() { public com.google.spanner.executor.v1.MutationAction.Builder getMutationBuilder() { return getMutationFieldBuilder().getBuilder(); } + /** * * @@ -3454,6 +3571,7 @@ public com.google.spanner.executor.v1.MutationActionOrBuilder getMutationOrBuild return com.google.spanner.executor.v1.MutationAction.getDefaultInstance(); } } + /** * * @@ -3492,6 +3610,7 @@ public com.google.spanner.executor.v1.MutationActionOrBuilder getMutationOrBuild com.google.spanner.executor.v1.DmlAction.Builder, com.google.spanner.executor.v1.DmlActionOrBuilder> dmlBuilder_; + /** * * @@ -3507,6 +3626,7 @@ public com.google.spanner.executor.v1.MutationActionOrBuilder getMutationOrBuild public boolean hasDml() { return actionCase_ == 23; } + /** * * @@ -3532,6 +3652,7 @@ public com.google.spanner.executor.v1.DmlAction getDml() { return com.google.spanner.executor.v1.DmlAction.getDefaultInstance(); } } + /** * * @@ -3554,6 +3675,7 @@ public Builder setDml(com.google.spanner.executor.v1.DmlAction value) { actionCase_ = 23; return this; } + /** * * @@ -3573,6 +3695,7 @@ public Builder setDml(com.google.spanner.executor.v1.DmlAction.Builder builderFo actionCase_ = 23; return this; } + /** * * @@ -3605,6 +3728,7 @@ public Builder mergeDml(com.google.spanner.executor.v1.DmlAction value) { actionCase_ = 23; return this; } + /** * * @@ -3630,6 +3754,7 @@ public Builder clearDml() { } return this; } + /** * * @@ -3642,6 +3767,7 @@ public Builder clearDml() { public com.google.spanner.executor.v1.DmlAction.Builder getDmlBuilder() { return getDmlFieldBuilder().getBuilder(); } + /** * * @@ -3662,6 +3788,7 @@ public com.google.spanner.executor.v1.DmlActionOrBuilder getDmlOrBuilder() { return com.google.spanner.executor.v1.DmlAction.getDefaultInstance(); } } + /** * * @@ -3700,6 +3827,7 @@ public com.google.spanner.executor.v1.DmlActionOrBuilder getDmlOrBuilder() { com.google.spanner.executor.v1.BatchDmlAction.Builder, com.google.spanner.executor.v1.BatchDmlActionOrBuilder> batchDmlBuilder_; + /** * * @@ -3715,6 +3843,7 @@ public com.google.spanner.executor.v1.DmlActionOrBuilder getDmlOrBuilder() { public boolean hasBatchDml() { return actionCase_ == 24; } + /** * * @@ -3740,6 +3869,7 @@ public com.google.spanner.executor.v1.BatchDmlAction getBatchDml() { return com.google.spanner.executor.v1.BatchDmlAction.getDefaultInstance(); } } + /** * * @@ -3762,6 +3892,7 @@ public Builder setBatchDml(com.google.spanner.executor.v1.BatchDmlAction value) actionCase_ = 24; return this; } + /** * * @@ -3782,6 +3913,7 @@ public Builder setBatchDml( actionCase_ = 24; return this; } + /** * * @@ -3814,6 +3946,7 @@ public Builder mergeBatchDml(com.google.spanner.executor.v1.BatchDmlAction value actionCase_ = 24; return this; } + /** * * @@ -3839,6 +3972,7 @@ public Builder clearBatchDml() { } return this; } + /** * * @@ -3851,6 +3985,7 @@ public Builder clearBatchDml() { public com.google.spanner.executor.v1.BatchDmlAction.Builder getBatchDmlBuilder() { return getBatchDmlFieldBuilder().getBuilder(); } + /** * * @@ -3871,6 +4006,7 @@ public com.google.spanner.executor.v1.BatchDmlActionOrBuilder getBatchDmlOrBuild return com.google.spanner.executor.v1.BatchDmlAction.getDefaultInstance(); } } + /** * * @@ -3909,6 +4045,7 @@ public com.google.spanner.executor.v1.BatchDmlActionOrBuilder getBatchDmlOrBuild com.google.spanner.executor.v1.WriteMutationsAction.Builder, com.google.spanner.executor.v1.WriteMutationsActionOrBuilder> writeBuilder_; + /** * * @@ -3924,6 +4061,7 @@ public com.google.spanner.executor.v1.BatchDmlActionOrBuilder getBatchDmlOrBuild public boolean hasWrite() { return actionCase_ == 25; } + /** * * @@ -3949,6 +4087,7 @@ public com.google.spanner.executor.v1.WriteMutationsAction getWrite() { return com.google.spanner.executor.v1.WriteMutationsAction.getDefaultInstance(); } } + /** * * @@ -3971,6 +4110,7 @@ public Builder setWrite(com.google.spanner.executor.v1.WriteMutationsAction valu actionCase_ = 25; return this; } + /** * * @@ -3991,6 +4131,7 @@ public Builder setWrite( actionCase_ = 25; return this; } + /** * * @@ -4024,6 +4165,7 @@ public Builder mergeWrite(com.google.spanner.executor.v1.WriteMutationsAction va actionCase_ = 25; return this; } + /** * * @@ -4049,6 +4191,7 @@ public Builder clearWrite() { } return this; } + /** * * @@ -4061,6 +4204,7 @@ public Builder clearWrite() { public com.google.spanner.executor.v1.WriteMutationsAction.Builder getWriteBuilder() { return getWriteFieldBuilder().getBuilder(); } + /** * * @@ -4081,6 +4225,7 @@ public com.google.spanner.executor.v1.WriteMutationsActionOrBuilder getWriteOrBu return com.google.spanner.executor.v1.WriteMutationsAction.getDefaultInstance(); } } + /** * * @@ -4119,6 +4264,7 @@ public com.google.spanner.executor.v1.WriteMutationsActionOrBuilder getWriteOrBu com.google.spanner.executor.v1.PartitionedUpdateAction.Builder, com.google.spanner.executor.v1.PartitionedUpdateActionOrBuilder> partitionedUpdateBuilder_; + /** * * @@ -4134,6 +4280,7 @@ public com.google.spanner.executor.v1.WriteMutationsActionOrBuilder getWriteOrBu public boolean hasPartitionedUpdate() { return actionCase_ == 27; } + /** * * @@ -4159,6 +4306,7 @@ public com.google.spanner.executor.v1.PartitionedUpdateAction getPartitionedUpda return com.google.spanner.executor.v1.PartitionedUpdateAction.getDefaultInstance(); } } + /** * * @@ -4182,6 +4330,7 @@ public Builder setPartitionedUpdate( actionCase_ = 27; return this; } + /** * * @@ -4202,6 +4351,7 @@ public Builder setPartitionedUpdate( actionCase_ = 27; return this; } + /** * * @@ -4236,6 +4386,7 @@ public Builder mergePartitionedUpdate( actionCase_ = 27; return this; } + /** * * @@ -4261,6 +4412,7 @@ public Builder clearPartitionedUpdate() { } return this; } + /** * * @@ -4274,6 +4426,7 @@ public Builder clearPartitionedUpdate() { getPartitionedUpdateBuilder() { return getPartitionedUpdateFieldBuilder().getBuilder(); } + /** * * @@ -4295,6 +4448,7 @@ public Builder clearPartitionedUpdate() { return com.google.spanner.executor.v1.PartitionedUpdateAction.getDefaultInstance(); } } + /** * * @@ -4333,6 +4487,7 @@ public Builder clearPartitionedUpdate() { com.google.spanner.executor.v1.AdminAction.Builder, com.google.spanner.executor.v1.AdminActionOrBuilder> adminBuilder_; + /** * * @@ -4349,6 +4504,7 @@ public Builder clearPartitionedUpdate() { public boolean hasAdmin() { return actionCase_ == 30; } + /** * * @@ -4375,6 +4531,7 @@ public com.google.spanner.executor.v1.AdminAction getAdmin() { return com.google.spanner.executor.v1.AdminAction.getDefaultInstance(); } } + /** * * @@ -4398,6 +4555,7 @@ public Builder setAdmin(com.google.spanner.executor.v1.AdminAction value) { actionCase_ = 30; return this; } + /** * * @@ -4418,6 +4576,7 @@ public Builder setAdmin(com.google.spanner.executor.v1.AdminAction.Builder build actionCase_ = 30; return this; } + /** * * @@ -4451,6 +4610,7 @@ public Builder mergeAdmin(com.google.spanner.executor.v1.AdminAction value) { actionCase_ = 30; return this; } + /** * * @@ -4477,6 +4637,7 @@ public Builder clearAdmin() { } return this; } + /** * * @@ -4490,6 +4651,7 @@ public Builder clearAdmin() { public com.google.spanner.executor.v1.AdminAction.Builder getAdminBuilder() { return getAdminFieldBuilder().getBuilder(); } + /** * * @@ -4511,6 +4673,7 @@ public com.google.spanner.executor.v1.AdminActionOrBuilder getAdminOrBuilder() { return com.google.spanner.executor.v1.AdminAction.getDefaultInstance(); } } + /** * * @@ -4550,6 +4713,7 @@ public com.google.spanner.executor.v1.AdminActionOrBuilder getAdminOrBuilder() { com.google.spanner.executor.v1.StartBatchTransactionAction.Builder, com.google.spanner.executor.v1.StartBatchTransactionActionOrBuilder> startBatchTxnBuilder_; + /** * * @@ -4565,6 +4729,7 @@ public com.google.spanner.executor.v1.AdminActionOrBuilder getAdminOrBuilder() { public boolean hasStartBatchTxn() { return actionCase_ == 40; } + /** * * @@ -4590,6 +4755,7 @@ public com.google.spanner.executor.v1.StartBatchTransactionAction getStartBatchT return com.google.spanner.executor.v1.StartBatchTransactionAction.getDefaultInstance(); } } + /** * * @@ -4613,6 +4779,7 @@ public Builder setStartBatchTxn( actionCase_ = 40; return this; } + /** * * @@ -4633,6 +4800,7 @@ public Builder setStartBatchTxn( actionCase_ = 40; return this; } + /** * * @@ -4668,6 +4836,7 @@ public Builder mergeStartBatchTxn( actionCase_ = 40; return this; } + /** * * @@ -4693,6 +4862,7 @@ public Builder clearStartBatchTxn() { } return this; } + /** * * @@ -4706,6 +4876,7 @@ public Builder clearStartBatchTxn() { getStartBatchTxnBuilder() { return getStartBatchTxnFieldBuilder().getBuilder(); } + /** * * @@ -4727,6 +4898,7 @@ public Builder clearStartBatchTxn() { return com.google.spanner.executor.v1.StartBatchTransactionAction.getDefaultInstance(); } } + /** * * @@ -4765,6 +4937,7 @@ public Builder clearStartBatchTxn() { com.google.spanner.executor.v1.CloseBatchTransactionAction.Builder, com.google.spanner.executor.v1.CloseBatchTransactionActionOrBuilder> closeBatchTxnBuilder_; + /** * * @@ -4780,6 +4953,7 @@ public Builder clearStartBatchTxn() { public boolean hasCloseBatchTxn() { return actionCase_ == 41; } + /** * * @@ -4805,6 +4979,7 @@ public com.google.spanner.executor.v1.CloseBatchTransactionAction getCloseBatchT return com.google.spanner.executor.v1.CloseBatchTransactionAction.getDefaultInstance(); } } + /** * * @@ -4828,6 +5003,7 @@ public Builder setCloseBatchTxn( actionCase_ = 41; return this; } + /** * * @@ -4848,6 +5024,7 @@ public Builder setCloseBatchTxn( actionCase_ = 41; return this; } + /** * * @@ -4883,6 +5060,7 @@ public Builder mergeCloseBatchTxn( actionCase_ = 41; return this; } + /** * * @@ -4908,6 +5086,7 @@ public Builder clearCloseBatchTxn() { } return this; } + /** * * @@ -4921,6 +5100,7 @@ public Builder clearCloseBatchTxn() { getCloseBatchTxnBuilder() { return getCloseBatchTxnFieldBuilder().getBuilder(); } + /** * * @@ -4942,6 +5122,7 @@ public Builder clearCloseBatchTxn() { return com.google.spanner.executor.v1.CloseBatchTransactionAction.getDefaultInstance(); } } + /** * * @@ -4980,6 +5161,7 @@ public Builder clearCloseBatchTxn() { com.google.spanner.executor.v1.GenerateDbPartitionsForReadAction.Builder, com.google.spanner.executor.v1.GenerateDbPartitionsForReadActionOrBuilder> generateDbPartitionsReadBuilder_; + /** * * @@ -4997,6 +5179,7 @@ public Builder clearCloseBatchTxn() { public boolean hasGenerateDbPartitionsRead() { return actionCase_ == 42; } + /** * * @@ -5027,6 +5210,7 @@ public boolean hasGenerateDbPartitionsRead() { .getDefaultInstance(); } } + /** * * @@ -5052,6 +5236,7 @@ public Builder setGenerateDbPartitionsRead( actionCase_ = 42; return this; } + /** * * @@ -5074,6 +5259,7 @@ public Builder setGenerateDbPartitionsRead( actionCase_ = 42; return this; } + /** * * @@ -5111,6 +5297,7 @@ public Builder mergeGenerateDbPartitionsRead( actionCase_ = 42; return this; } + /** * * @@ -5138,6 +5325,7 @@ public Builder clearGenerateDbPartitionsRead() { } return this; } + /** * * @@ -5153,6 +5341,7 @@ public Builder clearGenerateDbPartitionsRead() { getGenerateDbPartitionsReadBuilder() { return getGenerateDbPartitionsReadFieldBuilder().getBuilder(); } + /** * * @@ -5177,6 +5366,7 @@ public Builder clearGenerateDbPartitionsRead() { .getDefaultInstance(); } } + /** * * @@ -5218,6 +5408,7 @@ public Builder clearGenerateDbPartitionsRead() { com.google.spanner.executor.v1.GenerateDbPartitionsForQueryAction.Builder, com.google.spanner.executor.v1.GenerateDbPartitionsForQueryActionOrBuilder> generateDbPartitionsQueryBuilder_; + /** * * @@ -5235,6 +5426,7 @@ public Builder clearGenerateDbPartitionsRead() { public boolean hasGenerateDbPartitionsQuery() { return actionCase_ == 43; } + /** * * @@ -5265,6 +5457,7 @@ public boolean hasGenerateDbPartitionsQuery() { .getDefaultInstance(); } } + /** * * @@ -5290,6 +5483,7 @@ public Builder setGenerateDbPartitionsQuery( actionCase_ = 43; return this; } + /** * * @@ -5312,6 +5506,7 @@ public Builder setGenerateDbPartitionsQuery( actionCase_ = 43; return this; } + /** * * @@ -5349,6 +5544,7 @@ public Builder mergeGenerateDbPartitionsQuery( actionCase_ = 43; return this; } + /** * * @@ -5376,6 +5572,7 @@ public Builder clearGenerateDbPartitionsQuery() { } return this; } + /** * * @@ -5391,6 +5588,7 @@ public Builder clearGenerateDbPartitionsQuery() { getGenerateDbPartitionsQueryBuilder() { return getGenerateDbPartitionsQueryFieldBuilder().getBuilder(); } + /** * * @@ -5415,6 +5613,7 @@ public Builder clearGenerateDbPartitionsQuery() { .getDefaultInstance(); } } + /** * * @@ -5457,6 +5656,7 @@ public Builder clearGenerateDbPartitionsQuery() { com.google.spanner.executor.v1.ExecutePartitionAction.Builder, com.google.spanner.executor.v1.ExecutePartitionActionOrBuilder> executePartitionBuilder_; + /** * * @@ -5472,6 +5672,7 @@ public Builder clearGenerateDbPartitionsQuery() { public boolean hasExecutePartition() { return actionCase_ == 44; } + /** * * @@ -5497,6 +5698,7 @@ public com.google.spanner.executor.v1.ExecutePartitionAction getExecutePartition return com.google.spanner.executor.v1.ExecutePartitionAction.getDefaultInstance(); } } + /** * * @@ -5520,6 +5722,7 @@ public Builder setExecutePartition( actionCase_ = 44; return this; } + /** * * @@ -5540,6 +5743,7 @@ public Builder setExecutePartition( actionCase_ = 44; return this; } + /** * * @@ -5574,6 +5778,7 @@ public Builder mergeExecutePartition( actionCase_ = 44; return this; } + /** * * @@ -5599,6 +5804,7 @@ public Builder clearExecutePartition() { } return this; } + /** * * @@ -5612,6 +5818,7 @@ public Builder clearExecutePartition() { getExecutePartitionBuilder() { return getExecutePartitionFieldBuilder().getBuilder(); } + /** * * @@ -5633,6 +5840,7 @@ public Builder clearExecutePartition() { return com.google.spanner.executor.v1.ExecutePartitionAction.getDefaultInstance(); } } + /** * * @@ -5671,6 +5879,7 @@ public Builder clearExecutePartition() { com.google.spanner.executor.v1.ExecuteChangeStreamQuery.Builder, com.google.spanner.executor.v1.ExecuteChangeStreamQueryOrBuilder> executeChangeStreamQueryBuilder_; + /** * * @@ -5687,6 +5896,7 @@ public Builder clearExecutePartition() { public boolean hasExecuteChangeStreamQuery() { return actionCase_ == 50; } + /** * * @@ -5713,6 +5923,7 @@ public com.google.spanner.executor.v1.ExecuteChangeStreamQuery getExecuteChangeS return com.google.spanner.executor.v1.ExecuteChangeStreamQuery.getDefaultInstance(); } } + /** * * @@ -5737,6 +5948,7 @@ public Builder setExecuteChangeStreamQuery( actionCase_ = 50; return this; } + /** * * @@ -5758,6 +5970,7 @@ public Builder setExecuteChangeStreamQuery( actionCase_ = 50; return this; } + /** * * @@ -5793,6 +6006,7 @@ public Builder mergeExecuteChangeStreamQuery( actionCase_ = 50; return this; } + /** * * @@ -5819,6 +6033,7 @@ public Builder clearExecuteChangeStreamQuery() { } return this; } + /** * * @@ -5833,6 +6048,7 @@ public Builder clearExecuteChangeStreamQuery() { getExecuteChangeStreamQueryBuilder() { return getExecuteChangeStreamQueryFieldBuilder().getBuilder(); } + /** * * @@ -5855,6 +6071,7 @@ public Builder clearExecuteChangeStreamQuery() { return com.google.spanner.executor.v1.ExecuteChangeStreamQuery.getDefaultInstance(); } } + /** * * @@ -5894,6 +6111,7 @@ public Builder clearExecuteChangeStreamQuery() { com.google.spanner.executor.v1.QueryCancellationAction.Builder, com.google.spanner.executor.v1.QueryCancellationActionOrBuilder> queryCancellationBuilder_; + /** * * @@ -5909,6 +6127,7 @@ public Builder clearExecuteChangeStreamQuery() { public boolean hasQueryCancellation() { return actionCase_ == 51; } + /** * * @@ -5934,6 +6153,7 @@ public com.google.spanner.executor.v1.QueryCancellationAction getQueryCancellati return com.google.spanner.executor.v1.QueryCancellationAction.getDefaultInstance(); } } + /** * * @@ -5957,6 +6177,7 @@ public Builder setQueryCancellation( actionCase_ = 51; return this; } + /** * * @@ -5977,6 +6198,7 @@ public Builder setQueryCancellation( actionCase_ = 51; return this; } + /** * * @@ -6011,6 +6233,7 @@ public Builder mergeQueryCancellation( actionCase_ = 51; return this; } + /** * * @@ -6036,6 +6259,7 @@ public Builder clearQueryCancellation() { } return this; } + /** * * @@ -6049,6 +6273,7 @@ public Builder clearQueryCancellation() { getQueryCancellationBuilder() { return getQueryCancellationFieldBuilder().getBuilder(); } + /** * * @@ -6070,6 +6295,7 @@ public Builder clearQueryCancellation() { return com.google.spanner.executor.v1.QueryCancellationAction.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerActionOrBuilder.java index 67d5856810..0e10a34ee0 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerActionOrBuilder.java @@ -38,6 +38,7 @@ public interface SpannerActionOrBuilder * @return The databasePath. */ java.lang.String getDatabasePath(); + /** * * @@ -65,6 +66,7 @@ public interface SpannerActionOrBuilder * @return Whether the spannerOptions field is set. */ boolean hasSpannerOptions(); + /** * * @@ -77,6 +79,7 @@ public interface SpannerActionOrBuilder * @return The spannerOptions. */ com.google.spanner.executor.v1.SpannerOptions getSpannerOptions(); + /** * * @@ -100,6 +103,7 @@ public interface SpannerActionOrBuilder * @return Whether the start field is set. */ boolean hasStart(); + /** * * @@ -112,6 +116,7 @@ public interface SpannerActionOrBuilder * @return The start. */ com.google.spanner.executor.v1.StartTransactionAction getStart(); + /** * * @@ -135,6 +140,7 @@ public interface SpannerActionOrBuilder * @return Whether the finish field is set. */ boolean hasFinish(); + /** * * @@ -147,6 +153,7 @@ public interface SpannerActionOrBuilder * @return The finish. */ com.google.spanner.executor.v1.FinishTransactionAction getFinish(); + /** * * @@ -170,6 +177,7 @@ public interface SpannerActionOrBuilder * @return Whether the read field is set. */ boolean hasRead(); + /** * * @@ -182,6 +190,7 @@ public interface SpannerActionOrBuilder * @return The read. */ com.google.spanner.executor.v1.ReadAction getRead(); + /** * * @@ -205,6 +214,7 @@ public interface SpannerActionOrBuilder * @return Whether the query field is set. */ boolean hasQuery(); + /** * * @@ -217,6 +227,7 @@ public interface SpannerActionOrBuilder * @return The query. */ com.google.spanner.executor.v1.QueryAction getQuery(); + /** * * @@ -240,6 +251,7 @@ public interface SpannerActionOrBuilder * @return Whether the mutation field is set. */ boolean hasMutation(); + /** * * @@ -252,6 +264,7 @@ public interface SpannerActionOrBuilder * @return The mutation. */ com.google.spanner.executor.v1.MutationAction getMutation(); + /** * * @@ -275,6 +288,7 @@ public interface SpannerActionOrBuilder * @return Whether the dml field is set. */ boolean hasDml(); + /** * * @@ -287,6 +301,7 @@ public interface SpannerActionOrBuilder * @return The dml. */ com.google.spanner.executor.v1.DmlAction getDml(); + /** * * @@ -310,6 +325,7 @@ public interface SpannerActionOrBuilder * @return Whether the batchDml field is set. */ boolean hasBatchDml(); + /** * * @@ -322,6 +338,7 @@ public interface SpannerActionOrBuilder * @return The batchDml. */ com.google.spanner.executor.v1.BatchDmlAction getBatchDml(); + /** * * @@ -345,6 +362,7 @@ public interface SpannerActionOrBuilder * @return Whether the write field is set. */ boolean hasWrite(); + /** * * @@ -357,6 +375,7 @@ public interface SpannerActionOrBuilder * @return The write. */ com.google.spanner.executor.v1.WriteMutationsAction getWrite(); + /** * * @@ -380,6 +399,7 @@ public interface SpannerActionOrBuilder * @return Whether the partitionedUpdate field is set. */ boolean hasPartitionedUpdate(); + /** * * @@ -392,6 +412,7 @@ public interface SpannerActionOrBuilder * @return The partitionedUpdate. */ com.google.spanner.executor.v1.PartitionedUpdateAction getPartitionedUpdate(); + /** * * @@ -416,6 +437,7 @@ public interface SpannerActionOrBuilder * @return Whether the admin field is set. */ boolean hasAdmin(); + /** * * @@ -429,6 +451,7 @@ public interface SpannerActionOrBuilder * @return The admin. */ com.google.spanner.executor.v1.AdminAction getAdmin(); + /** * * @@ -453,6 +476,7 @@ public interface SpannerActionOrBuilder * @return Whether the startBatchTxn field is set. */ boolean hasStartBatchTxn(); + /** * * @@ -465,6 +489,7 @@ public interface SpannerActionOrBuilder * @return The startBatchTxn. */ com.google.spanner.executor.v1.StartBatchTransactionAction getStartBatchTxn(); + /** * * @@ -488,6 +513,7 @@ public interface SpannerActionOrBuilder * @return Whether the closeBatchTxn field is set. */ boolean hasCloseBatchTxn(); + /** * * @@ -500,6 +526,7 @@ public interface SpannerActionOrBuilder * @return The closeBatchTxn. */ com.google.spanner.executor.v1.CloseBatchTransactionAction getCloseBatchTxn(); + /** * * @@ -525,6 +552,7 @@ public interface SpannerActionOrBuilder * @return Whether the generateDbPartitionsRead field is set. */ boolean hasGenerateDbPartitionsRead(); + /** * * @@ -539,6 +567,7 @@ public interface SpannerActionOrBuilder * @return The generateDbPartitionsRead. */ com.google.spanner.executor.v1.GenerateDbPartitionsForReadAction getGenerateDbPartitionsRead(); + /** * * @@ -567,6 +596,7 @@ public interface SpannerActionOrBuilder * @return Whether the generateDbPartitionsQuery field is set. */ boolean hasGenerateDbPartitionsQuery(); + /** * * @@ -581,6 +611,7 @@ public interface SpannerActionOrBuilder * @return The generateDbPartitionsQuery. */ com.google.spanner.executor.v1.GenerateDbPartitionsForQueryAction getGenerateDbPartitionsQuery(); + /** * * @@ -607,6 +638,7 @@ public interface SpannerActionOrBuilder * @return Whether the executePartition field is set. */ boolean hasExecutePartition(); + /** * * @@ -619,6 +651,7 @@ public interface SpannerActionOrBuilder * @return The executePartition. */ com.google.spanner.executor.v1.ExecutePartitionAction getExecutePartition(); + /** * * @@ -643,6 +676,7 @@ public interface SpannerActionOrBuilder * @return Whether the executeChangeStreamQuery field is set. */ boolean hasExecuteChangeStreamQuery(); + /** * * @@ -656,6 +690,7 @@ public interface SpannerActionOrBuilder * @return The executeChangeStreamQuery. */ com.google.spanner.executor.v1.ExecuteChangeStreamQuery getExecuteChangeStreamQuery(); + /** * * @@ -681,6 +716,7 @@ public interface SpannerActionOrBuilder * @return Whether the queryCancellation field is set. */ boolean hasQueryCancellation(); + /** * * @@ -693,6 +729,7 @@ public interface SpannerActionOrBuilder * @return The queryCancellation. */ com.google.spanner.executor.v1.QueryCancellationAction getQueryCancellation(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerActionOutcome.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerActionOutcome.java index 12d603fbca..12e1625481 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerActionOutcome.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerActionOutcome.java @@ -33,6 +33,7 @@ public final class SpannerActionOutcome extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.SpannerActionOutcome) SpannerActionOutcomeOrBuilder { private static final long serialVersionUID = 0L; + // Use SpannerActionOutcome.newBuilder() to construct. private SpannerActionOutcome(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int STATUS_FIELD_NUMBER = 1; private com.google.rpc.Status status_; + /** * * @@ -85,6 +87,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasStatus() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -101,6 +104,7 @@ public boolean hasStatus() { public com.google.rpc.Status getStatus() { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } + /** * * @@ -118,6 +122,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { public static final int COMMIT_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp commitTime_; + /** * * @@ -133,6 +138,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { public boolean hasCommitTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -148,6 +154,7 @@ public boolean hasCommitTime() { public com.google.protobuf.Timestamp getCommitTime() { return commitTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTime_; } + /** * * @@ -164,6 +171,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() { public static final int READ_RESULT_FIELD_NUMBER = 3; private com.google.spanner.executor.v1.ReadResult readResult_; + /** * * @@ -180,6 +188,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() { public boolean hasReadResult() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -198,6 +207,7 @@ public com.google.spanner.executor.v1.ReadResult getReadResult() { ? com.google.spanner.executor.v1.ReadResult.getDefaultInstance() : readResult_; } + /** * * @@ -217,6 +227,7 @@ public com.google.spanner.executor.v1.ReadResultOrBuilder getReadResultOrBuilder public static final int QUERY_RESULT_FIELD_NUMBER = 4; private com.google.spanner.executor.v1.QueryResult queryResult_; + /** * * @@ -233,6 +244,7 @@ public com.google.spanner.executor.v1.ReadResultOrBuilder getReadResultOrBuilder public boolean hasQueryResult() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -251,6 +263,7 @@ public com.google.spanner.executor.v1.QueryResult getQueryResult() { ? com.google.spanner.executor.v1.QueryResult.getDefaultInstance() : queryResult_; } + /** * * @@ -270,6 +283,7 @@ public com.google.spanner.executor.v1.QueryResultOrBuilder getQueryResultOrBuild public static final int TRANSACTION_RESTARTED_FIELD_NUMBER = 5; private boolean transactionRestarted_ = false; + /** * * @@ -288,6 +302,7 @@ public com.google.spanner.executor.v1.QueryResultOrBuilder getQueryResultOrBuild public boolean hasTransactionRestarted() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -309,6 +324,7 @@ public boolean getTransactionRestarted() { public static final int BATCH_TXN_ID_FIELD_NUMBER = 6; private com.google.protobuf.ByteString batchTxnId_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -325,6 +341,7 @@ public boolean getTransactionRestarted() { public boolean hasBatchTxnId() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -346,6 +363,7 @@ public com.google.protobuf.ByteString getBatchTxnId() { @SuppressWarnings("serial") private java.util.List dbPartition_; + /** * * @@ -360,6 +378,7 @@ public com.google.protobuf.ByteString getBatchTxnId() { public java.util.List getDbPartitionList() { return dbPartition_; } + /** * * @@ -375,6 +394,7 @@ public java.util.List getDbPartit getDbPartitionOrBuilderList() { return dbPartition_; } + /** * * @@ -389,6 +409,7 @@ public java.util.List getDbPartit public int getDbPartitionCount() { return dbPartition_.size(); } + /** * * @@ -403,6 +424,7 @@ public int getDbPartitionCount() { public com.google.spanner.executor.v1.BatchPartition getDbPartition(int index) { return dbPartition_.get(index); } + /** * * @@ -420,6 +442,7 @@ public com.google.spanner.executor.v1.BatchPartitionOrBuilder getDbPartitionOrBu public static final int ADMIN_RESULT_FIELD_NUMBER = 8; private com.google.spanner.executor.v1.AdminResult adminResult_; + /** * * @@ -435,6 +458,7 @@ public com.google.spanner.executor.v1.BatchPartitionOrBuilder getDbPartitionOrBu public boolean hasAdminResult() { return ((bitField0_ & 0x00000040) != 0); } + /** * * @@ -452,6 +476,7 @@ public com.google.spanner.executor.v1.AdminResult getAdminResult() { ? com.google.spanner.executor.v1.AdminResult.getDefaultInstance() : adminResult_; } + /** * * @@ -472,6 +497,7 @@ public com.google.spanner.executor.v1.AdminResultOrBuilder getAdminResultOrBuild @SuppressWarnings("serial") private com.google.protobuf.Internal.LongList dmlRowsModified_ = emptyLongList(); + /** * * @@ -488,6 +514,7 @@ public com.google.spanner.executor.v1.AdminResultOrBuilder getAdminResultOrBuild public java.util.List getDmlRowsModifiedList() { return dmlRowsModified_; } + /** * * @@ -503,6 +530,7 @@ public java.util.List getDmlRowsModifiedList() { public int getDmlRowsModifiedCount() { return dmlRowsModified_.size(); } + /** * * @@ -526,6 +554,7 @@ public long getDmlRowsModified(int index) { @SuppressWarnings("serial") private java.util.List changeStreamRecords_; + /** * * @@ -541,6 +570,7 @@ public long getDmlRowsModified(int index) { getChangeStreamRecordsList() { return changeStreamRecords_; } + /** * * @@ -556,6 +586,7 @@ public long getDmlRowsModified(int index) { getChangeStreamRecordsOrBuilderList() { return changeStreamRecords_; } + /** * * @@ -570,6 +601,7 @@ public long getDmlRowsModified(int index) { public int getChangeStreamRecordsCount() { return changeStreamRecords_.size(); } + /** * * @@ -584,6 +616,7 @@ public int getChangeStreamRecordsCount() { public com.google.spanner.executor.v1.ChangeStreamRecord getChangeStreamRecords(int index) { return changeStreamRecords_.get(index); } + /** * * @@ -898,6 +931,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1359,6 +1393,7 @@ public Builder mergeFrom( private com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> statusBuilder_; + /** * * @@ -1374,6 +1409,7 @@ public Builder mergeFrom( public boolean hasStatus() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1393,6 +1429,7 @@ public com.google.rpc.Status getStatus() { return statusBuilder_.getMessage(); } } + /** * * @@ -1416,6 +1453,7 @@ public Builder setStatus(com.google.rpc.Status value) { onChanged(); return this; } + /** * * @@ -1436,6 +1474,7 @@ public Builder setStatus(com.google.rpc.Status.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -1464,6 +1503,7 @@ public Builder mergeStatus(com.google.rpc.Status value) { } return this; } + /** * * @@ -1484,6 +1524,7 @@ public Builder clearStatus() { onChanged(); return this; } + /** * * @@ -1499,6 +1540,7 @@ public com.google.rpc.Status.Builder getStatusBuilder() { onChanged(); return getStatusFieldBuilder().getBuilder(); } + /** * * @@ -1516,6 +1558,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } } + /** * * @@ -1546,6 +1589,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> commitTimeBuilder_; + /** * * @@ -1560,6 +1604,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { public boolean hasCommitTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1580,6 +1625,7 @@ public com.google.protobuf.Timestamp getCommitTime() { return commitTimeBuilder_.getMessage(); } } + /** * * @@ -1602,6 +1648,7 @@ public Builder setCommitTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1621,6 +1668,7 @@ public Builder setCommitTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1648,6 +1696,7 @@ public Builder mergeCommitTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1667,6 +1716,7 @@ public Builder clearCommitTime() { onChanged(); return this; } + /** * * @@ -1681,6 +1731,7 @@ public com.google.protobuf.Timestamp.Builder getCommitTimeBuilder() { onChanged(); return getCommitTimeFieldBuilder().getBuilder(); } + /** * * @@ -1699,6 +1750,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() { : commitTime_; } } + /** * * @@ -1731,6 +1783,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() { com.google.spanner.executor.v1.ReadResult.Builder, com.google.spanner.executor.v1.ReadResultOrBuilder> readResultBuilder_; + /** * * @@ -1746,6 +1799,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder() { public boolean hasReadResult() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1767,6 +1821,7 @@ public com.google.spanner.executor.v1.ReadResult getReadResult() { return readResultBuilder_.getMessage(); } } + /** * * @@ -1790,6 +1845,7 @@ public Builder setReadResult(com.google.spanner.executor.v1.ReadResult value) { onChanged(); return this; } + /** * * @@ -1811,6 +1867,7 @@ public Builder setReadResult( onChanged(); return this; } + /** * * @@ -1839,6 +1896,7 @@ public Builder mergeReadResult(com.google.spanner.executor.v1.ReadResult value) } return this; } + /** * * @@ -1859,6 +1917,7 @@ public Builder clearReadResult() { onChanged(); return this; } + /** * * @@ -1874,6 +1933,7 @@ public com.google.spanner.executor.v1.ReadResult.Builder getReadResultBuilder() onChanged(); return getReadResultFieldBuilder().getBuilder(); } + /** * * @@ -1893,6 +1953,7 @@ public com.google.spanner.executor.v1.ReadResultOrBuilder getReadResultOrBuilder : readResult_; } } + /** * * @@ -1926,6 +1987,7 @@ public com.google.spanner.executor.v1.ReadResultOrBuilder getReadResultOrBuilder com.google.spanner.executor.v1.QueryResult.Builder, com.google.spanner.executor.v1.QueryResultOrBuilder> queryResultBuilder_; + /** * * @@ -1941,6 +2003,7 @@ public com.google.spanner.executor.v1.ReadResultOrBuilder getReadResultOrBuilder public boolean hasQueryResult() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1962,6 +2025,7 @@ public com.google.spanner.executor.v1.QueryResult getQueryResult() { return queryResultBuilder_.getMessage(); } } + /** * * @@ -1985,6 +2049,7 @@ public Builder setQueryResult(com.google.spanner.executor.v1.QueryResult value) onChanged(); return this; } + /** * * @@ -2006,6 +2071,7 @@ public Builder setQueryResult( onChanged(); return this; } + /** * * @@ -2034,6 +2100,7 @@ public Builder mergeQueryResult(com.google.spanner.executor.v1.QueryResult value } return this; } + /** * * @@ -2054,6 +2121,7 @@ public Builder clearQueryResult() { onChanged(); return this; } + /** * * @@ -2069,6 +2137,7 @@ public com.google.spanner.executor.v1.QueryResult.Builder getQueryResultBuilder( onChanged(); return getQueryResultFieldBuilder().getBuilder(); } + /** * * @@ -2088,6 +2157,7 @@ public com.google.spanner.executor.v1.QueryResultOrBuilder getQueryResultOrBuild : queryResult_; } } + /** * * @@ -2116,6 +2186,7 @@ public com.google.spanner.executor.v1.QueryResultOrBuilder getQueryResultOrBuild } private boolean transactionRestarted_; + /** * * @@ -2134,6 +2205,7 @@ public com.google.spanner.executor.v1.QueryResultOrBuilder getQueryResultOrBuild public boolean hasTransactionRestarted() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -2152,6 +2224,7 @@ public boolean hasTransactionRestarted() { public boolean getTransactionRestarted() { return transactionRestarted_; } + /** * * @@ -2174,6 +2247,7 @@ public Builder setTransactionRestarted(boolean value) { onChanged(); return this; } + /** * * @@ -2196,6 +2270,7 @@ public Builder clearTransactionRestarted() { } private com.google.protobuf.ByteString batchTxnId_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -2212,6 +2287,7 @@ public Builder clearTransactionRestarted() { public boolean hasBatchTxnId() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -2228,6 +2304,7 @@ public boolean hasBatchTxnId() { public com.google.protobuf.ByteString getBatchTxnId() { return batchTxnId_; } + /** * * @@ -2250,6 +2327,7 @@ public Builder setBatchTxnId(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -2303,6 +2381,7 @@ public java.util.List getDbPartit return dbPartitionBuilder_.getMessageList(); } } + /** * * @@ -2320,6 +2399,7 @@ public int getDbPartitionCount() { return dbPartitionBuilder_.getCount(); } } + /** * * @@ -2337,6 +2417,7 @@ public com.google.spanner.executor.v1.BatchPartition getDbPartition(int index) { return dbPartitionBuilder_.getMessage(index); } } + /** * * @@ -2360,6 +2441,7 @@ public Builder setDbPartition(int index, com.google.spanner.executor.v1.BatchPar } return this; } + /** * * @@ -2381,6 +2463,7 @@ public Builder setDbPartition( } return this; } + /** * * @@ -2404,6 +2487,7 @@ public Builder addDbPartition(com.google.spanner.executor.v1.BatchPartition valu } return this; } + /** * * @@ -2427,6 +2511,7 @@ public Builder addDbPartition(int index, com.google.spanner.executor.v1.BatchPar } return this; } + /** * * @@ -2448,6 +2533,7 @@ public Builder addDbPartition( } return this; } + /** * * @@ -2469,6 +2555,7 @@ public Builder addDbPartition( } return this; } + /** * * @@ -2490,6 +2577,7 @@ public Builder addAllDbPartition( } return this; } + /** * * @@ -2510,6 +2598,7 @@ public Builder clearDbPartition() { } return this; } + /** * * @@ -2530,6 +2619,7 @@ public Builder removeDbPartition(int index) { } return this; } + /** * * @@ -2543,6 +2633,7 @@ public Builder removeDbPartition(int index) { public com.google.spanner.executor.v1.BatchPartition.Builder getDbPartitionBuilder(int index) { return getDbPartitionFieldBuilder().getBuilder(index); } + /** * * @@ -2561,6 +2652,7 @@ public com.google.spanner.executor.v1.BatchPartitionOrBuilder getDbPartitionOrBu return dbPartitionBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -2579,6 +2671,7 @@ public com.google.spanner.executor.v1.BatchPartitionOrBuilder getDbPartitionOrBu return java.util.Collections.unmodifiableList(dbPartition_); } } + /** * * @@ -2593,6 +2686,7 @@ public com.google.spanner.executor.v1.BatchPartition.Builder addDbPartitionBuild return getDbPartitionFieldBuilder() .addBuilder(com.google.spanner.executor.v1.BatchPartition.getDefaultInstance()); } + /** * * @@ -2607,6 +2701,7 @@ public com.google.spanner.executor.v1.BatchPartition.Builder addDbPartitionBuild return getDbPartitionFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.BatchPartition.getDefaultInstance()); } + /** * * @@ -2645,6 +2740,7 @@ public com.google.spanner.executor.v1.BatchPartition.Builder addDbPartitionBuild com.google.spanner.executor.v1.AdminResult.Builder, com.google.spanner.executor.v1.AdminResultOrBuilder> adminResultBuilder_; + /** * * @@ -2659,6 +2755,7 @@ public com.google.spanner.executor.v1.BatchPartition.Builder addDbPartitionBuild public boolean hasAdminResult() { return ((bitField0_ & 0x00000080) != 0); } + /** * * @@ -2679,6 +2776,7 @@ public com.google.spanner.executor.v1.AdminResult getAdminResult() { return adminResultBuilder_.getMessage(); } } + /** * * @@ -2701,6 +2799,7 @@ public Builder setAdminResult(com.google.spanner.executor.v1.AdminResult value) onChanged(); return this; } + /** * * @@ -2721,6 +2820,7 @@ public Builder setAdminResult( onChanged(); return this; } + /** * * @@ -2748,6 +2848,7 @@ public Builder mergeAdminResult(com.google.spanner.executor.v1.AdminResult value } return this; } + /** * * @@ -2767,6 +2868,7 @@ public Builder clearAdminResult() { onChanged(); return this; } + /** * * @@ -2781,6 +2883,7 @@ public com.google.spanner.executor.v1.AdminResult.Builder getAdminResultBuilder( onChanged(); return getAdminResultFieldBuilder().getBuilder(); } + /** * * @@ -2799,6 +2902,7 @@ public com.google.spanner.executor.v1.AdminResultOrBuilder getAdminResultOrBuild : adminResult_; } } + /** * * @@ -2833,6 +2937,7 @@ private void ensureDmlRowsModifiedIsMutable() { } bitField0_ |= 0x00000100; } + /** * * @@ -2849,6 +2954,7 @@ public java.util.List getDmlRowsModifiedList() { dmlRowsModified_.makeImmutable(); return dmlRowsModified_; } + /** * * @@ -2864,6 +2970,7 @@ public java.util.List getDmlRowsModifiedList() { public int getDmlRowsModifiedCount() { return dmlRowsModified_.size(); } + /** * * @@ -2880,6 +2987,7 @@ public int getDmlRowsModifiedCount() { public long getDmlRowsModified(int index) { return dmlRowsModified_.getLong(index); } + /** * * @@ -2902,6 +3010,7 @@ public Builder setDmlRowsModified(int index, long value) { onChanged(); return this; } + /** * * @@ -2923,6 +3032,7 @@ public Builder addDmlRowsModified(long value) { onChanged(); return this; } + /** * * @@ -2943,6 +3053,7 @@ public Builder addAllDmlRowsModified(java.lang.Iterablerepeated .google.spanner.executor.v1.BatchPartition db_partition = 7; */ java.util.List getDbPartitionList(); + /** * * @@ -253,6 +264,7 @@ public interface SpannerActionOutcomeOrBuilder * repeated .google.spanner.executor.v1.BatchPartition db_partition = 7; */ com.google.spanner.executor.v1.BatchPartition getDbPartition(int index); + /** * * @@ -264,6 +276,7 @@ public interface SpannerActionOutcomeOrBuilder * repeated .google.spanner.executor.v1.BatchPartition db_partition = 7; */ int getDbPartitionCount(); + /** * * @@ -276,6 +289,7 @@ public interface SpannerActionOutcomeOrBuilder */ java.util.List getDbPartitionOrBuilderList(); + /** * * @@ -300,6 +314,7 @@ public interface SpannerActionOutcomeOrBuilder * @return Whether the adminResult field is set. */ boolean hasAdminResult(); + /** * * @@ -312,6 +327,7 @@ public interface SpannerActionOutcomeOrBuilder * @return The adminResult. */ com.google.spanner.executor.v1.AdminResult getAdminResult(); + /** * * @@ -336,6 +352,7 @@ public interface SpannerActionOutcomeOrBuilder * @return A list containing the dmlRowsModified. */ java.util.List getDmlRowsModifiedList(); + /** * * @@ -349,6 +366,7 @@ public interface SpannerActionOutcomeOrBuilder * @return The count of dmlRowsModified. */ int getDmlRowsModifiedCount(); + /** * * @@ -375,6 +393,7 @@ public interface SpannerActionOutcomeOrBuilder * */ java.util.List getChangeStreamRecordsList(); + /** * * @@ -386,6 +405,7 @@ public interface SpannerActionOutcomeOrBuilder * */ com.google.spanner.executor.v1.ChangeStreamRecord getChangeStreamRecords(int index); + /** * * @@ -397,6 +417,7 @@ public interface SpannerActionOutcomeOrBuilder * */ int getChangeStreamRecordsCount(); + /** * * @@ -409,6 +430,7 @@ public interface SpannerActionOutcomeOrBuilder */ java.util.List getChangeStreamRecordsOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionRequest.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionRequest.java index 92de7a3b1a..ddd58ab918 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionRequest.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionRequest.java @@ -33,6 +33,7 @@ public final class SpannerAsyncActionRequest extends com.google.protobuf.Generat // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.SpannerAsyncActionRequest) SpannerAsyncActionRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use SpannerAsyncActionRequest.newBuilder() to construct. private SpannerAsyncActionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -64,6 +65,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int ACTION_ID_FIELD_NUMBER = 1; private int actionId_ = 0; + /** * * @@ -82,6 +84,7 @@ public int getActionId() { public static final int ACTION_FIELD_NUMBER = 2; private com.google.spanner.executor.v1.SpannerAction action_; + /** * * @@ -97,6 +100,7 @@ public int getActionId() { public boolean hasAction() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -114,6 +118,7 @@ public com.google.spanner.executor.v1.SpannerAction getAction() { ? com.google.spanner.executor.v1.SpannerAction.getDefaultInstance() : action_; } + /** * * @@ -304,6 +309,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -515,6 +521,7 @@ public Builder mergeFrom( private int bitField0_; private int actionId_; + /** * * @@ -530,6 +537,7 @@ public Builder mergeFrom( public int getActionId() { return actionId_; } + /** * * @@ -549,6 +557,7 @@ public Builder setActionId(int value) { onChanged(); return this; } + /** * * @@ -573,6 +582,7 @@ public Builder clearActionId() { com.google.spanner.executor.v1.SpannerAction.Builder, com.google.spanner.executor.v1.SpannerActionOrBuilder> actionBuilder_; + /** * * @@ -587,6 +597,7 @@ public Builder clearActionId() { public boolean hasAction() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -607,6 +618,7 @@ public com.google.spanner.executor.v1.SpannerAction getAction() { return actionBuilder_.getMessage(); } } + /** * * @@ -629,6 +641,7 @@ public Builder setAction(com.google.spanner.executor.v1.SpannerAction value) { onChanged(); return this; } + /** * * @@ -648,6 +661,7 @@ public Builder setAction(com.google.spanner.executor.v1.SpannerAction.Builder bu onChanged(); return this; } + /** * * @@ -675,6 +689,7 @@ public Builder mergeAction(com.google.spanner.executor.v1.SpannerAction value) { } return this; } + /** * * @@ -694,6 +709,7 @@ public Builder clearAction() { onChanged(); return this; } + /** * * @@ -708,6 +724,7 @@ public com.google.spanner.executor.v1.SpannerAction.Builder getActionBuilder() { onChanged(); return getActionFieldBuilder().getBuilder(); } + /** * * @@ -726,6 +743,7 @@ public com.google.spanner.executor.v1.SpannerActionOrBuilder getActionOrBuilder( : action_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionRequestOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionRequestOrBuilder.java index 1e253cc0fa..05248fce78 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionRequestOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionRequestOrBuilder.java @@ -49,6 +49,7 @@ public interface SpannerAsyncActionRequestOrBuilder * @return Whether the action field is set. */ boolean hasAction(); + /** * * @@ -61,6 +62,7 @@ public interface SpannerAsyncActionRequestOrBuilder * @return The action. */ com.google.spanner.executor.v1.SpannerAction getAction(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionResponse.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionResponse.java index 17a7c89170..f6fcca767a 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionResponse.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionResponse.java @@ -33,6 +33,7 @@ public final class SpannerAsyncActionResponse extends com.google.protobuf.Genera // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.SpannerAsyncActionResponse) SpannerAsyncActionResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use SpannerAsyncActionResponse.newBuilder() to construct. private SpannerAsyncActionResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -64,6 +65,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int ACTION_ID_FIELD_NUMBER = 1; private int actionId_ = 0; + /** * * @@ -82,6 +84,7 @@ public int getActionId() { public static final int OUTCOME_FIELD_NUMBER = 2; private com.google.spanner.executor.v1.SpannerActionOutcome outcome_; + /** * * @@ -98,6 +101,7 @@ public int getActionId() { public boolean hasOutcome() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -116,6 +120,7 @@ public com.google.spanner.executor.v1.SpannerActionOutcome getOutcome() { ? com.google.spanner.executor.v1.SpannerActionOutcome.getDefaultInstance() : outcome_; } + /** * * @@ -307,6 +312,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -518,6 +524,7 @@ public Builder mergeFrom( private int bitField0_; private int actionId_; + /** * * @@ -533,6 +540,7 @@ public Builder mergeFrom( public int getActionId() { return actionId_; } + /** * * @@ -552,6 +560,7 @@ public Builder setActionId(int value) { onChanged(); return this; } + /** * * @@ -576,6 +585,7 @@ public Builder clearActionId() { com.google.spanner.executor.v1.SpannerActionOutcome.Builder, com.google.spanner.executor.v1.SpannerActionOutcomeOrBuilder> outcomeBuilder_; + /** * * @@ -591,6 +601,7 @@ public Builder clearActionId() { public boolean hasOutcome() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -612,6 +623,7 @@ public com.google.spanner.executor.v1.SpannerActionOutcome getOutcome() { return outcomeBuilder_.getMessage(); } } + /** * * @@ -635,6 +647,7 @@ public Builder setOutcome(com.google.spanner.executor.v1.SpannerActionOutcome va onChanged(); return this; } + /** * * @@ -656,6 +669,7 @@ public Builder setOutcome( onChanged(); return this; } + /** * * @@ -685,6 +699,7 @@ public Builder mergeOutcome(com.google.spanner.executor.v1.SpannerActionOutcome } return this; } + /** * * @@ -705,6 +720,7 @@ public Builder clearOutcome() { onChanged(); return this; } + /** * * @@ -720,6 +736,7 @@ public com.google.spanner.executor.v1.SpannerActionOutcome.Builder getOutcomeBui onChanged(); return getOutcomeFieldBuilder().getBuilder(); } + /** * * @@ -739,6 +756,7 @@ public com.google.spanner.executor.v1.SpannerActionOutcomeOrBuilder getOutcomeOr : outcome_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionResponseOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionResponseOrBuilder.java index 565b5966d5..5bf0b8db49 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionResponseOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerAsyncActionResponseOrBuilder.java @@ -50,6 +50,7 @@ public interface SpannerAsyncActionResponseOrBuilder * @return Whether the outcome field is set. */ boolean hasOutcome(); + /** * * @@ -63,6 +64,7 @@ public interface SpannerAsyncActionResponseOrBuilder * @return The outcome. */ com.google.spanner.executor.v1.SpannerActionOutcome getOutcome(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerOptions.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerOptions.java index 21c40ed1c1..e0a4d145e7 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerOptions.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerOptions.java @@ -33,6 +33,7 @@ public final class SpannerOptions extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.SpannerOptions) SpannerOptionsOrBuilder { private static final long serialVersionUID = 0L; + // Use SpannerOptions.newBuilder() to construct. private SpannerOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -64,6 +65,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int SESSION_POOL_OPTIONS_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.SessionPoolOptions sessionPoolOptions_; + /** * * @@ -79,6 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasSessionPoolOptions() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -96,6 +99,7 @@ public com.google.spanner.executor.v1.SessionPoolOptions getSessionPoolOptions() ? com.google.spanner.executor.v1.SessionPoolOptions.getDefaultInstance() : sessionPoolOptions_; } + /** * * @@ -277,6 +281,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -483,6 +488,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.SessionPoolOptions.Builder, com.google.spanner.executor.v1.SessionPoolOptionsOrBuilder> sessionPoolOptionsBuilder_; + /** * * @@ -497,6 +503,7 @@ public Builder mergeFrom( public boolean hasSessionPoolOptions() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -517,6 +524,7 @@ public com.google.spanner.executor.v1.SessionPoolOptions getSessionPoolOptions() return sessionPoolOptionsBuilder_.getMessage(); } } + /** * * @@ -539,6 +547,7 @@ public Builder setSessionPoolOptions(com.google.spanner.executor.v1.SessionPoolO onChanged(); return this; } + /** * * @@ -559,6 +568,7 @@ public Builder setSessionPoolOptions( onChanged(); return this; } + /** * * @@ -588,6 +598,7 @@ public Builder mergeSessionPoolOptions( } return this; } + /** * * @@ -607,6 +618,7 @@ public Builder clearSessionPoolOptions() { onChanged(); return this; } + /** * * @@ -622,6 +634,7 @@ public Builder clearSessionPoolOptions() { onChanged(); return getSessionPoolOptionsFieldBuilder().getBuilder(); } + /** * * @@ -641,6 +654,7 @@ public Builder clearSessionPoolOptions() { : sessionPoolOptions_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerOptionsOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerOptionsOrBuilder.java index e05f850649..5c6be244eb 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerOptionsOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/SpannerOptionsOrBuilder.java @@ -36,6 +36,7 @@ public interface SpannerOptionsOrBuilder * @return Whether the sessionPoolOptions field is set. */ boolean hasSessionPoolOptions(); + /** * * @@ -48,6 +49,7 @@ public interface SpannerOptionsOrBuilder * @return The sessionPoolOptions. */ com.google.spanner.executor.v1.SessionPoolOptions getSessionPoolOptions(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartBatchTransactionAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartBatchTransactionAction.java index b714f32188..0961456548 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartBatchTransactionAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartBatchTransactionAction.java @@ -64,6 +64,7 @@ public final class StartBatchTransactionAction extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.StartBatchTransactionAction) StartBatchTransactionActionOrBuilder { private static final long serialVersionUID = 0L; + // Use StartBatchTransactionAction.newBuilder() to construct. private StartBatchTransactionAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -111,6 +112,7 @@ public enum ParamCase private ParamCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -144,6 +146,7 @@ public ParamCase getParamCase() { } public static final int BATCH_TXN_TIME_FIELD_NUMBER = 1; + /** * * @@ -159,6 +162,7 @@ public ParamCase getParamCase() { public boolean hasBatchTxnTime() { return paramCase_ == 1; } + /** * * @@ -177,6 +181,7 @@ public com.google.protobuf.Timestamp getBatchTxnTime() { } return com.google.protobuf.Timestamp.getDefaultInstance(); } + /** * * @@ -195,6 +200,7 @@ public com.google.protobuf.TimestampOrBuilder getBatchTxnTimeOrBuilder() { } public static final int TID_FIELD_NUMBER = 2; + /** * * @@ -212,6 +218,7 @@ public com.google.protobuf.TimestampOrBuilder getBatchTxnTimeOrBuilder() { public boolean hasTid() { return paramCase_ == 2; } + /** * * @@ -237,6 +244,7 @@ public com.google.protobuf.ByteString getTid() { @SuppressWarnings("serial") private volatile java.lang.Object cloudDatabaseRole_ = ""; + /** * * @@ -262,6 +270,7 @@ public java.lang.String getCloudDatabaseRole() { return s; } } + /** * * @@ -487,6 +496,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -763,6 +773,7 @@ public Builder clearParam() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> batchTxnTimeBuilder_; + /** * * @@ -778,6 +789,7 @@ public Builder clearParam() { public boolean hasBatchTxnTime() { return paramCase_ == 1; } + /** * * @@ -803,6 +815,7 @@ public com.google.protobuf.Timestamp getBatchTxnTime() { return com.google.protobuf.Timestamp.getDefaultInstance(); } } + /** * * @@ -825,6 +838,7 @@ public Builder setBatchTxnTime(com.google.protobuf.Timestamp value) { paramCase_ = 1; return this; } + /** * * @@ -844,6 +858,7 @@ public Builder setBatchTxnTime(com.google.protobuf.Timestamp.Builder builderForV paramCase_ = 1; return this; } + /** * * @@ -874,6 +889,7 @@ public Builder mergeBatchTxnTime(com.google.protobuf.Timestamp value) { paramCase_ = 1; return this; } + /** * * @@ -899,6 +915,7 @@ public Builder clearBatchTxnTime() { } return this; } + /** * * @@ -911,6 +928,7 @@ public Builder clearBatchTxnTime() { public com.google.protobuf.Timestamp.Builder getBatchTxnTimeBuilder() { return getBatchTxnTimeFieldBuilder().getBuilder(); } + /** * * @@ -931,6 +949,7 @@ public com.google.protobuf.TimestampOrBuilder getBatchTxnTimeOrBuilder() { return com.google.protobuf.Timestamp.getDefaultInstance(); } } + /** * * @@ -978,6 +997,7 @@ public com.google.protobuf.TimestampOrBuilder getBatchTxnTimeOrBuilder() { public boolean hasTid() { return paramCase_ == 2; } + /** * * @@ -997,6 +1017,7 @@ public com.google.protobuf.ByteString getTid() { } return com.google.protobuf.ByteString.EMPTY; } + /** * * @@ -1020,6 +1041,7 @@ public Builder setTid(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -1043,6 +1065,7 @@ public Builder clearTid() { } private java.lang.Object cloudDatabaseRole_ = ""; + /** * * @@ -1067,6 +1090,7 @@ public java.lang.String getCloudDatabaseRole() { return (java.lang.String) ref; } } + /** * * @@ -1091,6 +1115,7 @@ public com.google.protobuf.ByteString getCloudDatabaseRoleBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1114,6 +1139,7 @@ public Builder setCloudDatabaseRole(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1133,6 +1159,7 @@ public Builder clearCloudDatabaseRole() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartBatchTransactionActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartBatchTransactionActionOrBuilder.java index d0992693d5..beada699cb 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartBatchTransactionActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartBatchTransactionActionOrBuilder.java @@ -36,6 +36,7 @@ public interface StartBatchTransactionActionOrBuilder * @return Whether the batchTxnTime field is set. */ boolean hasBatchTxnTime(); + /** * * @@ -48,6 +49,7 @@ public interface StartBatchTransactionActionOrBuilder * @return The batchTxnTime. */ com.google.protobuf.Timestamp getBatchTxnTime(); + /** * * @@ -73,6 +75,7 @@ public interface StartBatchTransactionActionOrBuilder * @return Whether the tid field is set. */ boolean hasTid(); + /** * * @@ -102,6 +105,7 @@ public interface StartBatchTransactionActionOrBuilder * @return The cloudDatabaseRole. */ java.lang.String getCloudDatabaseRole(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartTransactionAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartTransactionAction.java index 3ecf10e144..5889758bec 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartTransactionAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartTransactionAction.java @@ -33,6 +33,7 @@ public final class StartTransactionAction extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.StartTransactionAction) StartTransactionActionOrBuilder { private static final long serialVersionUID = 0L; + // Use StartTransactionAction.newBuilder() to construct. private StartTransactionAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int CONCURRENCY_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.Concurrency concurrency_; + /** * * @@ -83,6 +85,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasConcurrency() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -101,6 +104,7 @@ public com.google.spanner.executor.v1.Concurrency getConcurrency() { ? com.google.spanner.executor.v1.Concurrency.getDefaultInstance() : concurrency_; } + /** * * @@ -122,6 +126,7 @@ public com.google.spanner.executor.v1.ConcurrencyOrBuilder getConcurrencyOrBuild @SuppressWarnings("serial") private java.util.List table_; + /** * * @@ -136,6 +141,7 @@ public com.google.spanner.executor.v1.ConcurrencyOrBuilder getConcurrencyOrBuild public java.util.List getTableList() { return table_; } + /** * * @@ -151,6 +157,7 @@ public java.util.List getTableList getTableOrBuilderList() { return table_; } + /** * * @@ -165,6 +172,7 @@ public java.util.List getTableList public int getTableCount() { return table_.size(); } + /** * * @@ -179,6 +187,7 @@ public int getTableCount() { public com.google.spanner.executor.v1.TableMetadata getTable(int index) { return table_.get(index); } + /** * * @@ -198,6 +207,7 @@ public com.google.spanner.executor.v1.TableMetadataOrBuilder getTableOrBuilder(i @SuppressWarnings("serial") private volatile java.lang.Object transactionSeed_ = ""; + /** * * @@ -222,6 +232,7 @@ public java.lang.String getTransactionSeed() { return s; } } + /** * * @@ -249,6 +260,7 @@ public com.google.protobuf.ByteString getTransactionSeedBytes() { public static final int EXECUTION_OPTIONS_FIELD_NUMBER = 4; private com.google.spanner.executor.v1.TransactionExecutionOptions executionOptions_; + /** * * @@ -265,6 +277,7 @@ public com.google.protobuf.ByteString getTransactionSeedBytes() { public boolean hasExecutionOptions() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -283,6 +296,7 @@ public com.google.spanner.executor.v1.TransactionExecutionOptions getExecutionOp ? com.google.spanner.executor.v1.TransactionExecutionOptions.getDefaultInstance() : executionOptions_; } + /** * * @@ -500,6 +514,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -802,6 +817,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.Concurrency.Builder, com.google.spanner.executor.v1.ConcurrencyOrBuilder> concurrencyBuilder_; + /** * * @@ -817,6 +833,7 @@ public Builder mergeFrom( public boolean hasConcurrency() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -838,6 +855,7 @@ public com.google.spanner.executor.v1.Concurrency getConcurrency() { return concurrencyBuilder_.getMessage(); } } + /** * * @@ -861,6 +879,7 @@ public Builder setConcurrency(com.google.spanner.executor.v1.Concurrency value) onChanged(); return this; } + /** * * @@ -882,6 +901,7 @@ public Builder setConcurrency( onChanged(); return this; } + /** * * @@ -910,6 +930,7 @@ public Builder mergeConcurrency(com.google.spanner.executor.v1.Concurrency value } return this; } + /** * * @@ -930,6 +951,7 @@ public Builder clearConcurrency() { onChanged(); return this; } + /** * * @@ -945,6 +967,7 @@ public com.google.spanner.executor.v1.Concurrency.Builder getConcurrencyBuilder( onChanged(); return getConcurrencyFieldBuilder().getBuilder(); } + /** * * @@ -964,6 +987,7 @@ public com.google.spanner.executor.v1.ConcurrencyOrBuilder getConcurrencyOrBuild : concurrency_; } } + /** * * @@ -1024,6 +1048,7 @@ public java.util.List getTableList return tableBuilder_.getMessageList(); } } + /** * * @@ -1041,6 +1066,7 @@ public int getTableCount() { return tableBuilder_.getCount(); } } + /** * * @@ -1058,6 +1084,7 @@ public com.google.spanner.executor.v1.TableMetadata getTable(int index) { return tableBuilder_.getMessage(index); } } + /** * * @@ -1081,6 +1108,7 @@ public Builder setTable(int index, com.google.spanner.executor.v1.TableMetadata } return this; } + /** * * @@ -1102,6 +1130,7 @@ public Builder setTable( } return this; } + /** * * @@ -1125,6 +1154,7 @@ public Builder addTable(com.google.spanner.executor.v1.TableMetadata value) { } return this; } + /** * * @@ -1148,6 +1178,7 @@ public Builder addTable(int index, com.google.spanner.executor.v1.TableMetadata } return this; } + /** * * @@ -1168,6 +1199,7 @@ public Builder addTable(com.google.spanner.executor.v1.TableMetadata.Builder bui } return this; } + /** * * @@ -1189,6 +1221,7 @@ public Builder addTable( } return this; } + /** * * @@ -1210,6 +1243,7 @@ public Builder addAllTable( } return this; } + /** * * @@ -1230,6 +1264,7 @@ public Builder clearTable() { } return this; } + /** * * @@ -1250,6 +1285,7 @@ public Builder removeTable(int index) { } return this; } + /** * * @@ -1263,6 +1299,7 @@ public Builder removeTable(int index) { public com.google.spanner.executor.v1.TableMetadata.Builder getTableBuilder(int index) { return getTableFieldBuilder().getBuilder(index); } + /** * * @@ -1280,6 +1317,7 @@ public com.google.spanner.executor.v1.TableMetadataOrBuilder getTableOrBuilder(i return tableBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1298,6 +1336,7 @@ public com.google.spanner.executor.v1.TableMetadataOrBuilder getTableOrBuilder(i return java.util.Collections.unmodifiableList(table_); } } + /** * * @@ -1312,6 +1351,7 @@ public com.google.spanner.executor.v1.TableMetadata.Builder addTableBuilder() { return getTableFieldBuilder() .addBuilder(com.google.spanner.executor.v1.TableMetadata.getDefaultInstance()); } + /** * * @@ -1326,6 +1366,7 @@ public com.google.spanner.executor.v1.TableMetadata.Builder addTableBuilder(int return getTableFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.TableMetadata.getDefaultInstance()); } + /** * * @@ -1359,6 +1400,7 @@ public com.google.spanner.executor.v1.TableMetadata.Builder addTableBuilder(int } private java.lang.Object transactionSeed_ = ""; + /** * * @@ -1382,6 +1424,7 @@ public java.lang.String getTransactionSeed() { return (java.lang.String) ref; } } + /** * * @@ -1405,6 +1448,7 @@ public com.google.protobuf.ByteString getTransactionSeedBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1427,6 +1471,7 @@ public Builder setTransactionSeed(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1445,6 +1490,7 @@ public Builder clearTransactionSeed() { onChanged(); return this; } + /** * * @@ -1475,6 +1521,7 @@ public Builder setTransactionSeedBytes(com.google.protobuf.ByteString value) { com.google.spanner.executor.v1.TransactionExecutionOptions.Builder, com.google.spanner.executor.v1.TransactionExecutionOptionsOrBuilder> executionOptionsBuilder_; + /** * * @@ -1490,6 +1537,7 @@ public Builder setTransactionSeedBytes(com.google.protobuf.ByteString value) { public boolean hasExecutionOptions() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1511,6 +1559,7 @@ public com.google.spanner.executor.v1.TransactionExecutionOptions getExecutionOp return executionOptionsBuilder_.getMessage(); } } + /** * * @@ -1535,6 +1584,7 @@ public Builder setExecutionOptions( onChanged(); return this; } + /** * * @@ -1556,6 +1606,7 @@ public Builder setExecutionOptions( onChanged(); return this; } + /** * * @@ -1587,6 +1638,7 @@ public Builder mergeExecutionOptions( } return this; } + /** * * @@ -1607,6 +1659,7 @@ public Builder clearExecutionOptions() { onChanged(); return this; } + /** * * @@ -1623,6 +1676,7 @@ public Builder clearExecutionOptions() { onChanged(); return getExecutionOptionsFieldBuilder().getBuilder(); } + /** * * @@ -1643,6 +1697,7 @@ public Builder clearExecutionOptions() { : executionOptions_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartTransactionActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartTransactionActionOrBuilder.java index 32c8d98690..13a57e863d 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartTransactionActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/StartTransactionActionOrBuilder.java @@ -37,6 +37,7 @@ public interface StartTransactionActionOrBuilder * @return Whether the concurrency field is set. */ boolean hasConcurrency(); + /** * * @@ -50,6 +51,7 @@ public interface StartTransactionActionOrBuilder * @return The concurrency. */ com.google.spanner.executor.v1.Concurrency getConcurrency(); + /** * * @@ -73,6 +75,7 @@ public interface StartTransactionActionOrBuilder * repeated .google.spanner.executor.v1.TableMetadata table = 2; */ java.util.List getTableList(); + /** * * @@ -84,6 +87,7 @@ public interface StartTransactionActionOrBuilder * repeated .google.spanner.executor.v1.TableMetadata table = 2; */ com.google.spanner.executor.v1.TableMetadata getTable(int index); + /** * * @@ -95,6 +99,7 @@ public interface StartTransactionActionOrBuilder * repeated .google.spanner.executor.v1.TableMetadata table = 2; */ int getTableCount(); + /** * * @@ -107,6 +112,7 @@ public interface StartTransactionActionOrBuilder */ java.util.List getTableOrBuilderList(); + /** * * @@ -132,6 +138,7 @@ public interface StartTransactionActionOrBuilder * @return The transactionSeed. */ java.lang.String getTransactionSeed(); + /** * * @@ -159,6 +166,7 @@ public interface StartTransactionActionOrBuilder * @return Whether the executionOptions field is set. */ boolean hasExecutionOptions(); + /** * * @@ -172,6 +180,7 @@ public interface StartTransactionActionOrBuilder * @return The executionOptions. */ com.google.spanner.executor.v1.TransactionExecutionOptions getExecutionOptions(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TableMetadata.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TableMetadata.java index a6331c98e4..eec81d575a 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TableMetadata.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TableMetadata.java @@ -33,6 +33,7 @@ public final class TableMetadata extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.TableMetadata) TableMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use TableMetadata.newBuilder() to construct. private TableMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getNameBytes() { @SuppressWarnings("serial") private java.util.List column_; + /** * * @@ -133,6 +137,7 @@ public com.google.protobuf.ByteString getNameBytes() { public java.util.List getColumnList() { return column_; } + /** * * @@ -147,6 +152,7 @@ public java.util.List getColumnLi getColumnOrBuilderList() { return column_; } + /** * * @@ -160,6 +166,7 @@ public java.util.List getColumnLi public int getColumnCount() { return column_.size(); } + /** * * @@ -173,6 +180,7 @@ public int getColumnCount() { public com.google.spanner.executor.v1.ColumnMetadata getColumn(int index) { return column_.get(index); } + /** * * @@ -191,6 +199,7 @@ public com.google.spanner.executor.v1.ColumnMetadataOrBuilder getColumnOrBuilder @SuppressWarnings("serial") private java.util.List keyColumn_; + /** * * @@ -204,6 +213,7 @@ public com.google.spanner.executor.v1.ColumnMetadataOrBuilder getColumnOrBuilder public java.util.List getKeyColumnList() { return keyColumn_; } + /** * * @@ -218,6 +228,7 @@ public java.util.List getKeyColum getKeyColumnOrBuilderList() { return keyColumn_; } + /** * * @@ -231,6 +242,7 @@ public java.util.List getKeyColum public int getKeyColumnCount() { return keyColumn_.size(); } + /** * * @@ -244,6 +256,7 @@ public int getKeyColumnCount() { public com.google.spanner.executor.v1.ColumnMetadata getKeyColumn(int index) { return keyColumn_.get(index); } + /** * * @@ -439,6 +452,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -738,6 +752,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -760,6 +775,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -782,6 +798,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -803,6 +820,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -820,6 +838,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -875,6 +894,7 @@ public java.util.List getColumnLi return columnBuilder_.getMessageList(); } } + /** * * @@ -891,6 +911,7 @@ public int getColumnCount() { return columnBuilder_.getCount(); } } + /** * * @@ -907,6 +928,7 @@ public com.google.spanner.executor.v1.ColumnMetadata getColumn(int index) { return columnBuilder_.getMessage(index); } } + /** * * @@ -929,6 +951,7 @@ public Builder setColumn(int index, com.google.spanner.executor.v1.ColumnMetadat } return this; } + /** * * @@ -949,6 +972,7 @@ public Builder setColumn( } return this; } + /** * * @@ -971,6 +995,7 @@ public Builder addColumn(com.google.spanner.executor.v1.ColumnMetadata value) { } return this; } + /** * * @@ -993,6 +1018,7 @@ public Builder addColumn(int index, com.google.spanner.executor.v1.ColumnMetadat } return this; } + /** * * @@ -1013,6 +1039,7 @@ public Builder addColumn( } return this; } + /** * * @@ -1033,6 +1060,7 @@ public Builder addColumn( } return this; } + /** * * @@ -1053,6 +1081,7 @@ public Builder addAllColumn( } return this; } + /** * * @@ -1072,6 +1101,7 @@ public Builder clearColumn() { } return this; } + /** * * @@ -1091,6 +1121,7 @@ public Builder removeColumn(int index) { } return this; } + /** * * @@ -1103,6 +1134,7 @@ public Builder removeColumn(int index) { public com.google.spanner.executor.v1.ColumnMetadata.Builder getColumnBuilder(int index) { return getColumnFieldBuilder().getBuilder(index); } + /** * * @@ -1119,6 +1151,7 @@ public com.google.spanner.executor.v1.ColumnMetadataOrBuilder getColumnOrBuilder return columnBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1136,6 +1169,7 @@ public com.google.spanner.executor.v1.ColumnMetadataOrBuilder getColumnOrBuilder return java.util.Collections.unmodifiableList(column_); } } + /** * * @@ -1149,6 +1183,7 @@ public com.google.spanner.executor.v1.ColumnMetadata.Builder addColumnBuilder() return getColumnFieldBuilder() .addBuilder(com.google.spanner.executor.v1.ColumnMetadata.getDefaultInstance()); } + /** * * @@ -1162,6 +1197,7 @@ public com.google.spanner.executor.v1.ColumnMetadata.Builder addColumnBuilder(in return getColumnFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.ColumnMetadata.getDefaultInstance()); } + /** * * @@ -1226,6 +1262,7 @@ public java.util.List getKeyColum return keyColumnBuilder_.getMessageList(); } } + /** * * @@ -1242,6 +1279,7 @@ public int getKeyColumnCount() { return keyColumnBuilder_.getCount(); } } + /** * * @@ -1258,6 +1296,7 @@ public com.google.spanner.executor.v1.ColumnMetadata getKeyColumn(int index) { return keyColumnBuilder_.getMessage(index); } } + /** * * @@ -1280,6 +1319,7 @@ public Builder setKeyColumn(int index, com.google.spanner.executor.v1.ColumnMeta } return this; } + /** * * @@ -1300,6 +1340,7 @@ public Builder setKeyColumn( } return this; } + /** * * @@ -1322,6 +1363,7 @@ public Builder addKeyColumn(com.google.spanner.executor.v1.ColumnMetadata value) } return this; } + /** * * @@ -1344,6 +1386,7 @@ public Builder addKeyColumn(int index, com.google.spanner.executor.v1.ColumnMeta } return this; } + /** * * @@ -1364,6 +1407,7 @@ public Builder addKeyColumn( } return this; } + /** * * @@ -1384,6 +1428,7 @@ public Builder addKeyColumn( } return this; } + /** * * @@ -1404,6 +1449,7 @@ public Builder addAllKeyColumn( } return this; } + /** * * @@ -1423,6 +1469,7 @@ public Builder clearKeyColumn() { } return this; } + /** * * @@ -1442,6 +1489,7 @@ public Builder removeKeyColumn(int index) { } return this; } + /** * * @@ -1454,6 +1502,7 @@ public Builder removeKeyColumn(int index) { public com.google.spanner.executor.v1.ColumnMetadata.Builder getKeyColumnBuilder(int index) { return getKeyColumnFieldBuilder().getBuilder(index); } + /** * * @@ -1470,6 +1519,7 @@ public com.google.spanner.executor.v1.ColumnMetadataOrBuilder getKeyColumnOrBuil return keyColumnBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1487,6 +1537,7 @@ public com.google.spanner.executor.v1.ColumnMetadataOrBuilder getKeyColumnOrBuil return java.util.Collections.unmodifiableList(keyColumn_); } } + /** * * @@ -1500,6 +1551,7 @@ public com.google.spanner.executor.v1.ColumnMetadata.Builder addKeyColumnBuilder return getKeyColumnFieldBuilder() .addBuilder(com.google.spanner.executor.v1.ColumnMetadata.getDefaultInstance()); } + /** * * @@ -1513,6 +1565,7 @@ public com.google.spanner.executor.v1.ColumnMetadata.Builder addKeyColumnBuilder return getKeyColumnFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.ColumnMetadata.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TableMetadataOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TableMetadataOrBuilder.java index dc684a38b6..91e88d202a 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TableMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TableMetadataOrBuilder.java @@ -36,6 +36,7 @@ public interface TableMetadataOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -59,6 +60,7 @@ public interface TableMetadataOrBuilder * repeated .google.spanner.executor.v1.ColumnMetadata column = 2; */ java.util.List getColumnList(); + /** * * @@ -69,6 +71,7 @@ public interface TableMetadataOrBuilder * repeated .google.spanner.executor.v1.ColumnMetadata column = 2; */ com.google.spanner.executor.v1.ColumnMetadata getColumn(int index); + /** * * @@ -79,6 +82,7 @@ public interface TableMetadataOrBuilder * repeated .google.spanner.executor.v1.ColumnMetadata column = 2; */ int getColumnCount(); + /** * * @@ -90,6 +94,7 @@ public interface TableMetadataOrBuilder */ java.util.List getColumnOrBuilderList(); + /** * * @@ -111,6 +116,7 @@ public interface TableMetadataOrBuilder * repeated .google.spanner.executor.v1.ColumnMetadata key_column = 3; */ java.util.List getKeyColumnList(); + /** * * @@ -121,6 +127,7 @@ public interface TableMetadataOrBuilder * repeated .google.spanner.executor.v1.ColumnMetadata key_column = 3; */ com.google.spanner.executor.v1.ColumnMetadata getKeyColumn(int index); + /** * * @@ -131,6 +138,7 @@ public interface TableMetadataOrBuilder * repeated .google.spanner.executor.v1.ColumnMetadata key_column = 3; */ int getKeyColumnCount(); + /** * * @@ -142,6 +150,7 @@ public interface TableMetadataOrBuilder */ java.util.List getKeyColumnOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TransactionExecutionOptions.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TransactionExecutionOptions.java index 68c831189e..851ff6ff28 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TransactionExecutionOptions.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/TransactionExecutionOptions.java @@ -33,6 +33,7 @@ public final class TransactionExecutionOptions extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.TransactionExecutionOptions) TransactionExecutionOptionsOrBuilder { private static final long serialVersionUID = 0L; + // Use TransactionExecutionOptions.newBuilder() to construct. private TransactionExecutionOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -63,6 +64,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int OPTIMISTIC_FIELD_NUMBER = 1; private boolean optimistic_ = false; + /** * * @@ -239,6 +241,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -421,6 +424,7 @@ public Builder mergeFrom( private int bitField0_; private boolean optimistic_; + /** * * @@ -436,6 +440,7 @@ public Builder mergeFrom( public boolean getOptimistic() { return optimistic_; } + /** * * @@ -455,6 +460,7 @@ public Builder setOptimistic(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudBackupAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudBackupAction.java index 5271458338..c8679d773d 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudBackupAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudBackupAction.java @@ -33,6 +33,7 @@ public final class UpdateCloudBackupAction extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.UpdateCloudBackupAction) UpdateCloudBackupActionOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateCloudBackupAction.newBuilder() to construct. private UpdateCloudBackupAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -70,6 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -121,6 +124,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -144,6 +148,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -172,6 +177,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object backupId_ = ""; + /** * * @@ -195,6 +201,7 @@ public java.lang.String getBackupId() { return s; } } + /** * * @@ -221,6 +228,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { public static final int EXPIRE_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp expireTime_; + /** * * @@ -238,6 +246,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { public boolean hasExpireTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -255,6 +264,7 @@ public boolean hasExpireTime() { public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } + /** * * @@ -463,6 +473,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -706,6 +717,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object projectId_ = ""; + /** * * @@ -728,6 +740,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -750,6 +763,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -771,6 +785,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -788,6 +803,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -812,6 +828,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object instanceId_ = ""; + /** * * @@ -834,6 +851,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -856,6 +874,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -877,6 +896,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -894,6 +914,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -918,6 +939,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object backupId_ = ""; + /** * * @@ -940,6 +962,7 @@ public java.lang.String getBackupId() { return (java.lang.String) ref; } } + /** * * @@ -962,6 +985,7 @@ public com.google.protobuf.ByteString getBackupIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -983,6 +1007,7 @@ public Builder setBackupId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1000,6 +1025,7 @@ public Builder clearBackupId() { onChanged(); return this; } + /** * * @@ -1029,6 +1055,7 @@ public Builder setBackupIdBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + /** * * @@ -1046,6 +1073,7 @@ public Builder setBackupIdBytes(com.google.protobuf.ByteString value) { public boolean hasExpireTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1069,6 +1097,7 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTimeBuilder_.getMessage(); } } + /** * * @@ -1094,6 +1123,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1116,6 +1146,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1146,6 +1177,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1168,6 +1200,7 @@ public Builder clearExpireTime() { onChanged(); return this; } + /** * * @@ -1185,6 +1218,7 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { onChanged(); return getExpireTimeFieldBuilder().getBuilder(); } + /** * * @@ -1206,6 +1240,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { : expireTime_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudBackupActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudBackupActionOrBuilder.java index 09b2ec7339..10b4a15f35 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudBackupActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudBackupActionOrBuilder.java @@ -36,6 +36,7 @@ public interface UpdateCloudBackupActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -61,6 +62,7 @@ public interface UpdateCloudBackupActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -86,6 +88,7 @@ public interface UpdateCloudBackupActionOrBuilder * @return The backupId. */ java.lang.String getBackupId(); + /** * * @@ -113,6 +116,7 @@ public interface UpdateCloudBackupActionOrBuilder * @return Whether the expireTime field is set. */ boolean hasExpireTime(); + /** * * @@ -127,6 +131,7 @@ public interface UpdateCloudBackupActionOrBuilder * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseAction.java index 4fd01d34be..ccb05fa8be 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseAction.java @@ -33,6 +33,7 @@ public final class UpdateCloudDatabaseAction extends com.google.protobuf.Generat // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.UpdateCloudDatabaseAction) UpdateCloudDatabaseActionOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateCloudDatabaseAction.newBuilder() to construct. private UpdateCloudDatabaseAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -120,6 +123,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -143,6 +147,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -171,6 +176,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object databaseName_ = ""; + /** * * @@ -194,6 +200,7 @@ public java.lang.String getDatabaseName() { return s; } } + /** * * @@ -220,6 +227,7 @@ public com.google.protobuf.ByteString getDatabaseNameBytes() { public static final int ENABLE_DROP_PROTECTION_FIELD_NUMBER = 4; private boolean enableDropProtection_ = false; + /** * * @@ -424,6 +432,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -651,6 +660,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object instanceId_ = ""; + /** * * @@ -673,6 +683,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -695,6 +706,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -716,6 +728,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -733,6 +746,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -757,6 +771,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -779,6 +794,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -801,6 +817,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -822,6 +839,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -839,6 +857,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -863,6 +882,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object databaseName_ = ""; + /** * * @@ -885,6 +905,7 @@ public java.lang.String getDatabaseName() { return (java.lang.String) ref; } } + /** * * @@ -907,6 +928,7 @@ public com.google.protobuf.ByteString getDatabaseNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -928,6 +950,7 @@ public Builder setDatabaseName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -945,6 +968,7 @@ public Builder clearDatabaseName() { onChanged(); return this; } + /** * * @@ -969,6 +993,7 @@ public Builder setDatabaseNameBytes(com.google.protobuf.ByteString value) { } private boolean enableDropProtection_; + /** * * @@ -985,6 +1010,7 @@ public Builder setDatabaseNameBytes(com.google.protobuf.ByteString value) { public boolean getEnableDropProtection() { return enableDropProtection_; } + /** * * @@ -1005,6 +1031,7 @@ public Builder setEnableDropProtection(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseActionOrBuilder.java index c4424d80b6..dcbda94988 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseActionOrBuilder.java @@ -36,6 +36,7 @@ public interface UpdateCloudDatabaseActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -61,6 +62,7 @@ public interface UpdateCloudDatabaseActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -86,6 +88,7 @@ public interface UpdateCloudDatabaseActionOrBuilder * @return The databaseName. */ java.lang.String getDatabaseName(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseDdlAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseDdlAction.java index d29a28e7f6..055196d292 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseDdlAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseDdlAction.java @@ -33,6 +33,7 @@ public final class UpdateCloudDatabaseDdlAction extends com.google.protobuf.Gene // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.UpdateCloudDatabaseDdlAction) UpdateCloudDatabaseDdlActionOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateCloudDatabaseDdlAction.newBuilder() to construct. private UpdateCloudDatabaseDdlAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -73,6 +74,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -124,6 +127,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -147,6 +151,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -175,6 +180,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object databaseId_ = ""; + /** * * @@ -198,6 +204,7 @@ public java.lang.String getDatabaseId() { return s; } } + /** * * @@ -227,6 +234,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList sdlStatement_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -241,6 +249,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { public com.google.protobuf.ProtocolStringList getSdlStatementList() { return sdlStatement_; } + /** * * @@ -255,6 +264,7 @@ public com.google.protobuf.ProtocolStringList getSdlStatementList() { public int getSdlStatementCount() { return sdlStatement_.size(); } + /** * * @@ -270,6 +280,7 @@ public int getSdlStatementCount() { public java.lang.String getSdlStatement(int index) { return sdlStatement_.get(index); } + /** * * @@ -290,6 +301,7 @@ public com.google.protobuf.ByteString getSdlStatementBytes(int index) { @SuppressWarnings("serial") private volatile java.lang.Object operationId_ = ""; + /** * * @@ -315,6 +327,7 @@ public java.lang.String getOperationId() { return s; } } + /** * * @@ -343,6 +356,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { public static final int PROTO_DESCRIPTORS_FIELD_NUMBER = 6; private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * optional bytes proto_descriptors = 6; * @@ -352,6 +366,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { public boolean hasProtoDescriptors() { return ((bitField0_ & 0x00000001) != 0); } + /** * optional bytes proto_descriptors = 6; * @@ -579,6 +594,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -846,6 +862,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object instanceId_ = ""; + /** * * @@ -868,6 +885,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -890,6 +908,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -911,6 +930,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -928,6 +948,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -952,6 +973,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -974,6 +996,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -996,6 +1019,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1017,6 +1041,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1034,6 +1059,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -1058,6 +1084,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object databaseId_ = ""; + /** * * @@ -1080,6 +1107,7 @@ public java.lang.String getDatabaseId() { return (java.lang.String) ref; } } + /** * * @@ -1102,6 +1130,7 @@ public com.google.protobuf.ByteString getDatabaseIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1123,6 +1152,7 @@ public Builder setDatabaseId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1140,6 +1170,7 @@ public Builder clearDatabaseId() { onChanged(); return this; } + /** * * @@ -1172,6 +1203,7 @@ private void ensureSdlStatementIsMutable() { } bitField0_ |= 0x00000008; } + /** * * @@ -1187,6 +1219,7 @@ public com.google.protobuf.ProtocolStringList getSdlStatementList() { sdlStatement_.makeImmutable(); return sdlStatement_; } + /** * * @@ -1201,6 +1234,7 @@ public com.google.protobuf.ProtocolStringList getSdlStatementList() { public int getSdlStatementCount() { return sdlStatement_.size(); } + /** * * @@ -1216,6 +1250,7 @@ public int getSdlStatementCount() { public java.lang.String getSdlStatement(int index) { return sdlStatement_.get(index); } + /** * * @@ -1231,6 +1266,7 @@ public java.lang.String getSdlStatement(int index) { public com.google.protobuf.ByteString getSdlStatementBytes(int index) { return sdlStatement_.getByteString(index); } + /** * * @@ -1254,6 +1290,7 @@ public Builder setSdlStatement(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1276,6 +1313,7 @@ public Builder addSdlStatement(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1295,6 +1333,7 @@ public Builder addAllSdlStatement(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1313,6 +1352,7 @@ public Builder clearSdlStatement() { onChanged(); return this; } + /** * * @@ -1338,6 +1378,7 @@ public Builder addSdlStatementBytes(com.google.protobuf.ByteString value) { } private java.lang.Object operationId_ = ""; + /** * * @@ -1362,6 +1403,7 @@ public java.lang.String getOperationId() { return (java.lang.String) ref; } } + /** * * @@ -1386,6 +1428,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1409,6 +1452,7 @@ public Builder setOperationId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1428,6 +1472,7 @@ public Builder clearOperationId() { onChanged(); return this; } + /** * * @@ -1454,6 +1499,7 @@ public Builder setOperationIdBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.ByteString protoDescriptors_ = com.google.protobuf.ByteString.EMPTY; + /** * optional bytes proto_descriptors = 6; * @@ -1463,6 +1509,7 @@ public Builder setOperationIdBytes(com.google.protobuf.ByteString value) { public boolean hasProtoDescriptors() { return ((bitField0_ & 0x00000020) != 0); } + /** * optional bytes proto_descriptors = 6; * @@ -1472,6 +1519,7 @@ public boolean hasProtoDescriptors() { public com.google.protobuf.ByteString getProtoDescriptors() { return protoDescriptors_; } + /** * optional bytes proto_descriptors = 6; * @@ -1487,6 +1535,7 @@ public Builder setProtoDescriptors(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * optional bytes proto_descriptors = 6; * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseDdlActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseDdlActionOrBuilder.java index 8f448f3059..e9b417abc2 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseDdlActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudDatabaseDdlActionOrBuilder.java @@ -36,6 +36,7 @@ public interface UpdateCloudDatabaseDdlActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -61,6 +62,7 @@ public interface UpdateCloudDatabaseDdlActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -86,6 +88,7 @@ public interface UpdateCloudDatabaseDdlActionOrBuilder * @return The databaseId. */ java.lang.String getDatabaseId(); + /** * * @@ -111,6 +114,7 @@ public interface UpdateCloudDatabaseDdlActionOrBuilder * @return A list containing the sdlStatement. */ java.util.List getSdlStatementList(); + /** * * @@ -123,6 +127,7 @@ public interface UpdateCloudDatabaseDdlActionOrBuilder * @return The count of sdlStatement. */ int getSdlStatementCount(); + /** * * @@ -136,6 +141,7 @@ public interface UpdateCloudDatabaseDdlActionOrBuilder * @return The sdlStatement at the given index. */ java.lang.String getSdlStatement(int index); + /** * * @@ -164,6 +170,7 @@ public interface UpdateCloudDatabaseDdlActionOrBuilder * @return The operationId. */ java.lang.String getOperationId(); + /** * * @@ -185,6 +192,7 @@ public interface UpdateCloudDatabaseDdlActionOrBuilder * @return Whether the protoDescriptors field is set. */ boolean hasProtoDescriptors(); + /** * optional bytes proto_descriptors = 6; * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudInstanceAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudInstanceAction.java index 3e90d2d7c6..3b34df486a 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudInstanceAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudInstanceAction.java @@ -33,6 +33,7 @@ public final class UpdateCloudInstanceAction extends com.google.protobuf.Generat // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.UpdateCloudInstanceAction) UpdateCloudInstanceActionOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateCloudInstanceAction.newBuilder() to construct. private UpdateCloudInstanceAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -82,6 +83,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl @SuppressWarnings("serial") private volatile java.lang.Object instanceId_ = ""; + /** * * @@ -105,6 +107,7 @@ public java.lang.String getInstanceId() { return s; } } + /** * * @@ -133,6 +136,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -156,6 +160,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -184,6 +189,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object displayName_ = ""; + /** * * @@ -200,6 +206,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { public boolean hasDisplayName() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -224,6 +231,7 @@ public java.lang.String getDisplayName() { return s; } } + /** * * @@ -251,6 +259,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { public static final int NODE_COUNT_FIELD_NUMBER = 4; private int nodeCount_ = 0; + /** * * @@ -267,6 +276,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { public boolean hasNodeCount() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -286,6 +296,7 @@ public int getNodeCount() { public static final int PROCESSING_UNITS_FIELD_NUMBER = 5; private int processingUnits_ = 0; + /** * * @@ -302,6 +313,7 @@ public int getNodeCount() { public boolean hasProcessingUnits() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -321,6 +333,7 @@ public int getProcessingUnits() { public static final int AUTOSCALING_CONFIG_FIELD_NUMBER = 7; private com.google.spanner.admin.instance.v1.AutoscalingConfig autoscalingConfig_; + /** * * @@ -339,6 +352,7 @@ public int getProcessingUnits() { public boolean hasAutoscalingConfig() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -359,6 +373,7 @@ public com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConf ? com.google.spanner.admin.instance.v1.AutoscalingConfig.getDefaultInstance() : autoscalingConfig_; } + /** * * @@ -405,6 +420,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -421,12 +437,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -440,6 +458,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -460,6 +479,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -723,6 +743,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1040,6 +1061,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object instanceId_ = ""; + /** * * @@ -1062,6 +1084,7 @@ public java.lang.String getInstanceId() { return (java.lang.String) ref; } } + /** * * @@ -1084,6 +1107,7 @@ public com.google.protobuf.ByteString getInstanceIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1105,6 +1129,7 @@ public Builder setInstanceId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1122,6 +1147,7 @@ public Builder clearInstanceId() { onChanged(); return this; } + /** * * @@ -1146,6 +1172,7 @@ public Builder setInstanceIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -1168,6 +1195,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -1190,6 +1218,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1211,6 +1240,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1228,6 +1258,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -1252,6 +1283,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object displayName_ = ""; + /** * * @@ -1267,6 +1299,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { public boolean hasDisplayName() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1290,6 +1323,7 @@ public java.lang.String getDisplayName() { return (java.lang.String) ref; } } + /** * * @@ -1313,6 +1347,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1335,6 +1370,7 @@ public Builder setDisplayName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1353,6 +1389,7 @@ public Builder clearDisplayName() { onChanged(); return this; } + /** * * @@ -1378,6 +1415,7 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { } private int nodeCount_; + /** * * @@ -1394,6 +1432,7 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { public boolean hasNodeCount() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1410,6 +1449,7 @@ public boolean hasNodeCount() { public int getNodeCount() { return nodeCount_; } + /** * * @@ -1430,6 +1470,7 @@ public Builder setNodeCount(int value) { onChanged(); return this; } + /** * * @@ -1450,6 +1491,7 @@ public Builder clearNodeCount() { } private int processingUnits_; + /** * * @@ -1466,6 +1508,7 @@ public Builder clearNodeCount() { public boolean hasProcessingUnits() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -1482,6 +1525,7 @@ public boolean hasProcessingUnits() { public int getProcessingUnits() { return processingUnits_; } + /** * * @@ -1502,6 +1546,7 @@ public Builder setProcessingUnits(int value) { onChanged(); return this; } + /** * * @@ -1527,6 +1572,7 @@ public Builder clearProcessingUnits() { com.google.spanner.admin.instance.v1.AutoscalingConfig.Builder, com.google.spanner.admin.instance.v1.AutoscalingConfigOrBuilder> autoscalingConfigBuilder_; + /** * * @@ -1544,6 +1590,7 @@ public Builder clearProcessingUnits() { public boolean hasAutoscalingConfig() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -1567,6 +1614,7 @@ public com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConf return autoscalingConfigBuilder_.getMessage(); } } + /** * * @@ -1593,6 +1641,7 @@ public Builder setAutoscalingConfig( onChanged(); return this; } + /** * * @@ -1616,6 +1665,7 @@ public Builder setAutoscalingConfig( onChanged(); return this; } + /** * * @@ -1648,6 +1698,7 @@ public Builder mergeAutoscalingConfig( } return this; } + /** * * @@ -1670,6 +1721,7 @@ public Builder clearAutoscalingConfig() { onChanged(); return this; } + /** * * @@ -1688,6 +1740,7 @@ public Builder clearAutoscalingConfig() { onChanged(); return getAutoscalingConfigFieldBuilder().getBuilder(); } + /** * * @@ -1710,6 +1763,7 @@ public Builder clearAutoscalingConfig() { : autoscalingConfig_; } } + /** * * @@ -1764,6 +1818,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -1780,12 +1835,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -1799,6 +1856,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -1819,6 +1877,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -1845,6 +1904,7 @@ public Builder clearLabels() { internalGetMutableLabels().getMutableMap().clear(); return this; } + /** * * @@ -1861,12 +1921,14 @@ public Builder removeLabels(java.lang.String key) { internalGetMutableLabels().getMutableMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableLabels() { bitField0_ |= 0x00000040; return internalGetMutableLabels().getMutableMap(); } + /** * * @@ -1887,6 +1949,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { bitField0_ |= 0x00000040; return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudInstanceActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudInstanceActionOrBuilder.java index 4d9e727db9..78e3ee01cc 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudInstanceActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateCloudInstanceActionOrBuilder.java @@ -36,6 +36,7 @@ public interface UpdateCloudInstanceActionOrBuilder * @return The instanceId. */ java.lang.String getInstanceId(); + /** * * @@ -61,6 +62,7 @@ public interface UpdateCloudInstanceActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -87,6 +89,7 @@ public interface UpdateCloudInstanceActionOrBuilder * @return Whether the displayName field is set. */ boolean hasDisplayName(); + /** * * @@ -100,6 +103,7 @@ public interface UpdateCloudInstanceActionOrBuilder * @return The displayName. */ java.lang.String getDisplayName(); + /** * * @@ -127,6 +131,7 @@ public interface UpdateCloudInstanceActionOrBuilder * @return Whether the nodeCount field is set. */ boolean hasNodeCount(); + /** * * @@ -154,6 +159,7 @@ public interface UpdateCloudInstanceActionOrBuilder * @return Whether the processingUnits field is set. */ boolean hasProcessingUnits(); + /** * * @@ -183,6 +189,7 @@ public interface UpdateCloudInstanceActionOrBuilder * @return Whether the autoscalingConfig field is set. */ boolean hasAutoscalingConfig(); + /** * * @@ -198,6 +205,7 @@ public interface UpdateCloudInstanceActionOrBuilder * @return The autoscalingConfig. */ com.google.spanner.admin.instance.v1.AutoscalingConfig getAutoscalingConfig(); + /** * * @@ -222,6 +230,7 @@ public interface UpdateCloudInstanceActionOrBuilder * map<string, string> labels = 6; */ int getLabelsCount(); + /** * * @@ -232,9 +241,11 @@ public interface UpdateCloudInstanceActionOrBuilder * map<string, string> labels = 6; */ boolean containsLabels(java.lang.String key); + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); + /** * * @@ -245,6 +256,7 @@ public interface UpdateCloudInstanceActionOrBuilder * map<string, string> labels = 6; */ java.util.Map getLabelsMap(); + /** * * @@ -259,6 +271,7 @@ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateUserInstanceConfigAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateUserInstanceConfigAction.java index 605f50f2d3..ab9be4801b 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateUserInstanceConfigAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateUserInstanceConfigAction.java @@ -33,6 +33,7 @@ public final class UpdateUserInstanceConfigAction extends com.google.protobuf.Ge // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.UpdateUserInstanceConfigAction) UpdateUserInstanceConfigActionOrBuilder { private static final long serialVersionUID = 0L; + // Use UpdateUserInstanceConfigAction.newBuilder() to construct. private UpdateUserInstanceConfigAction( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -83,6 +84,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl @SuppressWarnings("serial") private volatile java.lang.Object userConfigId_ = ""; + /** * * @@ -106,6 +108,7 @@ public java.lang.String getUserConfigId() { return s; } } + /** * * @@ -134,6 +137,7 @@ public com.google.protobuf.ByteString getUserConfigIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object projectId_ = ""; + /** * * @@ -157,6 +161,7 @@ public java.lang.String getProjectId() { return s; } } + /** * * @@ -185,6 +190,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { @SuppressWarnings("serial") private volatile java.lang.Object displayName_ = ""; + /** * * @@ -200,6 +206,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { public boolean hasDisplayName() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -223,6 +230,7 @@ public java.lang.String getDisplayName() { return s; } } + /** * * @@ -273,6 +281,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -289,12 +298,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -308,6 +319,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -328,6 +340,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -549,6 +562,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -810,6 +824,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object userConfigId_ = ""; + /** * * @@ -832,6 +847,7 @@ public java.lang.String getUserConfigId() { return (java.lang.String) ref; } } + /** * * @@ -854,6 +870,7 @@ public com.google.protobuf.ByteString getUserConfigIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -875,6 +892,7 @@ public Builder setUserConfigId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -892,6 +910,7 @@ public Builder clearUserConfigId() { onChanged(); return this; } + /** * * @@ -916,6 +935,7 @@ public Builder setUserConfigIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object projectId_ = ""; + /** * * @@ -938,6 +958,7 @@ public java.lang.String getProjectId() { return (java.lang.String) ref; } } + /** * * @@ -960,6 +981,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -981,6 +1003,7 @@ public Builder setProjectId(java.lang.String value) { onChanged(); return this; } + /** * * @@ -998,6 +1021,7 @@ public Builder clearProjectId() { onChanged(); return this; } + /** * * @@ -1022,6 +1046,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { } private java.lang.Object displayName_ = ""; + /** * * @@ -1036,6 +1061,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { public boolean hasDisplayName() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1058,6 +1084,7 @@ public java.lang.String getDisplayName() { return (java.lang.String) ref; } } + /** * * @@ -1080,6 +1107,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1101,6 +1129,7 @@ public Builder setDisplayName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1118,6 +1147,7 @@ public Builder clearDisplayName() { onChanged(); return this; } + /** * * @@ -1166,6 +1196,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -1182,12 +1213,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -1201,6 +1234,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -1221,6 +1255,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -1247,6 +1282,7 @@ public Builder clearLabels() { internalGetMutableLabels().getMutableMap().clear(); return this; } + /** * * @@ -1263,12 +1299,14 @@ public Builder removeLabels(java.lang.String key) { internalGetMutableLabels().getMutableMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableLabels() { bitField0_ |= 0x00000008; return internalGetMutableLabels().getMutableMap(); } + /** * * @@ -1289,6 +1327,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { bitField0_ |= 0x00000008; return this; } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateUserInstanceConfigActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateUserInstanceConfigActionOrBuilder.java index 76cda1f783..caa303b039 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateUserInstanceConfigActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/UpdateUserInstanceConfigActionOrBuilder.java @@ -36,6 +36,7 @@ public interface UpdateUserInstanceConfigActionOrBuilder * @return The userConfigId. */ java.lang.String getUserConfigId(); + /** * * @@ -61,6 +62,7 @@ public interface UpdateUserInstanceConfigActionOrBuilder * @return The projectId. */ java.lang.String getProjectId(); + /** * * @@ -86,6 +88,7 @@ public interface UpdateUserInstanceConfigActionOrBuilder * @return Whether the displayName field is set. */ boolean hasDisplayName(); + /** * * @@ -98,6 +101,7 @@ public interface UpdateUserInstanceConfigActionOrBuilder * @return The displayName. */ java.lang.String getDisplayName(); + /** * * @@ -121,6 +125,7 @@ public interface UpdateUserInstanceConfigActionOrBuilder * map<string, string> labels = 4; */ int getLabelsCount(); + /** * * @@ -131,9 +136,11 @@ public interface UpdateUserInstanceConfigActionOrBuilder * map<string, string> labels = 4; */ boolean containsLabels(java.lang.String key); + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); + /** * * @@ -144,6 +151,7 @@ public interface UpdateUserInstanceConfigActionOrBuilder * map<string, string> labels = 4; */ java.util.Map getLabelsMap(); + /** * * @@ -158,6 +166,7 @@ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/Value.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/Value.java index c95700320d..f0cb84393b 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/Value.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/Value.java @@ -34,6 +34,7 @@ public final class Value extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.Value) ValueOrBuilder { private static final long serialVersionUID = 0L; + // Use Value.newBuilder() to construct. private Value(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -89,6 +90,7 @@ public enum ValueTypeCase private ValueTypeCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -140,6 +142,7 @@ public ValueTypeCase getValueTypeCase() { } public static final int IS_NULL_FIELD_NUMBER = 1; + /** * * @@ -155,6 +158,7 @@ public ValueTypeCase getValueTypeCase() { public boolean hasIsNull() { return valueTypeCase_ == 1; } + /** * * @@ -175,6 +179,7 @@ public boolean getIsNull() { } public static final int INT_VALUE_FIELD_NUMBER = 2; + /** * * @@ -191,6 +196,7 @@ public boolean getIsNull() { public boolean hasIntValue() { return valueTypeCase_ == 2; } + /** * * @@ -212,6 +218,7 @@ public long getIntValue() { } public static final int BOOL_VALUE_FIELD_NUMBER = 3; + /** * * @@ -227,6 +234,7 @@ public long getIntValue() { public boolean hasBoolValue() { return valueTypeCase_ == 3; } + /** * * @@ -247,6 +255,7 @@ public boolean getBoolValue() { } public static final int DOUBLE_VALUE_FIELD_NUMBER = 4; + /** * * @@ -263,6 +272,7 @@ public boolean getBoolValue() { public boolean hasDoubleValue() { return valueTypeCase_ == 4; } + /** * * @@ -284,6 +294,7 @@ public double getDoubleValue() { } public static final int BYTES_VALUE_FIELD_NUMBER = 5; + /** * * @@ -299,6 +310,7 @@ public double getDoubleValue() { public boolean hasBytesValue() { return valueTypeCase_ == 5; } + /** * * @@ -319,6 +331,7 @@ public com.google.protobuf.ByteString getBytesValue() { } public static final int STRING_VALUE_FIELD_NUMBER = 6; + /** * * @@ -333,6 +346,7 @@ public com.google.protobuf.ByteString getBytesValue() { public boolean hasStringValue() { return valueTypeCase_ == 6; } + /** * * @@ -360,6 +374,7 @@ public java.lang.String getStringValue() { return s; } } + /** * * @@ -389,6 +404,7 @@ public com.google.protobuf.ByteString getStringValueBytes() { } public static final int STRUCT_VALUE_FIELD_NUMBER = 7; + /** * * @@ -405,6 +421,7 @@ public com.google.protobuf.ByteString getStringValueBytes() { public boolean hasStructValue() { return valueTypeCase_ == 7; } + /** * * @@ -424,6 +441,7 @@ public com.google.spanner.executor.v1.ValueList getStructValue() { } return com.google.spanner.executor.v1.ValueList.getDefaultInstance(); } + /** * * @@ -443,6 +461,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStructValueOrBuilder } public static final int TIMESTAMP_VALUE_FIELD_NUMBER = 8; + /** * * @@ -458,6 +477,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStructValueOrBuilder public boolean hasTimestampValue() { return valueTypeCase_ == 8; } + /** * * @@ -476,6 +496,7 @@ public com.google.protobuf.Timestamp getTimestampValue() { } return com.google.protobuf.Timestamp.getDefaultInstance(); } + /** * * @@ -494,6 +515,7 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() { } public static final int DATE_DAYS_VALUE_FIELD_NUMBER = 9; + /** * * @@ -509,6 +531,7 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() { public boolean hasDateDaysValue() { return valueTypeCase_ == 9; } + /** * * @@ -529,6 +552,7 @@ public int getDateDaysValue() { } public static final int IS_COMMIT_TIMESTAMP_FIELD_NUMBER = 10; + /** * * @@ -544,6 +568,7 @@ public int getDateDaysValue() { public boolean hasIsCommitTimestamp() { return valueTypeCase_ == 10; } + /** * * @@ -564,6 +589,7 @@ public boolean getIsCommitTimestamp() { } public static final int ARRAY_VALUE_FIELD_NUMBER = 11; + /** * * @@ -580,6 +606,7 @@ public boolean getIsCommitTimestamp() { public boolean hasArrayValue() { return valueTypeCase_ == 11; } + /** * * @@ -599,6 +626,7 @@ public com.google.spanner.executor.v1.ValueList getArrayValue() { } return com.google.spanner.executor.v1.ValueList.getDefaultInstance(); } + /** * * @@ -619,6 +647,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getArrayValueOrBuilder( public static final int ARRAY_TYPE_FIELD_NUMBER = 12; private com.google.spanner.v1.Type arrayType_; + /** * * @@ -634,6 +663,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getArrayValueOrBuilder( public boolean hasArrayType() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -649,6 +679,7 @@ public boolean hasArrayType() { public com.google.spanner.v1.Type getArrayType() { return arrayType_ == null ? com.google.spanner.v1.Type.getDefaultInstance() : arrayType_; } + /** * * @@ -1001,6 +1032,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1381,6 +1413,7 @@ public Builder clearValueType() { public boolean hasIsNull() { return valueTypeCase_ == 1; } + /** * * @@ -1398,6 +1431,7 @@ public boolean getIsNull() { } return false; } + /** * * @@ -1417,6 +1451,7 @@ public Builder setIsNull(boolean value) { onChanged(); return this; } + /** * * @@ -1452,6 +1487,7 @@ public Builder clearIsNull() { public boolean hasIntValue() { return valueTypeCase_ == 2; } + /** * * @@ -1470,6 +1506,7 @@ public long getIntValue() { } return 0L; } + /** * * @@ -1490,6 +1527,7 @@ public Builder setIntValue(long value) { onChanged(); return this; } + /** * * @@ -1525,6 +1563,7 @@ public Builder clearIntValue() { public boolean hasBoolValue() { return valueTypeCase_ == 3; } + /** * * @@ -1542,6 +1581,7 @@ public boolean getBoolValue() { } return false; } + /** * * @@ -1561,6 +1601,7 @@ public Builder setBoolValue(boolean value) { onChanged(); return this; } + /** * * @@ -1596,6 +1637,7 @@ public Builder clearBoolValue() { public boolean hasDoubleValue() { return valueTypeCase_ == 4; } + /** * * @@ -1614,6 +1656,7 @@ public double getDoubleValue() { } return 0D; } + /** * * @@ -1634,6 +1677,7 @@ public Builder setDoubleValue(double value) { onChanged(); return this; } + /** * * @@ -1669,6 +1713,7 @@ public Builder clearDoubleValue() { public boolean hasBytesValue() { return valueTypeCase_ == 5; } + /** * * @@ -1686,6 +1731,7 @@ public com.google.protobuf.ByteString getBytesValue() { } return com.google.protobuf.ByteString.EMPTY; } + /** * * @@ -1707,6 +1753,7 @@ public Builder setBytesValue(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -1742,6 +1789,7 @@ public Builder clearBytesValue() { public boolean hasStringValue() { return valueTypeCase_ == 6; } + /** * * @@ -1770,6 +1818,7 @@ public java.lang.String getStringValue() { return (java.lang.String) ref; } } + /** * * @@ -1798,6 +1847,7 @@ public com.google.protobuf.ByteString getStringValueBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1819,6 +1869,7 @@ public Builder setStringValue(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1838,6 +1889,7 @@ public Builder clearStringValue() { } return this; } + /** * * @@ -1866,6 +1918,7 @@ public Builder setStringValueBytes(com.google.protobuf.ByteString value) { com.google.spanner.executor.v1.ValueList.Builder, com.google.spanner.executor.v1.ValueListOrBuilder> structValueBuilder_; + /** * * @@ -1882,6 +1935,7 @@ public Builder setStringValueBytes(com.google.protobuf.ByteString value) { public boolean hasStructValue() { return valueTypeCase_ == 7; } + /** * * @@ -1908,6 +1962,7 @@ public com.google.spanner.executor.v1.ValueList getStructValue() { return com.google.spanner.executor.v1.ValueList.getDefaultInstance(); } } + /** * * @@ -1931,6 +1986,7 @@ public Builder setStructValue(com.google.spanner.executor.v1.ValueList value) { valueTypeCase_ = 7; return this; } + /** * * @@ -1952,6 +2008,7 @@ public Builder setStructValue( valueTypeCase_ = 7; return this; } + /** * * @@ -1985,6 +2042,7 @@ public Builder mergeStructValue(com.google.spanner.executor.v1.ValueList value) valueTypeCase_ = 7; return this; } + /** * * @@ -2011,6 +2069,7 @@ public Builder clearStructValue() { } return this; } + /** * * @@ -2024,6 +2083,7 @@ public Builder clearStructValue() { public com.google.spanner.executor.v1.ValueList.Builder getStructValueBuilder() { return getStructValueFieldBuilder().getBuilder(); } + /** * * @@ -2045,6 +2105,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStructValueOrBuilder return com.google.spanner.executor.v1.ValueList.getDefaultInstance(); } } + /** * * @@ -2084,6 +2145,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStructValueOrBuilder com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> timestampValueBuilder_; + /** * * @@ -2099,6 +2161,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getStructValueOrBuilder public boolean hasTimestampValue() { return valueTypeCase_ == 8; } + /** * * @@ -2124,6 +2187,7 @@ public com.google.protobuf.Timestamp getTimestampValue() { return com.google.protobuf.Timestamp.getDefaultInstance(); } } + /** * * @@ -2146,6 +2210,7 @@ public Builder setTimestampValue(com.google.protobuf.Timestamp value) { valueTypeCase_ = 8; return this; } + /** * * @@ -2165,6 +2230,7 @@ public Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderFo valueTypeCase_ = 8; return this; } + /** * * @@ -2196,6 +2262,7 @@ public Builder mergeTimestampValue(com.google.protobuf.Timestamp value) { valueTypeCase_ = 8; return this; } + /** * * @@ -2221,6 +2288,7 @@ public Builder clearTimestampValue() { } return this; } + /** * * @@ -2233,6 +2301,7 @@ public Builder clearTimestampValue() { public com.google.protobuf.Timestamp.Builder getTimestampValueBuilder() { return getTimestampValueFieldBuilder().getBuilder(); } + /** * * @@ -2253,6 +2322,7 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() { return com.google.protobuf.Timestamp.getDefaultInstance(); } } + /** * * @@ -2298,6 +2368,7 @@ public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder() { public boolean hasDateDaysValue() { return valueTypeCase_ == 9; } + /** * * @@ -2315,6 +2386,7 @@ public int getDateDaysValue() { } return 0; } + /** * * @@ -2334,6 +2406,7 @@ public Builder setDateDaysValue(int value) { onChanged(); return this; } + /** * * @@ -2368,6 +2441,7 @@ public Builder clearDateDaysValue() { public boolean hasIsCommitTimestamp() { return valueTypeCase_ == 10; } + /** * * @@ -2385,6 +2459,7 @@ public boolean getIsCommitTimestamp() { } return false; } + /** * * @@ -2404,6 +2479,7 @@ public Builder setIsCommitTimestamp(boolean value) { onChanged(); return this; } + /** * * @@ -2429,6 +2505,7 @@ public Builder clearIsCommitTimestamp() { com.google.spanner.executor.v1.ValueList.Builder, com.google.spanner.executor.v1.ValueListOrBuilder> arrayValueBuilder_; + /** * * @@ -2445,6 +2522,7 @@ public Builder clearIsCommitTimestamp() { public boolean hasArrayValue() { return valueTypeCase_ == 11; } + /** * * @@ -2471,6 +2549,7 @@ public com.google.spanner.executor.v1.ValueList getArrayValue() { return com.google.spanner.executor.v1.ValueList.getDefaultInstance(); } } + /** * * @@ -2494,6 +2573,7 @@ public Builder setArrayValue(com.google.spanner.executor.v1.ValueList value) { valueTypeCase_ = 11; return this; } + /** * * @@ -2514,6 +2594,7 @@ public Builder setArrayValue(com.google.spanner.executor.v1.ValueList.Builder bu valueTypeCase_ = 11; return this; } + /** * * @@ -2547,6 +2628,7 @@ public Builder mergeArrayValue(com.google.spanner.executor.v1.ValueList value) { valueTypeCase_ = 11; return this; } + /** * * @@ -2573,6 +2655,7 @@ public Builder clearArrayValue() { } return this; } + /** * * @@ -2586,6 +2669,7 @@ public Builder clearArrayValue() { public com.google.spanner.executor.v1.ValueList.Builder getArrayValueBuilder() { return getArrayValueFieldBuilder().getBuilder(); } + /** * * @@ -2607,6 +2691,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getArrayValueOrBuilder( return com.google.spanner.executor.v1.ValueList.getDefaultInstance(); } } + /** * * @@ -2647,6 +2732,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getArrayValueOrBuilder( com.google.spanner.v1.Type.Builder, com.google.spanner.v1.TypeOrBuilder> arrayTypeBuilder_; + /** * * @@ -2661,6 +2747,7 @@ public com.google.spanner.executor.v1.ValueListOrBuilder getArrayValueOrBuilder( public boolean hasArrayType() { return ((bitField0_ & 0x00000800) != 0); } + /** * * @@ -2679,6 +2766,7 @@ public com.google.spanner.v1.Type getArrayType() { return arrayTypeBuilder_.getMessage(); } } + /** * * @@ -2701,6 +2789,7 @@ public Builder setArrayType(com.google.spanner.v1.Type value) { onChanged(); return this; } + /** * * @@ -2720,6 +2809,7 @@ public Builder setArrayType(com.google.spanner.v1.Type.Builder builderForValue) onChanged(); return this; } + /** * * @@ -2747,6 +2837,7 @@ public Builder mergeArrayType(com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -2766,6 +2857,7 @@ public Builder clearArrayType() { onChanged(); return this; } + /** * * @@ -2780,6 +2872,7 @@ public com.google.spanner.v1.Type.Builder getArrayTypeBuilder() { onChanged(); return getArrayTypeFieldBuilder().getBuilder(); } + /** * * @@ -2796,6 +2889,7 @@ public com.google.spanner.v1.TypeOrBuilder getArrayTypeOrBuilder() { return arrayType_ == null ? com.google.spanner.v1.Type.getDefaultInstance() : arrayType_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueList.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueList.java index 4c43f434fe..7e39b85690 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueList.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueList.java @@ -33,6 +33,7 @@ public final class ValueList extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.ValueList) ValueListOrBuilder { private static final long serialVersionUID = 0L; + // Use ValueList.newBuilder() to construct. private ValueList(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List value_; + /** * * @@ -80,6 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getValueList() { return value_; } + /** * * @@ -94,6 +97,7 @@ public java.util.List getValueList() { getValueOrBuilderList() { return value_; } + /** * * @@ -107,6 +111,7 @@ public java.util.List getValueList() { public int getValueCount() { return value_.size(); } + /** * * @@ -120,6 +125,7 @@ public int getValueCount() { public com.google.spanner.executor.v1.Value getValue(int index) { return value_.get(index); } + /** * * @@ -294,6 +300,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -553,6 +560,7 @@ public java.util.List getValueList() { return valueBuilder_.getMessageList(); } } + /** * * @@ -569,6 +577,7 @@ public int getValueCount() { return valueBuilder_.getCount(); } } + /** * * @@ -585,6 +594,7 @@ public com.google.spanner.executor.v1.Value getValue(int index) { return valueBuilder_.getMessage(index); } } + /** * * @@ -607,6 +617,7 @@ public Builder setValue(int index, com.google.spanner.executor.v1.Value value) { } return this; } + /** * * @@ -627,6 +638,7 @@ public Builder setValue( } return this; } + /** * * @@ -649,6 +661,7 @@ public Builder addValue(com.google.spanner.executor.v1.Value value) { } return this; } + /** * * @@ -671,6 +684,7 @@ public Builder addValue(int index, com.google.spanner.executor.v1.Value value) { } return this; } + /** * * @@ -690,6 +704,7 @@ public Builder addValue(com.google.spanner.executor.v1.Value.Builder builderForV } return this; } + /** * * @@ -710,6 +725,7 @@ public Builder addValue( } return this; } + /** * * @@ -730,6 +746,7 @@ public Builder addAllValue( } return this; } + /** * * @@ -749,6 +766,7 @@ public Builder clearValue() { } return this; } + /** * * @@ -768,6 +786,7 @@ public Builder removeValue(int index) { } return this; } + /** * * @@ -780,6 +799,7 @@ public Builder removeValue(int index) { public com.google.spanner.executor.v1.Value.Builder getValueBuilder(int index) { return getValueFieldBuilder().getBuilder(index); } + /** * * @@ -796,6 +816,7 @@ public com.google.spanner.executor.v1.ValueOrBuilder getValueOrBuilder(int index return valueBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -813,6 +834,7 @@ public com.google.spanner.executor.v1.ValueOrBuilder getValueOrBuilder(int index return java.util.Collections.unmodifiableList(value_); } } + /** * * @@ -826,6 +848,7 @@ public com.google.spanner.executor.v1.Value.Builder addValueBuilder() { return getValueFieldBuilder() .addBuilder(com.google.spanner.executor.v1.Value.getDefaultInstance()); } + /** * * @@ -839,6 +862,7 @@ public com.google.spanner.executor.v1.Value.Builder addValueBuilder(int index) { return getValueFieldBuilder() .addBuilder(index, com.google.spanner.executor.v1.Value.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueListOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueListOrBuilder.java index 1707ba1dbc..05a4bac44c 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueListOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueListOrBuilder.java @@ -34,6 +34,7 @@ public interface ValueListOrBuilder * repeated .google.spanner.executor.v1.Value value = 1; */ java.util.List getValueList(); + /** * * @@ -44,6 +45,7 @@ public interface ValueListOrBuilder * repeated .google.spanner.executor.v1.Value value = 1; */ com.google.spanner.executor.v1.Value getValue(int index); + /** * * @@ -54,6 +56,7 @@ public interface ValueListOrBuilder * repeated .google.spanner.executor.v1.Value value = 1; */ int getValueCount(); + /** * * @@ -64,6 +67,7 @@ public interface ValueListOrBuilder * repeated .google.spanner.executor.v1.Value value = 1; */ java.util.List getValueOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueOrBuilder.java index 3d67b9755a..b1a1327964 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/ValueOrBuilder.java @@ -36,6 +36,7 @@ public interface ValueOrBuilder * @return Whether the isNull field is set. */ boolean hasIsNull(); + /** * * @@ -62,6 +63,7 @@ public interface ValueOrBuilder * @return Whether the intValue field is set. */ boolean hasIntValue(); + /** * * @@ -88,6 +90,7 @@ public interface ValueOrBuilder * @return Whether the boolValue field is set. */ boolean hasBoolValue(); + /** * * @@ -114,6 +117,7 @@ public interface ValueOrBuilder * @return Whether the doubleValue field is set. */ boolean hasDoubleValue(); + /** * * @@ -140,6 +144,7 @@ public interface ValueOrBuilder * @return Whether the bytesValue field is set. */ boolean hasBytesValue(); + /** * * @@ -165,6 +170,7 @@ public interface ValueOrBuilder * @return Whether the stringValue field is set. */ boolean hasStringValue(); + /** * * @@ -177,6 +183,7 @@ public interface ValueOrBuilder * @return The stringValue. */ java.lang.String getStringValue(); + /** * * @@ -203,6 +210,7 @@ public interface ValueOrBuilder * @return Whether the structValue field is set. */ boolean hasStructValue(); + /** * * @@ -216,6 +224,7 @@ public interface ValueOrBuilder * @return The structValue. */ com.google.spanner.executor.v1.ValueList getStructValue(); + /** * * @@ -240,6 +249,7 @@ public interface ValueOrBuilder * @return Whether the timestampValue field is set. */ boolean hasTimestampValue(); + /** * * @@ -252,6 +262,7 @@ public interface ValueOrBuilder * @return The timestampValue. */ com.google.protobuf.Timestamp getTimestampValue(); + /** * * @@ -275,6 +286,7 @@ public interface ValueOrBuilder * @return Whether the dateDaysValue field is set. */ boolean hasDateDaysValue(); + /** * * @@ -300,6 +312,7 @@ public interface ValueOrBuilder * @return Whether the isCommitTimestamp field is set. */ boolean hasIsCommitTimestamp(); + /** * * @@ -326,6 +339,7 @@ public interface ValueOrBuilder * @return Whether the arrayValue field is set. */ boolean hasArrayValue(); + /** * * @@ -339,6 +353,7 @@ public interface ValueOrBuilder * @return The arrayValue. */ com.google.spanner.executor.v1.ValueList getArrayValue(); + /** * * @@ -363,6 +378,7 @@ public interface ValueOrBuilder * @return Whether the arrayType field is set. */ boolean hasArrayType(); + /** * * @@ -375,6 +391,7 @@ public interface ValueOrBuilder * @return The arrayType. */ com.google.spanner.v1.Type getArrayType(); + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/WriteMutationsAction.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/WriteMutationsAction.java index fb49a73325..c219ecead6 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/WriteMutationsAction.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/WriteMutationsAction.java @@ -34,6 +34,7 @@ public final class WriteMutationsAction extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.executor.v1.WriteMutationsAction) WriteMutationsActionOrBuilder { private static final long serialVersionUID = 0L; + // Use WriteMutationsAction.newBuilder() to construct. private WriteMutationsAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int MUTATION_FIELD_NUMBER = 1; private com.google.spanner.executor.v1.MutationAction mutation_; + /** * * @@ -80,6 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasMutation() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -97,6 +100,7 @@ public com.google.spanner.executor.v1.MutationAction getMutation() { ? com.google.spanner.executor.v1.MutationAction.getDefaultInstance() : mutation_; } + /** * * @@ -277,6 +281,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -481,6 +486,7 @@ public Builder mergeFrom( com.google.spanner.executor.v1.MutationAction.Builder, com.google.spanner.executor.v1.MutationActionOrBuilder> mutationBuilder_; + /** * * @@ -495,6 +501,7 @@ public Builder mergeFrom( public boolean hasMutation() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -515,6 +522,7 @@ public com.google.spanner.executor.v1.MutationAction getMutation() { return mutationBuilder_.getMessage(); } } + /** * * @@ -537,6 +545,7 @@ public Builder setMutation(com.google.spanner.executor.v1.MutationAction value) onChanged(); return this; } + /** * * @@ -557,6 +566,7 @@ public Builder setMutation( onChanged(); return this; } + /** * * @@ -584,6 +594,7 @@ public Builder mergeMutation(com.google.spanner.executor.v1.MutationAction value } return this; } + /** * * @@ -603,6 +614,7 @@ public Builder clearMutation() { onChanged(); return this; } + /** * * @@ -617,6 +629,7 @@ public com.google.spanner.executor.v1.MutationAction.Builder getMutationBuilder( onChanged(); return getMutationFieldBuilder().getBuilder(); } + /** * * @@ -635,6 +648,7 @@ public com.google.spanner.executor.v1.MutationActionOrBuilder getMutationOrBuild : mutation_; } } + /** * * diff --git a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/WriteMutationsActionOrBuilder.java b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/WriteMutationsActionOrBuilder.java index 9920765108..f259cef49b 100644 --- a/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/WriteMutationsActionOrBuilder.java +++ b/proto-google-cloud-spanner-executor-v1/src/main/java/com/google/spanner/executor/v1/WriteMutationsActionOrBuilder.java @@ -36,6 +36,7 @@ public interface WriteMutationsActionOrBuilder * @return Whether the mutation field is set. */ boolean hasMutation(); + /** * * @@ -48,6 +49,7 @@ public interface WriteMutationsActionOrBuilder * @return The mutation. */ com.google.spanner.executor.v1.MutationAction getMutation(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequest.java index 5d086e475f..d8adf7aecb 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequest.java @@ -34,6 +34,7 @@ public final class BatchCreateSessionsRequest extends com.google.protobuf.Genera // @@protoc_insertion_point(message_implements:google.spanner.v1.BatchCreateSessionsRequest) BatchCreateSessionsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use BatchCreateSessionsRequest.newBuilder() to construct. private BatchCreateSessionsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -122,6 +125,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public static final int SESSION_TEMPLATE_FIELD_NUMBER = 2; private com.google.spanner.v1.Session sessionTemplate_; + /** * * @@ -137,6 +141,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public boolean hasSessionTemplate() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -154,6 +159,7 @@ public com.google.spanner.v1.Session getSessionTemplate() { ? com.google.spanner.v1.Session.getDefaultInstance() : sessionTemplate_; } + /** * * @@ -172,6 +178,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() { public static final int SESSION_COUNT_FIELD_NUMBER = 3; private int sessionCount_ = 0; + /** * * @@ -375,6 +382,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -603,6 +611,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -627,6 +636,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -651,6 +661,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -674,6 +685,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -693,6 +705,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -724,6 +737,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.Session.Builder, com.google.spanner.v1.SessionOrBuilder> sessionTemplateBuilder_; + /** * * @@ -738,6 +752,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { public boolean hasSessionTemplate() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -758,6 +773,7 @@ public com.google.spanner.v1.Session getSessionTemplate() { return sessionTemplateBuilder_.getMessage(); } } + /** * * @@ -780,6 +796,7 @@ public Builder setSessionTemplate(com.google.spanner.v1.Session value) { onChanged(); return this; } + /** * * @@ -799,6 +816,7 @@ public Builder setSessionTemplate(com.google.spanner.v1.Session.Builder builderF onChanged(); return this; } + /** * * @@ -826,6 +844,7 @@ public Builder mergeSessionTemplate(com.google.spanner.v1.Session value) { } return this; } + /** * * @@ -845,6 +864,7 @@ public Builder clearSessionTemplate() { onChanged(); return this; } + /** * * @@ -859,6 +879,7 @@ public com.google.spanner.v1.Session.Builder getSessionTemplateBuilder() { onChanged(); return getSessionTemplateFieldBuilder().getBuilder(); } + /** * * @@ -877,6 +898,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() { : sessionTemplate_; } } + /** * * @@ -904,6 +926,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() { } private int sessionCount_; + /** * * @@ -924,6 +947,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionTemplateOrBuilder() { public int getSessionCount() { return sessionCount_; } + /** * * @@ -948,6 +972,7 @@ public Builder setSessionCount(int value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequestOrBuilder.java index bd4113915d..0461986bb0 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface BatchCreateSessionsRequestOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * @@ -65,6 +66,7 @@ public interface BatchCreateSessionsRequestOrBuilder * @return Whether the sessionTemplate field is set. */ boolean hasSessionTemplate(); + /** * * @@ -77,6 +79,7 @@ public interface BatchCreateSessionsRequestOrBuilder * @return The sessionTemplate. */ com.google.spanner.v1.Session getSessionTemplate(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsResponse.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsResponse.java index 7aaf50e90b..5cc1a81310 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsResponse.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsResponse.java @@ -34,6 +34,7 @@ public final class BatchCreateSessionsResponse extends com.google.protobuf.Gener // @@protoc_insertion_point(message_implements:google.spanner.v1.BatchCreateSessionsResponse) BatchCreateSessionsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use BatchCreateSessionsResponse.newBuilder() to construct. private BatchCreateSessionsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List session_; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getSessionList() { return session_; } + /** * * @@ -95,6 +98,7 @@ public java.util.List getSessionList() { getSessionOrBuilderList() { return session_; } + /** * * @@ -108,6 +112,7 @@ public java.util.List getSessionList() { public int getSessionCount() { return session_.size(); } + /** * * @@ -121,6 +126,7 @@ public int getSessionCount() { public com.google.spanner.v1.Session getSession(int index) { return session_.get(index); } + /** * * @@ -296,6 +302,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -557,6 +564,7 @@ public java.util.List getSessionList() { return sessionBuilder_.getMessageList(); } } + /** * * @@ -573,6 +581,7 @@ public int getSessionCount() { return sessionBuilder_.getCount(); } } + /** * * @@ -589,6 +598,7 @@ public com.google.spanner.v1.Session getSession(int index) { return sessionBuilder_.getMessage(index); } } + /** * * @@ -611,6 +621,7 @@ public Builder setSession(int index, com.google.spanner.v1.Session value) { } return this; } + /** * * @@ -630,6 +641,7 @@ public Builder setSession(int index, com.google.spanner.v1.Session.Builder build } return this; } + /** * * @@ -652,6 +664,7 @@ public Builder addSession(com.google.spanner.v1.Session value) { } return this; } + /** * * @@ -674,6 +687,7 @@ public Builder addSession(int index, com.google.spanner.v1.Session value) { } return this; } + /** * * @@ -693,6 +707,7 @@ public Builder addSession(com.google.spanner.v1.Session.Builder builderForValue) } return this; } + /** * * @@ -712,6 +727,7 @@ public Builder addSession(int index, com.google.spanner.v1.Session.Builder build } return this; } + /** * * @@ -732,6 +748,7 @@ public Builder addAllSession( } return this; } + /** * * @@ -751,6 +768,7 @@ public Builder clearSession() { } return this; } + /** * * @@ -770,6 +788,7 @@ public Builder removeSession(int index) { } return this; } + /** * * @@ -782,6 +801,7 @@ public Builder removeSession(int index) { public com.google.spanner.v1.Session.Builder getSessionBuilder(int index) { return getSessionFieldBuilder().getBuilder(index); } + /** * * @@ -798,6 +818,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionOrBuilder(int index) { return sessionBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -815,6 +836,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionOrBuilder(int index) { return java.util.Collections.unmodifiableList(session_); } } + /** * * @@ -828,6 +850,7 @@ public com.google.spanner.v1.Session.Builder addSessionBuilder() { return getSessionFieldBuilder() .addBuilder(com.google.spanner.v1.Session.getDefaultInstance()); } + /** * * @@ -841,6 +864,7 @@ public com.google.spanner.v1.Session.Builder addSessionBuilder(int index) { return getSessionFieldBuilder() .addBuilder(index, com.google.spanner.v1.Session.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsResponseOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsResponseOrBuilder.java index 5bd6e5e206..5c0f138589 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsResponseOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchCreateSessionsResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface BatchCreateSessionsResponseOrBuilder * repeated .google.spanner.v1.Session session = 1; */ java.util.List getSessionList(); + /** * * @@ -44,6 +45,7 @@ public interface BatchCreateSessionsResponseOrBuilder * repeated .google.spanner.v1.Session session = 1; */ com.google.spanner.v1.Session getSession(int index); + /** * * @@ -54,6 +56,7 @@ public interface BatchCreateSessionsResponseOrBuilder * repeated .google.spanner.v1.Session session = 1; */ int getSessionCount(); + /** * * @@ -64,6 +67,7 @@ public interface BatchCreateSessionsResponseOrBuilder * repeated .google.spanner.v1.Session session = 1; */ java.util.List getSessionOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteRequest.java index 109b92bb53..7d51f2e217 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteRequest.java @@ -33,6 +33,7 @@ public final class BatchWriteRequest extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.v1.BatchWriteRequest) BatchWriteRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use BatchWriteRequest.newBuilder() to construct. private BatchWriteRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -81,6 +82,7 @@ public interface MutationGroupOrBuilder * */ java.util.List getMutationsList(); + /** * * @@ -93,6 +95,7 @@ public interface MutationGroupOrBuilder * */ com.google.spanner.v1.Mutation getMutations(int index); + /** * * @@ -105,6 +108,7 @@ public interface MutationGroupOrBuilder * */ int getMutationsCount(); + /** * * @@ -117,6 +121,7 @@ public interface MutationGroupOrBuilder * */ java.util.List getMutationsOrBuilderList(); + /** * * @@ -130,6 +135,7 @@ public interface MutationGroupOrBuilder */ com.google.spanner.v1.MutationOrBuilder getMutationsOrBuilder(int index); } + /** * * @@ -146,6 +152,7 @@ public static final class MutationGroup extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.v1.BatchWriteRequest.MutationGroup) MutationGroupOrBuilder { private static final long serialVersionUID = 0L; + // Use MutationGroup.newBuilder() to construct. private MutationGroup(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -180,6 +187,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List mutations_; + /** * * @@ -195,6 +203,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getMutationsList() { return mutations_; } + /** * * @@ -211,6 +220,7 @@ public java.util.List getMutationsList() { getMutationsOrBuilderList() { return mutations_; } + /** * * @@ -226,6 +236,7 @@ public java.util.List getMutationsList() { public int getMutationsCount() { return mutations_.size(); } + /** * * @@ -241,6 +252,7 @@ public int getMutationsCount() { public com.google.spanner.v1.Mutation getMutations(int index) { return mutations_.get(index); } + /** * * @@ -420,6 +432,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -687,6 +700,7 @@ public java.util.List getMutationsList() { return mutationsBuilder_.getMessageList(); } } + /** * * @@ -705,6 +719,7 @@ public int getMutationsCount() { return mutationsBuilder_.getCount(); } } + /** * * @@ -723,6 +738,7 @@ public com.google.spanner.v1.Mutation getMutations(int index) { return mutationsBuilder_.getMessage(index); } } + /** * * @@ -747,6 +763,7 @@ public Builder setMutations(int index, com.google.spanner.v1.Mutation value) { } return this; } + /** * * @@ -769,6 +786,7 @@ public Builder setMutations( } return this; } + /** * * @@ -793,6 +811,7 @@ public Builder addMutations(com.google.spanner.v1.Mutation value) { } return this; } + /** * * @@ -817,6 +836,7 @@ public Builder addMutations(int index, com.google.spanner.v1.Mutation value) { } return this; } + /** * * @@ -838,6 +858,7 @@ public Builder addMutations(com.google.spanner.v1.Mutation.Builder builderForVal } return this; } + /** * * @@ -860,6 +881,7 @@ public Builder addMutations( } return this; } + /** * * @@ -882,6 +904,7 @@ public Builder addAllMutations( } return this; } + /** * * @@ -903,6 +926,7 @@ public Builder clearMutations() { } return this; } + /** * * @@ -924,6 +948,7 @@ public Builder removeMutations(int index) { } return this; } + /** * * @@ -938,6 +963,7 @@ public Builder removeMutations(int index) { public com.google.spanner.v1.Mutation.Builder getMutationsBuilder(int index) { return getMutationsFieldBuilder().getBuilder(index); } + /** * * @@ -956,6 +982,7 @@ public com.google.spanner.v1.MutationOrBuilder getMutationsOrBuilder(int index) return mutationsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -975,6 +1002,7 @@ public com.google.spanner.v1.MutationOrBuilder getMutationsOrBuilder(int index) return java.util.Collections.unmodifiableList(mutations_); } } + /** * * @@ -990,6 +1018,7 @@ public com.google.spanner.v1.Mutation.Builder addMutationsBuilder() { return getMutationsFieldBuilder() .addBuilder(com.google.spanner.v1.Mutation.getDefaultInstance()); } + /** * * @@ -1005,6 +1034,7 @@ public com.google.spanner.v1.Mutation.Builder addMutationsBuilder(int index) { return getMutationsFieldBuilder() .addBuilder(index, com.google.spanner.v1.Mutation.getDefaultInstance()); } + /** * * @@ -1106,6 +1136,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup getDefaultInstanceF @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; + /** * * @@ -1131,6 +1162,7 @@ public java.lang.String getSession() { return s; } } + /** * * @@ -1159,6 +1191,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public static final int REQUEST_OPTIONS_FIELD_NUMBER = 3; private com.google.spanner.v1.RequestOptions requestOptions_; + /** * * @@ -1174,6 +1207,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1191,6 +1225,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { ? com.google.spanner.v1.RequestOptions.getDefaultInstance() : requestOptions_; } + /** * * @@ -1211,6 +1246,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( @SuppressWarnings("serial") private java.util.List mutationGroups_; + /** * * @@ -1227,6 +1263,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( getMutationGroupsList() { return mutationGroups_; } + /** * * @@ -1243,6 +1280,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( getMutationGroupsOrBuilderList() { return mutationGroups_; } + /** * * @@ -1258,6 +1296,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public int getMutationGroupsCount() { return mutationGroups_.size(); } + /** * * @@ -1273,6 +1312,7 @@ public int getMutationGroupsCount() { public com.google.spanner.v1.BatchWriteRequest.MutationGroup getMutationGroups(int index) { return mutationGroups_.get(index); } + /** * * @@ -1292,6 +1332,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroupOrBuilder getMutatio public static final int EXCLUDE_TXN_FROM_CHANGE_STREAMS_FIELD_NUMBER = 5; private boolean excludeTxnFromChangeStreams_ = false; + /** * * @@ -1513,6 +1554,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1801,6 +1843,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object session_ = ""; + /** * * @@ -1825,6 +1868,7 @@ public java.lang.String getSession() { return (java.lang.String) ref; } } + /** * * @@ -1849,6 +1893,7 @@ public com.google.protobuf.ByteString getSessionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1872,6 +1917,7 @@ public Builder setSession(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1891,6 +1937,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -1922,6 +1969,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.RequestOptions.Builder, com.google.spanner.v1.RequestOptionsOrBuilder> requestOptionsBuilder_; + /** * * @@ -1936,6 +1984,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1956,6 +2005,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { return requestOptionsBuilder_.getMessage(); } } + /** * * @@ -1978,6 +2028,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions value) { onChanged(); return this; } + /** * * @@ -1997,6 +2048,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions.Builder bu onChanged(); return this; } + /** * * @@ -2024,6 +2076,7 @@ public Builder mergeRequestOptions(com.google.spanner.v1.RequestOptions value) { } return this; } + /** * * @@ -2043,6 +2096,7 @@ public Builder clearRequestOptions() { onChanged(); return this; } + /** * * @@ -2057,6 +2111,7 @@ public com.google.spanner.v1.RequestOptions.Builder getRequestOptionsBuilder() { onChanged(); return getRequestOptionsFieldBuilder().getBuilder(); } + /** * * @@ -2075,6 +2130,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( : requestOptions_; } } + /** * * @@ -2138,6 +2194,7 @@ private void ensureMutationGroupsIsMutable() { return mutationGroupsBuilder_.getMessageList(); } } + /** * * @@ -2156,6 +2213,7 @@ public int getMutationGroupsCount() { return mutationGroupsBuilder_.getCount(); } } + /** * * @@ -2174,6 +2232,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup getMutationGroups(i return mutationGroupsBuilder_.getMessage(index); } } + /** * * @@ -2199,6 +2258,7 @@ public Builder setMutationGroups( } return this; } + /** * * @@ -2221,6 +2281,7 @@ public Builder setMutationGroups( } return this; } + /** * * @@ -2245,6 +2306,7 @@ public Builder addMutationGroups(com.google.spanner.v1.BatchWriteRequest.Mutatio } return this; } + /** * * @@ -2270,6 +2332,7 @@ public Builder addMutationGroups( } return this; } + /** * * @@ -2292,6 +2355,7 @@ public Builder addMutationGroups( } return this; } + /** * * @@ -2314,6 +2378,7 @@ public Builder addMutationGroups( } return this; } + /** * * @@ -2337,6 +2402,7 @@ public Builder addAllMutationGroups( } return this; } + /** * * @@ -2358,6 +2424,7 @@ public Builder clearMutationGroups() { } return this; } + /** * * @@ -2379,6 +2446,7 @@ public Builder removeMutationGroups(int index) { } return this; } + /** * * @@ -2394,6 +2462,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup.Builder getMutation int index) { return getMutationGroupsFieldBuilder().getBuilder(index); } + /** * * @@ -2413,6 +2482,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup.Builder getMutation return mutationGroupsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -2432,6 +2502,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup.Builder getMutation return java.util.Collections.unmodifiableList(mutationGroups_); } } + /** * * @@ -2448,6 +2519,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup.Builder getMutation return getMutationGroupsFieldBuilder() .addBuilder(com.google.spanner.v1.BatchWriteRequest.MutationGroup.getDefaultInstance()); } + /** * * @@ -2465,6 +2537,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup.Builder addMutation .addBuilder( index, com.google.spanner.v1.BatchWriteRequest.MutationGroup.getDefaultInstance()); } + /** * * @@ -2502,6 +2575,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup.Builder addMutation } private boolean excludeTxnFromChangeStreams_; + /** * * @@ -2529,6 +2603,7 @@ public com.google.spanner.v1.BatchWriteRequest.MutationGroup.Builder addMutation public boolean getExcludeTxnFromChangeStreams() { return excludeTxnFromChangeStreams_; } + /** * * @@ -2560,6 +2635,7 @@ public Builder setExcludeTxnFromChangeStreams(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteRequestOrBuilder.java index 9142a5f6fb..80cdbc25db 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface BatchWriteRequestOrBuilder * @return The session. */ java.lang.String getSession(); + /** * * @@ -65,6 +66,7 @@ public interface BatchWriteRequestOrBuilder * @return Whether the requestOptions field is set. */ boolean hasRequestOptions(); + /** * * @@ -77,6 +79,7 @@ public interface BatchWriteRequestOrBuilder * @return The requestOptions. */ com.google.spanner.v1.RequestOptions getRequestOptions(); + /** * * @@ -100,6 +103,7 @@ public interface BatchWriteRequestOrBuilder * */ java.util.List getMutationGroupsList(); + /** * * @@ -112,6 +116,7 @@ public interface BatchWriteRequestOrBuilder * */ com.google.spanner.v1.BatchWriteRequest.MutationGroup getMutationGroups(int index); + /** * * @@ -124,6 +129,7 @@ public interface BatchWriteRequestOrBuilder * */ int getMutationGroupsCount(); + /** * * @@ -137,6 +143,7 @@ public interface BatchWriteRequestOrBuilder */ java.util.List getMutationGroupsOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteResponse.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteResponse.java index 0177258fd0..d7107fc2c2 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteResponse.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteResponse.java @@ -33,6 +33,7 @@ public final class BatchWriteResponse extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.v1.BatchWriteResponse) BatchWriteResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use BatchWriteResponse.newBuilder() to construct. private BatchWriteResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList indexes_ = emptyIntList(); + /** * * @@ -84,6 +86,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getIndexesList() { return indexes_; } + /** * * @@ -99,6 +102,7 @@ public java.util.List getIndexesList() { public int getIndexesCount() { return indexes_.size(); } + /** * * @@ -120,6 +124,7 @@ public int getIndexes(int index) { public static final int STATUS_FIELD_NUMBER = 2; private com.google.rpc.Status status_; + /** * * @@ -135,6 +140,7 @@ public int getIndexes(int index) { public boolean hasStatus() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -150,6 +156,7 @@ public boolean hasStatus() { public com.google.rpc.Status getStatus() { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } + /** * * @@ -166,6 +173,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { public static final int COMMIT_TIMESTAMP_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp commitTimestamp_; + /** * * @@ -182,6 +190,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { public boolean hasCommitTimestamp() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -200,6 +209,7 @@ public com.google.protobuf.Timestamp getCommitTimestamp() { ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTimestamp_; } + /** * * @@ -419,6 +429,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -677,6 +688,7 @@ private void ensureIndexesIsMutable() { } bitField0_ |= 0x00000001; } + /** * * @@ -693,6 +705,7 @@ public java.util.List getIndexesList() { indexes_.makeImmutable(); return indexes_; } + /** * * @@ -708,6 +721,7 @@ public java.util.List getIndexesList() { public int getIndexesCount() { return indexes_.size(); } + /** * * @@ -724,6 +738,7 @@ public int getIndexesCount() { public int getIndexes(int index) { return indexes_.getInt(index); } + /** * * @@ -746,6 +761,7 @@ public Builder setIndexes(int index, int value) { onChanged(); return this; } + /** * * @@ -767,6 +783,7 @@ public Builder addIndexes(int value) { onChanged(); return this; } + /** * * @@ -787,6 +804,7 @@ public Builder addAllIndexes(java.lang.Iterable val onChanged(); return this; } + /** * * @@ -810,6 +828,7 @@ public Builder clearIndexes() { private com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> statusBuilder_; + /** * * @@ -824,6 +843,7 @@ public Builder clearIndexes() { public boolean hasStatus() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -842,6 +862,7 @@ public com.google.rpc.Status getStatus() { return statusBuilder_.getMessage(); } } + /** * * @@ -864,6 +885,7 @@ public Builder setStatus(com.google.rpc.Status value) { onChanged(); return this; } + /** * * @@ -883,6 +905,7 @@ public Builder setStatus(com.google.rpc.Status.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -910,6 +933,7 @@ public Builder mergeStatus(com.google.rpc.Status value) { } return this; } + /** * * @@ -929,6 +953,7 @@ public Builder clearStatus() { onChanged(); return this; } + /** * * @@ -943,6 +968,7 @@ public com.google.rpc.Status.Builder getStatusBuilder() { onChanged(); return getStatusFieldBuilder().getBuilder(); } + /** * * @@ -959,6 +985,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } } + /** * * @@ -988,6 +1015,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> commitTimestampBuilder_; + /** * * @@ -1003,6 +1031,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { public boolean hasCommitTimestamp() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1024,6 +1053,7 @@ public com.google.protobuf.Timestamp getCommitTimestamp() { return commitTimestampBuilder_.getMessage(); } } + /** * * @@ -1047,6 +1077,7 @@ public Builder setCommitTimestamp(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1067,6 +1098,7 @@ public Builder setCommitTimestamp(com.google.protobuf.Timestamp.Builder builderF onChanged(); return this; } + /** * * @@ -1095,6 +1127,7 @@ public Builder mergeCommitTimestamp(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1115,6 +1148,7 @@ public Builder clearCommitTimestamp() { onChanged(); return this; } + /** * * @@ -1130,6 +1164,7 @@ public com.google.protobuf.Timestamp.Builder getCommitTimestampBuilder() { onChanged(); return getCommitTimestampFieldBuilder().getBuilder(); } + /** * * @@ -1149,6 +1184,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimestampOrBuilder() { : commitTimestamp_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteResponseOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteResponseOrBuilder.java index 71fa7c1047..23f5612c3f 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteResponseOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BatchWriteResponseOrBuilder.java @@ -37,6 +37,7 @@ public interface BatchWriteResponseOrBuilder * @return A list containing the indexes. */ java.util.List getIndexesList(); + /** * * @@ -50,6 +51,7 @@ public interface BatchWriteResponseOrBuilder * @return The count of indexes. */ int getIndexesCount(); + /** * * @@ -77,6 +79,7 @@ public interface BatchWriteResponseOrBuilder * @return Whether the status field is set. */ boolean hasStatus(); + /** * * @@ -89,6 +92,7 @@ public interface BatchWriteResponseOrBuilder * @return The status. */ com.google.rpc.Status getStatus(); + /** * * @@ -113,6 +117,7 @@ public interface BatchWriteResponseOrBuilder * @return Whether the commitTimestamp field is set. */ boolean hasCommitTimestamp(); + /** * * @@ -126,6 +131,7 @@ public interface BatchWriteResponseOrBuilder * @return The commitTimestamp. */ com.google.protobuf.Timestamp getCommitTimestamp(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BeginTransactionRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BeginTransactionRequest.java index f00f408e8a..6557209a10 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BeginTransactionRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BeginTransactionRequest.java @@ -34,6 +34,7 @@ public final class BeginTransactionRequest extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.v1.BeginTransactionRequest) BeginTransactionRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use BeginTransactionRequest.newBuilder() to construct. private BeginTransactionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getSession() { return s; } } + /** * * @@ -122,6 +125,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public static final int OPTIONS_FIELD_NUMBER = 2; private com.google.spanner.v1.TransactionOptions options_; + /** * * @@ -139,6 +143,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public boolean hasOptions() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -158,6 +163,7 @@ public com.google.spanner.v1.TransactionOptions getOptions() { ? com.google.spanner.v1.TransactionOptions.getDefaultInstance() : options_; } + /** * * @@ -178,6 +184,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getOptionsOrBuilder() { public static final int REQUEST_OPTIONS_FIELD_NUMBER = 3; private com.google.spanner.v1.RequestOptions requestOptions_; + /** * * @@ -197,6 +204,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getOptionsOrBuilder() { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -218,6 +226,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { ? com.google.spanner.v1.RequestOptions.getDefaultInstance() : requestOptions_; } + /** * * @@ -240,6 +249,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public static final int MUTATION_KEY_FIELD_NUMBER = 4; private com.google.spanner.v1.Mutation mutationKey_; + /** * * @@ -261,6 +271,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public boolean hasMutationKey() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -284,6 +295,7 @@ public com.google.spanner.v1.Mutation getMutationKey() { ? com.google.spanner.v1.Mutation.getDefaultInstance() : mutationKey_; } + /** * * @@ -507,6 +519,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -760,6 +773,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object session_ = ""; + /** * * @@ -784,6 +798,7 @@ public java.lang.String getSession() { return (java.lang.String) ref; } } + /** * * @@ -808,6 +823,7 @@ public com.google.protobuf.ByteString getSessionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -831,6 +847,7 @@ public Builder setSession(java.lang.String value) { onChanged(); return this; } + /** * * @@ -850,6 +867,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -881,6 +899,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.TransactionOptions.Builder, com.google.spanner.v1.TransactionOptionsOrBuilder> optionsBuilder_; + /** * * @@ -897,6 +916,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { public boolean hasOptions() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -919,6 +939,7 @@ public com.google.spanner.v1.TransactionOptions getOptions() { return optionsBuilder_.getMessage(); } } + /** * * @@ -943,6 +964,7 @@ public Builder setOptions(com.google.spanner.v1.TransactionOptions value) { onChanged(); return this; } + /** * * @@ -964,6 +986,7 @@ public Builder setOptions(com.google.spanner.v1.TransactionOptions.Builder build onChanged(); return this; } + /** * * @@ -993,6 +1016,7 @@ public Builder mergeOptions(com.google.spanner.v1.TransactionOptions value) { } return this; } + /** * * @@ -1014,6 +1038,7 @@ public Builder clearOptions() { onChanged(); return this; } + /** * * @@ -1030,6 +1055,7 @@ public com.google.spanner.v1.TransactionOptions.Builder getOptionsBuilder() { onChanged(); return getOptionsFieldBuilder().getBuilder(); } + /** * * @@ -1050,6 +1076,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getOptionsOrBuilder() { : options_; } } + /** * * @@ -1084,6 +1111,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getOptionsOrBuilder() { com.google.spanner.v1.RequestOptions.Builder, com.google.spanner.v1.RequestOptionsOrBuilder> requestOptionsBuilder_; + /** * * @@ -1102,6 +1130,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getOptionsOrBuilder() { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1126,6 +1155,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { return requestOptionsBuilder_.getMessage(); } } + /** * * @@ -1152,6 +1182,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions value) { onChanged(); return this; } + /** * * @@ -1175,6 +1206,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions.Builder bu onChanged(); return this; } + /** * * @@ -1206,6 +1238,7 @@ public Builder mergeRequestOptions(com.google.spanner.v1.RequestOptions value) { } return this; } + /** * * @@ -1229,6 +1262,7 @@ public Builder clearRequestOptions() { onChanged(); return this; } + /** * * @@ -1247,6 +1281,7 @@ public com.google.spanner.v1.RequestOptions.Builder getRequestOptionsBuilder() { onChanged(); return getRequestOptionsFieldBuilder().getBuilder(); } + /** * * @@ -1269,6 +1304,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( : requestOptions_; } } + /** * * @@ -1305,6 +1341,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( com.google.spanner.v1.Mutation.Builder, com.google.spanner.v1.MutationOrBuilder> mutationKeyBuilder_; + /** * * @@ -1325,6 +1362,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public boolean hasMutationKey() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1351,6 +1389,7 @@ public com.google.spanner.v1.Mutation getMutationKey() { return mutationKeyBuilder_.getMessage(); } } + /** * * @@ -1379,6 +1418,7 @@ public Builder setMutationKey(com.google.spanner.v1.Mutation value) { onChanged(); return this; } + /** * * @@ -1404,6 +1444,7 @@ public Builder setMutationKey(com.google.spanner.v1.Mutation.Builder builderForV onChanged(); return this; } + /** * * @@ -1437,6 +1478,7 @@ public Builder mergeMutationKey(com.google.spanner.v1.Mutation value) { } return this; } + /** * * @@ -1462,6 +1504,7 @@ public Builder clearMutationKey() { onChanged(); return this; } + /** * * @@ -1482,6 +1525,7 @@ public com.google.spanner.v1.Mutation.Builder getMutationKeyBuilder() { onChanged(); return getMutationKeyFieldBuilder().getBuilder(); } + /** * * @@ -1506,6 +1550,7 @@ public com.google.spanner.v1.MutationOrBuilder getMutationKeyOrBuilder() { : mutationKey_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BeginTransactionRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BeginTransactionRequestOrBuilder.java index 5f2628738d..bb92bff652 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BeginTransactionRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/BeginTransactionRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface BeginTransactionRequestOrBuilder * @return The session. */ java.lang.String getSession(); + /** * * @@ -67,6 +68,7 @@ public interface BeginTransactionRequestOrBuilder * @return Whether the options field is set. */ boolean hasOptions(); + /** * * @@ -81,6 +83,7 @@ public interface BeginTransactionRequestOrBuilder * @return The options. */ com.google.spanner.v1.TransactionOptions getOptions(); + /** * * @@ -110,6 +113,7 @@ public interface BeginTransactionRequestOrBuilder * @return Whether the requestOptions field is set. */ boolean hasRequestOptions(); + /** * * @@ -126,6 +130,7 @@ public interface BeginTransactionRequestOrBuilder * @return The requestOptions. */ com.google.spanner.v1.RequestOptions getRequestOptions(); + /** * * @@ -159,6 +164,7 @@ public interface BeginTransactionRequestOrBuilder * @return Whether the mutationKey field is set. */ boolean hasMutationKey(); + /** * * @@ -177,6 +183,7 @@ public interface BeginTransactionRequestOrBuilder * @return The mutationKey. */ com.google.spanner.v1.Mutation getMutationKey(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitRequest.java index 66fb969778..20fad71b4d 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitRequest.java @@ -33,6 +33,7 @@ public final class CommitRequest extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.CommitRequest) CommitRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use CommitRequest.newBuilder() to construct. private CommitRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -82,6 +83,7 @@ public enum TransactionCase private TransactionCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -118,6 +120,7 @@ public TransactionCase getTransactionCase() { @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; + /** * * @@ -143,6 +146,7 @@ public java.lang.String getSession() { return s; } } + /** * * @@ -170,6 +174,7 @@ public com.google.protobuf.ByteString getSessionBytes() { } public static final int TRANSACTION_ID_FIELD_NUMBER = 2; + /** * * @@ -185,6 +190,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public boolean hasTransactionId() { return transactionCase_ == 2; } + /** * * @@ -205,6 +211,7 @@ public com.google.protobuf.ByteString getTransactionId() { } public static final int SINGLE_USE_TRANSACTION_FIELD_NUMBER = 3; + /** * * @@ -228,6 +235,7 @@ public com.google.protobuf.ByteString getTransactionId() { public boolean hasSingleUseTransaction() { return transactionCase_ == 3; } + /** * * @@ -254,6 +262,7 @@ public com.google.spanner.v1.TransactionOptions getSingleUseTransaction() { } return com.google.spanner.v1.TransactionOptions.getDefaultInstance(); } + /** * * @@ -283,6 +292,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getSingleUseTransaction @SuppressWarnings("serial") private java.util.List mutations_; + /** * * @@ -298,6 +308,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getSingleUseTransaction public java.util.List getMutationsList() { return mutations_; } + /** * * @@ -314,6 +325,7 @@ public java.util.List getMutationsList() { getMutationsOrBuilderList() { return mutations_; } + /** * * @@ -329,6 +341,7 @@ public java.util.List getMutationsList() { public int getMutationsCount() { return mutations_.size(); } + /** * * @@ -344,6 +357,7 @@ public int getMutationsCount() { public com.google.spanner.v1.Mutation getMutations(int index) { return mutations_.get(index); } + /** * * @@ -362,6 +376,7 @@ public com.google.spanner.v1.MutationOrBuilder getMutationsOrBuilder(int index) public static final int RETURN_COMMIT_STATS_FIELD_NUMBER = 5; private boolean returnCommitStats_ = false; + /** * * @@ -382,6 +397,7 @@ public boolean getReturnCommitStats() { public static final int MAX_COMMIT_DELAY_FIELD_NUMBER = 8; private com.google.protobuf.Duration maxCommitDelay_; + /** * * @@ -402,6 +418,7 @@ public boolean getReturnCommitStats() { public boolean hasMaxCommitDelay() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -424,6 +441,7 @@ public com.google.protobuf.Duration getMaxCommitDelay() { ? com.google.protobuf.Duration.getDefaultInstance() : maxCommitDelay_; } + /** * * @@ -447,6 +465,7 @@ public com.google.protobuf.DurationOrBuilder getMaxCommitDelayOrBuilder() { public static final int REQUEST_OPTIONS_FIELD_NUMBER = 6; private com.google.spanner.v1.RequestOptions requestOptions_; + /** * * @@ -462,6 +481,7 @@ public com.google.protobuf.DurationOrBuilder getMaxCommitDelayOrBuilder() { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -479,6 +499,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { ? com.google.spanner.v1.RequestOptions.getDefaultInstance() : requestOptions_; } + /** * * @@ -497,6 +518,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public static final int PRECOMMIT_TOKEN_FIELD_NUMBER = 9; private com.google.spanner.v1.MultiplexedSessionPrecommitToken precommitToken_; + /** * * @@ -519,6 +541,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -543,6 +566,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( ? com.google.spanner.v1.MultiplexedSessionPrecommitToken.getDefaultInstance() : precommitToken_; } + /** * * @@ -825,6 +849,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1207,6 +1232,7 @@ public Builder clearTransaction() { private int bitField0_; private java.lang.Object session_ = ""; + /** * * @@ -1231,6 +1257,7 @@ public java.lang.String getSession() { return (java.lang.String) ref; } } + /** * * @@ -1255,6 +1282,7 @@ public com.google.protobuf.ByteString getSessionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1278,6 +1306,7 @@ public Builder setSession(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1297,6 +1326,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -1336,6 +1366,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { public boolean hasTransactionId() { return transactionCase_ == 2; } + /** * * @@ -1353,6 +1384,7 @@ public com.google.protobuf.ByteString getTransactionId() { } return com.google.protobuf.ByteString.EMPTY; } + /** * * @@ -1374,6 +1406,7 @@ public Builder setTransactionId(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -1399,6 +1432,7 @@ public Builder clearTransactionId() { com.google.spanner.v1.TransactionOptions.Builder, com.google.spanner.v1.TransactionOptionsOrBuilder> singleUseTransactionBuilder_; + /** * * @@ -1422,6 +1456,7 @@ public Builder clearTransactionId() { public boolean hasSingleUseTransaction() { return transactionCase_ == 3; } + /** * * @@ -1455,6 +1490,7 @@ public com.google.spanner.v1.TransactionOptions getSingleUseTransaction() { return com.google.spanner.v1.TransactionOptions.getDefaultInstance(); } } + /** * * @@ -1485,6 +1521,7 @@ public Builder setSingleUseTransaction(com.google.spanner.v1.TransactionOptions transactionCase_ = 3; return this; } + /** * * @@ -1513,6 +1550,7 @@ public Builder setSingleUseTransaction( transactionCase_ = 3; return this; } + /** * * @@ -1553,6 +1591,7 @@ public Builder mergeSingleUseTransaction(com.google.spanner.v1.TransactionOption transactionCase_ = 3; return this; } + /** * * @@ -1586,6 +1625,7 @@ public Builder clearSingleUseTransaction() { } return this; } + /** * * @@ -1606,6 +1646,7 @@ public Builder clearSingleUseTransaction() { public com.google.spanner.v1.TransactionOptions.Builder getSingleUseTransactionBuilder() { return getSingleUseTransactionFieldBuilder().getBuilder(); } + /** * * @@ -1634,6 +1675,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getSingleUseTransaction return com.google.spanner.v1.TransactionOptions.getDefaultInstance(); } } + /** * * @@ -1709,6 +1751,7 @@ public java.util.List getMutationsList() { return mutationsBuilder_.getMessageList(); } } + /** * * @@ -1727,6 +1770,7 @@ public int getMutationsCount() { return mutationsBuilder_.getCount(); } } + /** * * @@ -1745,6 +1789,7 @@ public com.google.spanner.v1.Mutation getMutations(int index) { return mutationsBuilder_.getMessage(index); } } + /** * * @@ -1769,6 +1814,7 @@ public Builder setMutations(int index, com.google.spanner.v1.Mutation value) { } return this; } + /** * * @@ -1790,6 +1836,7 @@ public Builder setMutations(int index, com.google.spanner.v1.Mutation.Builder bu } return this; } + /** * * @@ -1814,6 +1861,7 @@ public Builder addMutations(com.google.spanner.v1.Mutation value) { } return this; } + /** * * @@ -1838,6 +1886,7 @@ public Builder addMutations(int index, com.google.spanner.v1.Mutation value) { } return this; } + /** * * @@ -1859,6 +1908,7 @@ public Builder addMutations(com.google.spanner.v1.Mutation.Builder builderForVal } return this; } + /** * * @@ -1880,6 +1930,7 @@ public Builder addMutations(int index, com.google.spanner.v1.Mutation.Builder bu } return this; } + /** * * @@ -1902,6 +1953,7 @@ public Builder addAllMutations( } return this; } + /** * * @@ -1923,6 +1975,7 @@ public Builder clearMutations() { } return this; } + /** * * @@ -1944,6 +1997,7 @@ public Builder removeMutations(int index) { } return this; } + /** * * @@ -1958,6 +2012,7 @@ public Builder removeMutations(int index) { public com.google.spanner.v1.Mutation.Builder getMutationsBuilder(int index) { return getMutationsFieldBuilder().getBuilder(index); } + /** * * @@ -1976,6 +2031,7 @@ public com.google.spanner.v1.MutationOrBuilder getMutationsOrBuilder(int index) return mutationsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1995,6 +2051,7 @@ public com.google.spanner.v1.MutationOrBuilder getMutationsOrBuilder(int index) return java.util.Collections.unmodifiableList(mutations_); } } + /** * * @@ -2010,6 +2067,7 @@ public com.google.spanner.v1.Mutation.Builder addMutationsBuilder() { return getMutationsFieldBuilder() .addBuilder(com.google.spanner.v1.Mutation.getDefaultInstance()); } + /** * * @@ -2025,6 +2083,7 @@ public com.google.spanner.v1.Mutation.Builder addMutationsBuilder(int index) { return getMutationsFieldBuilder() .addBuilder(index, com.google.spanner.v1.Mutation.getDefaultInstance()); } + /** * * @@ -2058,6 +2117,7 @@ public java.util.List getMutationsBuilde } private boolean returnCommitStats_; + /** * * @@ -2075,6 +2135,7 @@ public java.util.List getMutationsBuilde public boolean getReturnCommitStats() { return returnCommitStats_; } + /** * * @@ -2096,6 +2157,7 @@ public Builder setReturnCommitStats(boolean value) { onChanged(); return this; } + /** * * @@ -2122,6 +2184,7 @@ public Builder clearReturnCommitStats() { com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> maxCommitDelayBuilder_; + /** * * @@ -2142,6 +2205,7 @@ public Builder clearReturnCommitStats() { public boolean hasMaxCommitDelay() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -2168,6 +2232,7 @@ public com.google.protobuf.Duration getMaxCommitDelay() { return maxCommitDelayBuilder_.getMessage(); } } + /** * * @@ -2196,6 +2261,7 @@ public Builder setMaxCommitDelay(com.google.protobuf.Duration value) { onChanged(); return this; } + /** * * @@ -2221,6 +2287,7 @@ public Builder setMaxCommitDelay(com.google.protobuf.Duration.Builder builderFor onChanged(); return this; } + /** * * @@ -2254,6 +2321,7 @@ public Builder mergeMaxCommitDelay(com.google.protobuf.Duration value) { } return this; } + /** * * @@ -2279,6 +2347,7 @@ public Builder clearMaxCommitDelay() { onChanged(); return this; } + /** * * @@ -2299,6 +2368,7 @@ public com.google.protobuf.Duration.Builder getMaxCommitDelayBuilder() { onChanged(); return getMaxCommitDelayFieldBuilder().getBuilder(); } + /** * * @@ -2323,6 +2393,7 @@ public com.google.protobuf.DurationOrBuilder getMaxCommitDelayOrBuilder() { : maxCommitDelay_; } } + /** * * @@ -2361,6 +2432,7 @@ public com.google.protobuf.DurationOrBuilder getMaxCommitDelayOrBuilder() { com.google.spanner.v1.RequestOptions.Builder, com.google.spanner.v1.RequestOptionsOrBuilder> requestOptionsBuilder_; + /** * * @@ -2375,6 +2447,7 @@ public com.google.protobuf.DurationOrBuilder getMaxCommitDelayOrBuilder() { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000040) != 0); } + /** * * @@ -2395,6 +2468,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { return requestOptionsBuilder_.getMessage(); } } + /** * * @@ -2417,6 +2491,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions value) { onChanged(); return this; } + /** * * @@ -2436,6 +2511,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions.Builder bu onChanged(); return this; } + /** * * @@ -2463,6 +2539,7 @@ public Builder mergeRequestOptions(com.google.spanner.v1.RequestOptions value) { } return this; } + /** * * @@ -2482,6 +2559,7 @@ public Builder clearRequestOptions() { onChanged(); return this; } + /** * * @@ -2496,6 +2574,7 @@ public com.google.spanner.v1.RequestOptions.Builder getRequestOptionsBuilder() { onChanged(); return getRequestOptionsFieldBuilder().getBuilder(); } + /** * * @@ -2514,6 +2593,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( : requestOptions_; } } + /** * * @@ -2546,6 +2626,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( com.google.spanner.v1.MultiplexedSessionPrecommitToken.Builder, com.google.spanner.v1.MultiplexedSessionPrecommitTokenOrBuilder> precommitTokenBuilder_; + /** * * @@ -2567,6 +2648,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000080) != 0); } + /** * * @@ -2594,6 +2676,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( return precommitTokenBuilder_.getMessage(); } } + /** * * @@ -2623,6 +2706,7 @@ public Builder setPrecommitToken(com.google.spanner.v1.MultiplexedSessionPrecomm onChanged(); return this; } + /** * * @@ -2650,6 +2734,7 @@ public Builder setPrecommitToken( onChanged(); return this; } + /** * * @@ -2686,6 +2771,7 @@ public Builder mergePrecommitToken( } return this; } + /** * * @@ -2712,6 +2798,7 @@ public Builder clearPrecommitToken() { onChanged(); return this; } + /** * * @@ -2734,6 +2821,7 @@ public Builder clearPrecommitToken() { onChanged(); return getPrecommitTokenFieldBuilder().getBuilder(); } + /** * * @@ -2760,6 +2848,7 @@ public Builder clearPrecommitToken() { : precommitToken_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitRequestOrBuilder.java index a107b6248d..c95dae8823 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface CommitRequestOrBuilder * @return The session. */ java.lang.String getSession(); + /** * * @@ -65,6 +66,7 @@ public interface CommitRequestOrBuilder * @return Whether the transactionId field is set. */ boolean hasTransactionId(); + /** * * @@ -98,6 +100,7 @@ public interface CommitRequestOrBuilder * @return Whether the singleUseTransaction field is set. */ boolean hasSingleUseTransaction(); + /** * * @@ -118,6 +121,7 @@ public interface CommitRequestOrBuilder * @return The singleUseTransaction. */ com.google.spanner.v1.TransactionOptions getSingleUseTransaction(); + /** * * @@ -149,6 +153,7 @@ public interface CommitRequestOrBuilder * repeated .google.spanner.v1.Mutation mutations = 4; */ java.util.List getMutationsList(); + /** * * @@ -161,6 +166,7 @@ public interface CommitRequestOrBuilder * repeated .google.spanner.v1.Mutation mutations = 4; */ com.google.spanner.v1.Mutation getMutations(int index); + /** * * @@ -173,6 +179,7 @@ public interface CommitRequestOrBuilder * repeated .google.spanner.v1.Mutation mutations = 4; */ int getMutationsCount(); + /** * * @@ -185,6 +192,7 @@ public interface CommitRequestOrBuilder * repeated .google.spanner.v1.Mutation mutations = 4; */ java.util.List getMutationsOrBuilderList(); + /** * * @@ -230,6 +238,7 @@ public interface CommitRequestOrBuilder * @return Whether the maxCommitDelay field is set. */ boolean hasMaxCommitDelay(); + /** * * @@ -247,6 +256,7 @@ public interface CommitRequestOrBuilder * @return The maxCommitDelay. */ com.google.protobuf.Duration getMaxCommitDelay(); + /** * * @@ -275,6 +285,7 @@ public interface CommitRequestOrBuilder * @return Whether the requestOptions field is set. */ boolean hasRequestOptions(); + /** * * @@ -287,6 +298,7 @@ public interface CommitRequestOrBuilder * @return The requestOptions. */ com.google.spanner.v1.RequestOptions getRequestOptions(); + /** * * @@ -317,6 +329,7 @@ public interface CommitRequestOrBuilder * @return Whether the precommitToken field is set. */ boolean hasPrecommitToken(); + /** * * @@ -336,6 +349,7 @@ public interface CommitRequestOrBuilder * @return The precommitToken. */ com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitResponse.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitResponse.java index 73db05b230..dc0e1a3d93 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitResponse.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitResponse.java @@ -33,6 +33,7 @@ public final class CommitResponse extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.CommitResponse) CommitResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use CommitResponse.newBuilder() to construct. private CommitResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -85,6 +86,7 @@ public interface CommitStatsOrBuilder */ long getMutationCount(); } + /** * * @@ -99,6 +101,7 @@ public static final class CommitStats extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.v1.CommitResponse.CommitStats) CommitStatsOrBuilder { private static final long serialVersionUID = 0L; + // Use CommitStats.newBuilder() to construct. private CommitStats(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -129,6 +132,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int MUTATION_COUNT_FIELD_NUMBER = 1; private long mutationCount_ = 0L; + /** * * @@ -311,6 +315,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -496,6 +501,7 @@ public Builder mergeFrom( private int bitField0_; private long mutationCount_; + /** * * @@ -517,6 +523,7 @@ public Builder mergeFrom( public long getMutationCount() { return mutationCount_; } + /** * * @@ -542,6 +549,7 @@ public Builder setMutationCount(long value) { onChanged(); return this; } + /** * * @@ -647,6 +655,7 @@ public enum MultiplexedSessionRetryCase private MultiplexedSessionRetryCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -679,6 +688,7 @@ public MultiplexedSessionRetryCase getMultiplexedSessionRetryCase() { public static final int COMMIT_TIMESTAMP_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp commitTimestamp_; + /** * * @@ -694,6 +704,7 @@ public MultiplexedSessionRetryCase getMultiplexedSessionRetryCase() { public boolean hasCommitTimestamp() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -711,6 +722,7 @@ public com.google.protobuf.Timestamp getCommitTimestamp() { ? com.google.protobuf.Timestamp.getDefaultInstance() : commitTimestamp_; } + /** * * @@ -729,6 +741,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimestampOrBuilder() { public static final int COMMIT_STATS_FIELD_NUMBER = 2; private com.google.spanner.v1.CommitResponse.CommitStats commitStats_; + /** * * @@ -746,6 +759,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimestampOrBuilder() { public boolean hasCommitStats() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -765,6 +779,7 @@ public com.google.spanner.v1.CommitResponse.CommitStats getCommitStats() { ? com.google.spanner.v1.CommitResponse.CommitStats.getDefaultInstance() : commitStats_; } + /** * * @@ -784,6 +799,7 @@ public com.google.spanner.v1.CommitResponse.CommitStatsOrBuilder getCommitStatsO } public static final int PRECOMMIT_TOKEN_FIELD_NUMBER = 4; + /** * * @@ -800,6 +816,7 @@ public com.google.spanner.v1.CommitResponse.CommitStatsOrBuilder getCommitStatsO public boolean hasPrecommitToken() { return multiplexedSessionRetryCase_ == 4; } + /** * * @@ -819,6 +836,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( } return com.google.spanner.v1.MultiplexedSessionPrecommitToken.getDefaultInstance(); } + /** * * @@ -1040,6 +1058,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1307,6 +1326,7 @@ public Builder clearMultiplexedSessionRetry() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> commitTimestampBuilder_; + /** * * @@ -1321,6 +1341,7 @@ public Builder clearMultiplexedSessionRetry() { public boolean hasCommitTimestamp() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1341,6 +1362,7 @@ public com.google.protobuf.Timestamp getCommitTimestamp() { return commitTimestampBuilder_.getMessage(); } } + /** * * @@ -1363,6 +1385,7 @@ public Builder setCommitTimestamp(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1382,6 +1405,7 @@ public Builder setCommitTimestamp(com.google.protobuf.Timestamp.Builder builderF onChanged(); return this; } + /** * * @@ -1409,6 +1433,7 @@ public Builder mergeCommitTimestamp(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1428,6 +1453,7 @@ public Builder clearCommitTimestamp() { onChanged(); return this; } + /** * * @@ -1442,6 +1468,7 @@ public com.google.protobuf.Timestamp.Builder getCommitTimestampBuilder() { onChanged(); return getCommitTimestampFieldBuilder().getBuilder(); } + /** * * @@ -1460,6 +1487,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimestampOrBuilder() { : commitTimestamp_; } } + /** * * @@ -1492,6 +1520,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimestampOrBuilder() { com.google.spanner.v1.CommitResponse.CommitStats.Builder, com.google.spanner.v1.CommitResponse.CommitStatsOrBuilder> commitStatsBuilder_; + /** * * @@ -1508,6 +1537,7 @@ public com.google.protobuf.TimestampOrBuilder getCommitTimestampOrBuilder() { public boolean hasCommitStats() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1530,6 +1560,7 @@ public com.google.spanner.v1.CommitResponse.CommitStats getCommitStats() { return commitStatsBuilder_.getMessage(); } } + /** * * @@ -1554,6 +1585,7 @@ public Builder setCommitStats(com.google.spanner.v1.CommitResponse.CommitStats v onChanged(); return this; } + /** * * @@ -1576,6 +1608,7 @@ public Builder setCommitStats( onChanged(); return this; } + /** * * @@ -1606,6 +1639,7 @@ public Builder mergeCommitStats(com.google.spanner.v1.CommitResponse.CommitStats } return this; } + /** * * @@ -1627,6 +1661,7 @@ public Builder clearCommitStats() { onChanged(); return this; } + /** * * @@ -1643,6 +1678,7 @@ public com.google.spanner.v1.CommitResponse.CommitStats.Builder getCommitStatsBu onChanged(); return getCommitStatsFieldBuilder().getBuilder(); } + /** * * @@ -1663,6 +1699,7 @@ public com.google.spanner.v1.CommitResponse.CommitStatsOrBuilder getCommitStatsO : commitStats_; } } + /** * * @@ -1696,6 +1733,7 @@ public com.google.spanner.v1.CommitResponse.CommitStatsOrBuilder getCommitStatsO com.google.spanner.v1.MultiplexedSessionPrecommitToken.Builder, com.google.spanner.v1.MultiplexedSessionPrecommitTokenOrBuilder> precommitTokenBuilder_; + /** * * @@ -1712,6 +1750,7 @@ public com.google.spanner.v1.CommitResponse.CommitStatsOrBuilder getCommitStatsO public boolean hasPrecommitToken() { return multiplexedSessionRetryCase_ == 4; } + /** * * @@ -1738,6 +1777,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( return com.google.spanner.v1.MultiplexedSessionPrecommitToken.getDefaultInstance(); } } + /** * * @@ -1761,6 +1801,7 @@ public Builder setPrecommitToken(com.google.spanner.v1.MultiplexedSessionPrecomm multiplexedSessionRetryCase_ = 4; return this; } + /** * * @@ -1782,6 +1823,7 @@ public Builder setPrecommitToken( multiplexedSessionRetryCase_ = 4; return this; } + /** * * @@ -1818,6 +1860,7 @@ public Builder mergePrecommitToken( multiplexedSessionRetryCase_ = 4; return this; } + /** * * @@ -1844,6 +1887,7 @@ public Builder clearPrecommitToken() { } return this; } + /** * * @@ -1858,6 +1902,7 @@ public Builder clearPrecommitToken() { getPrecommitTokenBuilder() { return getPrecommitTokenFieldBuilder().getBuilder(); } + /** * * @@ -1880,6 +1925,7 @@ public Builder clearPrecommitToken() { return com.google.spanner.v1.MultiplexedSessionPrecommitToken.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitResponseOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitResponseOrBuilder.java index e3ba019893..e41709331c 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitResponseOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CommitResponseOrBuilder.java @@ -36,6 +36,7 @@ public interface CommitResponseOrBuilder * @return Whether the commitTimestamp field is set. */ boolean hasCommitTimestamp(); + /** * * @@ -48,6 +49,7 @@ public interface CommitResponseOrBuilder * @return The commitTimestamp. */ com.google.protobuf.Timestamp getCommitTimestamp(); + /** * * @@ -73,6 +75,7 @@ public interface CommitResponseOrBuilder * @return Whether the commitStats field is set. */ boolean hasCommitStats(); + /** * * @@ -87,6 +90,7 @@ public interface CommitResponseOrBuilder * @return The commitStats. */ com.google.spanner.v1.CommitResponse.CommitStats getCommitStats(); + /** * * @@ -113,6 +117,7 @@ public interface CommitResponseOrBuilder * @return Whether the precommitToken field is set. */ boolean hasPrecommitToken(); + /** * * @@ -126,6 +131,7 @@ public interface CommitResponseOrBuilder * @return The precommitToken. */ com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CreateSessionRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CreateSessionRequest.java index ffa4aa65fc..cd592f0f85 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CreateSessionRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CreateSessionRequest.java @@ -33,6 +33,7 @@ public final class CreateSessionRequest extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.v1.CreateSessionRequest) CreateSessionRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use CreateSessionRequest.newBuilder() to construct. private CreateSessionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -121,6 +124,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public static final int SESSION_FIELD_NUMBER = 2; private com.google.spanner.v1.Session session_; + /** * * @@ -136,6 +140,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public boolean hasSession() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -151,6 +156,7 @@ public boolean hasSession() { public com.google.spanner.v1.Session getSession() { return session_ == null ? com.google.spanner.v1.Session.getDefaultInstance() : session_; } + /** * * @@ -338,6 +344,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -550,6 +557,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -574,6 +582,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -598,6 +607,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -621,6 +631,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -640,6 +651,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -671,6 +683,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.Session.Builder, com.google.spanner.v1.SessionOrBuilder> sessionBuilder_; + /** * * @@ -686,6 +699,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { public boolean hasSession() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -705,6 +719,7 @@ public com.google.spanner.v1.Session getSession() { return sessionBuilder_.getMessage(); } } + /** * * @@ -728,6 +743,7 @@ public Builder setSession(com.google.spanner.v1.Session value) { onChanged(); return this; } + /** * * @@ -748,6 +764,7 @@ public Builder setSession(com.google.spanner.v1.Session.Builder builderForValue) onChanged(); return this; } + /** * * @@ -776,6 +793,7 @@ public Builder mergeSession(com.google.spanner.v1.Session value) { } return this; } + /** * * @@ -796,6 +814,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -811,6 +830,7 @@ public com.google.spanner.v1.Session.Builder getSessionBuilder() { onChanged(); return getSessionFieldBuilder().getBuilder(); } + /** * * @@ -828,6 +848,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionOrBuilder() { return session_ == null ? com.google.spanner.v1.Session.getDefaultInstance() : session_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CreateSessionRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CreateSessionRequestOrBuilder.java index b7025dd892..60855e618f 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CreateSessionRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/CreateSessionRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface CreateSessionRequestOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * @@ -65,6 +66,7 @@ public interface CreateSessionRequestOrBuilder * @return Whether the session field is set. */ boolean hasSession(); + /** * * @@ -77,6 +79,7 @@ public interface CreateSessionRequestOrBuilder * @return The session. */ com.google.spanner.v1.Session getSession(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DeleteSessionRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DeleteSessionRequest.java index f64c831f4e..9d652dea34 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DeleteSessionRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DeleteSessionRequest.java @@ -33,6 +33,7 @@ public final class DeleteSessionRequest extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.v1.DeleteSessionRequest) DeleteSessionRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use DeleteSessionRequest.newBuilder() to construct. private DeleteSessionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -277,6 +280,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -460,6 +464,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -484,6 +489,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -508,6 +514,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -531,6 +538,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -550,6 +558,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DeleteSessionRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DeleteSessionRequestOrBuilder.java index 6cb4aced1f..56efe65e57 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DeleteSessionRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DeleteSessionRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface DeleteSessionRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DirectedReadOptions.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DirectedReadOptions.java index 9cb7be22c5..b05429fa58 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DirectedReadOptions.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DirectedReadOptions.java @@ -37,6 +37,7 @@ public final class DirectedReadOptions extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.v1.DirectedReadOptions) DirectedReadOptionsOrBuilder { private static final long serialVersionUID = 0L; + // Use DirectedReadOptions.newBuilder() to construct. private DirectedReadOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -82,6 +83,7 @@ public interface ReplicaSelectionOrBuilder * @return The location. */ java.lang.String getLocation(); + /** * * @@ -107,6 +109,7 @@ public interface ReplicaSelectionOrBuilder * @return The enum numeric value on the wire for type. */ int getTypeValue(); + /** * * @@ -120,6 +123,7 @@ public interface ReplicaSelectionOrBuilder */ com.google.spanner.v1.DirectedReadOptions.ReplicaSelection.Type getType(); } + /** * * @@ -151,6 +155,7 @@ public static final class ReplicaSelection extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.v1.DirectedReadOptions.ReplicaSelection) ReplicaSelectionOrBuilder { private static final long serialVersionUID = 0L; + // Use ReplicaSelection.newBuilder() to construct. private ReplicaSelection(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -235,6 +240,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * TYPE_UNSPECIFIED = 0; */ public static final int TYPE_UNSPECIFIED_VALUE = 0; + /** * * @@ -245,6 +251,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * READ_WRITE = 1; */ public static final int READ_WRITE_VALUE = 1; + /** * * @@ -345,6 +352,7 @@ private Type(int value) { @SuppressWarnings("serial") private volatile java.lang.Object location_ = ""; + /** * * @@ -368,6 +376,7 @@ public java.lang.String getLocation() { return s; } } + /** * * @@ -394,6 +403,7 @@ public com.google.protobuf.ByteString getLocationBytes() { public static final int TYPE_FIELD_NUMBER = 2; private int type_ = 0; + /** * * @@ -409,6 +419,7 @@ public com.google.protobuf.ByteString getLocationBytes() { public int getTypeValue() { return type_; } + /** * * @@ -603,6 +614,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -823,6 +835,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object location_ = ""; + /** * * @@ -845,6 +858,7 @@ public java.lang.String getLocation() { return (java.lang.String) ref; } } + /** * * @@ -867,6 +881,7 @@ public com.google.protobuf.ByteString getLocationBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -888,6 +903,7 @@ public Builder setLocation(java.lang.String value) { onChanged(); return this; } + /** * * @@ -905,6 +921,7 @@ public Builder clearLocation() { onChanged(); return this; } + /** * * @@ -929,6 +946,7 @@ public Builder setLocationBytes(com.google.protobuf.ByteString value) { } private int type_ = 0; + /** * * @@ -944,6 +962,7 @@ public Builder setLocationBytes(com.google.protobuf.ByteString value) { public int getTypeValue() { return type_; } + /** * * @@ -962,6 +981,7 @@ public Builder setTypeValue(int value) { onChanged(); return this; } + /** * * @@ -981,6 +1001,7 @@ public com.google.spanner.v1.DirectedReadOptions.ReplicaSelection.Type getType() ? com.google.spanner.v1.DirectedReadOptions.ReplicaSelection.Type.UNRECOGNIZED : result; } + /** * * @@ -1003,6 +1024,7 @@ public Builder setType( onChanged(); return this; } + /** * * @@ -1104,6 +1126,7 @@ public interface IncludeReplicasOrBuilder */ java.util.List getReplicaSelectionsList(); + /** * * @@ -1116,6 +1139,7 @@ public interface IncludeReplicasOrBuilder * */ com.google.spanner.v1.DirectedReadOptions.ReplicaSelection getReplicaSelections(int index); + /** * * @@ -1128,6 +1152,7 @@ public interface IncludeReplicasOrBuilder * */ int getReplicaSelectionsCount(); + /** * * @@ -1141,6 +1166,7 @@ public interface IncludeReplicasOrBuilder */ java.util.List getReplicaSelectionsOrBuilderList(); + /** * * @@ -1170,6 +1196,7 @@ public interface IncludeReplicasOrBuilder */ boolean getAutoFailoverDisabled(); } + /** * * @@ -1185,6 +1212,7 @@ public static final class IncludeReplicas extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.v1.DirectedReadOptions.IncludeReplicas) IncludeReplicasOrBuilder { private static final long serialVersionUID = 0L; + // Use IncludeReplicas.newBuilder() to construct. private IncludeReplicas(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -1220,6 +1248,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List replicaSelections_; + /** * * @@ -1236,6 +1265,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getReplicaSelectionsList() { return replicaSelections_; } + /** * * @@ -1253,6 +1283,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getReplicaSelectionsOrBuilderList() { return replicaSelections_; } + /** * * @@ -1268,6 +1299,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public int getReplicaSelectionsCount() { return replicaSelections_.size(); } + /** * * @@ -1284,6 +1316,7 @@ public com.google.spanner.v1.DirectedReadOptions.ReplicaSelection getReplicaSele int index) { return replicaSelections_.get(index); } + /** * * @@ -1303,6 +1336,7 @@ public com.google.spanner.v1.DirectedReadOptions.ReplicaSelection getReplicaSele public static final int AUTO_FAILOVER_DISABLED_FIELD_NUMBER = 2; private boolean autoFailoverDisabled_ = false; + /** * * @@ -1494,6 +1528,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -1778,6 +1813,7 @@ private void ensureReplicaSelectionsIsMutable() { return replicaSelectionsBuilder_.getMessageList(); } } + /** * * @@ -1796,6 +1832,7 @@ public int getReplicaSelectionsCount() { return replicaSelectionsBuilder_.getCount(); } } + /** * * @@ -1815,6 +1852,7 @@ public com.google.spanner.v1.DirectedReadOptions.ReplicaSelection getReplicaSele return replicaSelectionsBuilder_.getMessage(index); } } + /** * * @@ -1840,6 +1878,7 @@ public Builder setReplicaSelections( } return this; } + /** * * @@ -1863,6 +1902,7 @@ public Builder setReplicaSelections( } return this; } + /** * * @@ -1888,6 +1928,7 @@ public Builder addReplicaSelections( } return this; } + /** * * @@ -1913,6 +1954,7 @@ public Builder addReplicaSelections( } return this; } + /** * * @@ -1935,6 +1977,7 @@ public Builder addReplicaSelections( } return this; } + /** * * @@ -1958,6 +2001,7 @@ public Builder addReplicaSelections( } return this; } + /** * * @@ -1981,6 +2025,7 @@ public Builder addAllReplicaSelections( } return this; } + /** * * @@ -2002,6 +2047,7 @@ public Builder clearReplicaSelections() { } return this; } + /** * * @@ -2023,6 +2069,7 @@ public Builder removeReplicaSelections(int index) { } return this; } + /** * * @@ -2038,6 +2085,7 @@ public Builder removeReplicaSelections(int index) { getReplicaSelectionsBuilder(int index) { return getReplicaSelectionsFieldBuilder().getBuilder(index); } + /** * * @@ -2057,6 +2105,7 @@ public Builder removeReplicaSelections(int index) { return replicaSelectionsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -2077,6 +2126,7 @@ public Builder removeReplicaSelections(int index) { return java.util.Collections.unmodifiableList(replicaSelections_); } } + /** * * @@ -2094,6 +2144,7 @@ public Builder removeReplicaSelections(int index) { .addBuilder( com.google.spanner.v1.DirectedReadOptions.ReplicaSelection.getDefaultInstance()); } + /** * * @@ -2112,6 +2163,7 @@ public Builder removeReplicaSelections(int index) { index, com.google.spanner.v1.DirectedReadOptions.ReplicaSelection.getDefaultInstance()); } + /** * * @@ -2149,6 +2201,7 @@ public Builder removeReplicaSelections(int index) { } private boolean autoFailoverDisabled_; + /** * * @@ -2166,6 +2219,7 @@ public Builder removeReplicaSelections(int index) { public boolean getAutoFailoverDisabled() { return autoFailoverDisabled_; } + /** * * @@ -2187,6 +2241,7 @@ public Builder setAutoFailoverDisabled(boolean value) { onChanged(); return this; } + /** * * @@ -2289,6 +2344,7 @@ public interface ExcludeReplicasOrBuilder */ java.util.List getReplicaSelectionsList(); + /** * * @@ -2301,6 +2357,7 @@ public interface ExcludeReplicasOrBuilder * */ com.google.spanner.v1.DirectedReadOptions.ReplicaSelection getReplicaSelections(int index); + /** * * @@ -2313,6 +2370,7 @@ public interface ExcludeReplicasOrBuilder * */ int getReplicaSelectionsCount(); + /** * * @@ -2326,6 +2384,7 @@ public interface ExcludeReplicasOrBuilder */ java.util.List getReplicaSelectionsOrBuilderList(); + /** * * @@ -2340,6 +2399,7 @@ public interface ExcludeReplicasOrBuilder com.google.spanner.v1.DirectedReadOptions.ReplicaSelectionOrBuilder getReplicaSelectionsOrBuilder(int index); } + /** * * @@ -2355,6 +2415,7 @@ public static final class ExcludeReplicas extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.v1.DirectedReadOptions.ExcludeReplicas) ExcludeReplicasOrBuilder { private static final long serialVersionUID = 0L; + // Use ExcludeReplicas.newBuilder() to construct. private ExcludeReplicas(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -2390,6 +2451,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List replicaSelections_; + /** * * @@ -2406,6 +2468,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getReplicaSelectionsList() { return replicaSelections_; } + /** * * @@ -2423,6 +2486,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getReplicaSelectionsOrBuilderList() { return replicaSelections_; } + /** * * @@ -2438,6 +2502,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public int getReplicaSelectionsCount() { return replicaSelections_.size(); } + /** * * @@ -2454,6 +2519,7 @@ public com.google.spanner.v1.DirectedReadOptions.ReplicaSelection getReplicaSele int index) { return replicaSelections_.get(index); } + /** * * @@ -2635,6 +2701,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -2906,6 +2973,7 @@ private void ensureReplicaSelectionsIsMutable() { return replicaSelectionsBuilder_.getMessageList(); } } + /** * * @@ -2924,6 +2992,7 @@ public int getReplicaSelectionsCount() { return replicaSelectionsBuilder_.getCount(); } } + /** * * @@ -2943,6 +3012,7 @@ public com.google.spanner.v1.DirectedReadOptions.ReplicaSelection getReplicaSele return replicaSelectionsBuilder_.getMessage(index); } } + /** * * @@ -2968,6 +3038,7 @@ public Builder setReplicaSelections( } return this; } + /** * * @@ -2991,6 +3062,7 @@ public Builder setReplicaSelections( } return this; } + /** * * @@ -3016,6 +3088,7 @@ public Builder addReplicaSelections( } return this; } + /** * * @@ -3041,6 +3114,7 @@ public Builder addReplicaSelections( } return this; } + /** * * @@ -3063,6 +3137,7 @@ public Builder addReplicaSelections( } return this; } + /** * * @@ -3086,6 +3161,7 @@ public Builder addReplicaSelections( } return this; } + /** * * @@ -3109,6 +3185,7 @@ public Builder addAllReplicaSelections( } return this; } + /** * * @@ -3130,6 +3207,7 @@ public Builder clearReplicaSelections() { } return this; } + /** * * @@ -3151,6 +3229,7 @@ public Builder removeReplicaSelections(int index) { } return this; } + /** * * @@ -3166,6 +3245,7 @@ public Builder removeReplicaSelections(int index) { getReplicaSelectionsBuilder(int index) { return getReplicaSelectionsFieldBuilder().getBuilder(index); } + /** * * @@ -3185,6 +3265,7 @@ public Builder removeReplicaSelections(int index) { return replicaSelectionsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -3205,6 +3286,7 @@ public Builder removeReplicaSelections(int index) { return java.util.Collections.unmodifiableList(replicaSelections_); } } + /** * * @@ -3222,6 +3304,7 @@ public Builder removeReplicaSelections(int index) { .addBuilder( com.google.spanner.v1.DirectedReadOptions.ReplicaSelection.getDefaultInstance()); } + /** * * @@ -3240,6 +3323,7 @@ public Builder removeReplicaSelections(int index) { index, com.google.spanner.v1.DirectedReadOptions.ReplicaSelection.getDefaultInstance()); } + /** * * @@ -3357,6 +3441,7 @@ public enum ReplicasCase private ReplicasCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -3390,6 +3475,7 @@ public ReplicasCase getReplicasCase() { } public static final int INCLUDE_REPLICAS_FIELD_NUMBER = 1; + /** * * @@ -3409,6 +3495,7 @@ public ReplicasCase getReplicasCase() { public boolean hasIncludeReplicas() { return replicasCase_ == 1; } + /** * * @@ -3431,6 +3518,7 @@ public com.google.spanner.v1.DirectedReadOptions.IncludeReplicas getIncludeRepli } return com.google.spanner.v1.DirectedReadOptions.IncludeReplicas.getDefaultInstance(); } + /** * * @@ -3454,6 +3542,7 @@ public com.google.spanner.v1.DirectedReadOptions.IncludeReplicas getIncludeRepli } public static final int EXCLUDE_REPLICAS_FIELD_NUMBER = 2; + /** * * @@ -3471,6 +3560,7 @@ public com.google.spanner.v1.DirectedReadOptions.IncludeReplicas getIncludeRepli public boolean hasExcludeReplicas() { return replicasCase_ == 2; } + /** * * @@ -3491,6 +3581,7 @@ public com.google.spanner.v1.DirectedReadOptions.ExcludeReplicas getExcludeRepli } return com.google.spanner.v1.DirectedReadOptions.ExcludeReplicas.getDefaultInstance(); } + /** * * @@ -3700,6 +3791,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -3938,6 +4030,7 @@ public Builder clearReplicas() { com.google.spanner.v1.DirectedReadOptions.IncludeReplicas.Builder, com.google.spanner.v1.DirectedReadOptions.IncludeReplicasOrBuilder> includeReplicasBuilder_; + /** * * @@ -3957,6 +4050,7 @@ public Builder clearReplicas() { public boolean hasIncludeReplicas() { return replicasCase_ == 1; } + /** * * @@ -3986,6 +4080,7 @@ public com.google.spanner.v1.DirectedReadOptions.IncludeReplicas getIncludeRepli return com.google.spanner.v1.DirectedReadOptions.IncludeReplicas.getDefaultInstance(); } } + /** * * @@ -4013,6 +4108,7 @@ public Builder setIncludeReplicas( replicasCase_ = 1; return this; } + /** * * @@ -4037,6 +4133,7 @@ public Builder setIncludeReplicas( replicasCase_ = 1; return this; } + /** * * @@ -4075,6 +4172,7 @@ public Builder mergeIncludeReplicas( replicasCase_ = 1; return this; } + /** * * @@ -4104,6 +4202,7 @@ public Builder clearIncludeReplicas() { } return this; } + /** * * @@ -4121,6 +4220,7 @@ public Builder clearIncludeReplicas() { getIncludeReplicasBuilder() { return getIncludeReplicasFieldBuilder().getBuilder(); } + /** * * @@ -4146,6 +4246,7 @@ public Builder clearIncludeReplicas() { return com.google.spanner.v1.DirectedReadOptions.IncludeReplicas.getDefaultInstance(); } } + /** * * @@ -4189,6 +4290,7 @@ public Builder clearIncludeReplicas() { com.google.spanner.v1.DirectedReadOptions.ExcludeReplicas.Builder, com.google.spanner.v1.DirectedReadOptions.ExcludeReplicasOrBuilder> excludeReplicasBuilder_; + /** * * @@ -4206,6 +4308,7 @@ public Builder clearIncludeReplicas() { public boolean hasExcludeReplicas() { return replicasCase_ == 2; } + /** * * @@ -4233,6 +4336,7 @@ public com.google.spanner.v1.DirectedReadOptions.ExcludeReplicas getExcludeRepli return com.google.spanner.v1.DirectedReadOptions.ExcludeReplicas.getDefaultInstance(); } } + /** * * @@ -4258,6 +4362,7 @@ public Builder setExcludeReplicas( replicasCase_ = 2; return this; } + /** * * @@ -4280,6 +4385,7 @@ public Builder setExcludeReplicas( replicasCase_ = 2; return this; } + /** * * @@ -4316,6 +4422,7 @@ public Builder mergeExcludeReplicas( replicasCase_ = 2; return this; } + /** * * @@ -4343,6 +4450,7 @@ public Builder clearExcludeReplicas() { } return this; } + /** * * @@ -4358,6 +4466,7 @@ public Builder clearExcludeReplicas() { getExcludeReplicasBuilder() { return getExcludeReplicasFieldBuilder().getBuilder(); } + /** * * @@ -4381,6 +4490,7 @@ public Builder clearExcludeReplicas() { return com.google.spanner.v1.DirectedReadOptions.ExcludeReplicas.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DirectedReadOptionsOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DirectedReadOptionsOrBuilder.java index 57620457ef..bb057c8e64 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DirectedReadOptionsOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/DirectedReadOptionsOrBuilder.java @@ -40,6 +40,7 @@ public interface DirectedReadOptionsOrBuilder * @return Whether the includeReplicas field is set. */ boolean hasIncludeReplicas(); + /** * * @@ -56,6 +57,7 @@ public interface DirectedReadOptionsOrBuilder * @return The includeReplicas. */ com.google.spanner.v1.DirectedReadOptions.IncludeReplicas getIncludeReplicas(); + /** * * @@ -85,6 +87,7 @@ public interface DirectedReadOptionsOrBuilder * @return Whether the excludeReplicas field is set. */ boolean hasExcludeReplicas(); + /** * * @@ -99,6 +102,7 @@ public interface DirectedReadOptionsOrBuilder * @return The excludeReplicas. */ com.google.spanner.v1.DirectedReadOptions.ExcludeReplicas getExcludeReplicas(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlRequest.java index e6300cd3fd..78a7452fb6 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlRequest.java @@ -33,6 +33,7 @@ public final class ExecuteBatchDmlRequest extends com.google.protobuf.GeneratedM // @@protoc_insertion_point(message_implements:google.spanner.v1.ExecuteBatchDmlRequest) ExecuteBatchDmlRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ExecuteBatchDmlRequest.newBuilder() to construct. private ExecuteBatchDmlRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -81,6 +82,7 @@ public interface StatementOrBuilder * @return The sql. */ java.lang.String getSql(); + /** * * @@ -117,6 +119,7 @@ public interface StatementOrBuilder * @return Whether the params field is set. */ boolean hasParams(); + /** * * @@ -140,6 +143,7 @@ public interface StatementOrBuilder * @return The params. */ com.google.protobuf.Struct getParams(); + /** * * @@ -181,6 +185,7 @@ public interface StatementOrBuilder * map<string, .google.spanner.v1.Type> param_types = 3; */ int getParamTypesCount(); + /** * * @@ -200,9 +205,11 @@ public interface StatementOrBuilder * map<string, .google.spanner.v1.Type> param_types = 3; */ boolean containsParamTypes(java.lang.String key); + /** Use {@link #getParamTypesMap()} instead. */ @java.lang.Deprecated java.util.Map getParamTypes(); + /** * * @@ -222,6 +229,7 @@ public interface StatementOrBuilder * map<string, .google.spanner.v1.Type> param_types = 3; */ java.util.Map getParamTypesMap(); + /** * * @@ -245,6 +253,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( java.lang.String key, /* nullable */ com.google.spanner.v1.Type defaultValue); + /** * * @@ -265,6 +274,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( */ com.google.spanner.v1.Type getParamTypesOrThrow(java.lang.String key); } + /** * * @@ -279,6 +289,7 @@ public static final class Statement extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.v1.ExecuteBatchDmlRequest.Statement) StatementOrBuilder { private static final long serialVersionUID = 0L; + // Use Statement.newBuilder() to construct. private Statement(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -326,6 +337,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl @SuppressWarnings("serial") private volatile java.lang.Object sql_ = ""; + /** * * @@ -349,6 +361,7 @@ public java.lang.String getSql() { return s; } } + /** * * @@ -375,6 +388,7 @@ public com.google.protobuf.ByteString getSqlBytes() { public static final int PARAMS_FIELD_NUMBER = 2; private com.google.protobuf.Struct params_; + /** * * @@ -401,6 +415,7 @@ public com.google.protobuf.ByteString getSqlBytes() { public boolean hasParams() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -427,6 +442,7 @@ public boolean hasParams() { public com.google.protobuf.Struct getParams() { return params_ == null ? com.google.protobuf.Struct.getDefaultInstance() : params_; } + /** * * @@ -482,6 +498,7 @@ private static final class ParamTypesDefaultEntryHolder { public int getParamTypesCount() { return internalGetParamTypes().getMap().size(); } + /** * * @@ -507,12 +524,14 @@ public boolean containsParamTypes(java.lang.String key) { } return internalGetParamTypes().getMap().containsKey(key); } + /** Use {@link #getParamTypesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getParamTypes() { return getParamTypesMap(); } + /** * * @@ -535,6 +554,7 @@ public java.util.Map getParamTypes public java.util.Map getParamTypesMap() { return internalGetParamTypes().getMap(); } + /** * * @@ -565,6 +585,7 @@ public java.util.Map getParamTypes internalGetParamTypes().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -788,6 +809,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -1046,6 +1068,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object sql_ = ""; + /** * * @@ -1068,6 +1091,7 @@ public java.lang.String getSql() { return (java.lang.String) ref; } } + /** * * @@ -1090,6 +1114,7 @@ public com.google.protobuf.ByteString getSqlBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1111,6 +1136,7 @@ public Builder setSql(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1128,6 +1154,7 @@ public Builder clearSql() { onChanged(); return this; } + /** * * @@ -1157,6 +1184,7 @@ public Builder setSqlBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> paramsBuilder_; + /** * * @@ -1182,6 +1210,7 @@ public Builder setSqlBytes(com.google.protobuf.ByteString value) { public boolean hasParams() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1211,6 +1240,7 @@ public com.google.protobuf.Struct getParams() { return paramsBuilder_.getMessage(); } } + /** * * @@ -1244,6 +1274,7 @@ public Builder setParams(com.google.protobuf.Struct value) { onChanged(); return this; } + /** * * @@ -1274,6 +1305,7 @@ public Builder setParams(com.google.protobuf.Struct.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -1312,6 +1344,7 @@ public Builder mergeParams(com.google.protobuf.Struct value) { } return this; } + /** * * @@ -1342,6 +1375,7 @@ public Builder clearParams() { onChanged(); return this; } + /** * * @@ -1367,6 +1401,7 @@ public com.google.protobuf.Struct.Builder getParamsBuilder() { onChanged(); return getParamsFieldBuilder().getBuilder(); } + /** * * @@ -1394,6 +1429,7 @@ public com.google.protobuf.StructOrBuilder getParamsOrBuilder() { return params_ == null ? com.google.protobuf.Struct.getDefaultInstance() : params_; } } + /** * * @@ -1447,7 +1483,8 @@ public com.google.spanner.v1.Type build(com.google.spanner.v1.TypeOrBuilder val) defaultEntry() { return ParamTypesDefaultEntryHolder.defaultEntry; } - }; + } + ; private static final ParamTypesConverter paramTypesConverter = new ParamTypesConverter(); @@ -1487,6 +1524,7 @@ public com.google.spanner.v1.Type build(com.google.spanner.v1.TypeOrBuilder val) public int getParamTypesCount() { return internalGetParamTypes().ensureBuilderMap().size(); } + /** * * @@ -1512,12 +1550,14 @@ public boolean containsParamTypes(java.lang.String key) { } return internalGetParamTypes().ensureBuilderMap().containsKey(key); } + /** Use {@link #getParamTypesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getParamTypes() { return getParamTypesMap(); } + /** * * @@ -1540,6 +1580,7 @@ public java.util.Map getParamTypes public java.util.Map getParamTypesMap() { return internalGetParamTypes().getImmutableMap(); } + /** * * @@ -1570,6 +1611,7 @@ public java.util.Map getParamTypes internalGetMutableParamTypes().ensureBuilderMap(); return map.containsKey(key) ? paramTypesConverter.build(map.get(key)) : defaultValue; } + /** * * @@ -1606,6 +1648,7 @@ public Builder clearParamTypes() { internalGetMutableParamTypes().clear(); return this; } + /** * * @@ -1631,12 +1674,14 @@ public Builder removeParamTypes(java.lang.String key) { internalGetMutableParamTypes().ensureBuilderMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableParamTypes() { bitField0_ |= 0x00000004; return internalGetMutableParamTypes().ensureMessageMap(); } + /** * * @@ -1666,6 +1711,7 @@ public Builder putParamTypes(java.lang.String key, com.google.spanner.v1.Type va bitField0_ |= 0x00000004; return this; } + /** * * @@ -1696,6 +1742,7 @@ public Builder putAllParamTypes( bitField0_ |= 0x00000004; return this; } + /** * * @@ -1798,6 +1845,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.Statement getDefaultInstance @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; + /** * * @@ -1823,6 +1871,7 @@ public java.lang.String getSession() { return s; } } + /** * * @@ -1851,6 +1900,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public static final int TRANSACTION_FIELD_NUMBER = 2; private com.google.spanner.v1.TransactionSelector transaction_; + /** * * @@ -1872,6 +1922,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public boolean hasTransaction() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1895,6 +1946,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { ? com.google.spanner.v1.TransactionSelector.getDefaultInstance() : transaction_; } + /** * * @@ -1921,6 +1973,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde @SuppressWarnings("serial") private java.util.List statements_; + /** * * @@ -1942,6 +1995,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde getStatementsList() { return statements_; } + /** * * @@ -1963,6 +2017,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde getStatementsOrBuilderList() { return statements_; } + /** * * @@ -1983,6 +2038,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde public int getStatementsCount() { return statements_.size(); } + /** * * @@ -2003,6 +2059,7 @@ public int getStatementsCount() { public com.google.spanner.v1.ExecuteBatchDmlRequest.Statement getStatements(int index) { return statements_.get(index); } + /** * * @@ -2027,6 +2084,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder getStatem public static final int SEQNO_FIELD_NUMBER = 4; private long seqno_ = 0L; + /** * * @@ -2052,6 +2110,7 @@ public long getSeqno() { public static final int REQUEST_OPTIONS_FIELD_NUMBER = 5; private com.google.spanner.v1.RequestOptions requestOptions_; + /** * * @@ -2067,6 +2126,7 @@ public long getSeqno() { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -2084,6 +2144,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { ? com.google.spanner.v1.RequestOptions.getDefaultInstance() : requestOptions_; } + /** * * @@ -2102,6 +2163,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public static final int LAST_STATEMENTS_FIELD_NUMBER = 6; private boolean lastStatements_ = false; + /** * * @@ -2342,6 +2404,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -2663,6 +2726,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object session_ = ""; + /** * * @@ -2687,6 +2751,7 @@ public java.lang.String getSession() { return (java.lang.String) ref; } } + /** * * @@ -2711,6 +2776,7 @@ public com.google.protobuf.ByteString getSessionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2734,6 +2800,7 @@ public Builder setSession(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2753,6 +2820,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -2784,6 +2852,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.TransactionSelector.Builder, com.google.spanner.v1.TransactionSelectorOrBuilder> transactionBuilder_; + /** * * @@ -2804,6 +2873,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { public boolean hasTransaction() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -2830,6 +2900,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { return transactionBuilder_.getMessage(); } } + /** * * @@ -2858,6 +2929,7 @@ public Builder setTransaction(com.google.spanner.v1.TransactionSelector value) { onChanged(); return this; } + /** * * @@ -2884,6 +2956,7 @@ public Builder setTransaction( onChanged(); return this; } + /** * * @@ -2917,6 +2990,7 @@ public Builder mergeTransaction(com.google.spanner.v1.TransactionSelector value) } return this; } + /** * * @@ -2942,6 +3016,7 @@ public Builder clearTransaction() { onChanged(); return this; } + /** * * @@ -2962,6 +3037,7 @@ public com.google.spanner.v1.TransactionSelector.Builder getTransactionBuilder() onChanged(); return getTransactionFieldBuilder().getBuilder(); } + /** * * @@ -2986,6 +3062,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde : transaction_; } } + /** * * @@ -3060,6 +3137,7 @@ private void ensureStatementsIsMutable() { return statementsBuilder_.getMessageList(); } } + /** * * @@ -3083,6 +3161,7 @@ public int getStatementsCount() { return statementsBuilder_.getCount(); } } + /** * * @@ -3106,6 +3185,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.Statement getStatements(int return statementsBuilder_.getMessage(index); } } + /** * * @@ -3136,6 +3216,7 @@ public Builder setStatements( } return this; } + /** * * @@ -3163,6 +3244,7 @@ public Builder setStatements( } return this; } + /** * * @@ -3192,6 +3274,7 @@ public Builder addStatements(com.google.spanner.v1.ExecuteBatchDmlRequest.Statem } return this; } + /** * * @@ -3222,6 +3305,7 @@ public Builder addStatements( } return this; } + /** * * @@ -3249,6 +3333,7 @@ public Builder addStatements( } return this; } + /** * * @@ -3276,6 +3361,7 @@ public Builder addStatements( } return this; } + /** * * @@ -3304,6 +3390,7 @@ public Builder addAllStatements( } return this; } + /** * * @@ -3330,6 +3417,7 @@ public Builder clearStatements() { } return this; } + /** * * @@ -3356,6 +3444,7 @@ public Builder removeStatements(int index) { } return this; } + /** * * @@ -3376,6 +3465,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder getStateme int index) { return getStatementsFieldBuilder().getBuilder(index); } + /** * * @@ -3400,6 +3490,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder getStatem return statementsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -3424,6 +3515,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder getStatem return java.util.Collections.unmodifiableList(statements_); } } + /** * * @@ -3444,6 +3536,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder addStateme return getStatementsFieldBuilder() .addBuilder(com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.getDefaultInstance()); } + /** * * @@ -3466,6 +3559,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder addStateme .addBuilder( index, com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.getDefaultInstance()); } + /** * * @@ -3505,6 +3599,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder addStateme } private long seqno_; + /** * * @@ -3527,6 +3622,7 @@ public com.google.spanner.v1.ExecuteBatchDmlRequest.Statement.Builder addStateme public long getSeqno() { return seqno_; } + /** * * @@ -3553,6 +3649,7 @@ public Builder setSeqno(long value) { onChanged(); return this; } + /** * * @@ -3584,6 +3681,7 @@ public Builder clearSeqno() { com.google.spanner.v1.RequestOptions.Builder, com.google.spanner.v1.RequestOptionsOrBuilder> requestOptionsBuilder_; + /** * * @@ -3598,6 +3696,7 @@ public Builder clearSeqno() { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -3618,6 +3717,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { return requestOptionsBuilder_.getMessage(); } } + /** * * @@ -3640,6 +3740,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions value) { onChanged(); return this; } + /** * * @@ -3659,6 +3760,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions.Builder bu onChanged(); return this; } + /** * * @@ -3686,6 +3788,7 @@ public Builder mergeRequestOptions(com.google.spanner.v1.RequestOptions value) { } return this; } + /** * * @@ -3705,6 +3808,7 @@ public Builder clearRequestOptions() { onChanged(); return this; } + /** * * @@ -3719,6 +3823,7 @@ public com.google.spanner.v1.RequestOptions.Builder getRequestOptionsBuilder() { onChanged(); return getRequestOptionsFieldBuilder().getBuilder(); } + /** * * @@ -3737,6 +3842,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( : requestOptions_; } } + /** * * @@ -3764,6 +3870,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( } private boolean lastStatements_; + /** * * @@ -3787,6 +3894,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public boolean getLastStatements() { return lastStatements_; } + /** * * @@ -3814,6 +3922,7 @@ public Builder setLastStatements(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlRequestOrBuilder.java index 7033d7f14c..2d8fd48755 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface ExecuteBatchDmlRequestOrBuilder * @return The session. */ java.lang.String getSession(); + /** * * @@ -71,6 +72,7 @@ public interface ExecuteBatchDmlRequestOrBuilder * @return Whether the transaction field is set. */ boolean hasTransaction(); + /** * * @@ -89,6 +91,7 @@ public interface ExecuteBatchDmlRequestOrBuilder * @return The transaction. */ com.google.spanner.v1.TransactionSelector getTransaction(); + /** * * @@ -123,6 +126,7 @@ public interface ExecuteBatchDmlRequestOrBuilder * */ java.util.List getStatementsList(); + /** * * @@ -140,6 +144,7 @@ public interface ExecuteBatchDmlRequestOrBuilder * */ com.google.spanner.v1.ExecuteBatchDmlRequest.Statement getStatements(int index); + /** * * @@ -157,6 +162,7 @@ public interface ExecuteBatchDmlRequestOrBuilder * */ int getStatementsCount(); + /** * * @@ -175,6 +181,7 @@ public interface ExecuteBatchDmlRequestOrBuilder */ java.util.List getStatementsOrBuilderList(); + /** * * @@ -225,6 +232,7 @@ public interface ExecuteBatchDmlRequestOrBuilder * @return Whether the requestOptions field is set. */ boolean hasRequestOptions(); + /** * * @@ -237,6 +245,7 @@ public interface ExecuteBatchDmlRequestOrBuilder * @return The requestOptions. */ com.google.spanner.v1.RequestOptions getRequestOptions(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlResponse.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlResponse.java index ff0a836f6e..531955984e 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlResponse.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlResponse.java @@ -63,6 +63,7 @@ public final class ExecuteBatchDmlResponse extends com.google.protobuf.Generated // @@protoc_insertion_point(message_implements:google.spanner.v1.ExecuteBatchDmlResponse) ExecuteBatchDmlResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ExecuteBatchDmlResponse.newBuilder() to construct. private ExecuteBatchDmlResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -98,6 +99,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List resultSets_; + /** * * @@ -119,6 +121,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getResultSetsList() { return resultSets_; } + /** * * @@ -141,6 +144,7 @@ public java.util.List getResultSetsList() { getResultSetsOrBuilderList() { return resultSets_; } + /** * * @@ -162,6 +166,7 @@ public java.util.List getResultSetsList() { public int getResultSetsCount() { return resultSets_.size(); } + /** * * @@ -183,6 +188,7 @@ public int getResultSetsCount() { public com.google.spanner.v1.ResultSet getResultSets(int index) { return resultSets_.get(index); } + /** * * @@ -207,6 +213,7 @@ public com.google.spanner.v1.ResultSetOrBuilder getResultSetsOrBuilder(int index public static final int STATUS_FIELD_NUMBER = 2; private com.google.rpc.Status status_; + /** * * @@ -223,6 +230,7 @@ public com.google.spanner.v1.ResultSetOrBuilder getResultSetsOrBuilder(int index public boolean hasStatus() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -239,6 +247,7 @@ public boolean hasStatus() { public com.google.rpc.Status getStatus() { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } + /** * * @@ -256,6 +265,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { public static final int PRECOMMIT_TOKEN_FIELD_NUMBER = 3; private com.google.spanner.v1.MultiplexedSessionPrecommitToken precommitToken_; + /** * * @@ -279,6 +289,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -304,6 +315,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( ? com.google.spanner.v1.MultiplexedSessionPrecommitToken.getDefaultInstance() : precommitToken_; } + /** * * @@ -518,6 +530,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -864,6 +877,7 @@ public java.util.List getResultSetsList() { return resultSetsBuilder_.getMessageList(); } } + /** * * @@ -888,6 +902,7 @@ public int getResultSetsCount() { return resultSetsBuilder_.getCount(); } } + /** * * @@ -912,6 +927,7 @@ public com.google.spanner.v1.ResultSet getResultSets(int index) { return resultSetsBuilder_.getMessage(index); } } + /** * * @@ -942,6 +958,7 @@ public Builder setResultSets(int index, com.google.spanner.v1.ResultSet value) { } return this; } + /** * * @@ -970,6 +987,7 @@ public Builder setResultSets( } return this; } + /** * * @@ -1000,6 +1018,7 @@ public Builder addResultSets(com.google.spanner.v1.ResultSet value) { } return this; } + /** * * @@ -1030,6 +1049,7 @@ public Builder addResultSets(int index, com.google.spanner.v1.ResultSet value) { } return this; } + /** * * @@ -1057,6 +1077,7 @@ public Builder addResultSets(com.google.spanner.v1.ResultSet.Builder builderForV } return this; } + /** * * @@ -1085,6 +1106,7 @@ public Builder addResultSets( } return this; } + /** * * @@ -1113,6 +1135,7 @@ public Builder addAllResultSets( } return this; } + /** * * @@ -1140,6 +1163,7 @@ public Builder clearResultSets() { } return this; } + /** * * @@ -1167,6 +1191,7 @@ public Builder removeResultSets(int index) { } return this; } + /** * * @@ -1187,6 +1212,7 @@ public Builder removeResultSets(int index) { public com.google.spanner.v1.ResultSet.Builder getResultSetsBuilder(int index) { return getResultSetsFieldBuilder().getBuilder(index); } + /** * * @@ -1211,6 +1237,7 @@ public com.google.spanner.v1.ResultSetOrBuilder getResultSetsOrBuilder(int index return resultSetsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1236,6 +1263,7 @@ public com.google.spanner.v1.ResultSetOrBuilder getResultSetsOrBuilder(int index return java.util.Collections.unmodifiableList(resultSets_); } } + /** * * @@ -1257,6 +1285,7 @@ public com.google.spanner.v1.ResultSet.Builder addResultSetsBuilder() { return getResultSetsFieldBuilder() .addBuilder(com.google.spanner.v1.ResultSet.getDefaultInstance()); } + /** * * @@ -1278,6 +1307,7 @@ public com.google.spanner.v1.ResultSet.Builder addResultSetsBuilder(int index) { return getResultSetsFieldBuilder() .addBuilder(index, com.google.spanner.v1.ResultSet.getDefaultInstance()); } + /** * * @@ -1320,6 +1350,7 @@ public java.util.List getResultSetsBuil private com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> statusBuilder_; + /** * * @@ -1335,6 +1366,7 @@ public java.util.List getResultSetsBuil public boolean hasStatus() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1354,6 +1386,7 @@ public com.google.rpc.Status getStatus() { return statusBuilder_.getMessage(); } } + /** * * @@ -1377,6 +1410,7 @@ public Builder setStatus(com.google.rpc.Status value) { onChanged(); return this; } + /** * * @@ -1397,6 +1431,7 @@ public Builder setStatus(com.google.rpc.Status.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -1425,6 +1460,7 @@ public Builder mergeStatus(com.google.rpc.Status value) { } return this; } + /** * * @@ -1445,6 +1481,7 @@ public Builder clearStatus() { onChanged(); return this; } + /** * * @@ -1460,6 +1497,7 @@ public com.google.rpc.Status.Builder getStatusBuilder() { onChanged(); return getStatusFieldBuilder().getBuilder(); } + /** * * @@ -1477,6 +1515,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } } + /** * * @@ -1507,6 +1546,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { com.google.spanner.v1.MultiplexedSessionPrecommitToken.Builder, com.google.spanner.v1.MultiplexedSessionPrecommitTokenOrBuilder> precommitTokenBuilder_; + /** * * @@ -1529,6 +1569,7 @@ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1557,6 +1598,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( return precommitTokenBuilder_.getMessage(); } } + /** * * @@ -1587,6 +1629,7 @@ public Builder setPrecommitToken(com.google.spanner.v1.MultiplexedSessionPrecomm onChanged(); return this; } + /** * * @@ -1615,6 +1658,7 @@ public Builder setPrecommitToken( onChanged(); return this; } + /** * * @@ -1652,6 +1696,7 @@ public Builder mergePrecommitToken( } return this; } + /** * * @@ -1679,6 +1724,7 @@ public Builder clearPrecommitToken() { onChanged(); return this; } + /** * * @@ -1702,6 +1748,7 @@ public Builder clearPrecommitToken() { onChanged(); return getPrecommitTokenFieldBuilder().getBuilder(); } + /** * * @@ -1729,6 +1776,7 @@ public Builder clearPrecommitToken() { : precommitToken_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlResponseOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlResponseOrBuilder.java index 6cd9e317a5..da9f07d75b 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlResponseOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteBatchDmlResponseOrBuilder.java @@ -42,6 +42,7 @@ public interface ExecuteBatchDmlResponseOrBuilder * repeated .google.spanner.v1.ResultSet result_sets = 1; */ java.util.List getResultSetsList(); + /** * * @@ -60,6 +61,7 @@ public interface ExecuteBatchDmlResponseOrBuilder * repeated .google.spanner.v1.ResultSet result_sets = 1; */ com.google.spanner.v1.ResultSet getResultSets(int index); + /** * * @@ -78,6 +80,7 @@ public interface ExecuteBatchDmlResponseOrBuilder * repeated .google.spanner.v1.ResultSet result_sets = 1; */ int getResultSetsCount(); + /** * * @@ -96,6 +99,7 @@ public interface ExecuteBatchDmlResponseOrBuilder * repeated .google.spanner.v1.ResultSet result_sets = 1; */ java.util.List getResultSetsOrBuilderList(); + /** * * @@ -128,6 +132,7 @@ public interface ExecuteBatchDmlResponseOrBuilder * @return Whether the status field is set. */ boolean hasStatus(); + /** * * @@ -141,6 +146,7 @@ public interface ExecuteBatchDmlResponseOrBuilder * @return The status. */ com.google.rpc.Status getStatus(); + /** * * @@ -173,6 +179,7 @@ public interface ExecuteBatchDmlResponseOrBuilder * @return Whether the precommitToken field is set. */ boolean hasPrecommitToken(); + /** * * @@ -193,6 +200,7 @@ public interface ExecuteBatchDmlResponseOrBuilder * @return The precommitToken. */ com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteSqlRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteSqlRequest.java index f67ea644b4..e3512b3f04 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteSqlRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteSqlRequest.java @@ -34,6 +34,7 @@ public final class ExecuteSqlRequest extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.v1.ExecuteSqlRequest) ExecuteSqlRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ExecuteSqlRequest.newBuilder() to construct. private ExecuteSqlRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -159,6 +160,7 @@ public enum QueryMode implements com.google.protobuf.ProtocolMessageEnum { * NORMAL = 0; */ public static final int NORMAL_VALUE = 0; + /** * * @@ -170,6 +172,7 @@ public enum QueryMode implements com.google.protobuf.ProtocolMessageEnum { * PLAN = 1; */ public static final int PLAN_VALUE = 1; + /** * * @@ -183,6 +186,7 @@ public enum QueryMode implements com.google.protobuf.ProtocolMessageEnum { * PROFILE = 2; */ public static final int PROFILE_VALUE = 2; + /** * * @@ -194,6 +198,7 @@ public enum QueryMode implements com.google.protobuf.ProtocolMessageEnum { * WITH_STATS = 3; */ public static final int WITH_STATS_VALUE = 3; + /** * * @@ -331,6 +336,7 @@ public interface QueryOptionsOrBuilder * @return The optimizerVersion. */ java.lang.String getOptimizerVersion(); + /** * * @@ -400,6 +406,7 @@ public interface QueryOptionsOrBuilder * @return The optimizerStatisticsPackage. */ java.lang.String getOptimizerStatisticsPackage(); + /** * * @@ -436,6 +443,7 @@ public interface QueryOptionsOrBuilder */ com.google.protobuf.ByteString getOptimizerStatisticsPackageBytes(); } + /** * * @@ -450,6 +458,7 @@ public static final class QueryOptions extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.v1.ExecuteSqlRequest.QueryOptions) QueryOptionsOrBuilder { private static final long serialVersionUID = 0L; + // Use QueryOptions.newBuilder() to construct. private QueryOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -485,6 +494,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object optimizerVersion_ = ""; + /** * * @@ -529,6 +539,7 @@ public java.lang.String getOptimizerVersion() { return s; } } + /** * * @@ -578,6 +589,7 @@ public com.google.protobuf.ByteString getOptimizerVersionBytes() { @SuppressWarnings("serial") private volatile java.lang.Object optimizerStatisticsPackage_ = ""; + /** * * @@ -624,6 +636,7 @@ public java.lang.String getOptimizerStatisticsPackage() { return s; } } + /** * * @@ -844,6 +857,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -1046,6 +1060,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object optimizerVersion_ = ""; + /** * * @@ -1089,6 +1104,7 @@ public java.lang.String getOptimizerVersion() { return (java.lang.String) ref; } } + /** * * @@ -1132,6 +1148,7 @@ public com.google.protobuf.ByteString getOptimizerVersionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1174,6 +1191,7 @@ public Builder setOptimizerVersion(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1212,6 +1230,7 @@ public Builder clearOptimizerVersion() { onChanged(); return this; } + /** * * @@ -1257,6 +1276,7 @@ public Builder setOptimizerVersionBytes(com.google.protobuf.ByteString value) { } private java.lang.Object optimizerStatisticsPackage_ = ""; + /** * * @@ -1302,6 +1322,7 @@ public java.lang.String getOptimizerStatisticsPackage() { return (java.lang.String) ref; } } + /** * * @@ -1347,6 +1368,7 @@ public com.google.protobuf.ByteString getOptimizerStatisticsPackageBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1391,6 +1413,7 @@ public Builder setOptimizerStatisticsPackage(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1431,6 +1454,7 @@ public Builder clearOptimizerStatisticsPackage() { onChanged(); return this; } + /** * * @@ -1546,6 +1570,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryOptions getDefaultInstanceFo @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; + /** * * @@ -1571,6 +1596,7 @@ public java.lang.String getSession() { return s; } } + /** * * @@ -1599,6 +1625,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public static final int TRANSACTION_FIELD_NUMBER = 2; private com.google.spanner.v1.TransactionSelector transaction_; + /** * * @@ -1623,6 +1650,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public boolean hasTransaction() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1649,6 +1677,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { ? com.google.spanner.v1.TransactionSelector.getDefaultInstance() : transaction_; } + /** * * @@ -1678,6 +1707,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde @SuppressWarnings("serial") private volatile java.lang.Object sql_ = ""; + /** * * @@ -1701,6 +1731,7 @@ public java.lang.String getSql() { return s; } } + /** * * @@ -1727,6 +1758,7 @@ public com.google.protobuf.ByteString getSqlBytes() { public static final int PARAMS_FIELD_NUMBER = 4; private com.google.protobuf.Struct params_; + /** * * @@ -1754,6 +1786,7 @@ public com.google.protobuf.ByteString getSqlBytes() { public boolean hasParams() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1781,6 +1814,7 @@ public boolean hasParams() { public com.google.protobuf.Struct getParams() { return params_ == null ? com.google.protobuf.Struct.getDefaultInstance() : params_; } + /** * * @@ -1836,6 +1870,7 @@ private static final class ParamTypesDefaultEntryHolder { public int getParamTypesCount() { return internalGetParamTypes().getMap().size(); } + /** * * @@ -1860,12 +1895,14 @@ public boolean containsParamTypes(java.lang.String key) { } return internalGetParamTypes().getMap().containsKey(key); } + /** Use {@link #getParamTypesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getParamTypes() { return getParamTypesMap(); } + /** * * @@ -1887,6 +1924,7 @@ public java.util.Map getParamTypes public java.util.Map getParamTypesMap() { return internalGetParamTypes().getMap(); } + /** * * @@ -1916,6 +1954,7 @@ public java.util.Map getParamTypes internalGetParamTypes().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -1948,6 +1987,7 @@ public com.google.spanner.v1.Type getParamTypesOrThrow(java.lang.String key) { public static final int RESUME_TOKEN_FIELD_NUMBER = 6; private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -1971,6 +2011,7 @@ public com.google.protobuf.ByteString getResumeToken() { public static final int QUERY_MODE_FIELD_NUMBER = 7; private int queryMode_ = 0; + /** * * @@ -1991,6 +2032,7 @@ public com.google.protobuf.ByteString getResumeToken() { public int getQueryModeValue() { return queryMode_; } + /** * * @@ -2016,6 +2058,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryMode getQueryMode() { public static final int PARTITION_TOKEN_FIELD_NUMBER = 8; private com.google.protobuf.ByteString partitionToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -2037,6 +2080,7 @@ public com.google.protobuf.ByteString getPartitionToken() { public static final int SEQNO_FIELD_NUMBER = 9; private long seqno_ = 0L; + /** * * @@ -2064,6 +2108,7 @@ public long getSeqno() { public static final int QUERY_OPTIONS_FIELD_NUMBER = 10; private com.google.spanner.v1.ExecuteSqlRequest.QueryOptions queryOptions_; + /** * * @@ -2079,6 +2124,7 @@ public long getSeqno() { public boolean hasQueryOptions() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -2096,6 +2142,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryOptions getQueryOptions() { ? com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.getDefaultInstance() : queryOptions_; } + /** * * @@ -2114,6 +2161,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryOptionsOrBuilder getQueryOpt public static final int REQUEST_OPTIONS_FIELD_NUMBER = 11; private com.google.spanner.v1.RequestOptions requestOptions_; + /** * * @@ -2129,6 +2177,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryOptionsOrBuilder getQueryOpt public boolean hasRequestOptions() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -2146,6 +2195,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { ? com.google.spanner.v1.RequestOptions.getDefaultInstance() : requestOptions_; } + /** * * @@ -2164,6 +2214,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public static final int DIRECTED_READ_OPTIONS_FIELD_NUMBER = 15; private com.google.spanner.v1.DirectedReadOptions directedReadOptions_; + /** * * @@ -2179,6 +2230,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public boolean hasDirectedReadOptions() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -2196,6 +2248,7 @@ public com.google.spanner.v1.DirectedReadOptions getDirectedReadOptions() { ? com.google.spanner.v1.DirectedReadOptions.getDefaultInstance() : directedReadOptions_; } + /** * * @@ -2214,6 +2267,7 @@ public com.google.spanner.v1.DirectedReadOptionsOrBuilder getDirectedReadOptions public static final int DATA_BOOST_ENABLED_FIELD_NUMBER = 16; private boolean dataBoostEnabled_ = false; + /** * * @@ -2236,6 +2290,7 @@ public boolean getDataBoostEnabled() { public static final int LAST_STATEMENT_FIELD_NUMBER = 17; private boolean lastStatement_ = false; + /** * * @@ -2569,6 +2624,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -3000,6 +3056,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object session_ = ""; + /** * * @@ -3024,6 +3081,7 @@ public java.lang.String getSession() { return (java.lang.String) ref; } } + /** * * @@ -3048,6 +3106,7 @@ public com.google.protobuf.ByteString getSessionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3071,6 +3130,7 @@ public Builder setSession(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3090,6 +3150,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -3121,6 +3182,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.TransactionSelector.Builder, com.google.spanner.v1.TransactionSelectorOrBuilder> transactionBuilder_; + /** * * @@ -3144,6 +3206,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { public boolean hasTransaction() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -3173,6 +3236,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { return transactionBuilder_.getMessage(); } } + /** * * @@ -3204,6 +3268,7 @@ public Builder setTransaction(com.google.spanner.v1.TransactionSelector value) { onChanged(); return this; } + /** * * @@ -3233,6 +3298,7 @@ public Builder setTransaction( onChanged(); return this; } + /** * * @@ -3269,6 +3335,7 @@ public Builder mergeTransaction(com.google.spanner.v1.TransactionSelector value) } return this; } + /** * * @@ -3297,6 +3364,7 @@ public Builder clearTransaction() { onChanged(); return this; } + /** * * @@ -3320,6 +3388,7 @@ public com.google.spanner.v1.TransactionSelector.Builder getTransactionBuilder() onChanged(); return getTransactionFieldBuilder().getBuilder(); } + /** * * @@ -3347,6 +3416,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde : transaction_; } } + /** * * @@ -3383,6 +3453,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde } private java.lang.Object sql_ = ""; + /** * * @@ -3405,6 +3476,7 @@ public java.lang.String getSql() { return (java.lang.String) ref; } } + /** * * @@ -3427,6 +3499,7 @@ public com.google.protobuf.ByteString getSqlBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3448,6 +3521,7 @@ public Builder setSql(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3465,6 +3539,7 @@ public Builder clearSql() { onChanged(); return this; } + /** * * @@ -3494,6 +3569,7 @@ public Builder setSqlBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> paramsBuilder_; + /** * * @@ -3520,6 +3596,7 @@ public Builder setSqlBytes(com.google.protobuf.ByteString value) { public boolean hasParams() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -3550,6 +3627,7 @@ public com.google.protobuf.Struct getParams() { return paramsBuilder_.getMessage(); } } + /** * * @@ -3584,6 +3662,7 @@ public Builder setParams(com.google.protobuf.Struct value) { onChanged(); return this; } + /** * * @@ -3615,6 +3694,7 @@ public Builder setParams(com.google.protobuf.Struct.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -3654,6 +3734,7 @@ public Builder mergeParams(com.google.protobuf.Struct value) { } return this; } + /** * * @@ -3685,6 +3766,7 @@ public Builder clearParams() { onChanged(); return this; } + /** * * @@ -3711,6 +3793,7 @@ public com.google.protobuf.Struct.Builder getParamsBuilder() { onChanged(); return getParamsFieldBuilder().getBuilder(); } + /** * * @@ -3739,6 +3822,7 @@ public com.google.protobuf.StructOrBuilder getParamsOrBuilder() { return params_ == null ? com.google.protobuf.Struct.getDefaultInstance() : params_; } } + /** * * @@ -3793,7 +3877,8 @@ public com.google.spanner.v1.Type build(com.google.spanner.v1.TypeOrBuilder val) defaultEntry() { return ParamTypesDefaultEntryHolder.defaultEntry; } - }; + } + ; private static final ParamTypesConverter paramTypesConverter = new ParamTypesConverter(); @@ -3833,6 +3918,7 @@ public com.google.spanner.v1.Type build(com.google.spanner.v1.TypeOrBuilder val) public int getParamTypesCount() { return internalGetParamTypes().ensureBuilderMap().size(); } + /** * * @@ -3857,12 +3943,14 @@ public boolean containsParamTypes(java.lang.String key) { } return internalGetParamTypes().ensureBuilderMap().containsKey(key); } + /** Use {@link #getParamTypesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getParamTypes() { return getParamTypesMap(); } + /** * * @@ -3884,6 +3972,7 @@ public java.util.Map getParamTypes public java.util.Map getParamTypesMap() { return internalGetParamTypes().getImmutableMap(); } + /** * * @@ -3913,6 +4002,7 @@ public java.util.Map getParamTypes internalGetMutableParamTypes().ensureBuilderMap(); return map.containsKey(key) ? paramTypesConverter.build(map.get(key)) : defaultValue; } + /** * * @@ -3948,6 +4038,7 @@ public Builder clearParamTypes() { internalGetMutableParamTypes().clear(); return this; } + /** * * @@ -3972,12 +4063,14 @@ public Builder removeParamTypes(java.lang.String key) { internalGetMutableParamTypes().ensureBuilderMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableParamTypes() { bitField0_ |= 0x00000010; return internalGetMutableParamTypes().ensureMessageMap(); } + /** * * @@ -4006,6 +4099,7 @@ public Builder putParamTypes(java.lang.String key, com.google.spanner.v1.Type va bitField0_ |= 0x00000010; return this; } + /** * * @@ -4035,6 +4129,7 @@ public Builder putAllParamTypes( bitField0_ |= 0x00000010; return this; } + /** * * @@ -4068,6 +4163,7 @@ public com.google.spanner.v1.Type.Builder putParamTypesBuilderIfAbsent(java.lang } private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -4088,6 +4184,7 @@ public com.google.spanner.v1.Type.Builder putParamTypesBuilderIfAbsent(java.lang public com.google.protobuf.ByteString getResumeToken() { return resumeToken_; } + /** * * @@ -4114,6 +4211,7 @@ public Builder setResumeToken(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -4138,6 +4236,7 @@ public Builder clearResumeToken() { } private int queryMode_ = 0; + /** * * @@ -4158,6 +4257,7 @@ public Builder clearResumeToken() { public int getQueryModeValue() { return queryMode_; } + /** * * @@ -4181,6 +4281,7 @@ public Builder setQueryModeValue(int value) { onChanged(); return this; } + /** * * @@ -4205,6 +4306,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryMode getQueryMode() { ? com.google.spanner.v1.ExecuteSqlRequest.QueryMode.UNRECOGNIZED : result; } + /** * * @@ -4231,6 +4333,7 @@ public Builder setQueryMode(com.google.spanner.v1.ExecuteSqlRequest.QueryMode va onChanged(); return this; } + /** * * @@ -4255,6 +4358,7 @@ public Builder clearQueryMode() { } private com.google.protobuf.ByteString partitionToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -4273,6 +4377,7 @@ public Builder clearQueryMode() { public com.google.protobuf.ByteString getPartitionToken() { return partitionToken_; } + /** * * @@ -4297,6 +4402,7 @@ public Builder setPartitionToken(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -4319,6 +4425,7 @@ public Builder clearPartitionToken() { } private long seqno_; + /** * * @@ -4343,6 +4450,7 @@ public Builder clearPartitionToken() { public long getSeqno() { return seqno_; } + /** * * @@ -4371,6 +4479,7 @@ public Builder setSeqno(long value) { onChanged(); return this; } + /** * * @@ -4404,6 +4513,7 @@ public Builder clearSeqno() { com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder, com.google.spanner.v1.ExecuteSqlRequest.QueryOptionsOrBuilder> queryOptionsBuilder_; + /** * * @@ -4418,6 +4528,7 @@ public Builder clearSeqno() { public boolean hasQueryOptions() { return ((bitField0_ & 0x00000200) != 0); } + /** * * @@ -4438,6 +4549,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryOptions getQueryOptions() { return queryOptionsBuilder_.getMessage(); } } + /** * * @@ -4460,6 +4572,7 @@ public Builder setQueryOptions(com.google.spanner.v1.ExecuteSqlRequest.QueryOpti onChanged(); return this; } + /** * * @@ -4480,6 +4593,7 @@ public Builder setQueryOptions( onChanged(); return this; } + /** * * @@ -4508,6 +4622,7 @@ public Builder mergeQueryOptions(com.google.spanner.v1.ExecuteSqlRequest.QueryOp } return this; } + /** * * @@ -4527,6 +4642,7 @@ public Builder clearQueryOptions() { onChanged(); return this; } + /** * * @@ -4541,6 +4657,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder getQueryOpti onChanged(); return getQueryOptionsFieldBuilder().getBuilder(); } + /** * * @@ -4560,6 +4677,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder getQueryOpti : queryOptions_; } } + /** * * @@ -4592,6 +4710,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder getQueryOpti com.google.spanner.v1.RequestOptions.Builder, com.google.spanner.v1.RequestOptionsOrBuilder> requestOptionsBuilder_; + /** * * @@ -4606,6 +4725,7 @@ public com.google.spanner.v1.ExecuteSqlRequest.QueryOptions.Builder getQueryOpti public boolean hasRequestOptions() { return ((bitField0_ & 0x00000400) != 0); } + /** * * @@ -4626,6 +4746,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { return requestOptionsBuilder_.getMessage(); } } + /** * * @@ -4648,6 +4769,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions value) { onChanged(); return this; } + /** * * @@ -4667,6 +4789,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions.Builder bu onChanged(); return this; } + /** * * @@ -4694,6 +4817,7 @@ public Builder mergeRequestOptions(com.google.spanner.v1.RequestOptions value) { } return this; } + /** * * @@ -4713,6 +4837,7 @@ public Builder clearRequestOptions() { onChanged(); return this; } + /** * * @@ -4727,6 +4852,7 @@ public com.google.spanner.v1.RequestOptions.Builder getRequestOptionsBuilder() { onChanged(); return getRequestOptionsFieldBuilder().getBuilder(); } + /** * * @@ -4745,6 +4871,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( : requestOptions_; } } + /** * * @@ -4777,6 +4904,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( com.google.spanner.v1.DirectedReadOptions.Builder, com.google.spanner.v1.DirectedReadOptionsOrBuilder> directedReadOptionsBuilder_; + /** * * @@ -4791,6 +4919,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public boolean hasDirectedReadOptions() { return ((bitField0_ & 0x00000800) != 0); } + /** * * @@ -4811,6 +4940,7 @@ public com.google.spanner.v1.DirectedReadOptions getDirectedReadOptions() { return directedReadOptionsBuilder_.getMessage(); } } + /** * * @@ -4833,6 +4963,7 @@ public Builder setDirectedReadOptions(com.google.spanner.v1.DirectedReadOptions onChanged(); return this; } + /** * * @@ -4853,6 +4984,7 @@ public Builder setDirectedReadOptions( onChanged(); return this; } + /** * * @@ -4881,6 +5013,7 @@ public Builder mergeDirectedReadOptions(com.google.spanner.v1.DirectedReadOption } return this; } + /** * * @@ -4900,6 +5033,7 @@ public Builder clearDirectedReadOptions() { onChanged(); return this; } + /** * * @@ -4914,6 +5048,7 @@ public com.google.spanner.v1.DirectedReadOptions.Builder getDirectedReadOptionsB onChanged(); return getDirectedReadOptionsFieldBuilder().getBuilder(); } + /** * * @@ -4932,6 +5067,7 @@ public com.google.spanner.v1.DirectedReadOptionsOrBuilder getDirectedReadOptions : directedReadOptions_; } } + /** * * @@ -4959,6 +5095,7 @@ public com.google.spanner.v1.DirectedReadOptionsOrBuilder getDirectedReadOptions } private boolean dataBoostEnabled_; + /** * * @@ -4978,6 +5115,7 @@ public com.google.spanner.v1.DirectedReadOptionsOrBuilder getDirectedReadOptions public boolean getDataBoostEnabled() { return dataBoostEnabled_; } + /** * * @@ -5001,6 +5139,7 @@ public Builder setDataBoostEnabled(boolean value) { onChanged(); return this; } + /** * * @@ -5024,6 +5163,7 @@ public Builder clearDataBoostEnabled() { } private boolean lastStatement_; + /** * * @@ -5047,6 +5187,7 @@ public Builder clearDataBoostEnabled() { public boolean getLastStatement() { return lastStatement_; } + /** * * @@ -5074,6 +5215,7 @@ public Builder setLastStatement(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteSqlRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteSqlRequestOrBuilder.java index 75f3025b6f..833c2c797a 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteSqlRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ExecuteSqlRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface ExecuteSqlRequestOrBuilder * @return The session. */ java.lang.String getSession(); + /** * * @@ -74,6 +75,7 @@ public interface ExecuteSqlRequestOrBuilder * @return Whether the transaction field is set. */ boolean hasTransaction(); + /** * * @@ -95,6 +97,7 @@ public interface ExecuteSqlRequestOrBuilder * @return The transaction. */ com.google.spanner.v1.TransactionSelector getTransaction(); + /** * * @@ -127,6 +130,7 @@ public interface ExecuteSqlRequestOrBuilder * @return The sql. */ java.lang.String getSql(); + /** * * @@ -164,6 +168,7 @@ public interface ExecuteSqlRequestOrBuilder * @return Whether the params field is set. */ boolean hasParams(); + /** * * @@ -188,6 +193,7 @@ public interface ExecuteSqlRequestOrBuilder * @return The params. */ com.google.protobuf.Struct getParams(); + /** * * @@ -229,6 +235,7 @@ public interface ExecuteSqlRequestOrBuilder * map<string, .google.spanner.v1.Type> param_types = 5; */ int getParamTypesCount(); + /** * * @@ -247,9 +254,11 @@ public interface ExecuteSqlRequestOrBuilder * map<string, .google.spanner.v1.Type> param_types = 5; */ boolean containsParamTypes(java.lang.String key); + /** Use {@link #getParamTypesMap()} instead. */ @java.lang.Deprecated java.util.Map getParamTypes(); + /** * * @@ -268,6 +277,7 @@ public interface ExecuteSqlRequestOrBuilder * map<string, .google.spanner.v1.Type> param_types = 5; */ java.util.Map getParamTypesMap(); + /** * * @@ -290,6 +300,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( java.lang.String key, /* nullable */ com.google.spanner.v1.Type defaultValue); + /** * * @@ -344,6 +355,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( * @return The enum numeric value on the wire for queryMode. */ int getQueryModeValue(); + /** * * @@ -412,6 +424,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( * @return Whether the queryOptions field is set. */ boolean hasQueryOptions(); + /** * * @@ -424,6 +437,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( * @return The queryOptions. */ com.google.spanner.v1.ExecuteSqlRequest.QueryOptions getQueryOptions(); + /** * * @@ -447,6 +461,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( * @return Whether the requestOptions field is set. */ boolean hasRequestOptions(); + /** * * @@ -459,6 +474,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( * @return The requestOptions. */ com.google.spanner.v1.RequestOptions getRequestOptions(); + /** * * @@ -482,6 +498,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( * @return Whether the directedReadOptions field is set. */ boolean hasDirectedReadOptions(); + /** * * @@ -494,6 +511,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( * @return The directedReadOptions. */ com.google.spanner.v1.DirectedReadOptions getDirectedReadOptions(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/GetSessionRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/GetSessionRequest.java index 15325efe0a..fee861214b 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/GetSessionRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/GetSessionRequest.java @@ -33,6 +33,7 @@ public final class GetSessionRequest extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.v1.GetSessionRequest) GetSessionRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use GetSessionRequest.newBuilder() to construct. private GetSessionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -67,6 +68,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -92,6 +94,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -276,6 +279,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -459,6 +463,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -483,6 +488,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -507,6 +513,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -530,6 +537,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -549,6 +557,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/GetSessionRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/GetSessionRequestOrBuilder.java index f72cce9fbf..0dd2c39326 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/GetSessionRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/GetSessionRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface GetSessionRequestOrBuilder * @return The name. */ java.lang.String getName(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeyRange.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeyRange.java index 2b2f666340..42cd0e955e 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeyRange.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeyRange.java @@ -120,6 +120,7 @@ public final class KeyRange extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.KeyRange) KeyRangeOrBuilder { private static final long serialVersionUID = 0L; + // Use KeyRange.newBuilder() to construct. private KeyRange(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -163,6 +164,7 @@ public enum StartKeyTypeCase private StartKeyTypeCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -212,6 +214,7 @@ public enum EndKeyTypeCase private EndKeyTypeCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -245,6 +248,7 @@ public EndKeyTypeCase getEndKeyTypeCase() { } public static final int START_CLOSED_FIELD_NUMBER = 1; + /** * * @@ -261,6 +265,7 @@ public EndKeyTypeCase getEndKeyTypeCase() { public boolean hasStartClosed() { return startKeyTypeCase_ == 1; } + /** * * @@ -280,6 +285,7 @@ public com.google.protobuf.ListValue getStartClosed() { } return com.google.protobuf.ListValue.getDefaultInstance(); } + /** * * @@ -299,6 +305,7 @@ public com.google.protobuf.ListValueOrBuilder getStartClosedOrBuilder() { } public static final int START_OPEN_FIELD_NUMBER = 2; + /** * * @@ -315,6 +322,7 @@ public com.google.protobuf.ListValueOrBuilder getStartClosedOrBuilder() { public boolean hasStartOpen() { return startKeyTypeCase_ == 2; } + /** * * @@ -334,6 +342,7 @@ public com.google.protobuf.ListValue getStartOpen() { } return com.google.protobuf.ListValue.getDefaultInstance(); } + /** * * @@ -353,6 +362,7 @@ public com.google.protobuf.ListValueOrBuilder getStartOpenOrBuilder() { } public static final int END_CLOSED_FIELD_NUMBER = 3; + /** * * @@ -369,6 +379,7 @@ public com.google.protobuf.ListValueOrBuilder getStartOpenOrBuilder() { public boolean hasEndClosed() { return endKeyTypeCase_ == 3; } + /** * * @@ -388,6 +399,7 @@ public com.google.protobuf.ListValue getEndClosed() { } return com.google.protobuf.ListValue.getDefaultInstance(); } + /** * * @@ -407,6 +419,7 @@ public com.google.protobuf.ListValueOrBuilder getEndClosedOrBuilder() { } public static final int END_OPEN_FIELD_NUMBER = 4; + /** * * @@ -423,6 +436,7 @@ public com.google.protobuf.ListValueOrBuilder getEndClosedOrBuilder() { public boolean hasEndOpen() { return endKeyTypeCase_ == 4; } + /** * * @@ -442,6 +456,7 @@ public com.google.protobuf.ListValue getEndOpen() { } return com.google.protobuf.ListValue.getDefaultInstance(); } + /** * * @@ -686,6 +701,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1061,6 +1077,7 @@ public Builder clearEndKeyType() { com.google.protobuf.ListValue.Builder, com.google.protobuf.ListValueOrBuilder> startClosedBuilder_; + /** * * @@ -1077,6 +1094,7 @@ public Builder clearEndKeyType() { public boolean hasStartClosed() { return startKeyTypeCase_ == 1; } + /** * * @@ -1103,6 +1121,7 @@ public com.google.protobuf.ListValue getStartClosed() { return com.google.protobuf.ListValue.getDefaultInstance(); } } + /** * * @@ -1126,6 +1145,7 @@ public Builder setStartClosed(com.google.protobuf.ListValue value) { startKeyTypeCase_ = 1; return this; } + /** * * @@ -1146,6 +1166,7 @@ public Builder setStartClosed(com.google.protobuf.ListValue.Builder builderForVa startKeyTypeCase_ = 1; return this; } + /** * * @@ -1179,6 +1200,7 @@ public Builder mergeStartClosed(com.google.protobuf.ListValue value) { startKeyTypeCase_ = 1; return this; } + /** * * @@ -1205,6 +1227,7 @@ public Builder clearStartClosed() { } return this; } + /** * * @@ -1218,6 +1241,7 @@ public Builder clearStartClosed() { public com.google.protobuf.ListValue.Builder getStartClosedBuilder() { return getStartClosedFieldBuilder().getBuilder(); } + /** * * @@ -1239,6 +1263,7 @@ public com.google.protobuf.ListValueOrBuilder getStartClosedOrBuilder() { return com.google.protobuf.ListValue.getDefaultInstance(); } } + /** * * @@ -1276,6 +1301,7 @@ public com.google.protobuf.ListValueOrBuilder getStartClosedOrBuilder() { com.google.protobuf.ListValue.Builder, com.google.protobuf.ListValueOrBuilder> startOpenBuilder_; + /** * * @@ -1292,6 +1318,7 @@ public com.google.protobuf.ListValueOrBuilder getStartClosedOrBuilder() { public boolean hasStartOpen() { return startKeyTypeCase_ == 2; } + /** * * @@ -1318,6 +1345,7 @@ public com.google.protobuf.ListValue getStartOpen() { return com.google.protobuf.ListValue.getDefaultInstance(); } } + /** * * @@ -1341,6 +1369,7 @@ public Builder setStartOpen(com.google.protobuf.ListValue value) { startKeyTypeCase_ = 2; return this; } + /** * * @@ -1361,6 +1390,7 @@ public Builder setStartOpen(com.google.protobuf.ListValue.Builder builderForValu startKeyTypeCase_ = 2; return this; } + /** * * @@ -1394,6 +1424,7 @@ public Builder mergeStartOpen(com.google.protobuf.ListValue value) { startKeyTypeCase_ = 2; return this; } + /** * * @@ -1420,6 +1451,7 @@ public Builder clearStartOpen() { } return this; } + /** * * @@ -1433,6 +1465,7 @@ public Builder clearStartOpen() { public com.google.protobuf.ListValue.Builder getStartOpenBuilder() { return getStartOpenFieldBuilder().getBuilder(); } + /** * * @@ -1454,6 +1487,7 @@ public com.google.protobuf.ListValueOrBuilder getStartOpenOrBuilder() { return com.google.protobuf.ListValue.getDefaultInstance(); } } + /** * * @@ -1491,6 +1525,7 @@ public com.google.protobuf.ListValueOrBuilder getStartOpenOrBuilder() { com.google.protobuf.ListValue.Builder, com.google.protobuf.ListValueOrBuilder> endClosedBuilder_; + /** * * @@ -1507,6 +1542,7 @@ public com.google.protobuf.ListValueOrBuilder getStartOpenOrBuilder() { public boolean hasEndClosed() { return endKeyTypeCase_ == 3; } + /** * * @@ -1533,6 +1569,7 @@ public com.google.protobuf.ListValue getEndClosed() { return com.google.protobuf.ListValue.getDefaultInstance(); } } + /** * * @@ -1556,6 +1593,7 @@ public Builder setEndClosed(com.google.protobuf.ListValue value) { endKeyTypeCase_ = 3; return this; } + /** * * @@ -1576,6 +1614,7 @@ public Builder setEndClosed(com.google.protobuf.ListValue.Builder builderForValu endKeyTypeCase_ = 3; return this; } + /** * * @@ -1608,6 +1647,7 @@ public Builder mergeEndClosed(com.google.protobuf.ListValue value) { endKeyTypeCase_ = 3; return this; } + /** * * @@ -1634,6 +1674,7 @@ public Builder clearEndClosed() { } return this; } + /** * * @@ -1647,6 +1688,7 @@ public Builder clearEndClosed() { public com.google.protobuf.ListValue.Builder getEndClosedBuilder() { return getEndClosedFieldBuilder().getBuilder(); } + /** * * @@ -1668,6 +1710,7 @@ public com.google.protobuf.ListValueOrBuilder getEndClosedOrBuilder() { return com.google.protobuf.ListValue.getDefaultInstance(); } } + /** * * @@ -1705,6 +1748,7 @@ public com.google.protobuf.ListValueOrBuilder getEndClosedOrBuilder() { com.google.protobuf.ListValue.Builder, com.google.protobuf.ListValueOrBuilder> endOpenBuilder_; + /** * * @@ -1721,6 +1765,7 @@ public com.google.protobuf.ListValueOrBuilder getEndClosedOrBuilder() { public boolean hasEndOpen() { return endKeyTypeCase_ == 4; } + /** * * @@ -1747,6 +1792,7 @@ public com.google.protobuf.ListValue getEndOpen() { return com.google.protobuf.ListValue.getDefaultInstance(); } } + /** * * @@ -1770,6 +1816,7 @@ public Builder setEndOpen(com.google.protobuf.ListValue value) { endKeyTypeCase_ = 4; return this; } + /** * * @@ -1790,6 +1837,7 @@ public Builder setEndOpen(com.google.protobuf.ListValue.Builder builderForValue) endKeyTypeCase_ = 4; return this; } + /** * * @@ -1822,6 +1870,7 @@ public Builder mergeEndOpen(com.google.protobuf.ListValue value) { endKeyTypeCase_ = 4; return this; } + /** * * @@ -1848,6 +1897,7 @@ public Builder clearEndOpen() { } return this; } + /** * * @@ -1861,6 +1911,7 @@ public Builder clearEndOpen() { public com.google.protobuf.ListValue.Builder getEndOpenBuilder() { return getEndOpenFieldBuilder().getBuilder(); } + /** * * @@ -1882,6 +1933,7 @@ public com.google.protobuf.ListValueOrBuilder getEndOpenOrBuilder() { return com.google.protobuf.ListValue.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeyRangeOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeyRangeOrBuilder.java index e1e405ee54..38e9131be1 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeyRangeOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeyRangeOrBuilder.java @@ -37,6 +37,7 @@ public interface KeyRangeOrBuilder * @return Whether the startClosed field is set. */ boolean hasStartClosed(); + /** * * @@ -50,6 +51,7 @@ public interface KeyRangeOrBuilder * @return The startClosed. */ com.google.protobuf.ListValue getStartClosed(); + /** * * @@ -75,6 +77,7 @@ public interface KeyRangeOrBuilder * @return Whether the startOpen field is set. */ boolean hasStartOpen(); + /** * * @@ -88,6 +91,7 @@ public interface KeyRangeOrBuilder * @return The startOpen. */ com.google.protobuf.ListValue getStartOpen(); + /** * * @@ -113,6 +117,7 @@ public interface KeyRangeOrBuilder * @return Whether the endClosed field is set. */ boolean hasEndClosed(); + /** * * @@ -126,6 +131,7 @@ public interface KeyRangeOrBuilder * @return The endClosed. */ com.google.protobuf.ListValue getEndClosed(); + /** * * @@ -151,6 +157,7 @@ public interface KeyRangeOrBuilder * @return Whether the endOpen field is set. */ boolean hasEndOpen(); + /** * * @@ -164,6 +171,7 @@ public interface KeyRangeOrBuilder * @return The endOpen. */ com.google.protobuf.ListValue getEndOpen(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeySet.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeySet.java index 037bb7730f..3da1c876a4 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeySet.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeySet.java @@ -39,6 +39,7 @@ public final class KeySet extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.KeySet) KeySetOrBuilder { private static final long serialVersionUID = 0L; + // Use KeySet.newBuilder() to construct. private KeySet(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -72,6 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List keys_; + /** * * @@ -88,6 +90,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getKeysList() { return keys_; } + /** * * @@ -104,6 +107,7 @@ public java.util.List getKeysList() { public java.util.List getKeysOrBuilderList() { return keys_; } + /** * * @@ -120,6 +124,7 @@ public java.util.List getKeysO public int getKeysCount() { return keys_.size(); } + /** * * @@ -136,6 +141,7 @@ public int getKeysCount() { public com.google.protobuf.ListValue getKeys(int index) { return keys_.get(index); } + /** * * @@ -157,6 +163,7 @@ public com.google.protobuf.ListValueOrBuilder getKeysOrBuilder(int index) { @SuppressWarnings("serial") private java.util.List ranges_; + /** * * @@ -171,6 +178,7 @@ public com.google.protobuf.ListValueOrBuilder getKeysOrBuilder(int index) { public java.util.List getRangesList() { return ranges_; } + /** * * @@ -186,6 +194,7 @@ public java.util.List getRangesList() { getRangesOrBuilderList() { return ranges_; } + /** * * @@ -200,6 +209,7 @@ public java.util.List getRangesList() { public int getRangesCount() { return ranges_.size(); } + /** * * @@ -214,6 +224,7 @@ public int getRangesCount() { public com.google.spanner.v1.KeyRange getRanges(int index) { return ranges_.get(index); } + /** * * @@ -231,6 +242,7 @@ public com.google.spanner.v1.KeyRangeOrBuilder getRangesOrBuilder(int index) { public static final int ALL_FIELD_NUMBER = 3; private boolean all_ = false; + /** * * @@ -428,6 +440,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -758,6 +771,7 @@ public java.util.List getKeysList() { return keysBuilder_.getMessageList(); } } + /** * * @@ -777,6 +791,7 @@ public int getKeysCount() { return keysBuilder_.getCount(); } } + /** * * @@ -796,6 +811,7 @@ public com.google.protobuf.ListValue getKeys(int index) { return keysBuilder_.getMessage(index); } } + /** * * @@ -821,6 +837,7 @@ public Builder setKeys(int index, com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -843,6 +860,7 @@ public Builder setKeys(int index, com.google.protobuf.ListValue.Builder builderF } return this; } + /** * * @@ -868,6 +886,7 @@ public Builder addKeys(com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -893,6 +912,7 @@ public Builder addKeys(int index, com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -915,6 +935,7 @@ public Builder addKeys(com.google.protobuf.ListValue.Builder builderForValue) { } return this; } + /** * * @@ -937,6 +958,7 @@ public Builder addKeys(int index, com.google.protobuf.ListValue.Builder builderF } return this; } + /** * * @@ -959,6 +981,7 @@ public Builder addAllKeys(java.lang.Iterable getKeysO return java.util.Collections.unmodifiableList(keys_); } } + /** * * @@ -1071,6 +1099,7 @@ public java.util.List getKeysO public com.google.protobuf.ListValue.Builder addKeysBuilder() { return getKeysFieldBuilder().addBuilder(com.google.protobuf.ListValue.getDefaultInstance()); } + /** * * @@ -1087,6 +1116,7 @@ public com.google.protobuf.ListValue.Builder addKeysBuilder(int index) { return getKeysFieldBuilder() .addBuilder(index, com.google.protobuf.ListValue.getDefaultInstance()); } + /** * * @@ -1153,6 +1183,7 @@ public java.util.List getRangesList() { return rangesBuilder_.getMessageList(); } } + /** * * @@ -1170,6 +1201,7 @@ public int getRangesCount() { return rangesBuilder_.getCount(); } } + /** * * @@ -1187,6 +1219,7 @@ public com.google.spanner.v1.KeyRange getRanges(int index) { return rangesBuilder_.getMessage(index); } } + /** * * @@ -1210,6 +1243,7 @@ public Builder setRanges(int index, com.google.spanner.v1.KeyRange value) { } return this; } + /** * * @@ -1230,6 +1264,7 @@ public Builder setRanges(int index, com.google.spanner.v1.KeyRange.Builder build } return this; } + /** * * @@ -1253,6 +1288,7 @@ public Builder addRanges(com.google.spanner.v1.KeyRange value) { } return this; } + /** * * @@ -1276,6 +1312,7 @@ public Builder addRanges(int index, com.google.spanner.v1.KeyRange value) { } return this; } + /** * * @@ -1296,6 +1333,7 @@ public Builder addRanges(com.google.spanner.v1.KeyRange.Builder builderForValue) } return this; } + /** * * @@ -1316,6 +1354,7 @@ public Builder addRanges(int index, com.google.spanner.v1.KeyRange.Builder build } return this; } + /** * * @@ -1337,6 +1376,7 @@ public Builder addAllRanges( } return this; } + /** * * @@ -1357,6 +1397,7 @@ public Builder clearRanges() { } return this; } + /** * * @@ -1377,6 +1418,7 @@ public Builder removeRanges(int index) { } return this; } + /** * * @@ -1390,6 +1432,7 @@ public Builder removeRanges(int index) { public com.google.spanner.v1.KeyRange.Builder getRangesBuilder(int index) { return getRangesFieldBuilder().getBuilder(index); } + /** * * @@ -1407,6 +1450,7 @@ public com.google.spanner.v1.KeyRangeOrBuilder getRangesOrBuilder(int index) { return rangesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1425,6 +1469,7 @@ public com.google.spanner.v1.KeyRangeOrBuilder getRangesOrBuilder(int index) { return java.util.Collections.unmodifiableList(ranges_); } } + /** * * @@ -1439,6 +1484,7 @@ public com.google.spanner.v1.KeyRange.Builder addRangesBuilder() { return getRangesFieldBuilder() .addBuilder(com.google.spanner.v1.KeyRange.getDefaultInstance()); } + /** * * @@ -1453,6 +1499,7 @@ public com.google.spanner.v1.KeyRange.Builder addRangesBuilder(int index) { return getRangesFieldBuilder() .addBuilder(index, com.google.spanner.v1.KeyRange.getDefaultInstance()); } + /** * * @@ -1485,6 +1532,7 @@ public java.util.List getRangesBuilderLi } private boolean all_; + /** * * @@ -1502,6 +1550,7 @@ public java.util.List getRangesBuilderLi public boolean getAll() { return all_; } + /** * * @@ -1523,6 +1572,7 @@ public Builder setAll(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeySetOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeySetOrBuilder.java index 13e6b6879d..0530bbe5b1 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeySetOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/KeySetOrBuilder.java @@ -37,6 +37,7 @@ public interface KeySetOrBuilder * repeated .google.protobuf.ListValue keys = 1; */ java.util.List getKeysList(); + /** * * @@ -50,6 +51,7 @@ public interface KeySetOrBuilder * repeated .google.protobuf.ListValue keys = 1; */ com.google.protobuf.ListValue getKeys(int index); + /** * * @@ -63,6 +65,7 @@ public interface KeySetOrBuilder * repeated .google.protobuf.ListValue keys = 1; */ int getKeysCount(); + /** * * @@ -76,6 +79,7 @@ public interface KeySetOrBuilder * repeated .google.protobuf.ListValue keys = 1; */ java.util.List getKeysOrBuilderList(); + /** * * @@ -101,6 +105,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.v1.KeyRange ranges = 2; */ java.util.List getRangesList(); + /** * * @@ -112,6 +117,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.v1.KeyRange ranges = 2; */ com.google.spanner.v1.KeyRange getRanges(int index); + /** * * @@ -123,6 +129,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.v1.KeyRange ranges = 2; */ int getRangesCount(); + /** * * @@ -134,6 +141,7 @@ public interface KeySetOrBuilder * repeated .google.spanner.v1.KeyRange ranges = 2; */ java.util.List getRangesOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsRequest.java index 4ffafc0c58..ac312ffe12 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsRequest.java @@ -33,6 +33,7 @@ public final class ListSessionsRequest extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.v1.ListSessionsRequest) ListSessionsRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ListSessionsRequest.newBuilder() to construct. private ListSessionsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object database_ = ""; + /** * * @@ -94,6 +96,7 @@ public java.lang.String getDatabase() { return s; } } + /** * * @@ -122,6 +125,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; + /** * * @@ -143,6 +147,7 @@ public int getPageSize() { @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; + /** * * @@ -169,6 +174,7 @@ public java.lang.String getPageToken() { return s; } } + /** * * @@ -200,6 +206,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; + /** * * @@ -232,6 +239,7 @@ public java.lang.String getFilter() { return s; } } + /** * * @@ -451,6 +459,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -677,6 +686,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object database_ = ""; + /** * * @@ -701,6 +711,7 @@ public java.lang.String getDatabase() { return (java.lang.String) ref; } } + /** * * @@ -725,6 +736,7 @@ public com.google.protobuf.ByteString getDatabaseBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -748,6 +760,7 @@ public Builder setDatabase(java.lang.String value) { onChanged(); return this; } + /** * * @@ -767,6 +780,7 @@ public Builder clearDatabase() { onChanged(); return this; } + /** * * @@ -793,6 +807,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { } private int pageSize_; + /** * * @@ -809,6 +824,7 @@ public Builder setDatabaseBytes(com.google.protobuf.ByteString value) { public int getPageSize() { return pageSize_; } + /** * * @@ -829,6 +845,7 @@ public Builder setPageSize(int value) { onChanged(); return this; } + /** * * @@ -849,6 +866,7 @@ public Builder clearPageSize() { } private java.lang.Object pageToken_ = ""; + /** * * @@ -874,6 +892,7 @@ public java.lang.String getPageToken() { return (java.lang.String) ref; } } + /** * * @@ -899,6 +918,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -923,6 +943,7 @@ public Builder setPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -943,6 +964,7 @@ public Builder clearPageToken() { onChanged(); return this; } + /** * * @@ -970,6 +992,7 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { } private java.lang.Object filter_ = ""; + /** * * @@ -1001,6 +1024,7 @@ public java.lang.String getFilter() { return (java.lang.String) ref; } } + /** * * @@ -1032,6 +1056,7 @@ public com.google.protobuf.ByteString getFilterBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1062,6 +1087,7 @@ public Builder setFilter(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1088,6 +1114,7 @@ public Builder clearFilter() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsRequestOrBuilder.java index bfbae2d551..c8e0ee5ce3 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface ListSessionsRequestOrBuilder * @return The database. */ java.lang.String getDatabase(); + /** * * @@ -82,6 +83,7 @@ public interface ListSessionsRequestOrBuilder * @return The pageToken. */ java.lang.String getPageToken(); + /** * * @@ -119,6 +121,7 @@ public interface ListSessionsRequestOrBuilder * @return The filter. */ java.lang.String getFilter(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsResponse.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsResponse.java index 56e90b10ba..3da08c0022 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsResponse.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsResponse.java @@ -33,6 +33,7 @@ public final class ListSessionsResponse extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.v1.ListSessionsResponse) ListSessionsResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use ListSessionsResponse.newBuilder() to construct. private ListSessionsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List sessions_; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getSessionsList() { return sessions_; } + /** * * @@ -95,6 +98,7 @@ public java.util.List getSessionsList() { getSessionsOrBuilderList() { return sessions_; } + /** * * @@ -108,6 +112,7 @@ public java.util.List getSessionsList() { public int getSessionsCount() { return sessions_.size(); } + /** * * @@ -121,6 +126,7 @@ public int getSessionsCount() { public com.google.spanner.v1.Session getSessions(int index) { return sessions_.get(index); } + /** * * @@ -139,6 +145,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionsOrBuilder(int index) { @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; + /** * * @@ -164,6 +171,7 @@ public java.lang.String getNextPageToken() { return s; } } + /** * * @@ -360,6 +368,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -633,6 +642,7 @@ public java.util.List getSessionsList() { return sessionsBuilder_.getMessageList(); } } + /** * * @@ -649,6 +659,7 @@ public int getSessionsCount() { return sessionsBuilder_.getCount(); } } + /** * * @@ -665,6 +676,7 @@ public com.google.spanner.v1.Session getSessions(int index) { return sessionsBuilder_.getMessage(index); } } + /** * * @@ -687,6 +699,7 @@ public Builder setSessions(int index, com.google.spanner.v1.Session value) { } return this; } + /** * * @@ -706,6 +719,7 @@ public Builder setSessions(int index, com.google.spanner.v1.Session.Builder buil } return this; } + /** * * @@ -728,6 +742,7 @@ public Builder addSessions(com.google.spanner.v1.Session value) { } return this; } + /** * * @@ -750,6 +765,7 @@ public Builder addSessions(int index, com.google.spanner.v1.Session value) { } return this; } + /** * * @@ -769,6 +785,7 @@ public Builder addSessions(com.google.spanner.v1.Session.Builder builderForValue } return this; } + /** * * @@ -788,6 +805,7 @@ public Builder addSessions(int index, com.google.spanner.v1.Session.Builder buil } return this; } + /** * * @@ -808,6 +826,7 @@ public Builder addAllSessions( } return this; } + /** * * @@ -827,6 +846,7 @@ public Builder clearSessions() { } return this; } + /** * * @@ -846,6 +866,7 @@ public Builder removeSessions(int index) { } return this; } + /** * * @@ -858,6 +879,7 @@ public Builder removeSessions(int index) { public com.google.spanner.v1.Session.Builder getSessionsBuilder(int index) { return getSessionsFieldBuilder().getBuilder(index); } + /** * * @@ -874,6 +896,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionsOrBuilder(int index) { return sessionsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -891,6 +914,7 @@ public com.google.spanner.v1.SessionOrBuilder getSessionsOrBuilder(int index) { return java.util.Collections.unmodifiableList(sessions_); } } + /** * * @@ -904,6 +928,7 @@ public com.google.spanner.v1.Session.Builder addSessionsBuilder() { return getSessionsFieldBuilder() .addBuilder(com.google.spanner.v1.Session.getDefaultInstance()); } + /** * * @@ -917,6 +942,7 @@ public com.google.spanner.v1.Session.Builder addSessionsBuilder(int index) { return getSessionsFieldBuilder() .addBuilder(index, com.google.spanner.v1.Session.getDefaultInstance()); } + /** * * @@ -948,6 +974,7 @@ public java.util.List getSessionsBuilderL } private java.lang.Object nextPageToken_ = ""; + /** * * @@ -972,6 +999,7 @@ public java.lang.String getNextPageToken() { return (java.lang.String) ref; } } + /** * * @@ -996,6 +1024,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1019,6 +1048,7 @@ public Builder setNextPageToken(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1038,6 +1068,7 @@ public Builder clearNextPageToken() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsResponseOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsResponseOrBuilder.java index 741c3ecc61..d0fa8ae6b1 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsResponseOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ListSessionsResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface ListSessionsResponseOrBuilder * repeated .google.spanner.v1.Session sessions = 1; */ java.util.List getSessionsList(); + /** * * @@ -44,6 +45,7 @@ public interface ListSessionsResponseOrBuilder * repeated .google.spanner.v1.Session sessions = 1; */ com.google.spanner.v1.Session getSessions(int index); + /** * * @@ -54,6 +56,7 @@ public interface ListSessionsResponseOrBuilder * repeated .google.spanner.v1.Session sessions = 1; */ int getSessionsCount(); + /** * * @@ -64,6 +67,7 @@ public interface ListSessionsResponseOrBuilder * repeated .google.spanner.v1.Session sessions = 1; */ java.util.List getSessionsOrBuilderList(); + /** * * @@ -89,6 +93,7 @@ public interface ListSessionsResponseOrBuilder * @return The nextPageToken. */ java.lang.String getNextPageToken(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MultiplexedSessionPrecommitToken.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MultiplexedSessionPrecommitToken.java index 98f17bfd92..b4e8d0eef7 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MultiplexedSessionPrecommitToken.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MultiplexedSessionPrecommitToken.java @@ -36,6 +36,7 @@ public final class MultiplexedSessionPrecommitToken extends com.google.protobuf. // @@protoc_insertion_point(message_implements:google.spanner.v1.MultiplexedSessionPrecommitToken) MultiplexedSessionPrecommitTokenOrBuilder { private static final long serialVersionUID = 0L; + // Use MultiplexedSessionPrecommitToken.newBuilder() to construct. private MultiplexedSessionPrecommitToken( com.google.protobuf.GeneratedMessageV3.Builder builder) { @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int PRECOMMIT_TOKEN_FIELD_NUMBER = 1; private com.google.protobuf.ByteString precommitToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -87,6 +89,7 @@ public com.google.protobuf.ByteString getPrecommitToken() { public static final int SEQ_NUM_FIELD_NUMBER = 2; private int seqNum_ = 0; + /** * * @@ -274,6 +277,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -472,6 +476,7 @@ public Builder mergeFrom( private int bitField0_; private com.google.protobuf.ByteString precommitToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -487,6 +492,7 @@ public Builder mergeFrom( public com.google.protobuf.ByteString getPrecommitToken() { return precommitToken_; } + /** * * @@ -508,6 +514,7 @@ public Builder setPrecommitToken(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -527,6 +534,7 @@ public Builder clearPrecommitToken() { } private int seqNum_; + /** * * @@ -544,6 +552,7 @@ public Builder clearPrecommitToken() { public int getSeqNum() { return seqNum_; } + /** * * @@ -565,6 +574,7 @@ public Builder setSeqNum(int value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Mutation.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Mutation.java index 4b044e5460..096be0342e 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Mutation.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Mutation.java @@ -35,6 +35,7 @@ public final class Mutation extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.Mutation) MutationOrBuilder { private static final long serialVersionUID = 0L; + // Use Mutation.newBuilder() to construct. private Mutation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -79,6 +80,7 @@ public interface WriteOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -108,6 +110,7 @@ public interface WriteOrBuilder * @return A list containing the columns. */ java.util.List getColumnsList(); + /** * * @@ -124,6 +127,7 @@ public interface WriteOrBuilder * @return The count of columns. */ int getColumnsCount(); + /** * * @@ -141,6 +145,7 @@ public interface WriteOrBuilder * @return The columns at the given index. */ java.lang.String getColumns(int index); + /** * * @@ -176,6 +181,7 @@ public interface WriteOrBuilder * repeated .google.protobuf.ListValue values = 3; */ java.util.List getValuesList(); + /** * * @@ -193,6 +199,7 @@ public interface WriteOrBuilder * repeated .google.protobuf.ListValue values = 3; */ com.google.protobuf.ListValue getValues(int index); + /** * * @@ -210,6 +217,7 @@ public interface WriteOrBuilder * repeated .google.protobuf.ListValue values = 3; */ int getValuesCount(); + /** * * @@ -227,6 +235,7 @@ public interface WriteOrBuilder * repeated .google.protobuf.ListValue values = 3; */ java.util.List getValuesOrBuilderList(); + /** * * @@ -245,6 +254,7 @@ public interface WriteOrBuilder */ com.google.protobuf.ListValueOrBuilder getValuesOrBuilder(int index); } + /** * * @@ -260,6 +270,7 @@ public static final class Write extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.Mutation.Write) WriteOrBuilder { private static final long serialVersionUID = 0L; + // Use Write.newBuilder() to construct. private Write(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -296,6 +307,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -319,6 +331,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -348,6 +361,7 @@ public com.google.protobuf.ByteString getTableBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList columns_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -366,6 +380,7 @@ public com.google.protobuf.ByteString getTableBytes() { public com.google.protobuf.ProtocolStringList getColumnsList() { return columns_; } + /** * * @@ -384,6 +399,7 @@ public com.google.protobuf.ProtocolStringList getColumnsList() { public int getColumnsCount() { return columns_.size(); } + /** * * @@ -403,6 +419,7 @@ public int getColumnsCount() { public java.lang.String getColumns(int index) { return columns_.get(index); } + /** * * @@ -427,6 +444,7 @@ public com.google.protobuf.ByteString getColumnsBytes(int index) { @SuppressWarnings("serial") private java.util.List values_; + /** * * @@ -447,6 +465,7 @@ public com.google.protobuf.ByteString getColumnsBytes(int index) { public java.util.List getValuesList() { return values_; } + /** * * @@ -468,6 +487,7 @@ public java.util.List getValuesList() { getValuesOrBuilderList() { return values_; } + /** * * @@ -488,6 +508,7 @@ public java.util.List getValuesList() { public int getValuesCount() { return values_.size(); } + /** * * @@ -508,6 +529,7 @@ public int getValuesCount() { public com.google.protobuf.ListValue getValues(int index) { return values_.get(index); } + /** * * @@ -715,6 +737,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -983,6 +1006,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object table_ = ""; + /** * * @@ -1005,6 +1029,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -1027,6 +1052,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1048,6 +1074,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1065,6 +1092,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -1097,6 +1125,7 @@ private void ensureColumnsIsMutable() { } bitField0_ |= 0x00000002; } + /** * * @@ -1116,6 +1145,7 @@ public com.google.protobuf.ProtocolStringList getColumnsList() { columns_.makeImmutable(); return columns_; } + /** * * @@ -1134,6 +1164,7 @@ public com.google.protobuf.ProtocolStringList getColumnsList() { public int getColumnsCount() { return columns_.size(); } + /** * * @@ -1153,6 +1184,7 @@ public int getColumnsCount() { public java.lang.String getColumns(int index) { return columns_.get(index); } + /** * * @@ -1172,6 +1204,7 @@ public java.lang.String getColumns(int index) { public com.google.protobuf.ByteString getColumnsBytes(int index) { return columns_.getByteString(index); } + /** * * @@ -1199,6 +1232,7 @@ public Builder setColumns(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1225,6 +1259,7 @@ public Builder addColumns(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1248,6 +1283,7 @@ public Builder addAllColumns(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1270,6 +1306,7 @@ public Builder clearColumns() { onChanged(); return this; } + /** * * @@ -1337,6 +1374,7 @@ public java.util.List getValuesList() { return valuesBuilder_.getMessageList(); } } + /** * * @@ -1360,6 +1398,7 @@ public int getValuesCount() { return valuesBuilder_.getCount(); } } + /** * * @@ -1383,6 +1422,7 @@ public com.google.protobuf.ListValue getValues(int index) { return valuesBuilder_.getMessage(index); } } + /** * * @@ -1412,6 +1452,7 @@ public Builder setValues(int index, com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -1438,6 +1479,7 @@ public Builder setValues(int index, com.google.protobuf.ListValue.Builder builde } return this; } + /** * * @@ -1467,6 +1509,7 @@ public Builder addValues(com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -1496,6 +1539,7 @@ public Builder addValues(int index, com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -1522,6 +1566,7 @@ public Builder addValues(com.google.protobuf.ListValue.Builder builderForValue) } return this; } + /** * * @@ -1548,6 +1593,7 @@ public Builder addValues(int index, com.google.protobuf.ListValue.Builder builde } return this; } + /** * * @@ -1575,6 +1621,7 @@ public Builder addAllValues( } return this; } + /** * * @@ -1601,6 +1648,7 @@ public Builder clearValues() { } return this; } + /** * * @@ -1627,6 +1675,7 @@ public Builder removeValues(int index) { } return this; } + /** * * @@ -1646,6 +1695,7 @@ public Builder removeValues(int index) { public com.google.protobuf.ListValue.Builder getValuesBuilder(int index) { return getValuesFieldBuilder().getBuilder(index); } + /** * * @@ -1669,6 +1719,7 @@ public com.google.protobuf.ListValueOrBuilder getValuesOrBuilder(int index) { return valuesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1693,6 +1744,7 @@ public com.google.protobuf.ListValueOrBuilder getValuesOrBuilder(int index) { return java.util.Collections.unmodifiableList(values_); } } + /** * * @@ -1713,6 +1765,7 @@ public com.google.protobuf.ListValue.Builder addValuesBuilder() { return getValuesFieldBuilder() .addBuilder(com.google.protobuf.ListValue.getDefaultInstance()); } + /** * * @@ -1733,6 +1786,7 @@ public com.google.protobuf.ListValue.Builder addValuesBuilder(int index) { return getValuesFieldBuilder() .addBuilder(index, com.google.protobuf.ListValue.getDefaultInstance()); } + /** * * @@ -1851,6 +1905,7 @@ public interface DeleteOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -1881,6 +1936,7 @@ public interface DeleteOrBuilder * @return Whether the keySet field is set. */ boolean hasKeySet(); + /** * * @@ -1898,6 +1954,7 @@ public interface DeleteOrBuilder * @return The keySet. */ com.google.spanner.v1.KeySet getKeySet(); + /** * * @@ -1914,6 +1971,7 @@ public interface DeleteOrBuilder */ com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder(); } + /** * * @@ -1928,6 +1986,7 @@ public static final class Delete extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.Mutation.Delete) DeleteOrBuilder { private static final long serialVersionUID = 0L; + // Use Delete.newBuilder() to construct. private Delete(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -1963,6 +2022,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -1986,6 +2046,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -2012,6 +2073,7 @@ public com.google.protobuf.ByteString getTableBytes() { public static final int KEY_SET_FIELD_NUMBER = 2; private com.google.spanner.v1.KeySet keySet_; + /** * * @@ -2032,6 +2094,7 @@ public com.google.protobuf.ByteString getTableBytes() { public boolean hasKeySet() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -2052,6 +2115,7 @@ public boolean hasKeySet() { public com.google.spanner.v1.KeySet getKeySet() { return keySet_ == null ? com.google.spanner.v1.KeySet.getDefaultInstance() : keySet_; } + /** * * @@ -2244,6 +2308,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -2459,6 +2524,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object table_ = ""; + /** * * @@ -2481,6 +2547,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -2503,6 +2570,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2524,6 +2592,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2541,6 +2610,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -2570,6 +2640,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.KeySet.Builder, com.google.spanner.v1.KeySetOrBuilder> keySetBuilder_; + /** * * @@ -2590,6 +2661,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { public boolean hasKeySet() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -2614,6 +2686,7 @@ public com.google.spanner.v1.KeySet getKeySet() { return keySetBuilder_.getMessage(); } } + /** * * @@ -2642,6 +2715,7 @@ public Builder setKeySet(com.google.spanner.v1.KeySet value) { onChanged(); return this; } + /** * * @@ -2667,6 +2741,7 @@ public Builder setKeySet(com.google.spanner.v1.KeySet.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -2700,6 +2775,7 @@ public Builder mergeKeySet(com.google.spanner.v1.KeySet value) { } return this; } + /** * * @@ -2725,6 +2801,7 @@ public Builder clearKeySet() { onChanged(); return this; } + /** * * @@ -2745,6 +2822,7 @@ public com.google.spanner.v1.KeySet.Builder getKeySetBuilder() { onChanged(); return getKeySetFieldBuilder().getBuilder(); } + /** * * @@ -2767,6 +2845,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { return keySet_ == null ? com.google.spanner.v1.KeySet.getDefaultInstance() : keySet_; } } + /** * * @@ -2883,6 +2962,7 @@ public enum OperationCase private OperationCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -2922,6 +3002,7 @@ public OperationCase getOperationCase() { } public static final int INSERT_FIELD_NUMBER = 1; + /** * * @@ -2938,6 +3019,7 @@ public OperationCase getOperationCase() { public boolean hasInsert() { return operationCase_ == 1; } + /** * * @@ -2957,6 +3039,7 @@ public com.google.spanner.v1.Mutation.Write getInsert() { } return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } + /** * * @@ -2976,6 +3059,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrBuilder() { } public static final int UPDATE_FIELD_NUMBER = 2; + /** * * @@ -2992,6 +3076,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrBuilder() { public boolean hasUpdate() { return operationCase_ == 2; } + /** * * @@ -3011,6 +3096,7 @@ public com.google.spanner.v1.Mutation.Write getUpdate() { } return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } + /** * * @@ -3030,6 +3116,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getUpdateOrBuilder() { } public static final int INSERT_OR_UPDATE_FIELD_NUMBER = 3; + /** * * @@ -3051,6 +3138,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getUpdateOrBuilder() { public boolean hasInsertOrUpdate() { return operationCase_ == 3; } + /** * * @@ -3075,6 +3163,7 @@ public com.google.spanner.v1.Mutation.Write getInsertOrUpdate() { } return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } + /** * * @@ -3099,6 +3188,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrUpdateOrBuilder( } public static final int REPLACE_FIELD_NUMBER = 4; + /** * * @@ -3122,6 +3212,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrUpdateOrBuilder( public boolean hasReplace() { return operationCase_ == 4; } + /** * * @@ -3148,6 +3239,7 @@ public com.google.spanner.v1.Mutation.Write getReplace() { } return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } + /** * * @@ -3174,6 +3266,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getReplaceOrBuilder() { } public static final int DELETE_FIELD_NUMBER = 5; + /** * * @@ -3190,6 +3283,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getReplaceOrBuilder() { public boolean hasDelete() { return operationCase_ == 5; } + /** * * @@ -3209,6 +3303,7 @@ public com.google.spanner.v1.Mutation.Delete getDelete() { } return com.google.spanner.v1.Mutation.Delete.getDefaultInstance(); } + /** * * @@ -3459,6 +3554,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -3744,6 +3840,7 @@ public Builder clearOperation() { com.google.spanner.v1.Mutation.Write.Builder, com.google.spanner.v1.Mutation.WriteOrBuilder> insertBuilder_; + /** * * @@ -3760,6 +3857,7 @@ public Builder clearOperation() { public boolean hasInsert() { return operationCase_ == 1; } + /** * * @@ -3786,6 +3884,7 @@ public com.google.spanner.v1.Mutation.Write getInsert() { return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } } + /** * * @@ -3809,6 +3908,7 @@ public Builder setInsert(com.google.spanner.v1.Mutation.Write value) { operationCase_ = 1; return this; } + /** * * @@ -3829,6 +3929,7 @@ public Builder setInsert(com.google.spanner.v1.Mutation.Write.Builder builderFor operationCase_ = 1; return this; } + /** * * @@ -3862,6 +3963,7 @@ public Builder mergeInsert(com.google.spanner.v1.Mutation.Write value) { operationCase_ = 1; return this; } + /** * * @@ -3888,6 +3990,7 @@ public Builder clearInsert() { } return this; } + /** * * @@ -3901,6 +4004,7 @@ public Builder clearInsert() { public com.google.spanner.v1.Mutation.Write.Builder getInsertBuilder() { return getInsertFieldBuilder().getBuilder(); } + /** * * @@ -3922,6 +4026,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrBuilder() { return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } } + /** * * @@ -3961,6 +4066,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrBuilder() { com.google.spanner.v1.Mutation.Write.Builder, com.google.spanner.v1.Mutation.WriteOrBuilder> updateBuilder_; + /** * * @@ -3977,6 +4083,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrBuilder() { public boolean hasUpdate() { return operationCase_ == 2; } + /** * * @@ -4003,6 +4110,7 @@ public com.google.spanner.v1.Mutation.Write getUpdate() { return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } } + /** * * @@ -4026,6 +4134,7 @@ public Builder setUpdate(com.google.spanner.v1.Mutation.Write value) { operationCase_ = 2; return this; } + /** * * @@ -4046,6 +4155,7 @@ public Builder setUpdate(com.google.spanner.v1.Mutation.Write.Builder builderFor operationCase_ = 2; return this; } + /** * * @@ -4079,6 +4189,7 @@ public Builder mergeUpdate(com.google.spanner.v1.Mutation.Write value) { operationCase_ = 2; return this; } + /** * * @@ -4105,6 +4216,7 @@ public Builder clearUpdate() { } return this; } + /** * * @@ -4118,6 +4230,7 @@ public Builder clearUpdate() { public com.google.spanner.v1.Mutation.Write.Builder getUpdateBuilder() { return getUpdateFieldBuilder().getBuilder(); } + /** * * @@ -4139,6 +4252,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getUpdateOrBuilder() { return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } } + /** * * @@ -4178,6 +4292,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getUpdateOrBuilder() { com.google.spanner.v1.Mutation.Write.Builder, com.google.spanner.v1.Mutation.WriteOrBuilder> insertOrUpdateBuilder_; + /** * * @@ -4199,6 +4314,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getUpdateOrBuilder() { public boolean hasInsertOrUpdate() { return operationCase_ == 3; } + /** * * @@ -4230,6 +4346,7 @@ public com.google.spanner.v1.Mutation.Write getInsertOrUpdate() { return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } } + /** * * @@ -4258,6 +4375,7 @@ public Builder setInsertOrUpdate(com.google.spanner.v1.Mutation.Write value) { operationCase_ = 3; return this; } + /** * * @@ -4283,6 +4401,7 @@ public Builder setInsertOrUpdate(com.google.spanner.v1.Mutation.Write.Builder bu operationCase_ = 3; return this; } + /** * * @@ -4321,6 +4440,7 @@ public Builder mergeInsertOrUpdate(com.google.spanner.v1.Mutation.Write value) { operationCase_ = 3; return this; } + /** * * @@ -4352,6 +4472,7 @@ public Builder clearInsertOrUpdate() { } return this; } + /** * * @@ -4370,6 +4491,7 @@ public Builder clearInsertOrUpdate() { public com.google.spanner.v1.Mutation.Write.Builder getInsertOrUpdateBuilder() { return getInsertOrUpdateFieldBuilder().getBuilder(); } + /** * * @@ -4396,6 +4518,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrUpdateOrBuilder( return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } } + /** * * @@ -4440,6 +4563,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrUpdateOrBuilder( com.google.spanner.v1.Mutation.Write.Builder, com.google.spanner.v1.Mutation.WriteOrBuilder> replaceBuilder_; + /** * * @@ -4463,6 +4587,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getInsertOrUpdateOrBuilder( public boolean hasReplace() { return operationCase_ == 4; } + /** * * @@ -4496,6 +4621,7 @@ public com.google.spanner.v1.Mutation.Write getReplace() { return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } } + /** * * @@ -4526,6 +4652,7 @@ public Builder setReplace(com.google.spanner.v1.Mutation.Write value) { operationCase_ = 4; return this; } + /** * * @@ -4553,6 +4680,7 @@ public Builder setReplace(com.google.spanner.v1.Mutation.Write.Builder builderFo operationCase_ = 4; return this; } + /** * * @@ -4593,6 +4721,7 @@ public Builder mergeReplace(com.google.spanner.v1.Mutation.Write value) { operationCase_ = 4; return this; } + /** * * @@ -4626,6 +4755,7 @@ public Builder clearReplace() { } return this; } + /** * * @@ -4646,6 +4776,7 @@ public Builder clearReplace() { public com.google.spanner.v1.Mutation.Write.Builder getReplaceBuilder() { return getReplaceFieldBuilder().getBuilder(); } + /** * * @@ -4674,6 +4805,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getReplaceOrBuilder() { return com.google.spanner.v1.Mutation.Write.getDefaultInstance(); } } + /** * * @@ -4720,6 +4852,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getReplaceOrBuilder() { com.google.spanner.v1.Mutation.Delete.Builder, com.google.spanner.v1.Mutation.DeleteOrBuilder> deleteBuilder_; + /** * * @@ -4736,6 +4869,7 @@ public com.google.spanner.v1.Mutation.WriteOrBuilder getReplaceOrBuilder() { public boolean hasDelete() { return operationCase_ == 5; } + /** * * @@ -4762,6 +4896,7 @@ public com.google.spanner.v1.Mutation.Delete getDelete() { return com.google.spanner.v1.Mutation.Delete.getDefaultInstance(); } } + /** * * @@ -4785,6 +4920,7 @@ public Builder setDelete(com.google.spanner.v1.Mutation.Delete value) { operationCase_ = 5; return this; } + /** * * @@ -4805,6 +4941,7 @@ public Builder setDelete(com.google.spanner.v1.Mutation.Delete.Builder builderFo operationCase_ = 5; return this; } + /** * * @@ -4838,6 +4975,7 @@ public Builder mergeDelete(com.google.spanner.v1.Mutation.Delete value) { operationCase_ = 5; return this; } + /** * * @@ -4864,6 +5002,7 @@ public Builder clearDelete() { } return this; } + /** * * @@ -4877,6 +5016,7 @@ public Builder clearDelete() { public com.google.spanner.v1.Mutation.Delete.Builder getDeleteBuilder() { return getDeleteFieldBuilder().getBuilder(); } + /** * * @@ -4898,6 +5038,7 @@ public com.google.spanner.v1.Mutation.DeleteOrBuilder getDeleteOrBuilder() { return com.google.spanner.v1.Mutation.Delete.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MutationOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MutationOrBuilder.java index 8a19eed2f8..85363a25c1 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MutationOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MutationOrBuilder.java @@ -37,6 +37,7 @@ public interface MutationOrBuilder * @return Whether the insert field is set. */ boolean hasInsert(); + /** * * @@ -50,6 +51,7 @@ public interface MutationOrBuilder * @return The insert. */ com.google.spanner.v1.Mutation.Write getInsert(); + /** * * @@ -75,6 +77,7 @@ public interface MutationOrBuilder * @return Whether the update field is set. */ boolean hasUpdate(); + /** * * @@ -88,6 +91,7 @@ public interface MutationOrBuilder * @return The update. */ com.google.spanner.v1.Mutation.Write getUpdate(); + /** * * @@ -118,6 +122,7 @@ public interface MutationOrBuilder * @return Whether the insertOrUpdate field is set. */ boolean hasInsertOrUpdate(); + /** * * @@ -136,6 +141,7 @@ public interface MutationOrBuilder * @return The insertOrUpdate. */ com.google.spanner.v1.Mutation.Write getInsertOrUpdate(); + /** * * @@ -173,6 +179,7 @@ public interface MutationOrBuilder * @return Whether the replace field is set. */ boolean hasReplace(); + /** * * @@ -193,6 +200,7 @@ public interface MutationOrBuilder * @return The replace. */ com.google.spanner.v1.Mutation.Write getReplace(); + /** * * @@ -225,6 +233,7 @@ public interface MutationOrBuilder * @return Whether the delete field is set. */ boolean hasDelete(); + /** * * @@ -238,6 +247,7 @@ public interface MutationOrBuilder * @return The delete. */ com.google.spanner.v1.Mutation.Delete getDelete(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MutationProto.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MutationProto.java index bf86ce709c..c417f17d75 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MutationProto.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/MutationProto.java @@ -49,27 +49,28 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { java.lang.String[] descriptorData = { - "\n google/spanner/v1/mutation.proto\022\021goog" + "\n" + + " google/spanner/v1/mutation.proto\022\021goog" + "le.spanner.v1\032\037google/api/field_behavior" - + ".proto\032\034google/protobuf/struct.proto\032\034go" - + "ogle/spanner/v1/keys.proto\"\325\003\n\010Mutation\022" - + "3\n\006insert\030\001 \001(\0132!.google.spanner.v1.Muta" - + "tion.WriteH\000\0223\n\006update\030\002 \001(\0132!.google.sp" - + "anner.v1.Mutation.WriteH\000\022=\n\020insert_or_u" - + "pdate\030\003 \001(\0132!.google.spanner.v1.Mutation" - + ".WriteH\000\0224\n\007replace\030\004 \001(\0132!.google.spann" - + "er.v1.Mutation.WriteH\000\0224\n\006delete\030\005 \001(\0132\"" - + ".google.spanner.v1.Mutation.DeleteH\000\032X\n\005" - + "Write\022\022\n\005table\030\001 \001(\tB\003\340A\002\022\017\n\007columns\030\002 \003" - + "(\t\022*\n\006values\030\003 \003(\0132\032.google.protobuf.Lis" - + "tValue\032M\n\006Delete\022\022\n\005table\030\001 \001(\tB\003\340A\002\022/\n\007" - + "key_set\030\002 \001(\0132\031.google.spanner.v1.KeySet" - + "B\003\340A\002B\013\n\toperationB\260\001\n\025com.google.spanne" - + "r.v1B\rMutationProtoP\001Z5cloud.google.com/" - + "go/spanner/apiv1/spannerpb;spannerpb\252\002\027G" + + ".proto\032\034google/protobuf/struct.proto\032\034google/spanner/v1/keys.proto\"\325\003\n" + + "\010Mutation\0223\n" + + "\006insert\030\001 \001(\0132!.google.spanner.v1.Mutation.WriteH\000\0223\n" + + "\006update\030\002 \001(\0132!.google.spanner.v1.Mutation.WriteH\000\022=\n" + + "\020insert_or_update\030\003 \001(\0132!.google.spanner.v1.Mutation.WriteH\000\0224\n" + + "\007replace\030\004 \001(\0132!.google.spanner.v1.Mutation.WriteH\000\0224\n" + + "\006delete\030\005 \001(\0132\".google.spanner.v1.Mutation.DeleteH\000\032X\n" + + "\005Write\022\022\n" + + "\005table\030\001 \001(\tB\003\340A\002\022\017\n" + + "\007columns\030\002 \003(\t\022*\n" + + "\006values\030\003 \003(\0132\032.google.protobuf.ListValue\032M\n" + + "\006Delete\022\022\n" + + "\005table\030\001 \001(\tB\003\340A\002\022/\n" + + "\007key_set\030\002 \001(\0132\031.google.spanner.v1.KeySetB\003\340A\002B\013\n" + + "\toperationB\260\001\n" + + "\025com.google.spanner.v1B\r" + + "MutationProtoP\001Z5cloud.google.com/go/spanner/apiv1/spannerpb;spannerpb\252\002\027G" + "oogle.Cloud.Spanner.V1\312\002\027Google\\Cloud\\Sp" - + "anner\\V1\352\002\032Google::Cloud::Spanner::V1b\006p" - + "roto3" + + "anner\\V1\352\002\032Google::Cloud::Spanner::V1b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartialResultSet.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartialResultSet.java index 4d3387926e..c82f44412d 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartialResultSet.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartialResultSet.java @@ -35,6 +35,7 @@ public final class PartialResultSet extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.v1.PartialResultSet) PartialResultSetOrBuilder { private static final long serialVersionUID = 0L; + // Use PartialResultSet.newBuilder() to construct. private PartialResultSet(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int METADATA_FIELD_NUMBER = 1; private com.google.spanner.v1.ResultSetMetadata metadata_; + /** * * @@ -85,6 +87,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasMetadata() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -103,6 +106,7 @@ public com.google.spanner.v1.ResultSetMetadata getMetadata() { ? com.google.spanner.v1.ResultSetMetadata.getDefaultInstance() : metadata_; } + /** * * @@ -124,6 +128,7 @@ public com.google.spanner.v1.ResultSetMetadataOrBuilder getMetadataOrBuilder() { @SuppressWarnings("serial") private java.util.List values_; + /** * * @@ -214,6 +219,7 @@ public com.google.spanner.v1.ResultSetMetadataOrBuilder getMetadataOrBuilder() { public java.util.List getValuesList() { return values_; } + /** * * @@ -304,6 +310,7 @@ public java.util.List getValuesList() { public java.util.List getValuesOrBuilderList() { return values_; } + /** * * @@ -394,6 +401,7 @@ public java.util.List getValuesOrB public int getValuesCount() { return values_.size(); } + /** * * @@ -484,6 +492,7 @@ public int getValuesCount() { public com.google.protobuf.Value getValues(int index) { return values_.get(index); } + /** * * @@ -577,6 +586,7 @@ public com.google.protobuf.ValueOrBuilder getValuesOrBuilder(int index) { public static final int CHUNKED_VALUE_FIELD_NUMBER = 3; private boolean chunkedValue_ = false; + /** * * @@ -598,6 +608,7 @@ public boolean getChunkedValue() { public static final int RESUME_TOKEN_FIELD_NUMBER = 4; private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -620,6 +631,7 @@ public com.google.protobuf.ByteString getResumeToken() { public static final int STATS_FIELD_NUMBER = 5; private com.google.spanner.v1.ResultSetStats stats_; + /** * * @@ -639,6 +651,7 @@ public com.google.protobuf.ByteString getResumeToken() { public boolean hasStats() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -658,6 +671,7 @@ public boolean hasStats() { public com.google.spanner.v1.ResultSetStats getStats() { return stats_ == null ? com.google.spanner.v1.ResultSetStats.getDefaultInstance() : stats_; } + /** * * @@ -678,6 +692,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { public static final int PRECOMMIT_TOKEN_FIELD_NUMBER = 8; private com.google.spanner.v1.MultiplexedSessionPrecommitToken precommitToken_; + /** * * @@ -698,6 +713,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -720,6 +736,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( ? com.google.spanner.v1.MultiplexedSessionPrecommitToken.getDefaultInstance() : precommitToken_; } + /** * * @@ -744,6 +761,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( public static final int LAST_FIELD_NUMBER = 9; private boolean last_ = false; + /** * * @@ -991,6 +1009,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1333,6 +1352,7 @@ public Builder mergeFrom( com.google.spanner.v1.ResultSetMetadata.Builder, com.google.spanner.v1.ResultSetMetadataOrBuilder> metadataBuilder_; + /** * * @@ -1348,6 +1368,7 @@ public Builder mergeFrom( public boolean hasMetadata() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -1369,6 +1390,7 @@ public com.google.spanner.v1.ResultSetMetadata getMetadata() { return metadataBuilder_.getMessage(); } } + /** * * @@ -1392,6 +1414,7 @@ public Builder setMetadata(com.google.spanner.v1.ResultSetMetadata value) { onChanged(); return this; } + /** * * @@ -1412,6 +1435,7 @@ public Builder setMetadata(com.google.spanner.v1.ResultSetMetadata.Builder build onChanged(); return this; } + /** * * @@ -1440,6 +1464,7 @@ public Builder mergeMetadata(com.google.spanner.v1.ResultSetMetadata value) { } return this; } + /** * * @@ -1460,6 +1485,7 @@ public Builder clearMetadata() { onChanged(); return this; } + /** * * @@ -1475,6 +1501,7 @@ public com.google.spanner.v1.ResultSetMetadata.Builder getMetadataBuilder() { onChanged(); return getMetadataFieldBuilder().getBuilder(); } + /** * * @@ -1494,6 +1521,7 @@ public com.google.spanner.v1.ResultSetMetadataOrBuilder getMetadataOrBuilder() { : metadata_; } } + /** * * @@ -1629,6 +1657,7 @@ public java.util.List getValuesList() { return valuesBuilder_.getMessageList(); } } + /** * * @@ -1722,6 +1751,7 @@ public int getValuesCount() { return valuesBuilder_.getCount(); } } + /** * * @@ -1815,6 +1845,7 @@ public com.google.protobuf.Value getValues(int index) { return valuesBuilder_.getMessage(index); } } + /** * * @@ -1914,6 +1945,7 @@ public Builder setValues(int index, com.google.protobuf.Value value) { } return this; } + /** * * @@ -2010,6 +2042,7 @@ public Builder setValues(int index, com.google.protobuf.Value.Builder builderFor } return this; } + /** * * @@ -2109,6 +2142,7 @@ public Builder addValues(com.google.protobuf.Value value) { } return this; } + /** * * @@ -2208,6 +2242,7 @@ public Builder addValues(int index, com.google.protobuf.Value value) { } return this; } + /** * * @@ -2304,6 +2339,7 @@ public Builder addValues(com.google.protobuf.Value.Builder builderForValue) { } return this; } + /** * * @@ -2400,6 +2436,7 @@ public Builder addValues(int index, com.google.protobuf.Value.Builder builderFor } return this; } + /** * * @@ -2496,6 +2533,7 @@ public Builder addAllValues(java.lang.Iterable getValuesOrB return java.util.Collections.unmodifiableList(values_); } } + /** * * @@ -3052,6 +3095,7 @@ public java.util.List getValuesOrB public com.google.protobuf.Value.Builder addValuesBuilder() { return getValuesFieldBuilder().addBuilder(com.google.protobuf.Value.getDefaultInstance()); } + /** * * @@ -3142,6 +3186,7 @@ public com.google.protobuf.Value.Builder addValuesBuilder(int index) { return getValuesFieldBuilder() .addBuilder(index, com.google.protobuf.Value.getDefaultInstance()); } + /** * * @@ -3250,6 +3295,7 @@ public java.util.List getValuesBuilderList() } private boolean chunkedValue_; + /** * * @@ -3268,6 +3314,7 @@ public java.util.List getValuesBuilderList() public boolean getChunkedValue() { return chunkedValue_; } + /** * * @@ -3290,6 +3337,7 @@ public Builder setChunkedValue(boolean value) { onChanged(); return this; } + /** * * @@ -3312,6 +3360,7 @@ public Builder clearChunkedValue() { } private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -3331,6 +3380,7 @@ public Builder clearChunkedValue() { public com.google.protobuf.ByteString getResumeToken() { return resumeToken_; } + /** * * @@ -3356,6 +3406,7 @@ public Builder setResumeToken(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -3384,6 +3435,7 @@ public Builder clearResumeToken() { com.google.spanner.v1.ResultSetStats.Builder, com.google.spanner.v1.ResultSetStatsOrBuilder> statsBuilder_; + /** * * @@ -3402,6 +3454,7 @@ public Builder clearResumeToken() { public boolean hasStats() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -3424,6 +3477,7 @@ public com.google.spanner.v1.ResultSetStats getStats() { return statsBuilder_.getMessage(); } } + /** * * @@ -3450,6 +3504,7 @@ public Builder setStats(com.google.spanner.v1.ResultSetStats value) { onChanged(); return this; } + /** * * @@ -3473,6 +3528,7 @@ public Builder setStats(com.google.spanner.v1.ResultSetStats.Builder builderForV onChanged(); return this; } + /** * * @@ -3504,6 +3560,7 @@ public Builder mergeStats(com.google.spanner.v1.ResultSetStats value) { } return this; } + /** * * @@ -3527,6 +3584,7 @@ public Builder clearStats() { onChanged(); return this; } + /** * * @@ -3545,6 +3603,7 @@ public com.google.spanner.v1.ResultSetStats.Builder getStatsBuilder() { onChanged(); return getStatsFieldBuilder().getBuilder(); } + /** * * @@ -3565,6 +3624,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { return stats_ == null ? com.google.spanner.v1.ResultSetStats.getDefaultInstance() : stats_; } } + /** * * @@ -3601,6 +3661,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { com.google.spanner.v1.MultiplexedSessionPrecommitToken.Builder, com.google.spanner.v1.MultiplexedSessionPrecommitTokenOrBuilder> precommitTokenBuilder_; + /** * * @@ -3620,6 +3681,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -3645,6 +3707,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( return precommitTokenBuilder_.getMessage(); } } + /** * * @@ -3672,6 +3735,7 @@ public Builder setPrecommitToken(com.google.spanner.v1.MultiplexedSessionPrecomm onChanged(); return this; } + /** * * @@ -3697,6 +3761,7 @@ public Builder setPrecommitToken( onChanged(); return this; } + /** * * @@ -3731,6 +3796,7 @@ public Builder mergePrecommitToken( } return this; } + /** * * @@ -3755,6 +3821,7 @@ public Builder clearPrecommitToken() { onChanged(); return this; } + /** * * @@ -3775,6 +3842,7 @@ public Builder clearPrecommitToken() { onChanged(); return getPrecommitTokenFieldBuilder().getBuilder(); } + /** * * @@ -3799,6 +3867,7 @@ public Builder clearPrecommitToken() { : precommitToken_; } } + /** * * @@ -3831,6 +3900,7 @@ public Builder clearPrecommitToken() { } private boolean last_; + /** * * @@ -3848,6 +3918,7 @@ public Builder clearPrecommitToken() { public boolean getLast() { return last_; } + /** * * @@ -3869,6 +3940,7 @@ public Builder setLast(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartialResultSetOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartialResultSetOrBuilder.java index 777addbd5b..50b8ae59d8 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartialResultSetOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartialResultSetOrBuilder.java @@ -37,6 +37,7 @@ public interface PartialResultSetOrBuilder * @return Whether the metadata field is set. */ boolean hasMetadata(); + /** * * @@ -50,6 +51,7 @@ public interface PartialResultSetOrBuilder * @return The metadata. */ com.google.spanner.v1.ResultSetMetadata getMetadata(); + /** * * @@ -149,6 +151,7 @@ public interface PartialResultSetOrBuilder * repeated .google.protobuf.Value values = 2; */ java.util.List getValuesList(); + /** * * @@ -236,6 +239,7 @@ public interface PartialResultSetOrBuilder * repeated .google.protobuf.Value values = 2; */ com.google.protobuf.Value getValues(int index); + /** * * @@ -323,6 +327,7 @@ public interface PartialResultSetOrBuilder * repeated .google.protobuf.Value values = 2; */ int getValuesCount(); + /** * * @@ -410,6 +415,7 @@ public interface PartialResultSetOrBuilder * repeated .google.protobuf.Value values = 2; */ java.util.List getValuesOrBuilderList(); + /** * * @@ -547,6 +553,7 @@ public interface PartialResultSetOrBuilder * @return Whether the stats field is set. */ boolean hasStats(); + /** * * @@ -563,6 +570,7 @@ public interface PartialResultSetOrBuilder * @return The stats. */ com.google.spanner.v1.ResultSetStats getStats(); + /** * * @@ -595,6 +603,7 @@ public interface PartialResultSetOrBuilder * @return Whether the precommitToken field is set. */ boolean hasPrecommitToken(); + /** * * @@ -612,6 +621,7 @@ public interface PartialResultSetOrBuilder * @return The precommitToken. */ com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Partition.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Partition.java index 7b82b737e3..8b02e46d97 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Partition.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Partition.java @@ -34,6 +34,7 @@ public final class Partition extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.Partition) PartitionOrBuilder { private static final long serialVersionUID = 0L; + // Use Partition.newBuilder() to construct. private Partition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int PARTITION_TOKEN_FIELD_NUMBER = 1; private com.google.protobuf.ByteString partitionToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -240,6 +242,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -420,6 +423,7 @@ public Builder mergeFrom( private int bitField0_; private com.google.protobuf.ByteString partitionToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -437,6 +441,7 @@ public Builder mergeFrom( public com.google.protobuf.ByteString getPartitionToken() { return partitionToken_; } + /** * * @@ -460,6 +465,7 @@ public Builder setPartitionToken(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionOptions.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionOptions.java index bc8e07d1ea..8be7344e83 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionOptions.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionOptions.java @@ -34,6 +34,7 @@ public final class PartitionOptions extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.v1.PartitionOptions) PartitionOptionsOrBuilder { private static final long serialVersionUID = 0L; + // Use PartitionOptions.newBuilder() to construct. private PartitionOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -64,6 +65,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int PARTITION_SIZE_BYTES_FIELD_NUMBER = 1; private long partitionSizeBytes_ = 0L; + /** * * @@ -87,6 +89,7 @@ public long getPartitionSizeBytes() { public static final int MAX_PARTITIONS_FIELD_NUMBER = 2; private long maxPartitions_ = 0L; + /** * * @@ -277,6 +280,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -472,6 +476,7 @@ public Builder mergeFrom( private int bitField0_; private long partitionSizeBytes_; + /** * * @@ -492,6 +497,7 @@ public Builder mergeFrom( public long getPartitionSizeBytes() { return partitionSizeBytes_; } + /** * * @@ -516,6 +522,7 @@ public Builder setPartitionSizeBytes(long value) { onChanged(); return this; } + /** * * @@ -540,6 +547,7 @@ public Builder clearPartitionSizeBytes() { } private long maxPartitions_; + /** * * @@ -562,6 +570,7 @@ public Builder clearPartitionSizeBytes() { public long getMaxPartitions() { return maxPartitions_; } + /** * * @@ -588,6 +597,7 @@ public Builder setMaxPartitions(long value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionQueryRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionQueryRequest.java index f2f0d165c2..1dbb43dfe9 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionQueryRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionQueryRequest.java @@ -33,6 +33,7 @@ public final class PartitionQueryRequest extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.v1.PartitionQueryRequest) PartitionQueryRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use PartitionQueryRequest.newBuilder() to construct. private PartitionQueryRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -81,6 +82,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; + /** * * @@ -106,6 +108,7 @@ public java.lang.String getSession() { return s; } } + /** * * @@ -134,6 +137,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public static final int TRANSACTION_FIELD_NUMBER = 2; private com.google.spanner.v1.TransactionSelector transaction_; + /** * * @@ -150,6 +154,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public boolean hasTransaction() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -168,6 +173,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { ? com.google.spanner.v1.TransactionSelector.getDefaultInstance() : transaction_; } + /** * * @@ -189,6 +195,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde @SuppressWarnings("serial") private volatile java.lang.Object sql_ = ""; + /** * * @@ -223,6 +230,7 @@ public java.lang.String getSql() { return s; } } + /** * * @@ -260,6 +268,7 @@ public com.google.protobuf.ByteString getSqlBytes() { public static final int PARAMS_FIELD_NUMBER = 4; private com.google.protobuf.Struct params_; + /** * * @@ -286,6 +295,7 @@ public com.google.protobuf.ByteString getSqlBytes() { public boolean hasParams() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -312,6 +322,7 @@ public boolean hasParams() { public com.google.protobuf.Struct getParams() { return params_ == null ? com.google.protobuf.Struct.getDefaultInstance() : params_; } + /** * * @@ -366,6 +377,7 @@ private static final class ParamTypesDefaultEntryHolder { public int getParamTypesCount() { return internalGetParamTypes().getMap().size(); } + /** * * @@ -390,12 +402,14 @@ public boolean containsParamTypes(java.lang.String key) { } return internalGetParamTypes().getMap().containsKey(key); } + /** Use {@link #getParamTypesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getParamTypes() { return getParamTypesMap(); } + /** * * @@ -417,6 +431,7 @@ public java.util.Map getParamTypes public java.util.Map getParamTypesMap() { return internalGetParamTypes().getMap(); } + /** * * @@ -446,6 +461,7 @@ public java.util.Map getParamTypes internalGetParamTypes().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -478,6 +494,7 @@ public com.google.spanner.v1.Type getParamTypesOrThrow(java.lang.String key) { public static final int PARTITION_OPTIONS_FIELD_NUMBER = 6; private com.google.spanner.v1.PartitionOptions partitionOptions_; + /** * * @@ -493,6 +510,7 @@ public com.google.spanner.v1.Type getParamTypesOrThrow(java.lang.String key) { public boolean hasPartitionOptions() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -510,6 +528,7 @@ public com.google.spanner.v1.PartitionOptions getPartitionOptions() { ? com.google.spanner.v1.PartitionOptions.getDefaultInstance() : partitionOptions_; } + /** * * @@ -753,6 +772,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1063,6 +1083,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object session_ = ""; + /** * * @@ -1087,6 +1108,7 @@ public java.lang.String getSession() { return (java.lang.String) ref; } } + /** * * @@ -1111,6 +1133,7 @@ public com.google.protobuf.ByteString getSessionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1134,6 +1157,7 @@ public Builder setSession(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1153,6 +1177,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -1184,6 +1209,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.TransactionSelector.Builder, com.google.spanner.v1.TransactionSelectorOrBuilder> transactionBuilder_; + /** * * @@ -1199,6 +1225,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { public boolean hasTransaction() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1220,6 +1247,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { return transactionBuilder_.getMessage(); } } + /** * * @@ -1243,6 +1271,7 @@ public Builder setTransaction(com.google.spanner.v1.TransactionSelector value) { onChanged(); return this; } + /** * * @@ -1264,6 +1293,7 @@ public Builder setTransaction( onChanged(); return this; } + /** * * @@ -1292,6 +1322,7 @@ public Builder mergeTransaction(com.google.spanner.v1.TransactionSelector value) } return this; } + /** * * @@ -1312,6 +1343,7 @@ public Builder clearTransaction() { onChanged(); return this; } + /** * * @@ -1327,6 +1359,7 @@ public com.google.spanner.v1.TransactionSelector.Builder getTransactionBuilder() onChanged(); return getTransactionFieldBuilder().getBuilder(); } + /** * * @@ -1346,6 +1379,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde : transaction_; } } + /** * * @@ -1374,6 +1408,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde } private java.lang.Object sql_ = ""; + /** * * @@ -1407,6 +1442,7 @@ public java.lang.String getSql() { return (java.lang.String) ref; } } + /** * * @@ -1440,6 +1476,7 @@ public com.google.protobuf.ByteString getSqlBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1472,6 +1509,7 @@ public Builder setSql(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1500,6 +1538,7 @@ public Builder clearSql() { onChanged(); return this; } + /** * * @@ -1540,6 +1579,7 @@ public Builder setSqlBytes(com.google.protobuf.ByteString value) { com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> paramsBuilder_; + /** * * @@ -1565,6 +1605,7 @@ public Builder setSqlBytes(com.google.protobuf.ByteString value) { public boolean hasParams() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1594,6 +1635,7 @@ public com.google.protobuf.Struct getParams() { return paramsBuilder_.getMessage(); } } + /** * * @@ -1627,6 +1669,7 @@ public Builder setParams(com.google.protobuf.Struct value) { onChanged(); return this; } + /** * * @@ -1657,6 +1700,7 @@ public Builder setParams(com.google.protobuf.Struct.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -1695,6 +1739,7 @@ public Builder mergeParams(com.google.protobuf.Struct value) { } return this; } + /** * * @@ -1725,6 +1770,7 @@ public Builder clearParams() { onChanged(); return this; } + /** * * @@ -1750,6 +1796,7 @@ public com.google.protobuf.Struct.Builder getParamsBuilder() { onChanged(); return getParamsFieldBuilder().getBuilder(); } + /** * * @@ -1777,6 +1824,7 @@ public com.google.protobuf.StructOrBuilder getParamsOrBuilder() { return params_ == null ? com.google.protobuf.Struct.getDefaultInstance() : params_; } } + /** * * @@ -1830,7 +1878,8 @@ public com.google.spanner.v1.Type build(com.google.spanner.v1.TypeOrBuilder val) defaultEntry() { return ParamTypesDefaultEntryHolder.defaultEntry; } - }; + } + ; private static final ParamTypesConverter paramTypesConverter = new ParamTypesConverter(); @@ -1870,6 +1919,7 @@ public com.google.spanner.v1.Type build(com.google.spanner.v1.TypeOrBuilder val) public int getParamTypesCount() { return internalGetParamTypes().ensureBuilderMap().size(); } + /** * * @@ -1894,12 +1944,14 @@ public boolean containsParamTypes(java.lang.String key) { } return internalGetParamTypes().ensureBuilderMap().containsKey(key); } + /** Use {@link #getParamTypesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getParamTypes() { return getParamTypesMap(); } + /** * * @@ -1921,6 +1973,7 @@ public java.util.Map getParamTypes public java.util.Map getParamTypesMap() { return internalGetParamTypes().getImmutableMap(); } + /** * * @@ -1950,6 +2003,7 @@ public java.util.Map getParamTypes internalGetMutableParamTypes().ensureBuilderMap(); return map.containsKey(key) ? paramTypesConverter.build(map.get(key)) : defaultValue; } + /** * * @@ -1985,6 +2039,7 @@ public Builder clearParamTypes() { internalGetMutableParamTypes().clear(); return this; } + /** * * @@ -2009,12 +2064,14 @@ public Builder removeParamTypes(java.lang.String key) { internalGetMutableParamTypes().ensureBuilderMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableParamTypes() { bitField0_ |= 0x00000010; return internalGetMutableParamTypes().ensureMessageMap(); } + /** * * @@ -2043,6 +2100,7 @@ public Builder putParamTypes(java.lang.String key, com.google.spanner.v1.Type va bitField0_ |= 0x00000010; return this; } + /** * * @@ -2072,6 +2130,7 @@ public Builder putAllParamTypes( bitField0_ |= 0x00000010; return this; } + /** * * @@ -2110,6 +2169,7 @@ public com.google.spanner.v1.Type.Builder putParamTypesBuilderIfAbsent(java.lang com.google.spanner.v1.PartitionOptions.Builder, com.google.spanner.v1.PartitionOptionsOrBuilder> partitionOptionsBuilder_; + /** * * @@ -2124,6 +2184,7 @@ public com.google.spanner.v1.Type.Builder putParamTypesBuilderIfAbsent(java.lang public boolean hasPartitionOptions() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -2144,6 +2205,7 @@ public com.google.spanner.v1.PartitionOptions getPartitionOptions() { return partitionOptionsBuilder_.getMessage(); } } + /** * * @@ -2166,6 +2228,7 @@ public Builder setPartitionOptions(com.google.spanner.v1.PartitionOptions value) onChanged(); return this; } + /** * * @@ -2186,6 +2249,7 @@ public Builder setPartitionOptions( onChanged(); return this; } + /** * * @@ -2213,6 +2277,7 @@ public Builder mergePartitionOptions(com.google.spanner.v1.PartitionOptions valu } return this; } + /** * * @@ -2232,6 +2297,7 @@ public Builder clearPartitionOptions() { onChanged(); return this; } + /** * * @@ -2246,6 +2312,7 @@ public com.google.spanner.v1.PartitionOptions.Builder getPartitionOptionsBuilder onChanged(); return getPartitionOptionsFieldBuilder().getBuilder(); } + /** * * @@ -2264,6 +2331,7 @@ public com.google.spanner.v1.PartitionOptionsOrBuilder getPartitionOptionsOrBuil : partitionOptions_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionQueryRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionQueryRequestOrBuilder.java index bcbf137e57..773f377d05 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionQueryRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionQueryRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface PartitionQueryRequestOrBuilder * @return The session. */ java.lang.String getSession(); + /** * * @@ -66,6 +67,7 @@ public interface PartitionQueryRequestOrBuilder * @return Whether the transaction field is set. */ boolean hasTransaction(); + /** * * @@ -79,6 +81,7 @@ public interface PartitionQueryRequestOrBuilder * @return The transaction. */ com.google.spanner.v1.TransactionSelector getTransaction(); + /** * * @@ -114,6 +117,7 @@ public interface PartitionQueryRequestOrBuilder * @return The sql. */ java.lang.String getSql(); + /** * * @@ -161,6 +165,7 @@ public interface PartitionQueryRequestOrBuilder * @return Whether the params field is set. */ boolean hasParams(); + /** * * @@ -184,6 +189,7 @@ public interface PartitionQueryRequestOrBuilder * @return The params. */ com.google.protobuf.Struct getParams(); + /** * * @@ -224,6 +230,7 @@ public interface PartitionQueryRequestOrBuilder * map<string, .google.spanner.v1.Type> param_types = 5; */ int getParamTypesCount(); + /** * * @@ -242,9 +249,11 @@ public interface PartitionQueryRequestOrBuilder * map<string, .google.spanner.v1.Type> param_types = 5; */ boolean containsParamTypes(java.lang.String key); + /** Use {@link #getParamTypesMap()} instead. */ @java.lang.Deprecated java.util.Map getParamTypes(); + /** * * @@ -263,6 +272,7 @@ public interface PartitionQueryRequestOrBuilder * map<string, .google.spanner.v1.Type> param_types = 5; */ java.util.Map getParamTypesMap(); + /** * * @@ -285,6 +295,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( java.lang.String key, /* nullable */ com.google.spanner.v1.Type defaultValue); + /** * * @@ -316,6 +327,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( * @return Whether the partitionOptions field is set. */ boolean hasPartitionOptions(); + /** * * @@ -328,6 +340,7 @@ com.google.spanner.v1.Type getParamTypesOrDefault( * @return The partitionOptions. */ com.google.spanner.v1.PartitionOptions getPartitionOptions(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionReadRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionReadRequest.java index 989ab1c85c..443b2c28f9 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionReadRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionReadRequest.java @@ -33,6 +33,7 @@ public final class PartitionReadRequest extends com.google.protobuf.GeneratedMes // @@protoc_insertion_point(message_implements:google.spanner.v1.PartitionReadRequest) PartitionReadRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use PartitionReadRequest.newBuilder() to construct. private PartitionReadRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -71,6 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; + /** * * @@ -96,6 +98,7 @@ public java.lang.String getSession() { return s; } } + /** * * @@ -124,6 +127,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public static final int TRANSACTION_FIELD_NUMBER = 2; private com.google.spanner.v1.TransactionSelector transaction_; + /** * * @@ -140,6 +144,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public boolean hasTransaction() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -158,6 +163,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { ? com.google.spanner.v1.TransactionSelector.getDefaultInstance() : transaction_; } + /** * * @@ -179,6 +185,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -202,6 +209,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -230,6 +238,7 @@ public com.google.protobuf.ByteString getTableBytes() { @SuppressWarnings("serial") private volatile java.lang.Object index_ = ""; + /** * * @@ -258,6 +267,7 @@ public java.lang.String getIndex() { return s; } } + /** * * @@ -292,6 +302,7 @@ public com.google.protobuf.ByteString getIndexBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList columns_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -307,6 +318,7 @@ public com.google.protobuf.ByteString getIndexBytes() { public com.google.protobuf.ProtocolStringList getColumnsList() { return columns_; } + /** * * @@ -322,6 +334,7 @@ public com.google.protobuf.ProtocolStringList getColumnsList() { public int getColumnsCount() { return columns_.size(); } + /** * * @@ -338,6 +351,7 @@ public int getColumnsCount() { public java.lang.String getColumns(int index) { return columns_.get(index); } + /** * * @@ -357,6 +371,7 @@ public com.google.protobuf.ByteString getColumnsBytes(int index) { public static final int KEY_SET_FIELD_NUMBER = 6; private com.google.spanner.v1.KeySet keySet_; + /** * * @@ -381,6 +396,7 @@ public com.google.protobuf.ByteString getColumnsBytes(int index) { public boolean hasKeySet() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -405,6 +421,7 @@ public boolean hasKeySet() { public com.google.spanner.v1.KeySet getKeySet() { return keySet_ == null ? com.google.spanner.v1.KeySet.getDefaultInstance() : keySet_; } + /** * * @@ -430,6 +447,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { public static final int PARTITION_OPTIONS_FIELD_NUMBER = 9; private com.google.spanner.v1.PartitionOptions partitionOptions_; + /** * * @@ -445,6 +463,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { public boolean hasPartitionOptions() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -462,6 +481,7 @@ public com.google.spanner.v1.PartitionOptions getPartitionOptions() { ? com.google.spanner.v1.PartitionOptions.getDefaultInstance() : partitionOptions_; } + /** * * @@ -713,6 +733,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1018,6 +1039,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object session_ = ""; + /** * * @@ -1042,6 +1064,7 @@ public java.lang.String getSession() { return (java.lang.String) ref; } } + /** * * @@ -1066,6 +1089,7 @@ public com.google.protobuf.ByteString getSessionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1089,6 +1113,7 @@ public Builder setSession(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1108,6 +1133,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -1139,6 +1165,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.TransactionSelector.Builder, com.google.spanner.v1.TransactionSelectorOrBuilder> transactionBuilder_; + /** * * @@ -1154,6 +1181,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { public boolean hasTransaction() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1175,6 +1203,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { return transactionBuilder_.getMessage(); } } + /** * * @@ -1198,6 +1227,7 @@ public Builder setTransaction(com.google.spanner.v1.TransactionSelector value) { onChanged(); return this; } + /** * * @@ -1219,6 +1249,7 @@ public Builder setTransaction( onChanged(); return this; } + /** * * @@ -1247,6 +1278,7 @@ public Builder mergeTransaction(com.google.spanner.v1.TransactionSelector value) } return this; } + /** * * @@ -1267,6 +1299,7 @@ public Builder clearTransaction() { onChanged(); return this; } + /** * * @@ -1282,6 +1315,7 @@ public com.google.spanner.v1.TransactionSelector.Builder getTransactionBuilder() onChanged(); return getTransactionFieldBuilder().getBuilder(); } + /** * * @@ -1301,6 +1335,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde : transaction_; } } + /** * * @@ -1329,6 +1364,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde } private java.lang.Object table_ = ""; + /** * * @@ -1351,6 +1387,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -1373,6 +1410,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1394,6 +1432,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1411,6 +1450,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -1435,6 +1475,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { } private java.lang.Object index_ = ""; + /** * * @@ -1462,6 +1503,7 @@ public java.lang.String getIndex() { return (java.lang.String) ref; } } + /** * * @@ -1489,6 +1531,7 @@ public com.google.protobuf.ByteString getIndexBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1515,6 +1558,7 @@ public Builder setIndex(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1537,6 +1581,7 @@ public Builder clearIndex() { onChanged(); return this; } + /** * * @@ -1574,6 +1619,7 @@ private void ensureColumnsIsMutable() { } bitField0_ |= 0x00000010; } + /** * * @@ -1590,6 +1636,7 @@ public com.google.protobuf.ProtocolStringList getColumnsList() { columns_.makeImmutable(); return columns_; } + /** * * @@ -1605,6 +1652,7 @@ public com.google.protobuf.ProtocolStringList getColumnsList() { public int getColumnsCount() { return columns_.size(); } + /** * * @@ -1621,6 +1669,7 @@ public int getColumnsCount() { public java.lang.String getColumns(int index) { return columns_.get(index); } + /** * * @@ -1637,6 +1686,7 @@ public java.lang.String getColumns(int index) { public com.google.protobuf.ByteString getColumnsBytes(int index) { return columns_.getByteString(index); } + /** * * @@ -1661,6 +1711,7 @@ public Builder setColumns(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -1684,6 +1735,7 @@ public Builder addColumns(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1704,6 +1756,7 @@ public Builder addAllColumns(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -1723,6 +1776,7 @@ public Builder clearColumns() { onChanged(); return this; } + /** * * @@ -1754,6 +1808,7 @@ public Builder addColumnsBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.KeySet.Builder, com.google.spanner.v1.KeySetOrBuilder> keySetBuilder_; + /** * * @@ -1777,6 +1832,7 @@ public Builder addColumnsBytes(com.google.protobuf.ByteString value) { public boolean hasKeySet() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -1804,6 +1860,7 @@ public com.google.spanner.v1.KeySet getKeySet() { return keySetBuilder_.getMessage(); } } + /** * * @@ -1835,6 +1892,7 @@ public Builder setKeySet(com.google.spanner.v1.KeySet value) { onChanged(); return this; } + /** * * @@ -1863,6 +1921,7 @@ public Builder setKeySet(com.google.spanner.v1.KeySet.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -1899,6 +1958,7 @@ public Builder mergeKeySet(com.google.spanner.v1.KeySet value) { } return this; } + /** * * @@ -1927,6 +1987,7 @@ public Builder clearKeySet() { onChanged(); return this; } + /** * * @@ -1950,6 +2011,7 @@ public com.google.spanner.v1.KeySet.Builder getKeySetBuilder() { onChanged(); return getKeySetFieldBuilder().getBuilder(); } + /** * * @@ -1975,6 +2037,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { return keySet_ == null ? com.google.spanner.v1.KeySet.getDefaultInstance() : keySet_; } } + /** * * @@ -2016,6 +2079,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { com.google.spanner.v1.PartitionOptions.Builder, com.google.spanner.v1.PartitionOptionsOrBuilder> partitionOptionsBuilder_; + /** * * @@ -2030,6 +2094,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { public boolean hasPartitionOptions() { return ((bitField0_ & 0x00000040) != 0); } + /** * * @@ -2050,6 +2115,7 @@ public com.google.spanner.v1.PartitionOptions getPartitionOptions() { return partitionOptionsBuilder_.getMessage(); } } + /** * * @@ -2072,6 +2138,7 @@ public Builder setPartitionOptions(com.google.spanner.v1.PartitionOptions value) onChanged(); return this; } + /** * * @@ -2092,6 +2159,7 @@ public Builder setPartitionOptions( onChanged(); return this; } + /** * * @@ -2119,6 +2187,7 @@ public Builder mergePartitionOptions(com.google.spanner.v1.PartitionOptions valu } return this; } + /** * * @@ -2138,6 +2207,7 @@ public Builder clearPartitionOptions() { onChanged(); return this; } + /** * * @@ -2152,6 +2222,7 @@ public com.google.spanner.v1.PartitionOptions.Builder getPartitionOptionsBuilder onChanged(); return getPartitionOptionsFieldBuilder().getBuilder(); } + /** * * @@ -2170,6 +2241,7 @@ public com.google.spanner.v1.PartitionOptionsOrBuilder getPartitionOptionsOrBuil : partitionOptions_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionReadRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionReadRequestOrBuilder.java index 6c86460173..411eaf65af 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionReadRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionReadRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface PartitionReadRequestOrBuilder * @return The session. */ java.lang.String getSession(); + /** * * @@ -66,6 +67,7 @@ public interface PartitionReadRequestOrBuilder * @return Whether the transaction field is set. */ boolean hasTransaction(); + /** * * @@ -79,6 +81,7 @@ public interface PartitionReadRequestOrBuilder * @return The transaction. */ com.google.spanner.v1.TransactionSelector getTransaction(); + /** * * @@ -103,6 +106,7 @@ public interface PartitionReadRequestOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -133,6 +137,7 @@ public interface PartitionReadRequestOrBuilder * @return The index. */ java.lang.String getIndex(); + /** * * @@ -164,6 +169,7 @@ public interface PartitionReadRequestOrBuilder * @return A list containing the columns. */ java.util.List getColumnsList(); + /** * * @@ -177,6 +183,7 @@ public interface PartitionReadRequestOrBuilder * @return The count of columns. */ int getColumnsCount(); + /** * * @@ -191,6 +198,7 @@ public interface PartitionReadRequestOrBuilder * @return The columns at the given index. */ java.lang.String getColumns(int index); + /** * * @@ -227,6 +235,7 @@ public interface PartitionReadRequestOrBuilder * @return Whether the keySet field is set. */ boolean hasKeySet(); + /** * * @@ -248,6 +257,7 @@ public interface PartitionReadRequestOrBuilder * @return The keySet. */ com.google.spanner.v1.KeySet getKeySet(); + /** * * @@ -280,6 +290,7 @@ public interface PartitionReadRequestOrBuilder * @return Whether the partitionOptions field is set. */ boolean hasPartitionOptions(); + /** * * @@ -292,6 +303,7 @@ public interface PartitionReadRequestOrBuilder * @return The partitionOptions. */ com.google.spanner.v1.PartitionOptions getPartitionOptions(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionResponse.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionResponse.java index a6c3afb3b3..978083d0a2 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionResponse.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionResponse.java @@ -34,6 +34,7 @@ public final class PartitionResponse extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.v1.PartitionResponse) PartitionResponseOrBuilder { private static final long serialVersionUID = 0L; + // Use PartitionResponse.newBuilder() to construct. private PartitionResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -69,6 +70,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List partitions_; + /** * * @@ -82,6 +84,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getPartitionsList() { return partitions_; } + /** * * @@ -96,6 +99,7 @@ public java.util.List getPartitionsList() { getPartitionsOrBuilderList() { return partitions_; } + /** * * @@ -109,6 +113,7 @@ public java.util.List getPartitionsList() { public int getPartitionsCount() { return partitions_.size(); } + /** * * @@ -122,6 +127,7 @@ public int getPartitionsCount() { public com.google.spanner.v1.Partition getPartitions(int index) { return partitions_.get(index); } + /** * * @@ -138,6 +144,7 @@ public com.google.spanner.v1.PartitionOrBuilder getPartitionsOrBuilder(int index public static final int TRANSACTION_FIELD_NUMBER = 2; private com.google.spanner.v1.Transaction transaction_; + /** * * @@ -153,6 +160,7 @@ public com.google.spanner.v1.PartitionOrBuilder getPartitionsOrBuilder(int index public boolean hasTransaction() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -170,6 +178,7 @@ public com.google.spanner.v1.Transaction getTransaction() { ? com.google.spanner.v1.Transaction.getDefaultInstance() : transaction_; } + /** * * @@ -360,6 +369,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -650,6 +660,7 @@ public java.util.List getPartitionsList() { return partitionsBuilder_.getMessageList(); } } + /** * * @@ -666,6 +677,7 @@ public int getPartitionsCount() { return partitionsBuilder_.getCount(); } } + /** * * @@ -682,6 +694,7 @@ public com.google.spanner.v1.Partition getPartitions(int index) { return partitionsBuilder_.getMessage(index); } } + /** * * @@ -704,6 +717,7 @@ public Builder setPartitions(int index, com.google.spanner.v1.Partition value) { } return this; } + /** * * @@ -724,6 +738,7 @@ public Builder setPartitions( } return this; } + /** * * @@ -746,6 +761,7 @@ public Builder addPartitions(com.google.spanner.v1.Partition value) { } return this; } + /** * * @@ -768,6 +784,7 @@ public Builder addPartitions(int index, com.google.spanner.v1.Partition value) { } return this; } + /** * * @@ -787,6 +804,7 @@ public Builder addPartitions(com.google.spanner.v1.Partition.Builder builderForV } return this; } + /** * * @@ -807,6 +825,7 @@ public Builder addPartitions( } return this; } + /** * * @@ -827,6 +846,7 @@ public Builder addAllPartitions( } return this; } + /** * * @@ -846,6 +866,7 @@ public Builder clearPartitions() { } return this; } + /** * * @@ -865,6 +886,7 @@ public Builder removePartitions(int index) { } return this; } + /** * * @@ -877,6 +899,7 @@ public Builder removePartitions(int index) { public com.google.spanner.v1.Partition.Builder getPartitionsBuilder(int index) { return getPartitionsFieldBuilder().getBuilder(index); } + /** * * @@ -893,6 +916,7 @@ public com.google.spanner.v1.PartitionOrBuilder getPartitionsOrBuilder(int index return partitionsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -910,6 +934,7 @@ public com.google.spanner.v1.PartitionOrBuilder getPartitionsOrBuilder(int index return java.util.Collections.unmodifiableList(partitions_); } } + /** * * @@ -923,6 +948,7 @@ public com.google.spanner.v1.Partition.Builder addPartitionsBuilder() { return getPartitionsFieldBuilder() .addBuilder(com.google.spanner.v1.Partition.getDefaultInstance()); } + /** * * @@ -936,6 +962,7 @@ public com.google.spanner.v1.Partition.Builder addPartitionsBuilder(int index) { return getPartitionsFieldBuilder() .addBuilder(index, com.google.spanner.v1.Partition.getDefaultInstance()); } + /** * * @@ -972,6 +999,7 @@ public java.util.List getPartitionsBuil com.google.spanner.v1.Transaction.Builder, com.google.spanner.v1.TransactionOrBuilder> transactionBuilder_; + /** * * @@ -986,6 +1014,7 @@ public java.util.List getPartitionsBuil public boolean hasTransaction() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1006,6 +1035,7 @@ public com.google.spanner.v1.Transaction getTransaction() { return transactionBuilder_.getMessage(); } } + /** * * @@ -1028,6 +1058,7 @@ public Builder setTransaction(com.google.spanner.v1.Transaction value) { onChanged(); return this; } + /** * * @@ -1047,6 +1078,7 @@ public Builder setTransaction(com.google.spanner.v1.Transaction.Builder builderF onChanged(); return this; } + /** * * @@ -1074,6 +1106,7 @@ public Builder mergeTransaction(com.google.spanner.v1.Transaction value) { } return this; } + /** * * @@ -1093,6 +1126,7 @@ public Builder clearTransaction() { onChanged(); return this; } + /** * * @@ -1107,6 +1141,7 @@ public com.google.spanner.v1.Transaction.Builder getTransactionBuilder() { onChanged(); return getTransactionFieldBuilder().getBuilder(); } + /** * * @@ -1125,6 +1160,7 @@ public com.google.spanner.v1.TransactionOrBuilder getTransactionOrBuilder() { : transaction_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionResponseOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionResponseOrBuilder.java index 12c12ee7ef..fe1334e1e7 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionResponseOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PartitionResponseOrBuilder.java @@ -34,6 +34,7 @@ public interface PartitionResponseOrBuilder * repeated .google.spanner.v1.Partition partitions = 1; */ java.util.List getPartitionsList(); + /** * * @@ -44,6 +45,7 @@ public interface PartitionResponseOrBuilder * repeated .google.spanner.v1.Partition partitions = 1; */ com.google.spanner.v1.Partition getPartitions(int index); + /** * * @@ -54,6 +56,7 @@ public interface PartitionResponseOrBuilder * repeated .google.spanner.v1.Partition partitions = 1; */ int getPartitionsCount(); + /** * * @@ -64,6 +67,7 @@ public interface PartitionResponseOrBuilder * repeated .google.spanner.v1.Partition partitions = 1; */ java.util.List getPartitionsOrBuilderList(); + /** * * @@ -87,6 +91,7 @@ public interface PartitionResponseOrBuilder * @return Whether the transaction field is set. */ boolean hasTransaction(); + /** * * @@ -99,6 +104,7 @@ public interface PartitionResponseOrBuilder * @return The transaction. */ com.google.spanner.v1.Transaction getTransaction(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PlanNode.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PlanNode.java index ac6264c303..2748ceb2f9 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PlanNode.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PlanNode.java @@ -33,6 +33,7 @@ public final class PlanNode extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.PlanNode) PlanNodeOrBuilder { private static final long serialVersionUID = 0L; + // Use PlanNode.newBuilder() to construct. private PlanNode(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -123,6 +124,7 @@ public enum Kind implements com.google.protobuf.ProtocolMessageEnum { * KIND_UNSPECIFIED = 0; */ public static final int KIND_UNSPECIFIED_VALUE = 0; + /** * * @@ -135,6 +137,7 @@ public enum Kind implements com.google.protobuf.ProtocolMessageEnum { * RELATIONAL = 1; */ public static final int RELATIONAL_VALUE = 1; + /** * * @@ -265,6 +268,7 @@ public interface ChildLinkOrBuilder * @return The type. */ java.lang.String getType(); + /** * * @@ -300,6 +304,7 @@ public interface ChildLinkOrBuilder * @return The variable. */ java.lang.String getVariable(); + /** * * @@ -320,6 +325,7 @@ public interface ChildLinkOrBuilder */ com.google.protobuf.ByteString getVariableBytes(); } + /** * * @@ -335,6 +341,7 @@ public static final class ChildLink extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.v1.PlanNode.ChildLink) ChildLinkOrBuilder { private static final long serialVersionUID = 0L; + // Use ChildLink.newBuilder() to construct. private ChildLink(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -368,6 +375,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int CHILD_INDEX_FIELD_NUMBER = 1; private int childIndex_ = 0; + /** * * @@ -388,6 +396,7 @@ public int getChildIndex() { @SuppressWarnings("serial") private volatile java.lang.Object type_ = ""; + /** * * @@ -414,6 +423,7 @@ public java.lang.String getType() { return s; } } + /** * * @@ -445,6 +455,7 @@ public com.google.protobuf.ByteString getTypeBytes() { @SuppressWarnings("serial") private volatile java.lang.Object variable_ = ""; + /** * * @@ -475,6 +486,7 @@ public java.lang.String getVariable() { return s; } } + /** * * @@ -684,6 +696,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -899,6 +912,7 @@ public Builder mergeFrom( private int bitField0_; private int childIndex_; + /** * * @@ -914,6 +928,7 @@ public Builder mergeFrom( public int getChildIndex() { return childIndex_; } + /** * * @@ -933,6 +948,7 @@ public Builder setChildIndex(int value) { onChanged(); return this; } + /** * * @@ -952,6 +968,7 @@ public Builder clearChildIndex() { } private java.lang.Object type_ = ""; + /** * * @@ -977,6 +994,7 @@ public java.lang.String getType() { return (java.lang.String) ref; } } + /** * * @@ -1002,6 +1020,7 @@ public com.google.protobuf.ByteString getTypeBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1026,6 +1045,7 @@ public Builder setType(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1046,6 +1066,7 @@ public Builder clearType() { onChanged(); return this; } + /** * * @@ -1073,6 +1094,7 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) { } private java.lang.Object variable_ = ""; + /** * * @@ -1102,6 +1124,7 @@ public java.lang.String getVariable() { return (java.lang.String) ref; } } + /** * * @@ -1131,6 +1154,7 @@ public com.google.protobuf.ByteString getVariableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1159,6 +1183,7 @@ public Builder setVariable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1183,6 +1208,7 @@ public Builder clearVariable() { onChanged(); return this; } + /** * * @@ -1294,6 +1320,7 @@ public interface ShortRepresentationOrBuilder * @return The description. */ java.lang.String getDescription(); + /** * * @@ -1321,6 +1348,7 @@ public interface ShortRepresentationOrBuilder * map<string, int32> subqueries = 2; */ int getSubqueriesCount(); + /** * * @@ -1335,9 +1363,11 @@ public interface ShortRepresentationOrBuilder * map<string, int32> subqueries = 2; */ boolean containsSubqueries(java.lang.String key); + /** Use {@link #getSubqueriesMap()} instead. */ @java.lang.Deprecated java.util.Map getSubqueries(); + /** * * @@ -1352,6 +1382,7 @@ public interface ShortRepresentationOrBuilder * map<string, int32> subqueries = 2; */ java.util.Map getSubqueriesMap(); + /** * * @@ -1366,6 +1397,7 @@ public interface ShortRepresentationOrBuilder * map<string, int32> subqueries = 2; */ int getSubqueriesOrDefault(java.lang.String key, int defaultValue); + /** * * @@ -1381,6 +1413,7 @@ public interface ShortRepresentationOrBuilder */ int getSubqueriesOrThrow(java.lang.String key); } + /** * * @@ -1396,6 +1429,7 @@ public static final class ShortRepresentation extends com.google.protobuf.Genera // @@protoc_insertion_point(message_implements:google.spanner.v1.PlanNode.ShortRepresentation) ShortRepresentationOrBuilder { private static final long serialVersionUID = 0L; + // Use ShortRepresentation.newBuilder() to construct. private ShortRepresentation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -1442,6 +1476,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl @SuppressWarnings("serial") private volatile java.lang.Object description_ = ""; + /** * * @@ -1465,6 +1500,7 @@ public java.lang.String getDescription() { return s; } } + /** * * @@ -1517,6 +1553,7 @@ private static final class SubqueriesDefaultEntryHolder { public int getSubqueriesCount() { return internalGetSubqueries().getMap().size(); } + /** * * @@ -1537,12 +1574,14 @@ public boolean containsSubqueries(java.lang.String key) { } return internalGetSubqueries().getMap().containsKey(key); } + /** Use {@link #getSubqueriesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getSubqueries() { return getSubqueriesMap(); } + /** * * @@ -1560,6 +1599,7 @@ public java.util.Map getSubqueries() { public java.util.Map getSubqueriesMap() { return internalGetSubqueries().getMap(); } + /** * * @@ -1581,6 +1621,7 @@ public int getSubqueriesOrDefault(java.lang.String key, int defaultValue) { java.util.Map map = internalGetSubqueries().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -1783,6 +1824,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -2012,6 +2054,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object description_ = ""; + /** * * @@ -2034,6 +2077,7 @@ public java.lang.String getDescription() { return (java.lang.String) ref; } } + /** * * @@ -2056,6 +2100,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2077,6 +2122,7 @@ public Builder setDescription(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2094,6 +2140,7 @@ public Builder clearDescription() { onChanged(); return this; } + /** * * @@ -2145,6 +2192,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { public int getSubqueriesCount() { return internalGetSubqueries().getMap().size(); } + /** * * @@ -2165,12 +2213,14 @@ public boolean containsSubqueries(java.lang.String key) { } return internalGetSubqueries().getMap().containsKey(key); } + /** Use {@link #getSubqueriesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getSubqueries() { return getSubqueriesMap(); } + /** * * @@ -2188,6 +2238,7 @@ public java.util.Map getSubqueries() { public java.util.Map getSubqueriesMap() { return internalGetSubqueries().getMap(); } + /** * * @@ -2209,6 +2260,7 @@ public int getSubqueriesOrDefault(java.lang.String key, int defaultValue) { java.util.Map map = internalGetSubqueries().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -2239,6 +2291,7 @@ public Builder clearSubqueries() { internalGetMutableSubqueries().getMutableMap().clear(); return this; } + /** * * @@ -2259,12 +2312,14 @@ public Builder removeSubqueries(java.lang.String key) { internalGetMutableSubqueries().getMutableMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableSubqueries() { bitField0_ |= 0x00000002; return internalGetMutableSubqueries().getMutableMap(); } + /** * * @@ -2287,6 +2342,7 @@ public Builder putSubqueries(java.lang.String key, int value) { bitField0_ |= 0x00000002; return this; } + /** * * @@ -2373,6 +2429,7 @@ public com.google.spanner.v1.PlanNode.ShortRepresentation getDefaultInstanceForT private int bitField0_; public static final int INDEX_FIELD_NUMBER = 1; private int index_ = 0; + /** * * @@ -2391,6 +2448,7 @@ public int getIndex() { public static final int KIND_FIELD_NUMBER = 2; private int kind_ = 0; + /** * * @@ -2410,6 +2468,7 @@ public int getIndex() { public int getKindValue() { return kind_; } + /** * * @@ -2436,6 +2495,7 @@ public com.google.spanner.v1.PlanNode.Kind getKind() { @SuppressWarnings("serial") private volatile java.lang.Object displayName_ = ""; + /** * * @@ -2459,6 +2519,7 @@ public java.lang.String getDisplayName() { return s; } } + /** * * @@ -2487,6 +2548,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { @SuppressWarnings("serial") private java.util.List childLinks_; + /** * * @@ -2500,6 +2562,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { public java.util.List getChildLinksList() { return childLinks_; } + /** * * @@ -2514,6 +2577,7 @@ public java.util.List getChildLinksLis getChildLinksOrBuilderList() { return childLinks_; } + /** * * @@ -2527,6 +2591,7 @@ public java.util.List getChildLinksLis public int getChildLinksCount() { return childLinks_.size(); } + /** * * @@ -2540,6 +2605,7 @@ public int getChildLinksCount() { public com.google.spanner.v1.PlanNode.ChildLink getChildLinks(int index) { return childLinks_.get(index); } + /** * * @@ -2556,6 +2622,7 @@ public com.google.spanner.v1.PlanNode.ChildLinkOrBuilder getChildLinksOrBuilder( public static final int SHORT_REPRESENTATION_FIELD_NUMBER = 5; private com.google.spanner.v1.PlanNode.ShortRepresentation shortRepresentation_; + /** * * @@ -2571,6 +2638,7 @@ public com.google.spanner.v1.PlanNode.ChildLinkOrBuilder getChildLinksOrBuilder( public boolean hasShortRepresentation() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -2588,6 +2656,7 @@ public com.google.spanner.v1.PlanNode.ShortRepresentation getShortRepresentation ? com.google.spanner.v1.PlanNode.ShortRepresentation.getDefaultInstance() : shortRepresentation_; } + /** * * @@ -2607,6 +2676,7 @@ public com.google.spanner.v1.PlanNode.ShortRepresentation getShortRepresentation public static final int METADATA_FIELD_NUMBER = 6; private com.google.protobuf.Struct metadata_; + /** * * @@ -2629,6 +2699,7 @@ public com.google.spanner.v1.PlanNode.ShortRepresentation getShortRepresentation public boolean hasMetadata() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -2651,6 +2722,7 @@ public boolean hasMetadata() { public com.google.protobuf.Struct getMetadata() { return metadata_ == null ? com.google.protobuf.Struct.getDefaultInstance() : metadata_; } + /** * * @@ -2674,6 +2746,7 @@ public com.google.protobuf.StructOrBuilder getMetadataOrBuilder() { public static final int EXECUTION_STATS_FIELD_NUMBER = 7; private com.google.protobuf.Struct executionStats_; + /** * * @@ -2692,6 +2765,7 @@ public com.google.protobuf.StructOrBuilder getMetadataOrBuilder() { public boolean hasExecutionStats() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -2712,6 +2786,7 @@ public com.google.protobuf.Struct getExecutionStats() { ? com.google.protobuf.Struct.getDefaultInstance() : executionStats_; } + /** * * @@ -2959,6 +3034,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -3299,6 +3375,7 @@ public Builder mergeFrom( private int bitField0_; private int index_; + /** * * @@ -3314,6 +3391,7 @@ public Builder mergeFrom( public int getIndex() { return index_; } + /** * * @@ -3333,6 +3411,7 @@ public Builder setIndex(int value) { onChanged(); return this; } + /** * * @@ -3352,6 +3431,7 @@ public Builder clearIndex() { } private int kind_ = 0; + /** * * @@ -3371,6 +3451,7 @@ public Builder clearIndex() { public int getKindValue() { return kind_; } + /** * * @@ -3393,6 +3474,7 @@ public Builder setKindValue(int value) { onChanged(); return this; } + /** * * @@ -3414,6 +3496,7 @@ public com.google.spanner.v1.PlanNode.Kind getKind() { com.google.spanner.v1.PlanNode.Kind.forNumber(kind_); return result == null ? com.google.spanner.v1.PlanNode.Kind.UNRECOGNIZED : result; } + /** * * @@ -3439,6 +3522,7 @@ public Builder setKind(com.google.spanner.v1.PlanNode.Kind value) { onChanged(); return this; } + /** * * @@ -3462,6 +3546,7 @@ public Builder clearKind() { } private java.lang.Object displayName_ = ""; + /** * * @@ -3484,6 +3569,7 @@ public java.lang.String getDisplayName() { return (java.lang.String) ref; } } + /** * * @@ -3506,6 +3592,7 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -3527,6 +3614,7 @@ public Builder setDisplayName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -3544,6 +3632,7 @@ public Builder clearDisplayName() { onChanged(); return this; } + /** * * @@ -3600,6 +3689,7 @@ public java.util.List getChildLinksLis return childLinksBuilder_.getMessageList(); } } + /** * * @@ -3616,6 +3706,7 @@ public int getChildLinksCount() { return childLinksBuilder_.getCount(); } } + /** * * @@ -3632,6 +3723,7 @@ public com.google.spanner.v1.PlanNode.ChildLink getChildLinks(int index) { return childLinksBuilder_.getMessage(index); } } + /** * * @@ -3654,6 +3746,7 @@ public Builder setChildLinks(int index, com.google.spanner.v1.PlanNode.ChildLink } return this; } + /** * * @@ -3674,6 +3767,7 @@ public Builder setChildLinks( } return this; } + /** * * @@ -3696,6 +3790,7 @@ public Builder addChildLinks(com.google.spanner.v1.PlanNode.ChildLink value) { } return this; } + /** * * @@ -3718,6 +3813,7 @@ public Builder addChildLinks(int index, com.google.spanner.v1.PlanNode.ChildLink } return this; } + /** * * @@ -3737,6 +3833,7 @@ public Builder addChildLinks(com.google.spanner.v1.PlanNode.ChildLink.Builder bu } return this; } + /** * * @@ -3757,6 +3854,7 @@ public Builder addChildLinks( } return this; } + /** * * @@ -3777,6 +3875,7 @@ public Builder addAllChildLinks( } return this; } + /** * * @@ -3796,6 +3895,7 @@ public Builder clearChildLinks() { } return this; } + /** * * @@ -3815,6 +3915,7 @@ public Builder removeChildLinks(int index) { } return this; } + /** * * @@ -3827,6 +3928,7 @@ public Builder removeChildLinks(int index) { public com.google.spanner.v1.PlanNode.ChildLink.Builder getChildLinksBuilder(int index) { return getChildLinksFieldBuilder().getBuilder(index); } + /** * * @@ -3843,6 +3945,7 @@ public com.google.spanner.v1.PlanNode.ChildLinkOrBuilder getChildLinksOrBuilder( return childLinksBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -3860,6 +3963,7 @@ public com.google.spanner.v1.PlanNode.ChildLinkOrBuilder getChildLinksOrBuilder( return java.util.Collections.unmodifiableList(childLinks_); } } + /** * * @@ -3873,6 +3977,7 @@ public com.google.spanner.v1.PlanNode.ChildLink.Builder addChildLinksBuilder() { return getChildLinksFieldBuilder() .addBuilder(com.google.spanner.v1.PlanNode.ChildLink.getDefaultInstance()); } + /** * * @@ -3886,6 +3991,7 @@ public com.google.spanner.v1.PlanNode.ChildLink.Builder addChildLinksBuilder(int return getChildLinksFieldBuilder() .addBuilder(index, com.google.spanner.v1.PlanNode.ChildLink.getDefaultInstance()); } + /** * * @@ -3923,6 +4029,7 @@ public com.google.spanner.v1.PlanNode.ChildLink.Builder addChildLinksBuilder(int com.google.spanner.v1.PlanNode.ShortRepresentation.Builder, com.google.spanner.v1.PlanNode.ShortRepresentationOrBuilder> shortRepresentationBuilder_; + /** * * @@ -3937,6 +4044,7 @@ public com.google.spanner.v1.PlanNode.ChildLink.Builder addChildLinksBuilder(int public boolean hasShortRepresentation() { return ((bitField0_ & 0x00000010) != 0); } + /** * * @@ -3957,6 +4065,7 @@ public com.google.spanner.v1.PlanNode.ShortRepresentation getShortRepresentation return shortRepresentationBuilder_.getMessage(); } } + /** * * @@ -3980,6 +4089,7 @@ public Builder setShortRepresentation( onChanged(); return this; } + /** * * @@ -4000,6 +4110,7 @@ public Builder setShortRepresentation( onChanged(); return this; } + /** * * @@ -4029,6 +4140,7 @@ public Builder mergeShortRepresentation( } return this; } + /** * * @@ -4048,6 +4160,7 @@ public Builder clearShortRepresentation() { onChanged(); return this; } + /** * * @@ -4063,6 +4176,7 @@ public Builder clearShortRepresentation() { onChanged(); return getShortRepresentationFieldBuilder().getBuilder(); } + /** * * @@ -4082,6 +4196,7 @@ public Builder clearShortRepresentation() { : shortRepresentation_; } } + /** * * @@ -4114,6 +4229,7 @@ public Builder clearShortRepresentation() { com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> metadataBuilder_; + /** * * @@ -4135,6 +4251,7 @@ public Builder clearShortRepresentation() { public boolean hasMetadata() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -4160,6 +4277,7 @@ public com.google.protobuf.Struct getMetadata() { return metadataBuilder_.getMessage(); } } + /** * * @@ -4189,6 +4307,7 @@ public Builder setMetadata(com.google.protobuf.Struct value) { onChanged(); return this; } + /** * * @@ -4215,6 +4334,7 @@ public Builder setMetadata(com.google.protobuf.Struct.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -4249,6 +4369,7 @@ public Builder mergeMetadata(com.google.protobuf.Struct value) { } return this; } + /** * * @@ -4275,6 +4396,7 @@ public Builder clearMetadata() { onChanged(); return this; } + /** * * @@ -4296,6 +4418,7 @@ public com.google.protobuf.Struct.Builder getMetadataBuilder() { onChanged(); return getMetadataFieldBuilder().getBuilder(); } + /** * * @@ -4319,6 +4442,7 @@ public com.google.protobuf.StructOrBuilder getMetadataOrBuilder() { return metadata_ == null ? com.google.protobuf.Struct.getDefaultInstance() : metadata_; } } + /** * * @@ -4358,6 +4482,7 @@ public com.google.protobuf.StructOrBuilder getMetadataOrBuilder() { com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> executionStatsBuilder_; + /** * * @@ -4375,6 +4500,7 @@ public com.google.protobuf.StructOrBuilder getMetadataOrBuilder() { public boolean hasExecutionStats() { return ((bitField0_ & 0x00000040) != 0); } + /** * * @@ -4398,6 +4524,7 @@ public com.google.protobuf.Struct getExecutionStats() { return executionStatsBuilder_.getMessage(); } } + /** * * @@ -4423,6 +4550,7 @@ public Builder setExecutionStats(com.google.protobuf.Struct value) { onChanged(); return this; } + /** * * @@ -4445,6 +4573,7 @@ public Builder setExecutionStats(com.google.protobuf.Struct.Builder builderForVa onChanged(); return this; } + /** * * @@ -4475,6 +4604,7 @@ public Builder mergeExecutionStats(com.google.protobuf.Struct value) { } return this; } + /** * * @@ -4497,6 +4627,7 @@ public Builder clearExecutionStats() { onChanged(); return this; } + /** * * @@ -4514,6 +4645,7 @@ public com.google.protobuf.Struct.Builder getExecutionStatsBuilder() { onChanged(); return getExecutionStatsFieldBuilder().getBuilder(); } + /** * * @@ -4535,6 +4667,7 @@ public com.google.protobuf.StructOrBuilder getExecutionStatsOrBuilder() { : executionStats_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PlanNodeOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PlanNodeOrBuilder.java index e9af7b25af..aa673766d8 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PlanNodeOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/PlanNodeOrBuilder.java @@ -53,6 +53,7 @@ public interface PlanNodeOrBuilder * @return The enum numeric value on the wire for kind. */ int getKindValue(); + /** * * @@ -82,6 +83,7 @@ public interface PlanNodeOrBuilder * @return The displayName. */ java.lang.String getDisplayName(); + /** * * @@ -105,6 +107,7 @@ public interface PlanNodeOrBuilder * repeated .google.spanner.v1.PlanNode.ChildLink child_links = 4; */ java.util.List getChildLinksList(); + /** * * @@ -115,6 +118,7 @@ public interface PlanNodeOrBuilder * repeated .google.spanner.v1.PlanNode.ChildLink child_links = 4; */ com.google.spanner.v1.PlanNode.ChildLink getChildLinks(int index); + /** * * @@ -125,6 +129,7 @@ public interface PlanNodeOrBuilder * repeated .google.spanner.v1.PlanNode.ChildLink child_links = 4; */ int getChildLinksCount(); + /** * * @@ -136,6 +141,7 @@ public interface PlanNodeOrBuilder */ java.util.List getChildLinksOrBuilderList(); + /** * * @@ -159,6 +165,7 @@ public interface PlanNodeOrBuilder * @return Whether the shortRepresentation field is set. */ boolean hasShortRepresentation(); + /** * * @@ -171,6 +178,7 @@ public interface PlanNodeOrBuilder * @return The shortRepresentation. */ com.google.spanner.v1.PlanNode.ShortRepresentation getShortRepresentation(); + /** * * @@ -201,6 +209,7 @@ public interface PlanNodeOrBuilder * @return Whether the metadata field is set. */ boolean hasMetadata(); + /** * * @@ -220,6 +229,7 @@ public interface PlanNodeOrBuilder * @return The metadata. */ com.google.protobuf.Struct getMetadata(); + /** * * @@ -253,6 +263,7 @@ public interface PlanNodeOrBuilder * @return Whether the executionStats field is set. */ boolean hasExecutionStats(); + /** * * @@ -268,6 +279,7 @@ public interface PlanNodeOrBuilder * @return The executionStats. */ com.google.protobuf.Struct getExecutionStats(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlan.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlan.java index d14516a862..e47d989d0e 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlan.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlan.java @@ -33,6 +33,7 @@ public final class QueryPlan extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.QueryPlan) QueryPlanOrBuilder { private static final long serialVersionUID = 0L; + // Use QueryPlan.newBuilder() to construct. private QueryPlan(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -66,6 +67,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private java.util.List planNodes_; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public java.util.List getPlanNodesList() { return planNodes_; } + /** * * @@ -97,6 +100,7 @@ public java.util.List getPlanNodesList() { getPlanNodesOrBuilderList() { return planNodes_; } + /** * * @@ -112,6 +116,7 @@ public java.util.List getPlanNodesList() { public int getPlanNodesCount() { return planNodes_.size(); } + /** * * @@ -127,6 +132,7 @@ public int getPlanNodesCount() { public com.google.spanner.v1.PlanNode getPlanNodes(int index) { return planNodes_.get(index); } + /** * * @@ -302,6 +308,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -560,6 +567,7 @@ public java.util.List getPlanNodesList() { return planNodesBuilder_.getMessageList(); } } + /** * * @@ -578,6 +586,7 @@ public int getPlanNodesCount() { return planNodesBuilder_.getCount(); } } + /** * * @@ -596,6 +605,7 @@ public com.google.spanner.v1.PlanNode getPlanNodes(int index) { return planNodesBuilder_.getMessage(index); } } + /** * * @@ -620,6 +630,7 @@ public Builder setPlanNodes(int index, com.google.spanner.v1.PlanNode value) { } return this; } + /** * * @@ -641,6 +652,7 @@ public Builder setPlanNodes(int index, com.google.spanner.v1.PlanNode.Builder bu } return this; } + /** * * @@ -665,6 +677,7 @@ public Builder addPlanNodes(com.google.spanner.v1.PlanNode value) { } return this; } + /** * * @@ -689,6 +702,7 @@ public Builder addPlanNodes(int index, com.google.spanner.v1.PlanNode value) { } return this; } + /** * * @@ -710,6 +724,7 @@ public Builder addPlanNodes(com.google.spanner.v1.PlanNode.Builder builderForVal } return this; } + /** * * @@ -731,6 +746,7 @@ public Builder addPlanNodes(int index, com.google.spanner.v1.PlanNode.Builder bu } return this; } + /** * * @@ -753,6 +769,7 @@ public Builder addAllPlanNodes( } return this; } + /** * * @@ -774,6 +791,7 @@ public Builder clearPlanNodes() { } return this; } + /** * * @@ -795,6 +813,7 @@ public Builder removePlanNodes(int index) { } return this; } + /** * * @@ -809,6 +828,7 @@ public Builder removePlanNodes(int index) { public com.google.spanner.v1.PlanNode.Builder getPlanNodesBuilder(int index) { return getPlanNodesFieldBuilder().getBuilder(index); } + /** * * @@ -827,6 +847,7 @@ public com.google.spanner.v1.PlanNodeOrBuilder getPlanNodesOrBuilder(int index) return planNodesBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -846,6 +867,7 @@ public com.google.spanner.v1.PlanNodeOrBuilder getPlanNodesOrBuilder(int index) return java.util.Collections.unmodifiableList(planNodes_); } } + /** * * @@ -861,6 +883,7 @@ public com.google.spanner.v1.PlanNode.Builder addPlanNodesBuilder() { return getPlanNodesFieldBuilder() .addBuilder(com.google.spanner.v1.PlanNode.getDefaultInstance()); } + /** * * @@ -876,6 +899,7 @@ public com.google.spanner.v1.PlanNode.Builder addPlanNodesBuilder(int index) { return getPlanNodesFieldBuilder() .addBuilder(index, com.google.spanner.v1.PlanNode.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlanOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlanOrBuilder.java index 362a8d3fb6..40753a84c3 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlanOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlanOrBuilder.java @@ -36,6 +36,7 @@ public interface QueryPlanOrBuilder * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ java.util.List getPlanNodesList(); + /** * * @@ -48,6 +49,7 @@ public interface QueryPlanOrBuilder * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ com.google.spanner.v1.PlanNode getPlanNodes(int index); + /** * * @@ -60,6 +62,7 @@ public interface QueryPlanOrBuilder * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ int getPlanNodesCount(); + /** * * @@ -72,6 +75,7 @@ public interface QueryPlanOrBuilder * repeated .google.spanner.v1.PlanNode plan_nodes = 1; */ java.util.List getPlanNodesOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlanProto.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlanProto.java index cd19a9b0ba..1d15175cce 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlanProto.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/QueryPlanProto.java @@ -57,31 +57,39 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { java.lang.String[] descriptorData = { - "\n\"google/spanner/v1/query_plan.proto\022\021go" - + "ogle.spanner.v1\032\034google/protobuf/struct." - + "proto\"\370\004\n\010PlanNode\022\r\n\005index\030\001 \001(\005\022.\n\004kin" - + "d\030\002 \001(\0162 .google.spanner.v1.PlanNode.Kin" - + "d\022\024\n\014display_name\030\003 \001(\t\022:\n\013child_links\030\004" - + " \003(\0132%.google.spanner.v1.PlanNode.ChildL" - + "ink\022M\n\024short_representation\030\005 \001(\0132/.goog" - + "le.spanner.v1.PlanNode.ShortRepresentati" - + "on\022)\n\010metadata\030\006 \001(\0132\027.google.protobuf.S" - + "truct\0220\n\017execution_stats\030\007 \001(\0132\027.google." - + "protobuf.Struct\032@\n\tChildLink\022\023\n\013child_in" - + "dex\030\001 \001(\005\022\014\n\004type\030\002 \001(\t\022\020\n\010variable\030\003 \001(" - + "\t\032\262\001\n\023ShortRepresentation\022\023\n\013description" - + "\030\001 \001(\t\022S\n\nsubqueries\030\002 \003(\0132?.google.span" - + "ner.v1.PlanNode.ShortRepresentation.Subq" - + "ueriesEntry\0321\n\017SubqueriesEntry\022\013\n\003key\030\001 " - + "\001(\t\022\r\n\005value\030\002 \001(\005:\0028\001\"8\n\004Kind\022\024\n\020KIND_U" - + "NSPECIFIED\020\000\022\016\n\nRELATIONAL\020\001\022\n\n\006SCALAR\020\002" - + "\"<\n\tQueryPlan\022/\n\nplan_nodes\030\001 \003(\0132\033.goog" - + "le.spanner.v1.PlanNodeB\261\001\n\025com.google.sp" - + "anner.v1B\016QueryPlanProtoP\001Z5cloud.google" + "\n" + + "\"google/spanner/v1/query_plan.proto\022\021go" + + "ogle.spanner.v1\032\034google/protobuf/struct.proto\"\370\004\n" + + "\010PlanNode\022\r\n" + + "\005index\030\001 \001(\005\022.\n" + + "\004kind\030\002 \001(\0162 .google.spanner.v1.PlanNode.Kind\022\024\n" + + "\014display_name\030\003 \001(\t\022:\n" + + "\013child_links\030\004 \003(\0132%.google.spanner.v1.PlanNode.ChildLink\022M\n" + + "\024short_representation\030\005 \001(\0132/.goog" + + "le.spanner.v1.PlanNode.ShortRepresentation\022)\n" + + "\010metadata\030\006 \001(\0132\027.google.protobuf.Struct\0220\n" + + "\017execution_stats\030\007 \001(\0132\027.google.protobuf.Struct\032@\n" + + "\tChildLink\022\023\n" + + "\013child_index\030\001 \001(\005\022\014\n" + + "\004type\030\002 \001(\t\022\020\n" + + "\010variable\030\003 \001(\t\032\262\001\n" + + "\023ShortRepresentation\022\023\n" + + "\013description\030\001 \001(\t\022S\n\n" + + "subqueries\030\002 \003(\0132?.google.span" + + "ner.v1.PlanNode.ShortRepresentation.SubqueriesEntry\0321\n" + + "\017SubqueriesEntry\022\013\n" + + "\003key\030\001 \001(\t\022\r\n" + + "\005value\030\002 \001(\005:\0028\001\"8\n" + + "\004Kind\022\024\n" + + "\020KIND_UNSPECIFIED\020\000\022\016\n\n" + + "RELATIONAL\020\001\022\n\n" + + "\006SCALAR\020\002\"<\n" + + "\tQueryPlan\022/\n\n" + + "plan_nodes\030\001 \003(\0132\033.google.spanner.v1.PlanNodeB\261\001\n" + + "\025com.google.spanner.v1B\016QueryPlanProtoP\001Z5cloud.google" + ".com/go/spanner/apiv1/spannerpb;spannerp" + "b\252\002\027Google.Cloud.Spanner.V1\312\002\027Google\\Clo" - + "ud\\Spanner\\V1\352\002\032Google::Cloud::Spanner::" - + "V1b\006proto3" + + "ud\\Spanner\\V1\352\002\032Google::Cloud::Spanner::V1b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ReadRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ReadRequest.java index 8a976b9cfe..ce0f8ad404 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ReadRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ReadRequest.java @@ -34,6 +34,7 @@ public final class ReadRequest extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.ReadRequest) ReadRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use ReadRequest.newBuilder() to construct. private ReadRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -131,6 +132,7 @@ public enum OrderBy implements com.google.protobuf.ProtocolMessageEnum { * ORDER_BY_UNSPECIFIED = 0; */ public static final int ORDER_BY_UNSPECIFIED_VALUE = 0; + /** * * @@ -144,6 +146,7 @@ public enum OrderBy implements com.google.protobuf.ProtocolMessageEnum { * ORDER_BY_PRIMARY_KEY = 1; */ public static final int ORDER_BY_PRIMARY_KEY_VALUE = 1; + /** * * @@ -329,6 +332,7 @@ public enum LockHint implements com.google.protobuf.ProtocolMessageEnum { * LOCK_HINT_UNSPECIFIED = 0; */ public static final int LOCK_HINT_UNSPECIFIED_VALUE = 0; + /** * * @@ -347,6 +351,7 @@ public enum LockHint implements com.google.protobuf.ProtocolMessageEnum { * LOCK_HINT_SHARED = 1; */ public static final int LOCK_HINT_SHARED_VALUE = 1; + /** * * @@ -472,6 +477,7 @@ private LockHint(int value) { @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; + /** * * @@ -497,6 +503,7 @@ public java.lang.String getSession() { return s; } } + /** * * @@ -525,6 +532,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public static final int TRANSACTION_FIELD_NUMBER = 2; private com.google.spanner.v1.TransactionSelector transaction_; + /** * * @@ -541,6 +549,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public boolean hasTransaction() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -559,6 +568,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { ? com.google.spanner.v1.TransactionSelector.getDefaultInstance() : transaction_; } + /** * * @@ -580,6 +590,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde @SuppressWarnings("serial") private volatile java.lang.Object table_ = ""; + /** * * @@ -603,6 +614,7 @@ public java.lang.String getTable() { return s; } } + /** * * @@ -631,6 +643,7 @@ public com.google.protobuf.ByteString getTableBytes() { @SuppressWarnings("serial") private volatile java.lang.Object index_ = ""; + /** * * @@ -659,6 +672,7 @@ public java.lang.String getIndex() { return s; } } + /** * * @@ -693,6 +707,7 @@ public com.google.protobuf.ByteString getIndexBytes() { @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList columns_ = com.google.protobuf.LazyStringArrayList.emptyList(); + /** * * @@ -708,6 +723,7 @@ public com.google.protobuf.ByteString getIndexBytes() { public com.google.protobuf.ProtocolStringList getColumnsList() { return columns_; } + /** * * @@ -723,6 +739,7 @@ public com.google.protobuf.ProtocolStringList getColumnsList() { public int getColumnsCount() { return columns_.size(); } + /** * * @@ -739,6 +756,7 @@ public int getColumnsCount() { public java.lang.String getColumns(int index) { return columns_.get(index); } + /** * * @@ -758,6 +776,7 @@ public com.google.protobuf.ByteString getColumnsBytes(int index) { public static final int KEY_SET_FIELD_NUMBER = 6; private com.google.spanner.v1.KeySet keySet_; + /** * * @@ -788,6 +807,7 @@ public com.google.protobuf.ByteString getColumnsBytes(int index) { public boolean hasKeySet() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -818,6 +838,7 @@ public boolean hasKeySet() { public com.google.spanner.v1.KeySet getKeySet() { return keySet_ == null ? com.google.spanner.v1.KeySet.getDefaultInstance() : keySet_; } + /** * * @@ -849,6 +870,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { public static final int LIMIT_FIELD_NUMBER = 8; private long limit_ = 0L; + /** * * @@ -869,6 +891,7 @@ public long getLimit() { public static final int RESUME_TOKEN_FIELD_NUMBER = 9; private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -892,6 +915,7 @@ public com.google.protobuf.ByteString getResumeToken() { public static final int PARTITION_TOKEN_FIELD_NUMBER = 10; private com.google.protobuf.ByteString partitionToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -913,6 +937,7 @@ public com.google.protobuf.ByteString getPartitionToken() { public static final int REQUEST_OPTIONS_FIELD_NUMBER = 11; private com.google.spanner.v1.RequestOptions requestOptions_; + /** * * @@ -928,6 +953,7 @@ public com.google.protobuf.ByteString getPartitionToken() { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -945,6 +971,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { ? com.google.spanner.v1.RequestOptions.getDefaultInstance() : requestOptions_; } + /** * * @@ -963,6 +990,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public static final int DIRECTED_READ_OPTIONS_FIELD_NUMBER = 14; private com.google.spanner.v1.DirectedReadOptions directedReadOptions_; + /** * * @@ -978,6 +1006,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public boolean hasDirectedReadOptions() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -995,6 +1024,7 @@ public com.google.spanner.v1.DirectedReadOptions getDirectedReadOptions() { ? com.google.spanner.v1.DirectedReadOptions.getDefaultInstance() : directedReadOptions_; } + /** * * @@ -1013,6 +1043,7 @@ public com.google.spanner.v1.DirectedReadOptionsOrBuilder getDirectedReadOptions public static final int DATA_BOOST_ENABLED_FIELD_NUMBER = 15; private boolean dataBoostEnabled_ = false; + /** * * @@ -1035,6 +1066,7 @@ public boolean getDataBoostEnabled() { public static final int ORDER_BY_FIELD_NUMBER = 16; private int orderBy_ = 0; + /** * * @@ -1058,6 +1090,7 @@ public boolean getDataBoostEnabled() { public int getOrderByValue() { return orderBy_; } + /** * * @@ -1086,6 +1119,7 @@ public com.google.spanner.v1.ReadRequest.OrderBy getOrderBy() { public static final int LOCK_HINT_FIELD_NUMBER = 17; private int lockHint_ = 0; + /** * * @@ -1104,6 +1138,7 @@ public com.google.spanner.v1.ReadRequest.OrderBy getOrderBy() { public int getLockHintValue() { return lockHint_; } + /** * * @@ -1427,6 +1462,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1832,6 +1868,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object session_ = ""; + /** * * @@ -1856,6 +1893,7 @@ public java.lang.String getSession() { return (java.lang.String) ref; } } + /** * * @@ -1880,6 +1918,7 @@ public com.google.protobuf.ByteString getSessionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1903,6 +1942,7 @@ public Builder setSession(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1922,6 +1962,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -1953,6 +1994,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.TransactionSelector.Builder, com.google.spanner.v1.TransactionSelectorOrBuilder> transactionBuilder_; + /** * * @@ -1968,6 +2010,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { public boolean hasTransaction() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1989,6 +2032,7 @@ public com.google.spanner.v1.TransactionSelector getTransaction() { return transactionBuilder_.getMessage(); } } + /** * * @@ -2012,6 +2056,7 @@ public Builder setTransaction(com.google.spanner.v1.TransactionSelector value) { onChanged(); return this; } + /** * * @@ -2033,6 +2078,7 @@ public Builder setTransaction( onChanged(); return this; } + /** * * @@ -2061,6 +2107,7 @@ public Builder mergeTransaction(com.google.spanner.v1.TransactionSelector value) } return this; } + /** * * @@ -2081,6 +2128,7 @@ public Builder clearTransaction() { onChanged(); return this; } + /** * * @@ -2096,6 +2144,7 @@ public com.google.spanner.v1.TransactionSelector.Builder getTransactionBuilder() onChanged(); return getTransactionFieldBuilder().getBuilder(); } + /** * * @@ -2115,6 +2164,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde : transaction_; } } + /** * * @@ -2143,6 +2193,7 @@ public com.google.spanner.v1.TransactionSelectorOrBuilder getTransactionOrBuilde } private java.lang.Object table_ = ""; + /** * * @@ -2165,6 +2216,7 @@ public java.lang.String getTable() { return (java.lang.String) ref; } } + /** * * @@ -2187,6 +2239,7 @@ public com.google.protobuf.ByteString getTableBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2208,6 +2261,7 @@ public Builder setTable(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2225,6 +2279,7 @@ public Builder clearTable() { onChanged(); return this; } + /** * * @@ -2249,6 +2304,7 @@ public Builder setTableBytes(com.google.protobuf.ByteString value) { } private java.lang.Object index_ = ""; + /** * * @@ -2276,6 +2332,7 @@ public java.lang.String getIndex() { return (java.lang.String) ref; } } + /** * * @@ -2303,6 +2360,7 @@ public com.google.protobuf.ByteString getIndexBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -2329,6 +2387,7 @@ public Builder setIndex(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2351,6 +2410,7 @@ public Builder clearIndex() { onChanged(); return this; } + /** * * @@ -2388,6 +2448,7 @@ private void ensureColumnsIsMutable() { } bitField0_ |= 0x00000010; } + /** * * @@ -2404,6 +2465,7 @@ public com.google.protobuf.ProtocolStringList getColumnsList() { columns_.makeImmutable(); return columns_; } + /** * * @@ -2419,6 +2481,7 @@ public com.google.protobuf.ProtocolStringList getColumnsList() { public int getColumnsCount() { return columns_.size(); } + /** * * @@ -2435,6 +2498,7 @@ public int getColumnsCount() { public java.lang.String getColumns(int index) { return columns_.get(index); } + /** * * @@ -2451,6 +2515,7 @@ public java.lang.String getColumns(int index) { public com.google.protobuf.ByteString getColumnsBytes(int index) { return columns_.getByteString(index); } + /** * * @@ -2475,6 +2540,7 @@ public Builder setColumns(int index, java.lang.String value) { onChanged(); return this; } + /** * * @@ -2498,6 +2564,7 @@ public Builder addColumns(java.lang.String value) { onChanged(); return this; } + /** * * @@ -2518,6 +2585,7 @@ public Builder addAllColumns(java.lang.Iterable values) { onChanged(); return this; } + /** * * @@ -2537,6 +2605,7 @@ public Builder clearColumns() { onChanged(); return this; } + /** * * @@ -2568,6 +2637,7 @@ public Builder addColumnsBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.KeySet.Builder, com.google.spanner.v1.KeySetOrBuilder> keySetBuilder_; + /** * * @@ -2597,6 +2667,7 @@ public Builder addColumnsBytes(com.google.protobuf.ByteString value) { public boolean hasKeySet() { return ((bitField0_ & 0x00000020) != 0); } + /** * * @@ -2630,6 +2701,7 @@ public com.google.spanner.v1.KeySet getKeySet() { return keySetBuilder_.getMessage(); } } + /** * * @@ -2667,6 +2739,7 @@ public Builder setKeySet(com.google.spanner.v1.KeySet value) { onChanged(); return this; } + /** * * @@ -2701,6 +2774,7 @@ public Builder setKeySet(com.google.spanner.v1.KeySet.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -2743,6 +2817,7 @@ public Builder mergeKeySet(com.google.spanner.v1.KeySet value) { } return this; } + /** * * @@ -2777,6 +2852,7 @@ public Builder clearKeySet() { onChanged(); return this; } + /** * * @@ -2806,6 +2882,7 @@ public com.google.spanner.v1.KeySet.Builder getKeySetBuilder() { onChanged(); return getKeySetFieldBuilder().getBuilder(); } + /** * * @@ -2837,6 +2914,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { return keySet_ == null ? com.google.spanner.v1.KeySet.getDefaultInstance() : keySet_; } } + /** * * @@ -2879,6 +2957,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { } private long limit_; + /** * * @@ -2896,6 +2975,7 @@ public com.google.spanner.v1.KeySetOrBuilder getKeySetOrBuilder() { public long getLimit() { return limit_; } + /** * * @@ -2917,6 +2997,7 @@ public Builder setLimit(long value) { onChanged(); return this; } + /** * * @@ -2938,6 +3019,7 @@ public Builder clearLimit() { } private com.google.protobuf.ByteString resumeToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -2958,6 +3040,7 @@ public Builder clearLimit() { public com.google.protobuf.ByteString getResumeToken() { return resumeToken_; } + /** * * @@ -2984,6 +3067,7 @@ public Builder setResumeToken(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -3008,6 +3092,7 @@ public Builder clearResumeToken() { } private com.google.protobuf.ByteString partitionToken_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -3026,6 +3111,7 @@ public Builder clearResumeToken() { public com.google.protobuf.ByteString getPartitionToken() { return partitionToken_; } + /** * * @@ -3050,6 +3136,7 @@ public Builder setPartitionToken(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -3077,6 +3164,7 @@ public Builder clearPartitionToken() { com.google.spanner.v1.RequestOptions.Builder, com.google.spanner.v1.RequestOptionsOrBuilder> requestOptionsBuilder_; + /** * * @@ -3091,6 +3179,7 @@ public Builder clearPartitionToken() { public boolean hasRequestOptions() { return ((bitField0_ & 0x00000200) != 0); } + /** * * @@ -3111,6 +3200,7 @@ public com.google.spanner.v1.RequestOptions getRequestOptions() { return requestOptionsBuilder_.getMessage(); } } + /** * * @@ -3133,6 +3223,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions value) { onChanged(); return this; } + /** * * @@ -3152,6 +3243,7 @@ public Builder setRequestOptions(com.google.spanner.v1.RequestOptions.Builder bu onChanged(); return this; } + /** * * @@ -3179,6 +3271,7 @@ public Builder mergeRequestOptions(com.google.spanner.v1.RequestOptions value) { } return this; } + /** * * @@ -3198,6 +3291,7 @@ public Builder clearRequestOptions() { onChanged(); return this; } + /** * * @@ -3212,6 +3306,7 @@ public com.google.spanner.v1.RequestOptions.Builder getRequestOptionsBuilder() { onChanged(); return getRequestOptionsFieldBuilder().getBuilder(); } + /** * * @@ -3230,6 +3325,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( : requestOptions_; } } + /** * * @@ -3262,6 +3358,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( com.google.spanner.v1.DirectedReadOptions.Builder, com.google.spanner.v1.DirectedReadOptionsOrBuilder> directedReadOptionsBuilder_; + /** * * @@ -3276,6 +3373,7 @@ public com.google.spanner.v1.RequestOptionsOrBuilder getRequestOptionsOrBuilder( public boolean hasDirectedReadOptions() { return ((bitField0_ & 0x00000400) != 0); } + /** * * @@ -3296,6 +3394,7 @@ public com.google.spanner.v1.DirectedReadOptions getDirectedReadOptions() { return directedReadOptionsBuilder_.getMessage(); } } + /** * * @@ -3318,6 +3417,7 @@ public Builder setDirectedReadOptions(com.google.spanner.v1.DirectedReadOptions onChanged(); return this; } + /** * * @@ -3338,6 +3438,7 @@ public Builder setDirectedReadOptions( onChanged(); return this; } + /** * * @@ -3366,6 +3467,7 @@ public Builder mergeDirectedReadOptions(com.google.spanner.v1.DirectedReadOption } return this; } + /** * * @@ -3385,6 +3487,7 @@ public Builder clearDirectedReadOptions() { onChanged(); return this; } + /** * * @@ -3399,6 +3502,7 @@ public com.google.spanner.v1.DirectedReadOptions.Builder getDirectedReadOptionsB onChanged(); return getDirectedReadOptionsFieldBuilder().getBuilder(); } + /** * * @@ -3417,6 +3521,7 @@ public com.google.spanner.v1.DirectedReadOptionsOrBuilder getDirectedReadOptions : directedReadOptions_; } } + /** * * @@ -3444,6 +3549,7 @@ public com.google.spanner.v1.DirectedReadOptionsOrBuilder getDirectedReadOptions } private boolean dataBoostEnabled_; + /** * * @@ -3463,6 +3569,7 @@ public com.google.spanner.v1.DirectedReadOptionsOrBuilder getDirectedReadOptions public boolean getDataBoostEnabled() { return dataBoostEnabled_; } + /** * * @@ -3486,6 +3593,7 @@ public Builder setDataBoostEnabled(boolean value) { onChanged(); return this; } + /** * * @@ -3509,6 +3617,7 @@ public Builder clearDataBoostEnabled() { } private int orderBy_ = 0; + /** * * @@ -3532,6 +3641,7 @@ public Builder clearDataBoostEnabled() { public int getOrderByValue() { return orderBy_; } + /** * * @@ -3558,6 +3668,7 @@ public Builder setOrderByValue(int value) { onChanged(); return this; } + /** * * @@ -3583,6 +3694,7 @@ public com.google.spanner.v1.ReadRequest.OrderBy getOrderBy() { com.google.spanner.v1.ReadRequest.OrderBy.forNumber(orderBy_); return result == null ? com.google.spanner.v1.ReadRequest.OrderBy.UNRECOGNIZED : result; } + /** * * @@ -3612,6 +3724,7 @@ public Builder setOrderBy(com.google.spanner.v1.ReadRequest.OrderBy value) { onChanged(); return this; } + /** * * @@ -3639,6 +3752,7 @@ public Builder clearOrderBy() { } private int lockHint_ = 0; + /** * * @@ -3657,6 +3771,7 @@ public Builder clearOrderBy() { public int getLockHintValue() { return lockHint_; } + /** * * @@ -3678,6 +3793,7 @@ public Builder setLockHintValue(int value) { onChanged(); return this; } + /** * * @@ -3698,6 +3814,7 @@ public com.google.spanner.v1.ReadRequest.LockHint getLockHint() { com.google.spanner.v1.ReadRequest.LockHint.forNumber(lockHint_); return result == null ? com.google.spanner.v1.ReadRequest.LockHint.UNRECOGNIZED : result; } + /** * * @@ -3722,6 +3839,7 @@ public Builder setLockHint(com.google.spanner.v1.ReadRequest.LockHint value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ReadRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ReadRequestOrBuilder.java index 8189fba532..5e7f98aef3 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ReadRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ReadRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface ReadRequestOrBuilder * @return The session. */ java.lang.String getSession(); + /** * * @@ -66,6 +67,7 @@ public interface ReadRequestOrBuilder * @return Whether the transaction field is set. */ boolean hasTransaction(); + /** * * @@ -79,6 +81,7 @@ public interface ReadRequestOrBuilder * @return The transaction. */ com.google.spanner.v1.TransactionSelector getTransaction(); + /** * * @@ -103,6 +106,7 @@ public interface ReadRequestOrBuilder * @return The table. */ java.lang.String getTable(); + /** * * @@ -133,6 +137,7 @@ public interface ReadRequestOrBuilder * @return The index. */ java.lang.String getIndex(); + /** * * @@ -164,6 +169,7 @@ public interface ReadRequestOrBuilder * @return A list containing the columns. */ java.util.List getColumnsList(); + /** * * @@ -177,6 +183,7 @@ public interface ReadRequestOrBuilder * @return The count of columns. */ int getColumnsCount(); + /** * * @@ -191,6 +198,7 @@ public interface ReadRequestOrBuilder * @return The columns at the given index. */ java.lang.String getColumns(int index); + /** * * @@ -233,6 +241,7 @@ public interface ReadRequestOrBuilder * @return Whether the keySet field is set. */ boolean hasKeySet(); + /** * * @@ -260,6 +269,7 @@ public interface ReadRequestOrBuilder * @return The keySet. */ com.google.spanner.v1.KeySet getKeySet(); + /** * * @@ -347,6 +357,7 @@ public interface ReadRequestOrBuilder * @return Whether the requestOptions field is set. */ boolean hasRequestOptions(); + /** * * @@ -359,6 +370,7 @@ public interface ReadRequestOrBuilder * @return The requestOptions. */ com.google.spanner.v1.RequestOptions getRequestOptions(); + /** * * @@ -382,6 +394,7 @@ public interface ReadRequestOrBuilder * @return Whether the directedReadOptions field is set. */ boolean hasDirectedReadOptions(); + /** * * @@ -394,6 +407,7 @@ public interface ReadRequestOrBuilder * @return The directedReadOptions. */ com.google.spanner.v1.DirectedReadOptions getDirectedReadOptions(); + /** * * @@ -442,6 +456,7 @@ public interface ReadRequestOrBuilder * @return The enum numeric value on the wire for orderBy. */ int getOrderByValue(); + /** * * @@ -478,6 +493,7 @@ public interface ReadRequestOrBuilder * @return The enum numeric value on the wire for lockHint. */ int getLockHintValue(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RequestOptions.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RequestOptions.java index 5f2d3ac30b..e883e08e76 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RequestOptions.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RequestOptions.java @@ -33,6 +33,7 @@ public final class RequestOptions extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.RequestOptions) RequestOptionsOrBuilder { private static final long serialVersionUID = 0L; + // Use RequestOptions.newBuilder() to construct. private RequestOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -143,6 +144,7 @@ public enum Priority implements com.google.protobuf.ProtocolMessageEnum { * PRIORITY_UNSPECIFIED = 0; */ public static final int PRIORITY_UNSPECIFIED_VALUE = 0; + /** * * @@ -153,6 +155,7 @@ public enum Priority implements com.google.protobuf.ProtocolMessageEnum { * PRIORITY_LOW = 1; */ public static final int PRIORITY_LOW_VALUE = 1; + /** * * @@ -163,6 +166,7 @@ public enum Priority implements com.google.protobuf.ProtocolMessageEnum { * PRIORITY_MEDIUM = 2; */ public static final int PRIORITY_MEDIUM_VALUE = 2; + /** * * @@ -261,6 +265,7 @@ private Priority(int value) { public static final int PRIORITY_FIELD_NUMBER = 1; private int priority_ = 0; + /** * * @@ -276,6 +281,7 @@ private Priority(int value) { public int getPriorityValue() { return priority_; } + /** * * @@ -298,6 +304,7 @@ public com.google.spanner.v1.RequestOptions.Priority getPriority() { @SuppressWarnings("serial") private volatile java.lang.Object requestTag_ = ""; + /** * * @@ -330,6 +337,7 @@ public java.lang.String getRequestTag() { return s; } } + /** * * @@ -367,6 +375,7 @@ public com.google.protobuf.ByteString getRequestTagBytes() { @SuppressWarnings("serial") private volatile java.lang.Object transactionTag_ = ""; + /** * * @@ -400,6 +409,7 @@ public java.lang.String getTransactionTag() { return s; } } + /** * * @@ -611,6 +621,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -821,6 +832,7 @@ public Builder mergeFrom( private int bitField0_; private int priority_ = 0; + /** * * @@ -836,6 +848,7 @@ public Builder mergeFrom( public int getPriorityValue() { return priority_; } + /** * * @@ -854,6 +867,7 @@ public Builder setPriorityValue(int value) { onChanged(); return this; } + /** * * @@ -871,6 +885,7 @@ public com.google.spanner.v1.RequestOptions.Priority getPriority() { com.google.spanner.v1.RequestOptions.Priority.forNumber(priority_); return result == null ? com.google.spanner.v1.RequestOptions.Priority.UNRECOGNIZED : result; } + /** * * @@ -892,6 +907,7 @@ public Builder setPriority(com.google.spanner.v1.RequestOptions.Priority value) onChanged(); return this; } + /** * * @@ -911,6 +927,7 @@ public Builder clearPriority() { } private java.lang.Object requestTag_ = ""; + /** * * @@ -942,6 +959,7 @@ public java.lang.String getRequestTag() { return (java.lang.String) ref; } } + /** * * @@ -973,6 +991,7 @@ public com.google.protobuf.ByteString getRequestTagBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1003,6 +1022,7 @@ public Builder setRequestTag(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1029,6 +1049,7 @@ public Builder clearRequestTag() { onChanged(); return this; } + /** * * @@ -1062,6 +1083,7 @@ public Builder setRequestTagBytes(com.google.protobuf.ByteString value) { } private java.lang.Object transactionTag_ = ""; + /** * * @@ -1094,6 +1116,7 @@ public java.lang.String getTransactionTag() { return (java.lang.String) ref; } } + /** * * @@ -1126,6 +1149,7 @@ public com.google.protobuf.ByteString getTransactionTagBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1157,6 +1181,7 @@ public Builder setTransactionTag(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1184,6 +1209,7 @@ public Builder clearTransactionTag() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RequestOptionsOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RequestOptionsOrBuilder.java index 428b6dd234..0e2e75fa88 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RequestOptionsOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RequestOptionsOrBuilder.java @@ -36,6 +36,7 @@ public interface RequestOptionsOrBuilder * @return The enum numeric value on the wire for priority. */ int getPriorityValue(); + /** * * @@ -70,6 +71,7 @@ public interface RequestOptionsOrBuilder * @return The requestTag. */ java.lang.String getRequestTag(); + /** * * @@ -114,6 +116,7 @@ public interface RequestOptionsOrBuilder * @return The transactionTag. */ java.lang.String getTransactionTag(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSet.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSet.java index 82b8db2a04..9ac5d9eee0 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSet.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSet.java @@ -34,6 +34,7 @@ public final class ResultSet extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.ResultSet) ResultSetOrBuilder { private static final long serialVersionUID = 0L; + // Use ResultSet.newBuilder() to construct. private ResultSet(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -66,6 +67,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int METADATA_FIELD_NUMBER = 1; private com.google.spanner.v1.ResultSetMetadata metadata_; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasMetadata() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -98,6 +101,7 @@ public com.google.spanner.v1.ResultSetMetadata getMetadata() { ? com.google.spanner.v1.ResultSetMetadata.getDefaultInstance() : metadata_; } + /** * * @@ -118,6 +122,7 @@ public com.google.spanner.v1.ResultSetMetadataOrBuilder getMetadataOrBuilder() { @SuppressWarnings("serial") private java.util.List rows_; + /** * * @@ -135,6 +140,7 @@ public com.google.spanner.v1.ResultSetMetadataOrBuilder getMetadataOrBuilder() { public java.util.List getRowsList() { return rows_; } + /** * * @@ -152,6 +158,7 @@ public java.util.List getRowsList() { public java.util.List getRowsOrBuilderList() { return rows_; } + /** * * @@ -169,6 +176,7 @@ public java.util.List getRowsO public int getRowsCount() { return rows_.size(); } + /** * * @@ -186,6 +194,7 @@ public int getRowsCount() { public com.google.protobuf.ListValue getRows(int index) { return rows_.get(index); } + /** * * @@ -206,6 +215,7 @@ public com.google.protobuf.ListValueOrBuilder getRowsOrBuilder(int index) { public static final int STATS_FIELD_NUMBER = 3; private com.google.spanner.v1.ResultSetStats stats_; + /** * * @@ -229,6 +239,7 @@ public com.google.protobuf.ListValueOrBuilder getRowsOrBuilder(int index) { public boolean hasStats() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -252,6 +263,7 @@ public boolean hasStats() { public com.google.spanner.v1.ResultSetStats getStats() { return stats_ == null ? com.google.spanner.v1.ResultSetStats.getDefaultInstance() : stats_; } + /** * * @@ -276,6 +288,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { public static final int PRECOMMIT_TOKEN_FIELD_NUMBER = 5; private com.google.spanner.v1.MultiplexedSessionPrecommitToken precommitToken_; + /** * * @@ -296,6 +309,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -318,6 +332,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( ? com.google.spanner.v1.MultiplexedSessionPrecommitToken.getDefaultInstance() : precommitToken_; } + /** * * @@ -541,6 +556,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -841,6 +857,7 @@ public Builder mergeFrom( com.google.spanner.v1.ResultSetMetadata.Builder, com.google.spanner.v1.ResultSetMetadataOrBuilder> metadataBuilder_; + /** * * @@ -855,6 +872,7 @@ public Builder mergeFrom( public boolean hasMetadata() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -875,6 +893,7 @@ public com.google.spanner.v1.ResultSetMetadata getMetadata() { return metadataBuilder_.getMessage(); } } + /** * * @@ -897,6 +916,7 @@ public Builder setMetadata(com.google.spanner.v1.ResultSetMetadata value) { onChanged(); return this; } + /** * * @@ -916,6 +936,7 @@ public Builder setMetadata(com.google.spanner.v1.ResultSetMetadata.Builder build onChanged(); return this; } + /** * * @@ -943,6 +964,7 @@ public Builder mergeMetadata(com.google.spanner.v1.ResultSetMetadata value) { } return this; } + /** * * @@ -962,6 +984,7 @@ public Builder clearMetadata() { onChanged(); return this; } + /** * * @@ -976,6 +999,7 @@ public com.google.spanner.v1.ResultSetMetadata.Builder getMetadataBuilder() { onChanged(); return getMetadataFieldBuilder().getBuilder(); } + /** * * @@ -994,6 +1018,7 @@ public com.google.spanner.v1.ResultSetMetadataOrBuilder getMetadataOrBuilder() { : metadata_; } } + /** * * @@ -1055,6 +1080,7 @@ public java.util.List getRowsList() { return rowsBuilder_.getMessageList(); } } + /** * * @@ -1075,6 +1101,7 @@ public int getRowsCount() { return rowsBuilder_.getCount(); } } + /** * * @@ -1095,6 +1122,7 @@ public com.google.protobuf.ListValue getRows(int index) { return rowsBuilder_.getMessage(index); } } + /** * * @@ -1121,6 +1149,7 @@ public Builder setRows(int index, com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -1144,6 +1173,7 @@ public Builder setRows(int index, com.google.protobuf.ListValue.Builder builderF } return this; } + /** * * @@ -1170,6 +1200,7 @@ public Builder addRows(com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -1196,6 +1227,7 @@ public Builder addRows(int index, com.google.protobuf.ListValue value) { } return this; } + /** * * @@ -1219,6 +1251,7 @@ public Builder addRows(com.google.protobuf.ListValue.Builder builderForValue) { } return this; } + /** * * @@ -1242,6 +1275,7 @@ public Builder addRows(int index, com.google.protobuf.ListValue.Builder builderF } return this; } + /** * * @@ -1265,6 +1299,7 @@ public Builder addAllRows(java.lang.Iterable getRowsO return java.util.Collections.unmodifiableList(rows_); } } + /** * * @@ -1383,6 +1423,7 @@ public java.util.List getRowsO public com.google.protobuf.ListValue.Builder addRowsBuilder() { return getRowsFieldBuilder().addBuilder(com.google.protobuf.ListValue.getDefaultInstance()); } + /** * * @@ -1400,6 +1441,7 @@ public com.google.protobuf.ListValue.Builder addRowsBuilder(int index) { return getRowsFieldBuilder() .addBuilder(index, com.google.protobuf.ListValue.getDefaultInstance()); } + /** * * @@ -1440,6 +1482,7 @@ public java.util.List getRowsBuilderList( com.google.spanner.v1.ResultSetStats.Builder, com.google.spanner.v1.ResultSetStatsOrBuilder> statsBuilder_; + /** * * @@ -1462,6 +1505,7 @@ public java.util.List getRowsBuilderList( public boolean hasStats() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1488,6 +1532,7 @@ public com.google.spanner.v1.ResultSetStats getStats() { return statsBuilder_.getMessage(); } } + /** * * @@ -1518,6 +1563,7 @@ public Builder setStats(com.google.spanner.v1.ResultSetStats value) { onChanged(); return this; } + /** * * @@ -1545,6 +1591,7 @@ public Builder setStats(com.google.spanner.v1.ResultSetStats.Builder builderForV onChanged(); return this; } + /** * * @@ -1580,6 +1627,7 @@ public Builder mergeStats(com.google.spanner.v1.ResultSetStats value) { } return this; } + /** * * @@ -1607,6 +1655,7 @@ public Builder clearStats() { onChanged(); return this; } + /** * * @@ -1629,6 +1678,7 @@ public com.google.spanner.v1.ResultSetStats.Builder getStatsBuilder() { onChanged(); return getStatsFieldBuilder().getBuilder(); } + /** * * @@ -1653,6 +1703,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { return stats_ == null ? com.google.spanner.v1.ResultSetStats.getDefaultInstance() : stats_; } } + /** * * @@ -1693,6 +1744,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { com.google.spanner.v1.MultiplexedSessionPrecommitToken.Builder, com.google.spanner.v1.MultiplexedSessionPrecommitTokenOrBuilder> precommitTokenBuilder_; + /** * * @@ -1712,6 +1764,7 @@ public com.google.spanner.v1.ResultSetStatsOrBuilder getStatsOrBuilder() { public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1737,6 +1790,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( return precommitTokenBuilder_.getMessage(); } } + /** * * @@ -1764,6 +1818,7 @@ public Builder setPrecommitToken(com.google.spanner.v1.MultiplexedSessionPrecomm onChanged(); return this; } + /** * * @@ -1789,6 +1844,7 @@ public Builder setPrecommitToken( onChanged(); return this; } + /** * * @@ -1823,6 +1879,7 @@ public Builder mergePrecommitToken( } return this; } + /** * * @@ -1847,6 +1904,7 @@ public Builder clearPrecommitToken() { onChanged(); return this; } + /** * * @@ -1867,6 +1925,7 @@ public Builder clearPrecommitToken() { onChanged(); return getPrecommitTokenFieldBuilder().getBuilder(); } + /** * * @@ -1891,6 +1950,7 @@ public Builder clearPrecommitToken() { : precommitToken_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetMetadata.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetMetadata.java index bc6e865273..395b2a5954 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetMetadata.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetMetadata.java @@ -34,6 +34,7 @@ public final class ResultSetMetadata extends com.google.protobuf.GeneratedMessag // @@protoc_insertion_point(message_implements:google.spanner.v1.ResultSetMetadata) ResultSetMetadataOrBuilder { private static final long serialVersionUID = 0L; + // Use ResultSetMetadata.newBuilder() to construct. private ResultSetMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -65,6 +66,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int ROW_TYPE_FIELD_NUMBER = 1; private com.google.spanner.v1.StructType rowType_; + /** * * @@ -87,6 +89,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public boolean hasRowType() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -109,6 +112,7 @@ public boolean hasRowType() { public com.google.spanner.v1.StructType getRowType() { return rowType_ == null ? com.google.spanner.v1.StructType.getDefaultInstance() : rowType_; } + /** * * @@ -132,6 +136,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getRowTypeOrBuilder() { public static final int TRANSACTION_FIELD_NUMBER = 2; private com.google.spanner.v1.Transaction transaction_; + /** * * @@ -148,6 +153,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getRowTypeOrBuilder() { public boolean hasTransaction() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -166,6 +172,7 @@ public com.google.spanner.v1.Transaction getTransaction() { ? com.google.spanner.v1.Transaction.getDefaultInstance() : transaction_; } + /** * * @@ -185,6 +192,7 @@ public com.google.spanner.v1.TransactionOrBuilder getTransactionOrBuilder() { public static final int UNDECLARED_PARAMETERS_FIELD_NUMBER = 3; private com.google.spanner.v1.StructType undeclaredParameters_; + /** * * @@ -209,6 +217,7 @@ public com.google.spanner.v1.TransactionOrBuilder getTransactionOrBuilder() { public boolean hasUndeclaredParameters() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -235,6 +244,7 @@ public com.google.spanner.v1.StructType getUndeclaredParameters() { ? com.google.spanner.v1.StructType.getDefaultInstance() : undeclaredParameters_; } + /** * * @@ -452,6 +462,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -698,6 +709,7 @@ public Builder mergeFrom( com.google.spanner.v1.StructType.Builder, com.google.spanner.v1.StructTypeOrBuilder> rowTypeBuilder_; + /** * * @@ -719,6 +731,7 @@ public Builder mergeFrom( public boolean hasRowType() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -744,6 +757,7 @@ public com.google.spanner.v1.StructType getRowType() { return rowTypeBuilder_.getMessage(); } } + /** * * @@ -773,6 +787,7 @@ public Builder setRowType(com.google.spanner.v1.StructType value) { onChanged(); return this; } + /** * * @@ -799,6 +814,7 @@ public Builder setRowType(com.google.spanner.v1.StructType.Builder builderForVal onChanged(); return this; } + /** * * @@ -833,6 +849,7 @@ public Builder mergeRowType(com.google.spanner.v1.StructType value) { } return this; } + /** * * @@ -859,6 +876,7 @@ public Builder clearRowType() { onChanged(); return this; } + /** * * @@ -880,6 +898,7 @@ public com.google.spanner.v1.StructType.Builder getRowTypeBuilder() { onChanged(); return getRowTypeFieldBuilder().getBuilder(); } + /** * * @@ -903,6 +922,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getRowTypeOrBuilder() { return rowType_ == null ? com.google.spanner.v1.StructType.getDefaultInstance() : rowType_; } } + /** * * @@ -942,6 +962,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getRowTypeOrBuilder() { com.google.spanner.v1.Transaction.Builder, com.google.spanner.v1.TransactionOrBuilder> transactionBuilder_; + /** * * @@ -957,6 +978,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getRowTypeOrBuilder() { public boolean hasTransaction() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -978,6 +1000,7 @@ public com.google.spanner.v1.Transaction getTransaction() { return transactionBuilder_.getMessage(); } } + /** * * @@ -1001,6 +1024,7 @@ public Builder setTransaction(com.google.spanner.v1.Transaction value) { onChanged(); return this; } + /** * * @@ -1021,6 +1045,7 @@ public Builder setTransaction(com.google.spanner.v1.Transaction.Builder builderF onChanged(); return this; } + /** * * @@ -1049,6 +1074,7 @@ public Builder mergeTransaction(com.google.spanner.v1.Transaction value) { } return this; } + /** * * @@ -1069,6 +1095,7 @@ public Builder clearTransaction() { onChanged(); return this; } + /** * * @@ -1084,6 +1111,7 @@ public com.google.spanner.v1.Transaction.Builder getTransactionBuilder() { onChanged(); return getTransactionFieldBuilder().getBuilder(); } + /** * * @@ -1103,6 +1131,7 @@ public com.google.spanner.v1.TransactionOrBuilder getTransactionOrBuilder() { : transaction_; } } + /** * * @@ -1136,6 +1165,7 @@ public com.google.spanner.v1.TransactionOrBuilder getTransactionOrBuilder() { com.google.spanner.v1.StructType.Builder, com.google.spanner.v1.StructTypeOrBuilder> undeclaredParametersBuilder_; + /** * * @@ -1159,6 +1189,7 @@ public com.google.spanner.v1.TransactionOrBuilder getTransactionOrBuilder() { public boolean hasUndeclaredParameters() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1188,6 +1219,7 @@ public com.google.spanner.v1.StructType getUndeclaredParameters() { return undeclaredParametersBuilder_.getMessage(); } } + /** * * @@ -1219,6 +1251,7 @@ public Builder setUndeclaredParameters(com.google.spanner.v1.StructType value) { onChanged(); return this; } + /** * * @@ -1248,6 +1281,7 @@ public Builder setUndeclaredParameters( onChanged(); return this; } + /** * * @@ -1284,6 +1318,7 @@ public Builder mergeUndeclaredParameters(com.google.spanner.v1.StructType value) } return this; } + /** * * @@ -1312,6 +1347,7 @@ public Builder clearUndeclaredParameters() { onChanged(); return this; } + /** * * @@ -1335,6 +1371,7 @@ public com.google.spanner.v1.StructType.Builder getUndeclaredParametersBuilder() onChanged(); return getUndeclaredParametersFieldBuilder().getBuilder(); } + /** * * @@ -1362,6 +1399,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getUndeclaredParametersOrBuilde : undeclaredParameters_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetMetadataOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetMetadataOrBuilder.java index 38ab303ed3..4326f5ccbc 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetMetadataOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetMetadataOrBuilder.java @@ -43,6 +43,7 @@ public interface ResultSetMetadataOrBuilder * @return Whether the rowType field is set. */ boolean hasRowType(); + /** * * @@ -62,6 +63,7 @@ public interface ResultSetMetadataOrBuilder * @return The rowType. */ com.google.spanner.v1.StructType getRowType(); + /** * * @@ -93,6 +95,7 @@ public interface ResultSetMetadataOrBuilder * @return Whether the transaction field is set. */ boolean hasTransaction(); + /** * * @@ -106,6 +109,7 @@ public interface ResultSetMetadataOrBuilder * @return The transaction. */ com.google.spanner.v1.Transaction getTransaction(); + /** * * @@ -139,6 +143,7 @@ public interface ResultSetMetadataOrBuilder * @return Whether the undeclaredParameters field is set. */ boolean hasUndeclaredParameters(); + /** * * @@ -160,6 +165,7 @@ public interface ResultSetMetadataOrBuilder * @return The undeclaredParameters. */ com.google.spanner.v1.StructType getUndeclaredParameters(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetOrBuilder.java index 85e3839225..997d61f3fc 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetOrBuilder.java @@ -36,6 +36,7 @@ public interface ResultSetOrBuilder * @return Whether the metadata field is set. */ boolean hasMetadata(); + /** * * @@ -48,6 +49,7 @@ public interface ResultSetOrBuilder * @return The metadata. */ com.google.spanner.v1.ResultSetMetadata getMetadata(); + /** * * @@ -73,6 +75,7 @@ public interface ResultSetOrBuilder * repeated .google.protobuf.ListValue rows = 2; */ java.util.List getRowsList(); + /** * * @@ -87,6 +90,7 @@ public interface ResultSetOrBuilder * repeated .google.protobuf.ListValue rows = 2; */ com.google.protobuf.ListValue getRows(int index); + /** * * @@ -101,6 +105,7 @@ public interface ResultSetOrBuilder * repeated .google.protobuf.ListValue rows = 2; */ int getRowsCount(); + /** * * @@ -115,6 +120,7 @@ public interface ResultSetOrBuilder * repeated .google.protobuf.ListValue rows = 2; */ java.util.List getRowsOrBuilderList(); + /** * * @@ -150,6 +156,7 @@ public interface ResultSetOrBuilder * @return Whether the stats field is set. */ boolean hasStats(); + /** * * @@ -170,6 +177,7 @@ public interface ResultSetOrBuilder * @return The stats. */ com.google.spanner.v1.ResultSetStats getStats(); + /** * * @@ -206,6 +214,7 @@ public interface ResultSetOrBuilder * @return Whether the precommitToken field is set. */ boolean hasPrecommitToken(); + /** * * @@ -223,6 +232,7 @@ public interface ResultSetOrBuilder * @return The precommitToken. */ com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetProto.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetProto.java index 899e7b0a27..cc50ebbf8e 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetProto.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetProto.java @@ -53,40 +53,42 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { java.lang.String[] descriptorData = { - "\n\"google/spanner/v1/result_set.proto\022\021go" + "\n" + + "\"google/spanner/v1/result_set.proto\022\021go" + "ogle.spanner.v1\032\037google/api/field_behavi" + "or.proto\032\034google/protobuf/struct.proto\032\"" + "google/spanner/v1/query_plan.proto\032#goog" - + "le/spanner/v1/transaction.proto\032\034google/" - + "spanner/v1/type.proto\"\362\001\n\tResultSet\0226\n\010m" - + "etadata\030\001 \001(\0132$.google.spanner.v1.Result" - + "SetMetadata\022(\n\004rows\030\002 \003(\0132\032.google.proto" - + "buf.ListValue\0220\n\005stats\030\003 \001(\0132!.google.sp" - + "anner.v1.ResultSetStats\022Q\n\017precommit_tok" - + "en\030\005 \001(\01323.google.spanner.v1.Multiplexed" - + "SessionPrecommitTokenB\003\340A\001\"\267\002\n\020PartialRe" - + "sultSet\0226\n\010metadata\030\001 \001(\0132$.google.spann" - + "er.v1.ResultSetMetadata\022&\n\006values\030\002 \003(\0132" - + "\026.google.protobuf.Value\022\025\n\rchunked_value" - + "\030\003 \001(\010\022\024\n\014resume_token\030\004 \001(\014\0220\n\005stats\030\005 " - + "\001(\0132!.google.spanner.v1.ResultSetStats\022Q" - + "\n\017precommit_token\030\010 \001(\01323.google.spanner" - + ".v1.MultiplexedSessionPrecommitTokenB\003\340A" - + "\001\022\021\n\004last\030\t \001(\010B\003\340A\001\"\267\001\n\021ResultSetMetada" - + "ta\022/\n\010row_type\030\001 \001(\0132\035.google.spanner.v1" - + ".StructType\0223\n\013transaction\030\002 \001(\0132\036.googl" - + "e.spanner.v1.Transaction\022<\n\025undeclared_p" - + "arameters\030\003 \001(\0132\035.google.spanner.v1.Stru" - + "ctType\"\271\001\n\016ResultSetStats\0220\n\nquery_plan\030" - + "\001 \001(\0132\034.google.spanner.v1.QueryPlan\022,\n\013q" - + "uery_stats\030\002 \001(\0132\027.google.protobuf.Struc" - + "t\022\031\n\017row_count_exact\030\003 \001(\003H\000\022\037\n\025row_coun" - + "t_lower_bound\030\004 \001(\003H\000B\013\n\trow_countB\261\001\n\025c" - + "om.google.spanner.v1B\016ResultSetProtoP\001Z5" + + "le/spanner/v1/transaction.proto\032\034google/spanner/v1/type.proto\"\362\001\n" + + "\tResultSet\0226\n" + + "\010metadata\030\001 \001(\0132$.google.spanner.v1.ResultSetMetadata\022(\n" + + "\004rows\030\002 \003(\0132\032.google.protobuf.ListValue\0220\n" + + "\005stats\030\003 \001(\0132!.google.spanner.v1.ResultSetStats\022Q\n" + + "\017precommit_token\030\005" + + " \001(\01323.google.spanner.v1.MultiplexedSessionPrecommitTokenB\003\340A\001\"\267\002\n" + + "\020PartialResultSet\0226\n" + + "\010metadata\030\001 \001(\0132$.google.spanner.v1.ResultSetMetadata\022&\n" + + "\006values\030\002 \003(\0132\026.google.protobuf.Value\022\025\n\r" + + "chunked_value\030\003 \001(\010\022\024\n" + + "\014resume_token\030\004 \001(\014\0220\n" + + "\005stats\030\005 \001(\0132!.google.spanner.v1.ResultSetStats\022Q\n" + + "\017precommit_token\030\010 \001(\01323.google.spanner" + + ".v1.MultiplexedSessionPrecommitTokenB\003\340A\001\022\021\n" + + "\004last\030\t \001(\010B\003\340A\001\"\267\001\n" + + "\021ResultSetMetadata\022/\n" + + "\010row_type\030\001 \001(\0132\035.google.spanner.v1.StructType\0223\n" + + "\013transaction\030\002 \001(\0132\036.google.spanner.v1.Transaction\022<\n" + + "\025undeclared_parameters\030\003" + + " \001(\0132\035.google.spanner.v1.StructType\"\271\001\n" + + "\016ResultSetStats\0220\n\n" + + "query_plan\030\001 \001(\0132\034.google.spanner.v1.QueryPlan\022,\n" + + "\013query_stats\030\002 \001(\0132\027.google.protobuf.Struct\022\031\n" + + "\017row_count_exact\030\003 \001(\003H\000\022\037\n" + + "\025row_count_lower_bound\030\004 \001(\003H\000B\013\n" + + "\trow_countB\261\001\n" + + "\025com.google.spanner.v1B\016ResultSetProtoP\001Z5" + "cloud.google.com/go/spanner/apiv1/spanne" + "rpb;spannerpb\252\002\027Google.Cloud.Spanner.V1\312" - + "\002\027Google\\Cloud\\Spanner\\V1\352\002\032Google::Clou" - + "d::Spanner::V1b\006proto3" + + "\002\027Google\\Cloud\\Spanner\\V1\352\002\032Google::Cloud::Spanner::V1b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetStats.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetStats.java index 1ed3c04f33..856fc25c39 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetStats.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetStats.java @@ -34,6 +34,7 @@ public final class ResultSetStats extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.ResultSetStats) ResultSetStatsOrBuilder { private static final long serialVersionUID = 0L; + // Use ResultSetStats.newBuilder() to construct. private ResultSetStats(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -80,6 +81,7 @@ public enum RowCountCase private RowCountCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -114,6 +116,7 @@ public RowCountCase getRowCountCase() { public static final int QUERY_PLAN_FIELD_NUMBER = 1; private com.google.spanner.v1.QueryPlan queryPlan_; + /** * * @@ -130,6 +133,7 @@ public RowCountCase getRowCountCase() { public boolean hasQueryPlan() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -146,6 +150,7 @@ public boolean hasQueryPlan() { public com.google.spanner.v1.QueryPlan getQueryPlan() { return queryPlan_ == null ? com.google.spanner.v1.QueryPlan.getDefaultInstance() : queryPlan_; } + /** * * @@ -163,6 +168,7 @@ public com.google.spanner.v1.QueryPlanOrBuilder getQueryPlanOrBuilder() { public static final int QUERY_STATS_FIELD_NUMBER = 2; private com.google.protobuf.Struct queryStats_; + /** * * @@ -186,6 +192,7 @@ public com.google.spanner.v1.QueryPlanOrBuilder getQueryPlanOrBuilder() { public boolean hasQueryStats() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -209,6 +216,7 @@ public boolean hasQueryStats() { public com.google.protobuf.Struct getQueryStats() { return queryStats_ == null ? com.google.protobuf.Struct.getDefaultInstance() : queryStats_; } + /** * * @@ -232,6 +240,7 @@ public com.google.protobuf.StructOrBuilder getQueryStatsOrBuilder() { } public static final int ROW_COUNT_EXACT_FIELD_NUMBER = 3; + /** * * @@ -247,6 +256,7 @@ public com.google.protobuf.StructOrBuilder getQueryStatsOrBuilder() { public boolean hasRowCountExact() { return rowCountCase_ == 3; } + /** * * @@ -267,6 +277,7 @@ public long getRowCountExact() { } public static final int ROW_COUNT_LOWER_BOUND_FIELD_NUMBER = 4; + /** * * @@ -283,6 +294,7 @@ public long getRowCountExact() { public boolean hasRowCountLowerBound() { return rowCountCase_ == 4; } + /** * * @@ -518,6 +530,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -789,6 +802,7 @@ public Builder clearRowCount() { com.google.spanner.v1.QueryPlan.Builder, com.google.spanner.v1.QueryPlanOrBuilder> queryPlanBuilder_; + /** * * @@ -804,6 +818,7 @@ public Builder clearRowCount() { public boolean hasQueryPlan() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -825,6 +840,7 @@ public com.google.spanner.v1.QueryPlan getQueryPlan() { return queryPlanBuilder_.getMessage(); } } + /** * * @@ -848,6 +864,7 @@ public Builder setQueryPlan(com.google.spanner.v1.QueryPlan value) { onChanged(); return this; } + /** * * @@ -868,6 +885,7 @@ public Builder setQueryPlan(com.google.spanner.v1.QueryPlan.Builder builderForVa onChanged(); return this; } + /** * * @@ -896,6 +914,7 @@ public Builder mergeQueryPlan(com.google.spanner.v1.QueryPlan value) { } return this; } + /** * * @@ -916,6 +935,7 @@ public Builder clearQueryPlan() { onChanged(); return this; } + /** * * @@ -931,6 +951,7 @@ public com.google.spanner.v1.QueryPlan.Builder getQueryPlanBuilder() { onChanged(); return getQueryPlanFieldBuilder().getBuilder(); } + /** * * @@ -950,6 +971,7 @@ public com.google.spanner.v1.QueryPlanOrBuilder getQueryPlanOrBuilder() { : queryPlan_; } } + /** * * @@ -983,6 +1005,7 @@ public com.google.spanner.v1.QueryPlanOrBuilder getQueryPlanOrBuilder() { com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> queryStatsBuilder_; + /** * * @@ -1005,6 +1028,7 @@ public com.google.spanner.v1.QueryPlanOrBuilder getQueryPlanOrBuilder() { public boolean hasQueryStats() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -1031,6 +1055,7 @@ public com.google.protobuf.Struct getQueryStats() { return queryStatsBuilder_.getMessage(); } } + /** * * @@ -1061,6 +1086,7 @@ public Builder setQueryStats(com.google.protobuf.Struct value) { onChanged(); return this; } + /** * * @@ -1088,6 +1114,7 @@ public Builder setQueryStats(com.google.protobuf.Struct.Builder builderForValue) onChanged(); return this; } + /** * * @@ -1123,6 +1150,7 @@ public Builder mergeQueryStats(com.google.protobuf.Struct value) { } return this; } + /** * * @@ -1150,6 +1178,7 @@ public Builder clearQueryStats() { onChanged(); return this; } + /** * * @@ -1172,6 +1201,7 @@ public com.google.protobuf.Struct.Builder getQueryStatsBuilder() { onChanged(); return getQueryStatsFieldBuilder().getBuilder(); } + /** * * @@ -1196,6 +1226,7 @@ public com.google.protobuf.StructOrBuilder getQueryStatsOrBuilder() { return queryStats_ == null ? com.google.protobuf.Struct.getDefaultInstance() : queryStats_; } } + /** * * @@ -1244,6 +1275,7 @@ public com.google.protobuf.StructOrBuilder getQueryStatsOrBuilder() { public boolean hasRowCountExact() { return rowCountCase_ == 3; } + /** * * @@ -1261,6 +1293,7 @@ public long getRowCountExact() { } return 0L; } + /** * * @@ -1280,6 +1313,7 @@ public Builder setRowCountExact(long value) { onChanged(); return this; } + /** * * @@ -1315,6 +1349,7 @@ public Builder clearRowCountExact() { public boolean hasRowCountLowerBound() { return rowCountCase_ == 4; } + /** * * @@ -1333,6 +1368,7 @@ public long getRowCountLowerBound() { } return 0L; } + /** * * @@ -1353,6 +1389,7 @@ public Builder setRowCountLowerBound(long value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetStatsOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetStatsOrBuilder.java index 343981c2d8..44993b4539 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetStatsOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/ResultSetStatsOrBuilder.java @@ -37,6 +37,7 @@ public interface ResultSetStatsOrBuilder * @return Whether the queryPlan field is set. */ boolean hasQueryPlan(); + /** * * @@ -50,6 +51,7 @@ public interface ResultSetStatsOrBuilder * @return The queryPlan. */ com.google.spanner.v1.QueryPlan getQueryPlan(); + /** * * @@ -82,6 +84,7 @@ public interface ResultSetStatsOrBuilder * @return Whether the queryStats field is set. */ boolean hasQueryStats(); + /** * * @@ -102,6 +105,7 @@ public interface ResultSetStatsOrBuilder * @return The queryStats. */ com.google.protobuf.Struct getQueryStats(); + /** * * @@ -133,6 +137,7 @@ public interface ResultSetStatsOrBuilder * @return Whether the rowCountExact field is set. */ boolean hasRowCountExact(); + /** * * @@ -159,6 +164,7 @@ public interface ResultSetStatsOrBuilder * @return Whether the rowCountLowerBound field is set. */ boolean hasRowCountLowerBound(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RollbackRequest.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RollbackRequest.java index f7b7f8f315..b3bc8abcb5 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RollbackRequest.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RollbackRequest.java @@ -33,6 +33,7 @@ public final class RollbackRequest extends com.google.protobuf.GeneratedMessageV // @@protoc_insertion_point(message_implements:google.spanner.v1.RollbackRequest) RollbackRequestOrBuilder { private static final long serialVersionUID = 0L; + // Use RollbackRequest.newBuilder() to construct. private RollbackRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -68,6 +69,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; + /** * * @@ -93,6 +95,7 @@ public java.lang.String getSession() { return s; } } + /** * * @@ -121,6 +124,7 @@ public com.google.protobuf.ByteString getSessionBytes() { public static final int TRANSACTION_ID_FIELD_NUMBER = 2; private com.google.protobuf.ByteString transactionId_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -303,6 +307,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -499,6 +504,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object session_ = ""; + /** * * @@ -523,6 +529,7 @@ public java.lang.String getSession() { return (java.lang.String) ref; } } + /** * * @@ -547,6 +554,7 @@ public com.google.protobuf.ByteString getSessionBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -570,6 +578,7 @@ public Builder setSession(java.lang.String value) { onChanged(); return this; } + /** * * @@ -589,6 +598,7 @@ public Builder clearSession() { onChanged(); return this; } + /** * * @@ -615,6 +625,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.ByteString transactionId_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -630,6 +641,7 @@ public Builder setSessionBytes(com.google.protobuf.ByteString value) { public com.google.protobuf.ByteString getTransactionId() { return transactionId_; } + /** * * @@ -651,6 +663,7 @@ public Builder setTransactionId(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RollbackRequestOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RollbackRequestOrBuilder.java index a23daa3b0a..6f699d135f 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RollbackRequestOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/RollbackRequestOrBuilder.java @@ -38,6 +38,7 @@ public interface RollbackRequestOrBuilder * @return The session. */ java.lang.String getSession(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Session.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Session.java index 0ae952ab33..d9bb5fa7e0 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Session.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Session.java @@ -33,6 +33,7 @@ public final class Session extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.Session) SessionOrBuilder { private static final long serialVersionUID = 0L; + // Use Session.newBuilder() to construct. private Session(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -79,6 +80,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -102,6 +104,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -152,6 +155,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -176,12 +180,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -203,6 +209,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -231,6 +238,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -262,6 +270,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { public static final int CREATE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp createTime_; + /** * * @@ -278,6 +287,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -294,6 +304,7 @@ public boolean hasCreateTime() { public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } + /** * * @@ -311,6 +322,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int APPROXIMATE_LAST_USE_TIME_FIELD_NUMBER = 4; private com.google.protobuf.Timestamp approximateLastUseTime_; + /** * * @@ -329,6 +341,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public boolean hasApproximateLastUseTime() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -349,6 +362,7 @@ public com.google.protobuf.Timestamp getApproximateLastUseTime() { ? com.google.protobuf.Timestamp.getDefaultInstance() : approximateLastUseTime_; } + /** * * @@ -372,6 +386,7 @@ public com.google.protobuf.TimestampOrBuilder getApproximateLastUseTimeOrBuilder @SuppressWarnings("serial") private volatile java.lang.Object creatorRole_ = ""; + /** * * @@ -395,6 +410,7 @@ public java.lang.String getCreatorRole() { return s; } } + /** * * @@ -421,6 +437,7 @@ public com.google.protobuf.ByteString getCreatorRoleBytes() { public static final int MULTIPLEXED_FIELD_NUMBER = 6; private boolean multiplexed_ = false; + /** * * @@ -664,6 +681,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -966,6 +984,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -988,6 +1007,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -1010,6 +1030,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1031,6 +1052,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1048,6 +1070,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -1096,6 +1119,7 @@ private com.google.protobuf.MapField interna public int getLabelsCount() { return internalGetLabels().getMap().size(); } + /** * * @@ -1120,12 +1144,14 @@ public boolean containsLabels(java.lang.String key) { } return internalGetLabels().getMap().containsKey(key); } + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getLabels() { return getLabelsMap(); } + /** * * @@ -1147,6 +1173,7 @@ public java.util.Map getLabels() { public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } + /** * * @@ -1175,6 +1202,7 @@ public java.util.Map getLabelsMap() { java.util.Map map = internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } + /** * * @@ -1209,6 +1237,7 @@ public Builder clearLabels() { internalGetMutableLabels().getMutableMap().clear(); return this; } + /** * * @@ -1233,12 +1262,14 @@ public Builder removeLabels(java.lang.String key) { internalGetMutableLabels().getMutableMap().remove(key); return this; } + /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableLabels() { bitField0_ |= 0x00000002; return internalGetMutableLabels().getMutableMap(); } + /** * * @@ -1267,6 +1298,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { bitField0_ |= 0x00000002; return this; } + /** * * @@ -1296,6 +1328,7 @@ public Builder putAllLabels(java.util.Map va com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + /** * * @@ -1312,6 +1345,7 @@ public Builder putAllLabels(java.util.Map va public boolean hasCreateTime() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1334,6 +1368,7 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTimeBuilder_.getMessage(); } } + /** * * @@ -1358,6 +1393,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1379,6 +1415,7 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal onChanged(); return this; } + /** * * @@ -1408,6 +1445,7 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -1429,6 +1467,7 @@ public Builder clearCreateTime() { onChanged(); return this; } + /** * * @@ -1445,6 +1484,7 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } + /** * * @@ -1465,6 +1505,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { : createTime_; } } + /** * * @@ -1499,6 +1540,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> approximateLastUseTimeBuilder_; + /** * * @@ -1516,6 +1558,7 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public boolean hasApproximateLastUseTime() { return ((bitField0_ & 0x00000008) != 0); } + /** * * @@ -1539,6 +1582,7 @@ public com.google.protobuf.Timestamp getApproximateLastUseTime() { return approximateLastUseTimeBuilder_.getMessage(); } } + /** * * @@ -1564,6 +1608,7 @@ public Builder setApproximateLastUseTime(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -1587,6 +1632,7 @@ public Builder setApproximateLastUseTime( onChanged(); return this; } + /** * * @@ -1617,6 +1663,7 @@ public Builder mergeApproximateLastUseTime(com.google.protobuf.Timestamp value) } return this; } + /** * * @@ -1639,6 +1686,7 @@ public Builder clearApproximateLastUseTime() { onChanged(); return this; } + /** * * @@ -1656,6 +1704,7 @@ public com.google.protobuf.Timestamp.Builder getApproximateLastUseTimeBuilder() onChanged(); return getApproximateLastUseTimeFieldBuilder().getBuilder(); } + /** * * @@ -1677,6 +1726,7 @@ public com.google.protobuf.TimestampOrBuilder getApproximateLastUseTimeOrBuilder : approximateLastUseTime_; } } + /** * * @@ -1707,6 +1757,7 @@ public com.google.protobuf.TimestampOrBuilder getApproximateLastUseTimeOrBuilder } private java.lang.Object creatorRole_ = ""; + /** * * @@ -1729,6 +1780,7 @@ public java.lang.String getCreatorRole() { return (java.lang.String) ref; } } + /** * * @@ -1751,6 +1803,7 @@ public com.google.protobuf.ByteString getCreatorRoleBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1772,6 +1825,7 @@ public Builder setCreatorRole(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1789,6 +1843,7 @@ public Builder clearCreatorRole() { onChanged(); return this; } + /** * * @@ -1813,6 +1868,7 @@ public Builder setCreatorRoleBytes(com.google.protobuf.ByteString value) { } private boolean multiplexed_; + /** * * @@ -1834,6 +1890,7 @@ public Builder setCreatorRoleBytes(com.google.protobuf.ByteString value) { public boolean getMultiplexed() { return multiplexed_; } + /** * * @@ -1859,6 +1916,7 @@ public Builder setMultiplexed(boolean value) { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SessionOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SessionOrBuilder.java index c79e5f3ac0..9708f70cac 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SessionOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SessionOrBuilder.java @@ -36,6 +36,7 @@ public interface SessionOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -67,6 +68,7 @@ public interface SessionOrBuilder * map<string, string> labels = 2; */ int getLabelsCount(); + /** * * @@ -85,9 +87,11 @@ public interface SessionOrBuilder * map<string, string> labels = 2; */ boolean containsLabels(java.lang.String key); + /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); + /** * * @@ -106,6 +110,7 @@ public interface SessionOrBuilder * map<string, string> labels = 2; */ java.util.Map getLabelsMap(); + /** * * @@ -128,6 +133,7 @@ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); + /** * * @@ -160,6 +166,7 @@ java.lang.String getLabelsOrDefault( * @return Whether the createTime field is set. */ boolean hasCreateTime(); + /** * * @@ -173,6 +180,7 @@ java.lang.String getLabelsOrDefault( * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); + /** * * @@ -200,6 +208,7 @@ java.lang.String getLabelsOrDefault( * @return Whether the approximateLastUseTime field is set. */ boolean hasApproximateLastUseTime(); + /** * * @@ -215,6 +224,7 @@ java.lang.String getLabelsOrDefault( * @return The approximateLastUseTime. */ com.google.protobuf.Timestamp getApproximateLastUseTime(); + /** * * @@ -241,6 +251,7 @@ java.lang.String getLabelsOrDefault( * @return The creatorRole. */ java.lang.String getCreatorRole(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SpannerProto.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SpannerProto.java index 5bdead4782..8a9e121531 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SpannerProto.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/SpannerProto.java @@ -173,7 +173,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { java.lang.String[] descriptorData = { - "\n\037google/spanner/v1/spanner.proto\022\021googl" + "\n" + + "\037google/spanner/v1/spanner.proto\022\021googl" + "e.spanner.v1\032\'google/spanner/v1/commit_r" + "esponse.proto\032\034google/api/annotations.pr" + "oto\032\027google/api/client.proto\032\037google/api" @@ -181,265 +182,297 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "ce.proto\032\036google/protobuf/duration.proto" + "\032\033google/protobuf/empty.proto\032\034google/pr" + "otobuf/struct.proto\032\037google/protobuf/tim" - + "estamp.proto\032\027google/rpc/status.proto\032\034g" - + "oogle/spanner/v1/keys.proto\032 google/span" - + "ner/v1/mutation.proto\032\"google/spanner/v1" + + "estamp.proto\032\027google/rpc/status.proto\032\034google/spanner/v1/keys.proto\032" + + " google/spanner/v1/mutation.proto\032\"google/spanner/v1" + "/result_set.proto\032#google/spanner/v1/tra" - + "nsaction.proto\032\034google/spanner/v1/type.p" - + "roto\"\203\001\n\024CreateSessionRequest\0229\n\010databas" - + "e\030\001 \001(\tB\'\340A\002\372A!\n\037spanner.googleapis.com/" - + "Database\0220\n\007session\030\002 \001(\0132\032.google.spann" - + "er.v1.SessionB\003\340A\002\"\251\001\n\032BatchCreateSessio" - + "nsRequest\0229\n\010database\030\001 \001(\tB\'\340A\002\372A!\n\037spa" - + "nner.googleapis.com/Database\0224\n\020session_" - + "template\030\002 \001(\0132\032.google.spanner.v1.Sessi" - + "on\022\032\n\rsession_count\030\003 \001(\005B\003\340A\002\"J\n\033BatchC" - + "reateSessionsResponse\022+\n\007session\030\001 \003(\0132\032" - + ".google.spanner.v1.Session\"\243\003\n\007Session\022\021" - + "\n\004name\030\001 \001(\tB\003\340A\003\0226\n\006labels\030\002 \003(\0132&.goog" - + "le.spanner.v1.Session.LabelsEntry\0224\n\013cre" - + "ate_time\030\003 \001(\0132\032.google.protobuf.Timesta" - + "mpB\003\340A\003\022B\n\031approximate_last_use_time\030\004 \001" - + "(\0132\032.google.protobuf.TimestampB\003\340A\003\022\024\n\014c" - + "reator_role\030\005 \001(\t\022\030\n\013multiplexed\030\006 \001(\010B\003" - + "\340A\001\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" - + "\030\002 \001(\t:\0028\001:t\352Aq\n\036spanner.googleapis.com/" - + "Session\022Oprojects/{project}/instances/{i" - + "nstance}/databases/{database}/sessions/{" - + "session}\"I\n\021GetSessionRequest\0224\n\004name\030\001 " - + "\001(\tB&\340A\002\372A \n\036spanner.googleapis.com/Sess" - + "ion\"\207\001\n\023ListSessionsRequest\0229\n\010database\030" - + "\001 \001(\tB\'\340A\002\372A!\n\037spanner.googleapis.com/Da" - + "tabase\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030" - + "\003 \001(\t\022\016\n\006filter\030\004 \001(\t\"]\n\024ListSessionsRes" - + "ponse\022,\n\010sessions\030\001 \003(\0132\032.google.spanner" - + ".v1.Session\022\027\n\017next_page_token\030\002 \001(\t\"L\n\024" - + "DeleteSessionRequest\0224\n\004name\030\001 \001(\tB&\340A\002\372" - + "A \n\036spanner.googleapis.com/Session\"\334\001\n\016R" - + "equestOptions\022<\n\010priority\030\001 \001(\0162*.google" - + ".spanner.v1.RequestOptions.Priority\022\023\n\013r" - + "equest_tag\030\002 \001(\t\022\027\n\017transaction_tag\030\003 \001(" - + "\t\"^\n\010Priority\022\030\n\024PRIORITY_UNSPECIFIED\020\000\022" - + "\020\n\014PRIORITY_LOW\020\001\022\023\n\017PRIORITY_MEDIUM\020\002\022\021" - + "\n\rPRIORITY_HIGH\020\003\"\352\004\n\023DirectedReadOption" - + "s\022R\n\020include_replicas\030\001 \001(\01326.google.spa" - + "nner.v1.DirectedReadOptions.IncludeRepli" - + "casH\000\022R\n\020exclude_replicas\030\002 \001(\01326.google" - + ".spanner.v1.DirectedReadOptions.ExcludeR" - + "eplicasH\000\032\255\001\n\020ReplicaSelection\022\020\n\010locati" - + "on\030\001 \001(\t\022J\n\004type\030\002 \001(\0162<.google.spanner." - + "v1.DirectedReadOptions.ReplicaSelection." - + "Type\";\n\004Type\022\024\n\020TYPE_UNSPECIFIED\020\000\022\016\n\nRE" - + "AD_WRITE\020\001\022\r\n\tREAD_ONLY\020\002\032\206\001\n\017IncludeRep" - + "licas\022S\n\022replica_selections\030\001 \003(\01327.goog" - + "le.spanner.v1.DirectedReadOptions.Replic" - + "aSelection\022\036\n\026auto_failover_disabled\030\002 \001" - + "(\010\032f\n\017ExcludeReplicas\022S\n\022replica_selecti" - + "ons\030\001 \003(\01327.google.spanner.v1.DirectedRe" - + "adOptions.ReplicaSelectionB\n\n\010replicas\"\215" - + "\007\n\021ExecuteSqlRequest\0227\n\007session\030\001 \001(\tB&\340" - + "A\002\372A \n\036spanner.googleapis.com/Session\022;\n" - + "\013transaction\030\002 \001(\0132&.google.spanner.v1.T" - + "ransactionSelector\022\020\n\003sql\030\003 \001(\tB\003\340A\002\022\'\n\006" - + "params\030\004 \001(\0132\027.google.protobuf.Struct\022I\n" - + "\013param_types\030\005 \003(\01324.google.spanner.v1.E" - + "xecuteSqlRequest.ParamTypesEntry\022\024\n\014resu" - + "me_token\030\006 \001(\014\022B\n\nquery_mode\030\007 \001(\0162..goo" - + "gle.spanner.v1.ExecuteSqlRequest.QueryMo" - + "de\022\027\n\017partition_token\030\010 \001(\014\022\r\n\005seqno\030\t \001" - + "(\003\022H\n\rquery_options\030\n \001(\01321.google.spann" - + "er.v1.ExecuteSqlRequest.QueryOptions\022:\n\017" - + "request_options\030\013 \001(\0132!.google.spanner.v" - + "1.RequestOptions\022E\n\025directed_read_option" - + "s\030\017 \001(\0132&.google.spanner.v1.DirectedRead" - + "Options\022\032\n\022data_boost_enabled\030\020 \001(\010\022\033\n\016l" - + "ast_statement\030\021 \001(\010B\003\340A\001\032O\n\014QueryOptions" - + "\022\031\n\021optimizer_version\030\001 \001(\t\022$\n\034optimizer" - + "_statistics_package\030\002 \001(\t\032J\n\017ParamTypesE" - + "ntry\022\013\n\003key\030\001 \001(\t\022&\n\005value\030\002 \001(\0132\027.googl" - + "e.spanner.v1.Type:\0028\001\"W\n\tQueryMode\022\n\n\006NO" - + "RMAL\020\000\022\010\n\004PLAN\020\001\022\013\n\007PROFILE\020\002\022\016\n\nWITH_ST" - + "ATS\020\003\022\027\n\023WITH_PLAN_AND_STATS\020\004\"\276\004\n\026Execu" - + "teBatchDmlRequest\0227\n\007session\030\001 \001(\tB&\340A\002\372" - + "A \n\036spanner.googleapis.com/Session\022@\n\013tr" - + "ansaction\030\002 \001(\0132&.google.spanner.v1.Tran" - + "sactionSelectorB\003\340A\002\022L\n\nstatements\030\003 \003(\013" - + "23.google.spanner.v1.ExecuteBatchDmlRequ" - + "est.StatementB\003\340A\002\022\022\n\005seqno\030\004 \001(\003B\003\340A\002\022:" - + "\n\017request_options\030\005 \001(\0132!.google.spanner" - + ".v1.RequestOptions\022\034\n\017last_statements\030\006 " - + "\001(\010B\003\340A\001\032\354\001\n\tStatement\022\020\n\003sql\030\001 \001(\tB\003\340A\002" - + "\022\'\n\006params\030\002 \001(\0132\027.google.protobuf.Struc" - + "t\022X\n\013param_types\030\003 \003(\0132C.google.spanner." - + "v1.ExecuteBatchDmlRequest.Statement.Para" - + "mTypesEntry\032J\n\017ParamTypesEntry\022\013\n\003key\030\001 " - + "\001(\t\022&\n\005value\030\002 \001(\0132\027.google.spanner.v1.T" - + "ype:\0028\001\"\303\001\n\027ExecuteBatchDmlResponse\0221\n\013r" - + "esult_sets\030\001 \003(\0132\034.google.spanner.v1.Res" - + "ultSet\022\"\n\006status\030\002 \001(\0132\022.google.rpc.Stat" - + "us\022Q\n\017precommit_token\030\003 \001(\01323.google.spa" - + "nner.v1.MultiplexedSessionPrecommitToken" - + "B\003\340A\001\"H\n\020PartitionOptions\022\034\n\024partition_s" - + "ize_bytes\030\001 \001(\003\022\026\n\016max_partitions\030\002 \001(\003\"" - + "\243\003\n\025PartitionQueryRequest\0227\n\007session\030\001 \001" - + "(\tB&\340A\002\372A \n\036spanner.googleapis.com/Sessi" - + "on\022;\n\013transaction\030\002 \001(\0132&.google.spanner" - + ".v1.TransactionSelector\022\020\n\003sql\030\003 \001(\tB\003\340A" - + "\002\022\'\n\006params\030\004 \001(\0132\027.google.protobuf.Stru" - + "ct\022M\n\013param_types\030\005 \003(\01328.google.spanner" - + ".v1.PartitionQueryRequest.ParamTypesEntr" - + "y\022>\n\021partition_options\030\006 \001(\0132#.google.sp" - + "anner.v1.PartitionOptions\032J\n\017ParamTypesE" - + "ntry\022\013\n\003key\030\001 \001(\t\022&\n\005value\030\002 \001(\0132\027.googl" - + "e.spanner.v1.Type:\0028\001\"\261\002\n\024PartitionReadR" - + "equest\0227\n\007session\030\001 \001(\tB&\340A\002\372A \n\036spanner" - + ".googleapis.com/Session\022;\n\013transaction\030\002" - + " \001(\0132&.google.spanner.v1.TransactionSele" - + "ctor\022\022\n\005table\030\003 \001(\tB\003\340A\002\022\r\n\005index\030\004 \001(\t\022" - + "\017\n\007columns\030\005 \003(\t\022/\n\007key_set\030\006 \001(\0132\031.goog" - + "le.spanner.v1.KeySetB\003\340A\002\022>\n\021partition_o" - + "ptions\030\t \001(\0132#.google.spanner.v1.Partiti" - + "onOptions\"$\n\tPartition\022\027\n\017partition_toke" - + "n\030\001 \001(\014\"z\n\021PartitionResponse\0220\n\npartitio" - + "ns\030\001 \003(\0132\034.google.spanner.v1.Partition\0223" - + "\n\013transaction\030\002 \001(\0132\036.google.spanner.v1." - + "Transaction\"\366\005\n\013ReadRequest\0227\n\007session\030\001" - + " \001(\tB&\340A\002\372A \n\036spanner.googleapis.com/Ses" - + "sion\022;\n\013transaction\030\002 \001(\0132&.google.spann" - + "er.v1.TransactionSelector\022\022\n\005table\030\003 \001(\t" - + "B\003\340A\002\022\r\n\005index\030\004 \001(\t\022\024\n\007columns\030\005 \003(\tB\003\340" - + "A\002\022/\n\007key_set\030\006 \001(\0132\031.google.spanner.v1." - + "KeySetB\003\340A\002\022\r\n\005limit\030\010 \001(\003\022\024\n\014resume_tok" - + "en\030\t \001(\014\022\027\n\017partition_token\030\n \001(\014\022:\n\017req" - + "uest_options\030\013 \001(\0132!.google.spanner.v1.R" - + "equestOptions\022E\n\025directed_read_options\030\016" - + " \001(\0132&.google.spanner.v1.DirectedReadOpt" - + "ions\022\032\n\022data_boost_enabled\030\017 \001(\010\022=\n\010orde" - + "r_by\030\020 \001(\0162&.google.spanner.v1.ReadReque" - + "st.OrderByB\003\340A\001\022?\n\tlock_hint\030\021 \001(\0162\'.goo" - + "gle.spanner.v1.ReadRequest.LockHintB\003\340A\001" - + "\"T\n\007OrderBy\022\030\n\024ORDER_BY_UNSPECIFIED\020\000\022\030\n" - + "\024ORDER_BY_PRIMARY_KEY\020\001\022\025\n\021ORDER_BY_NO_O" - + "RDER\020\002\"T\n\010LockHint\022\031\n\025LOCK_HINT_UNSPECIF" - + "IED\020\000\022\024\n\020LOCK_HINT_SHARED\020\001\022\027\n\023LOCK_HINT" - + "_EXCLUSIVE\020\002\"\203\002\n\027BeginTransactionRequest" - + "\0227\n\007session\030\001 \001(\tB&\340A\002\372A \n\036spanner.googl" - + "eapis.com/Session\022;\n\007options\030\002 \001(\0132%.goo" - + "gle.spanner.v1.TransactionOptionsB\003\340A\002\022:" - + "\n\017request_options\030\003 \001(\0132!.google.spanner" - + ".v1.RequestOptions\0226\n\014mutation_key\030\004 \001(\013" - + "2\033.google.spanner.v1.MutationB\003\340A\001\"\320\003\n\rC" - + "ommitRequest\0227\n\007session\030\001 \001(\tB&\340A\002\372A \n\036s" - + "panner.googleapis.com/Session\022\030\n\016transac" - + "tion_id\030\002 \001(\014H\000\022G\n\026single_use_transactio" - + "n\030\003 \001(\0132%.google.spanner.v1.TransactionO" - + "ptionsH\000\022.\n\tmutations\030\004 \003(\0132\033.google.spa" - + "nner.v1.Mutation\022\033\n\023return_commit_stats\030" - + "\005 \001(\010\0228\n\020max_commit_delay\030\010 \001(\0132\031.google" - + ".protobuf.DurationB\003\340A\001\022:\n\017request_optio" - + "ns\030\006 \001(\0132!.google.spanner.v1.RequestOpti" - + "ons\022Q\n\017precommit_token\030\t \001(\01323.google.sp" - + "anner.v1.MultiplexedSessionPrecommitToke" - + "nB\003\340A\001B\r\n\013transaction\"g\n\017RollbackRequest" - + "\0227\n\007session\030\001 \001(\tB&\340A\002\372A \n\036spanner.googl" - + "eapis.com/Session\022\033\n\016transaction_id\030\002 \001(" - + "\014B\003\340A\002\"\316\002\n\021BatchWriteRequest\0227\n\007session\030" - + "\001 \001(\tB&\340A\002\372A \n\036spanner.googleapis.com/Se" - + "ssion\022:\n\017request_options\030\003 \001(\0132!.google." - + "spanner.v1.RequestOptions\022P\n\017mutation_gr" - + "oups\030\004 \003(\01322.google.spanner.v1.BatchWrit" - + "eRequest.MutationGroupB\003\340A\002\022,\n\037exclude_t" - + "xn_from_change_streams\030\005 \001(\010B\003\340A\001\032D\n\rMut" - + "ationGroup\0223\n\tmutations\030\001 \003(\0132\033.google.s" - + "panner.v1.MutationB\003\340A\002\"\177\n\022BatchWriteRes" - + "ponse\022\017\n\007indexes\030\001 \003(\005\022\"\n\006status\030\002 \001(\0132\022" - + ".google.rpc.Status\0224\n\020commit_timestamp\030\003" - + " \001(\0132\032.google.protobuf.Timestamp2\213\030\n\007Spa" - + "nner\022\246\001\n\rCreateSession\022\'.google.spanner." - + "v1.CreateSessionRequest\032\032.google.spanner" + + "nsaction.proto\032\034google/spanner/v1/type.proto\"\203\001\n" + + "\024CreateSessionRequest\0229\n" + + "\010database\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Database\0220\n" + + "\007session\030\002 \001(\0132\032.google.spanner.v1.SessionB\003\340A\002\"\251\001\n" + + "\032BatchCreateSessionsRequest\0229\n" + + "\010database\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Database\0224\n" + + "\020session_template\030\002 \001(\0132\032.google.spanner.v1.Session\022\032\n\r" + + "session_count\030\003 \001(\005B\003\340A\002\"J\n" + + "\033BatchCreateSessionsResponse\022+\n" + + "\007session\030\001 \003(\0132\032.google.spanner.v1.Session\"\243\003\n" + + "\007Session\022\021\n" + + "\004name\030\001 \001(\tB\003\340A\003\0226\n" + + "\006labels\030\002 \003(\0132&.google.spanner.v1.Session.LabelsEntry\0224\n" + + "\013create_time\030\003 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\022B\n" + + "\031approximate_last_use_time\030\004" + + " \001(\0132\032.google.protobuf.TimestampB\003\340A\003\022\024\n" + + "\014creator_role\030\005 \001(\t\022\030\n" + + "\013multiplexed\030\006 \001(\010B\003\340A\001\032-\n" + + "\013LabelsEntry\022\013\n" + + "\003key\030\001 \001(\t\022\r\n" + + "\005value\030\002 \001(\t:\0028\001:t\352Aq\n" + + "\036spanner.googleapis.com/Session\022Oprojects/{project}/instances/{i" + + "nstance}/databases/{database}/sessions/{session}\"I\n" + + "\021GetSessionRequest\0224\n" + + "\004name\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\"\207\001\n" + + "\023ListSessionsRequest\0229\n" + + "\010database\030\001 \001(\tB\'\340A\002\372A!\n" + + "\037spanner.googleapis.com/Database\022\021\n" + + "\tpage_size\030\002 \001(\005\022\022\n\n" + + "page_token\030\003 \001(\t\022\016\n" + + "\006filter\030\004 \001(\t\"]\n" + + "\024ListSessionsResponse\022,\n" + + "\010sessions\030\001 \003(\0132\032.google.spanner.v1.Session\022\027\n" + + "\017next_page_token\030\002 \001(\t\"L\n" + + "\024DeleteSessionRequest\0224\n" + + "\004name\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\"\334\001\n" + + "\016RequestOptions\022<\n" + + "\010priority\030\001 \001(\0162*.google.spanner.v1.RequestOptions.Priority\022\023\n" + + "\013request_tag\030\002 \001(\t\022\027\n" + + "\017transaction_tag\030\003 \001(\t\"^\n" + + "\010Priority\022\030\n" + + "\024PRIORITY_UNSPECIFIED\020\000\022\020\n" + + "\014PRIORITY_LOW\020\001\022\023\n" + + "\017PRIORITY_MEDIUM\020\002\022\021\n\r" + + "PRIORITY_HIGH\020\003\"\352\004\n" + + "\023DirectedReadOptions\022R\n" + + "\020include_replicas\030\001 \001(\01326.google.spa" + + "nner.v1.DirectedReadOptions.IncludeReplicasH\000\022R\n" + + "\020exclude_replicas\030\002 \001(\01326.google" + + ".spanner.v1.DirectedReadOptions.ExcludeReplicasH\000\032\255\001\n" + + "\020ReplicaSelection\022\020\n" + + "\010location\030\001 \001(\t\022J\n" + + "\004type\030\002 \001(\0162<.google.spanner." + + "v1.DirectedReadOptions.ReplicaSelection.Type\";\n" + + "\004Type\022\024\n" + + "\020TYPE_UNSPECIFIED\020\000\022\016\n\n" + + "READ_WRITE\020\001\022\r\n" + + "\tREAD_ONLY\020\002\032\206\001\n" + + "\017IncludeReplicas\022S\n" + + "\022replica_selections\030\001 \003(\01327.goog" + + "le.spanner.v1.DirectedReadOptions.ReplicaSelection\022\036\n" + + "\026auto_failover_disabled\030\002 \001(\010\032f\n" + + "\017ExcludeReplicas\022S\n" + + "\022replica_selections\030\001" + + " \003(\01327.google.spanner.v1.DirectedReadOptions.ReplicaSelectionB\n\n" + + "\010replicas\"\215\007\n" + + "\021ExecuteSqlRequest\0227\n" + + "\007session\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\022;\n" + + "\013transaction\030\002 \001(\0132&.google.spanner.v1.TransactionSelector\022\020\n" + + "\003sql\030\003 \001(\tB\003\340A\002\022\'\n" + + "\006params\030\004 \001(\0132\027.google.protobuf.Struct\022I\n" + + "\013param_types\030\005" + + " \003(\01324.google.spanner.v1.ExecuteSqlRequest.ParamTypesEntry\022\024\n" + + "\014resume_token\030\006 \001(\014\022B\n\n" + + "query_mode\030\007 \001(\0162..google.spanner.v1.ExecuteSqlRequest.QueryMode\022\027\n" + + "\017partition_token\030\010 \001(\014\022\r\n" + + "\005seqno\030\t \001(\003\022H\n\r" + + "query_options\030\n" + + " \001(\01321.google.spanner.v1.ExecuteSqlRequest.QueryOptions\022:\n" + + "\017request_options\030\013 \001(\0132!.google.spanner.v1.RequestOptions\022E\n" + + "\025directed_read_options\030\017" + + " \001(\0132&.google.spanner.v1.DirectedReadOptions\022\032\n" + + "\022data_boost_enabled\030\020 \001(\010\022\033\n" + + "\016last_statement\030\021 \001(\010B\003\340A\001\032O\n" + + "\014QueryOptions\022\031\n" + + "\021optimizer_version\030\001 \001(\t\022$\n" + + "\034optimizer_statistics_package\030\002 \001(\t\032J\n" + + "\017ParamTypesEntry\022\013\n" + + "\003key\030\001 \001(\t\022&\n" + + "\005value\030\002 \001(\0132\027.google.spanner.v1.Type:\0028\001\"W\n" + + "\tQueryMode\022\n\n" + + "\006NORMAL\020\000\022\010\n" + + "\004PLAN\020\001\022\013\n" + + "\007PROFILE\020\002\022\016\n\n" + + "WITH_STATS\020\003\022\027\n" + + "\023WITH_PLAN_AND_STATS\020\004\"\276\004\n" + + "\026ExecuteBatchDmlRequest\0227\n" + + "\007session\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\022@\n" + + "\013transaction\030\002" + + " \001(\0132&.google.spanner.v1.TransactionSelectorB\003\340A\002\022L\n\n" + + "statements\030\003 \003(\013" + + "23.google.spanner.v1.ExecuteBatchDmlRequest.StatementB\003\340A\002\022\022\n" + + "\005seqno\030\004 \001(\003B\003\340A\002\022:\n" + + "\017request_options\030\005 \001(\0132!.google.spanner.v1.RequestOptions\022\034\n" + + "\017last_statements\030\006 \001(\010B\003\340A\001\032\354\001\n" + + "\tStatement\022\020\n" + + "\003sql\030\001 \001(\tB\003\340A\002\022\'\n" + + "\006params\030\002 \001(\0132\027.google.protobuf.Struct\022X\n" + + "\013param_types\030\003 \003(\0132C.google.spanner." + + "v1.ExecuteBatchDmlRequest.Statement.ParamTypesEntry\032J\n" + + "\017ParamTypesEntry\022\013\n" + + "\003key\030\001 \001(\t\022&\n" + + "\005value\030\002 \001(\0132\027.google.spanner.v1.Type:\0028\001\"\303\001\n" + + "\027ExecuteBatchDmlResponse\0221\n" + + "\013result_sets\030\001 \003(\0132\034.google.spanner.v1.ResultSet\022\"\n" + + "\006status\030\002 \001(\0132\022.google.rpc.Status\022Q\n" + + "\017precommit_token\030\003 \001(\01323.google.spa" + + "nner.v1.MultiplexedSessionPrecommitTokenB\003\340A\001\"H\n" + + "\020PartitionOptions\022\034\n" + + "\024partition_size_bytes\030\001 \001(\003\022\026\n" + + "\016max_partitions\030\002 \001(\003\"\243\003\n" + + "\025PartitionQueryRequest\0227\n" + + "\007session\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\022;\n" + + "\013transaction\030\002 \001(\0132&.google.spanner.v1.TransactionSelector\022\020\n" + + "\003sql\030\003 \001(\tB\003\340A\002\022\'\n" + + "\006params\030\004 \001(\0132\027.google.protobuf.Struct\022M\n" + + "\013param_types\030\005 \003(\01328.google.spanner" + + ".v1.PartitionQueryRequest.ParamTypesEntry\022>\n" + + "\021partition_options\030\006 \001(\0132#.google.spanner.v1.PartitionOptions\032J\n" + + "\017ParamTypesEntry\022\013\n" + + "\003key\030\001 \001(\t\022&\n" + + "\005value\030\002 \001(\0132\027.google.spanner.v1.Type:\0028\001\"\261\002\n" + + "\024PartitionReadRequest\0227\n" + + "\007session\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\022;\n" + + "\013transaction\030\002 \001(\0132&.google.spanner.v1.TransactionSelector\022\022\n" + + "\005table\030\003 \001(\tB\003\340A\002\022\r\n" + + "\005index\030\004 \001(\t\022\017\n" + + "\007columns\030\005 \003(\t\022/\n" + + "\007key_set\030\006 \001(\0132\031.google.spanner.v1.KeySetB\003\340A\002\022>\n" + + "\021partition_options\030\t \001(\0132#.google.spanner.v1.PartitionOptions\"$\n" + + "\tPartition\022\027\n" + + "\017partition_token\030\001 \001(\014\"z\n" + + "\021PartitionResponse\0220\n\n" + + "partitions\030\001 \003(\0132\034.google.spanner.v1.Partition\0223\n" + + "\013transaction\030\002 \001(\0132\036.google.spanner.v1.Transaction\"\366\005\n" + + "\013ReadRequest\0227\n" + + "\007session\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\022;\n" + + "\013transaction\030\002 \001(\0132&.google.spanner.v1.TransactionSelector\022\022\n" + + "\005table\030\003 \001(\tB\003\340A\002\022\r\n" + + "\005index\030\004 \001(\t\022\024\n" + + "\007columns\030\005 \003(\tB\003\340A\002\022/\n" + + "\007key_set\030\006 \001(\0132\031.google.spanner.v1.KeySetB\003\340A\002\022\r\n" + + "\005limit\030\010 \001(\003\022\024\n" + + "\014resume_token\030\t \001(\014\022\027\n" + + "\017partition_token\030\n" + + " \001(\014\022:\n" + + "\017request_options\030\013 \001(\0132!.google.spanner.v1.RequestOptions\022E\n" + + "\025directed_read_options\030\016" + + " \001(\0132&.google.spanner.v1.DirectedReadOptions\022\032\n" + + "\022data_boost_enabled\030\017 \001(\010\022=\n" + + "\010order_by\030\020" + + " \001(\0162&.google.spanner.v1.ReadRequest.OrderByB\003\340A\001\022?\n" + + "\tlock_hint\030\021 \001(\0162\'.goo" + + "gle.spanner.v1.ReadRequest.LockHintB\003\340A\001\"T\n" + + "\007OrderBy\022\030\n" + + "\024ORDER_BY_UNSPECIFIED\020\000\022\030\n" + + "\024ORDER_BY_PRIMARY_KEY\020\001\022\025\n" + + "\021ORDER_BY_NO_ORDER\020\002\"T\n" + + "\010LockHint\022\031\n" + + "\025LOCK_HINT_UNSPECIFIED\020\000\022\024\n" + + "\020LOCK_HINT_SHARED\020\001\022\027\n" + + "\023LOCK_HINT_EXCLUSIVE\020\002\"\203\002\n" + + "\027BeginTransactionRequest\0227\n" + + "\007session\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\022;\n" + + "\007options\030\002 \001(\0132%.goo" + + "gle.spanner.v1.TransactionOptionsB\003\340A\002\022:\n" + + "\017request_options\030\003 \001(\0132!.google.spanner.v1.RequestOptions\0226\n" + + "\014mutation_key\030\004" + + " \001(\0132\033.google.spanner.v1.MutationB\003\340A\001\"\320\003\n\r" + + "CommitRequest\0227\n" + + "\007session\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\022\030\n" + + "\016transaction_id\030\002 \001(\014H\000\022G\n" + + "\026single_use_transaction\030\003" + + " \001(\0132%.google.spanner.v1.TransactionOptionsH\000\022.\n" + + "\tmutations\030\004 \003(\0132\033.google.spanner.v1.Mutation\022\033\n" + + "\023return_commit_stats\030\005 \001(\010\0228\n" + + "\020max_commit_delay\030\010" + + " \001(\0132\031.google.protobuf.DurationB\003\340A\001\022:\n" + + "\017request_options\030\006 \001(\0132!.google.spanner.v1.RequestOptions\022Q\n" + + "\017precommit_token\030\t \001(\01323.google.sp" + + "anner.v1.MultiplexedSessionPrecommitTokenB\003\340A\001B\r\n" + + "\013transaction\"g\n" + + "\017RollbackRequest\0227\n" + + "\007session\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\022\033\n" + + "\016transaction_id\030\002 \001(\014B\003\340A\002\"\316\002\n" + + "\021BatchWriteRequest\0227\n" + + "\007session\030\001 \001(\tB&\340A\002\372A \n" + + "\036spanner.googleapis.com/Session\022:\n" + + "\017request_options\030\003 \001(\0132!.google.spanner.v1.RequestOptions\022P\n" + + "\017mutation_groups\030\004" + + " \003(\01322.google.spanner.v1.BatchWriteRequest.MutationGroupB\003\340A\002\022,\n" + + "\037exclude_txn_from_change_streams\030\005 \001(\010B\003\340A\001\032D\n\r" + + "MutationGroup\0223\n" + + "\tmutations\030\001 \003(\0132\033.google.spanner.v1.MutationB\003\340A\002\"\177\n" + + "\022BatchWriteResponse\022\017\n" + + "\007indexes\030\001 \003(\005\022\"\n" + + "\006status\030\002 \001(\0132\022.google.rpc.Status\0224\n" + + "\020commit_timestamp\030\003 \001(\0132\032.google.protobuf.Timestamp2\213\030\n" + + "\007Spanner\022\246\001\n\r" + + "CreateSession\022\'.google.spanner.v1.CreateSessionRequest\032\032.google.spanner" + ".v1.Session\"P\332A\010database\202\323\344\223\002?\":/v1/{dat" - + "abase=projects/*/instances/*/databases/*" - + "}/sessions:\001*\022\340\001\n\023BatchCreateSessions\022-." - + "google.spanner.v1.BatchCreateSessionsReq" + + "abase=projects/*/instances/*/databases/*}/sessions:\001*\022\340\001\n" + + "\023BatchCreateSessions\022-.google.spanner.v1.BatchCreateSessionsReq" + "uest\032..google.spanner.v1.BatchCreateSess" + "ionsResponse\"j\332A\026database,session_count\202" + "\323\344\223\002K\"F/v1/{database=projects/*/instance" - + "s/*/databases/*}/sessions:batchCreate:\001*" - + "\022\227\001\n\nGetSession\022$.google.spanner.v1.GetS" - + "essionRequest\032\032.google.spanner.v1.Sessio" - + "n\"G\332A\004name\202\323\344\223\002:\0228/v1/{name=projects/*/i" - + "nstances/*/databases/*/sessions/*}\022\256\001\n\014L" - + "istSessions\022&.google.spanner.v1.ListSess" + + "s/*/databases/*}/sessions:batchCreate:\001*\022\227\001\n\n" + + "GetSession\022$.google.spanner.v1.GetSessionRequest\032\032.google.spanner.v1.Sessio" + + "n\"G\332A\004name\202\323\344\223\002:\0228/v1/{name=projects/*/instances/*/databases/*/sessions/*}\022\256\001\n" + + "\014ListSessions\022&.google.spanner.v1.ListSess" + "ionsRequest\032\'.google.spanner.v1.ListSess" + "ionsResponse\"M\332A\010database\202\323\344\223\002<\022:/v1/{da" - + "tabase=projects/*/instances/*/databases/" - + "*}/sessions\022\231\001\n\rDeleteSession\022\'.google.s" - + "panner.v1.DeleteSessionRequest\032\026.google." + + "tabase=projects/*/instances/*/databases/*}/sessions\022\231\001\n\r" + + "DeleteSession\022\'.google.spanner.v1.DeleteSessionRequest\032\026.google." + "protobuf.Empty\"G\332A\004name\202\323\344\223\002:*8/v1/{name" - + "=projects/*/instances/*/databases/*/sess" - + "ions/*}\022\243\001\n\nExecuteSql\022$.google.spanner." - + "v1.ExecuteSqlRequest\032\034.google.spanner.v1" + + "=projects/*/instances/*/databases/*/sessions/*}\022\243\001\n\n" + + "ExecuteSql\022$.google.spanner.v1.ExecuteSqlRequest\032\034.google.spanner.v1" + ".ResultSet\"Q\202\323\344\223\002K\"F/v1/{session=project" - + "s/*/instances/*/databases/*/sessions/*}:" - + "executeSql:\001*\022\276\001\n\023ExecuteStreamingSql\022$." - + "google.spanner.v1.ExecuteSqlRequest\032#.go" + + "s/*/instances/*/databases/*/sessions/*}:executeSql:\001*\022\276\001\n" + + "\023ExecuteStreamingSql\022$.google.spanner.v1.ExecuteSqlRequest\032#.go" + "ogle.spanner.v1.PartialResultSet\"Z\202\323\344\223\002T" + "\"O/v1/{session=projects/*/instances/*/da" - + "tabases/*/sessions/*}:executeStreamingSq" - + "l:\001*0\001\022\300\001\n\017ExecuteBatchDml\022).google.span" - + "ner.v1.ExecuteBatchDmlRequest\032*.google.s" + + "tabases/*/sessions/*}:executeStreamingSql:\001*0\001\022\300\001\n" + + "\017ExecuteBatchDml\022).google.spanner.v1.ExecuteBatchDmlRequest\032*.google.s" + "panner.v1.ExecuteBatchDmlResponse\"V\202\323\344\223\002" + "P\"K/v1/{session=projects/*/instances/*/d" - + "atabases/*/sessions/*}:executeBatchDml:\001" - + "*\022\221\001\n\004Read\022\036.google.spanner.v1.ReadReque" + + "atabases/*/sessions/*}:executeBatchDml:\001*\022\221\001\n" + + "\004Read\022\036.google.spanner.v1.ReadReque" + "st\032\034.google.spanner.v1.ResultSet\"K\202\323\344\223\002E" - + "\"@/v1/{session=projects/*/instances/*/da" - + "tabases/*/sessions/*}:read:\001*\022\254\001\n\rStream" - + "ingRead\022\036.google.spanner.v1.ReadRequest\032" + + "\"@/v1/{session=projects/*/instances/*/databases/*/sessions/*}:read:\001*\022\254\001\n\r" + + "StreamingRead\022\036.google.spanner.v1.ReadRequest\032" + "#.google.spanner.v1.PartialResultSet\"T\202\323" + "\344\223\002N\"I/v1/{session=projects/*/instances/" - + "*/databases/*/sessions/*}:streamingRead:" - + "\001*0\001\022\311\001\n\020BeginTransaction\022*.google.spann" - + "er.v1.BeginTransactionRequest\032\036.google.s" + + "*/databases/*/sessions/*}:streamingRead:\001*0\001\022\311\001\n" + + "\020BeginTransaction\022*.google.spanner.v1.BeginTransactionRequest\032\036.google.s" + "panner.v1.Transaction\"i\332A\017session,option" + "s\202\323\344\223\002Q\"L/v1/{session=projects/*/instanc" - + "es/*/databases/*/sessions/*}:beginTransa" - + "ction:\001*\022\353\001\n\006Commit\022 .google.spanner.v1." - + "CommitRequest\032!.google.spanner.v1.Commit" - + "Response\"\233\001\332A session,transaction_id,mut" - + "ations\332A(session,single_use_transaction," + + "es/*/databases/*/sessions/*}:beginTransaction:\001*\022\353\001\n" + + "\006Commit\022 .google.spanner.v1." + + "CommitRequest\032!.google.spanner.v1.CommitResponse\"\233\001\332A" + + " session,transaction_id,mutations\332A(session,single_use_transaction," + "mutations\202\323\344\223\002G\"B/v1/{session=projects/*" - + "/instances/*/databases/*/sessions/*}:com" - + "mit:\001*\022\260\001\n\010Rollback\022\".google.spanner.v1." - + "RollbackRequest\032\026.google.protobuf.Empty\"" + + "/instances/*/databases/*/sessions/*}:commit:\001*\022\260\001\n" + + "\010Rollback\022\".google.spanner.v1.RollbackRequest\032\026.google.protobuf.Empty\"" + "h\332A\026session,transaction_id\202\323\344\223\002I\"D/v1/{s" - + "ession=projects/*/instances/*/databases/" - + "*/sessions/*}:rollback:\001*\022\267\001\n\016PartitionQ" - + "uery\022(.google.spanner.v1.PartitionQueryR" + + "ession=projects/*/instances/*/databases/*/sessions/*}:rollback:\001*\022\267\001\n" + + "\016PartitionQuery\022(.google.spanner.v1.PartitionQueryR" + "equest\032$.google.spanner.v1.PartitionResp" + "onse\"U\202\323\344\223\002O\"J/v1/{session=projects/*/in" - + "stances/*/databases/*/sessions/*}:partit" - + "ionQuery:\001*\022\264\001\n\rPartitionRead\022\'.google.s" - + "panner.v1.PartitionReadRequest\032$.google." + + "stances/*/databases/*/sessions/*}:partitionQuery:\001*\022\264\001\n\r" + + "PartitionRead\022\'.google.spanner.v1.PartitionReadRequest\032$.google." + "spanner.v1.PartitionResponse\"T\202\323\344\223\002N\"I/v" - + "1/{session=projects/*/instances/*/databa" - + "ses/*/sessions/*}:partitionRead:\001*\022\310\001\n\nB" - + "atchWrite\022$.google.spanner.v1.BatchWrite" + + "1/{session=projects/*/instances/*/databases/*/sessions/*}:partitionRead:\001*\022\310\001\n\n" + + "BatchWrite\022$.google.spanner.v1.BatchWrite" + "Request\032%.google.spanner.v1.BatchWriteRe" + "sponse\"k\332A\027session,mutation_groups\202\323\344\223\002K" + "\"F/v1/{session=projects/*/instances/*/da" + "tabases/*/sessions/*}:batchWrite:\001*0\001\032w\312" - + "A\026spanner.googleapis.com\322A[https://www.g" - + "oogleapis.com/auth/cloud-platform,https:" - + "//www.googleapis.com/auth/spanner.dataB\221" - + "\002\n\025com.google.spanner.v1B\014SpannerProtoP\001" + + "A\026spanner.googleapis.com\322A[https://www.googleapis.com/auth/cloud-platform,https:" + + "//www.googleapis.com/auth/spanner.dataB\221\002\n" + + "\025com.google.spanner.v1B\014SpannerProtoP\001" + "Z5cloud.google.com/go/spanner/apiv1/span" + "nerpb;spannerpb\252\002\027Google.Cloud.Spanner.V" - + "1\312\002\027Google\\Cloud\\Spanner\\V1\352\002\032Google::Cl" - + "oud::Spanner::V1\352A_\n\037spanner.googleapis." - + "com/Database\022 builder) { super(builder); @@ -85,6 +86,7 @@ public interface FieldOrBuilder * @return The name. */ java.lang.String getName(); + /** * * @@ -116,6 +118,7 @@ public interface FieldOrBuilder * @return Whether the type field is set. */ boolean hasType(); + /** * * @@ -128,6 +131,7 @@ public interface FieldOrBuilder * @return The type. */ com.google.spanner.v1.Type getType(); + /** * * @@ -139,6 +143,7 @@ public interface FieldOrBuilder */ com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder(); } + /** * * @@ -153,6 +158,7 @@ public static final class Field extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.StructType.Field) FieldOrBuilder { private static final long serialVersionUID = 0L; + // Use Field.newBuilder() to construct. private Field(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -188,6 +194,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; + /** * * @@ -217,6 +224,7 @@ public java.lang.String getName() { return s; } } + /** * * @@ -249,6 +257,7 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int TYPE_FIELD_NUMBER = 2; private com.google.spanner.v1.Type type_; + /** * * @@ -264,6 +273,7 @@ public com.google.protobuf.ByteString getNameBytes() { public boolean hasType() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -279,6 +289,7 @@ public boolean hasType() { public com.google.spanner.v1.Type getType() { return type_ == null ? com.google.spanner.v1.Type.getDefaultInstance() : type_; } + /** * * @@ -466,6 +477,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -681,6 +693,7 @@ public Builder mergeFrom( private int bitField0_; private java.lang.Object name_ = ""; + /** * * @@ -709,6 +722,7 @@ public java.lang.String getName() { return (java.lang.String) ref; } } + /** * * @@ -737,6 +751,7 @@ public com.google.protobuf.ByteString getNameBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -764,6 +779,7 @@ public Builder setName(java.lang.String value) { onChanged(); return this; } + /** * * @@ -787,6 +803,7 @@ public Builder clearName() { onChanged(); return this; } + /** * * @@ -822,6 +839,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { com.google.spanner.v1.Type.Builder, com.google.spanner.v1.TypeOrBuilder> typeBuilder_; + /** * * @@ -836,6 +854,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { public boolean hasType() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -854,6 +873,7 @@ public com.google.spanner.v1.Type getType() { return typeBuilder_.getMessage(); } } + /** * * @@ -876,6 +896,7 @@ public Builder setType(com.google.spanner.v1.Type value) { onChanged(); return this; } + /** * * @@ -895,6 +916,7 @@ public Builder setType(com.google.spanner.v1.Type.Builder builderForValue) { onChanged(); return this; } + /** * * @@ -922,6 +944,7 @@ public Builder mergeType(com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -941,6 +964,7 @@ public Builder clearType() { onChanged(); return this; } + /** * * @@ -955,6 +979,7 @@ public com.google.spanner.v1.Type.Builder getTypeBuilder() { onChanged(); return getTypeFieldBuilder().getBuilder(); } + /** * * @@ -971,6 +996,7 @@ public com.google.spanner.v1.TypeOrBuilder getTypeOrBuilder() { return type_ == null ? com.google.spanner.v1.Type.getDefaultInstance() : type_; } } + /** * * @@ -1065,6 +1091,7 @@ public com.google.spanner.v1.StructType.Field getDefaultInstanceForType() { @SuppressWarnings("serial") private java.util.List fields_; + /** * * @@ -1083,6 +1110,7 @@ public com.google.spanner.v1.StructType.Field getDefaultInstanceForType() { public java.util.List getFieldsList() { return fields_; } + /** * * @@ -1102,6 +1130,7 @@ public java.util.List getFieldsList() { getFieldsOrBuilderList() { return fields_; } + /** * * @@ -1120,6 +1149,7 @@ public java.util.List getFieldsList() { public int getFieldsCount() { return fields_.size(); } + /** * * @@ -1138,6 +1168,7 @@ public int getFieldsCount() { public com.google.spanner.v1.StructType.Field getFields(int index) { return fields_.get(index); } + /** * * @@ -1316,6 +1347,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -1580,6 +1612,7 @@ public java.util.List getFieldsList() { return fieldsBuilder_.getMessageList(); } } + /** * * @@ -1601,6 +1634,7 @@ public int getFieldsCount() { return fieldsBuilder_.getCount(); } } + /** * * @@ -1622,6 +1656,7 @@ public com.google.spanner.v1.StructType.Field getFields(int index) { return fieldsBuilder_.getMessage(index); } } + /** * * @@ -1649,6 +1684,7 @@ public Builder setFields(int index, com.google.spanner.v1.StructType.Field value } return this; } + /** * * @@ -1674,6 +1710,7 @@ public Builder setFields( } return this; } + /** * * @@ -1701,6 +1738,7 @@ public Builder addFields(com.google.spanner.v1.StructType.Field value) { } return this; } + /** * * @@ -1728,6 +1766,7 @@ public Builder addFields(int index, com.google.spanner.v1.StructType.Field value } return this; } + /** * * @@ -1752,6 +1791,7 @@ public Builder addFields(com.google.spanner.v1.StructType.Field.Builder builderF } return this; } + /** * * @@ -1777,6 +1817,7 @@ public Builder addFields( } return this; } + /** * * @@ -1802,6 +1843,7 @@ public Builder addAllFields( } return this; } + /** * * @@ -1826,6 +1868,7 @@ public Builder clearFields() { } return this; } + /** * * @@ -1850,6 +1893,7 @@ public Builder removeFields(int index) { } return this; } + /** * * @@ -1867,6 +1911,7 @@ public Builder removeFields(int index) { public com.google.spanner.v1.StructType.Field.Builder getFieldsBuilder(int index) { return getFieldsFieldBuilder().getBuilder(index); } + /** * * @@ -1888,6 +1933,7 @@ public com.google.spanner.v1.StructType.FieldOrBuilder getFieldsOrBuilder(int in return fieldsBuilder_.getMessageOrBuilder(index); } } + /** * * @@ -1910,6 +1956,7 @@ public com.google.spanner.v1.StructType.FieldOrBuilder getFieldsOrBuilder(int in return java.util.Collections.unmodifiableList(fields_); } } + /** * * @@ -1928,6 +1975,7 @@ public com.google.spanner.v1.StructType.Field.Builder addFieldsBuilder() { return getFieldsFieldBuilder() .addBuilder(com.google.spanner.v1.StructType.Field.getDefaultInstance()); } + /** * * @@ -1946,6 +1994,7 @@ public com.google.spanner.v1.StructType.Field.Builder addFieldsBuilder(int index return getFieldsFieldBuilder() .addBuilder(index, com.google.spanner.v1.StructType.Field.getDefaultInstance()); } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/StructTypeOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/StructTypeOrBuilder.java index 4d25fe3641..8435a598c5 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/StructTypeOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/StructTypeOrBuilder.java @@ -39,6 +39,7 @@ public interface StructTypeOrBuilder * repeated .google.spanner.v1.StructType.Field fields = 1; */ java.util.List getFieldsList(); + /** * * @@ -54,6 +55,7 @@ public interface StructTypeOrBuilder * repeated .google.spanner.v1.StructType.Field fields = 1; */ com.google.spanner.v1.StructType.Field getFields(int index); + /** * * @@ -69,6 +71,7 @@ public interface StructTypeOrBuilder * repeated .google.spanner.v1.StructType.Field fields = 1; */ int getFieldsCount(); + /** * * @@ -85,6 +88,7 @@ public interface StructTypeOrBuilder */ java.util.List getFieldsOrBuilderList(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Transaction.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Transaction.java index 99d3dc3346..ff343e2336 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Transaction.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Transaction.java @@ -33,6 +33,7 @@ public final class Transaction extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.Transaction) TransactionOrBuilder { private static final long serialVersionUID = 0L; + // Use Transaction.newBuilder() to construct. private Transaction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -66,6 +67,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int ID_FIELD_NUMBER = 1; private com.google.protobuf.ByteString id_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -91,6 +93,7 @@ public com.google.protobuf.ByteString getId() { public static final int READ_TIMESTAMP_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp readTimestamp_; + /** * * @@ -111,6 +114,7 @@ public com.google.protobuf.ByteString getId() { public boolean hasReadTimestamp() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -133,6 +137,7 @@ public com.google.protobuf.Timestamp getReadTimestamp() { ? com.google.protobuf.Timestamp.getDefaultInstance() : readTimestamp_; } + /** * * @@ -156,6 +161,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { public static final int PRECOMMIT_TOKEN_FIELD_NUMBER = 3; private com.google.spanner.v1.MultiplexedSessionPrecommitToken precommitToken_; + /** * * @@ -179,6 +185,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -204,6 +211,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( ? com.google.spanner.v1.MultiplexedSessionPrecommitToken.getDefaultInstance() : precommitToken_; } + /** * * @@ -414,6 +422,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -644,6 +653,7 @@ public Builder mergeFrom( private int bitField0_; private com.google.protobuf.ByteString id_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -666,6 +676,7 @@ public Builder mergeFrom( public com.google.protobuf.ByteString getId() { return id_; } + /** * * @@ -694,6 +705,7 @@ public Builder setId(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -725,6 +737,7 @@ public Builder clearId() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimestampBuilder_; + /** * * @@ -744,6 +757,7 @@ public Builder clearId() { public boolean hasReadTimestamp() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -769,6 +783,7 @@ public com.google.protobuf.Timestamp getReadTimestamp() { return readTimestampBuilder_.getMessage(); } } + /** * * @@ -796,6 +811,7 @@ public Builder setReadTimestamp(com.google.protobuf.Timestamp value) { onChanged(); return this; } + /** * * @@ -820,6 +836,7 @@ public Builder setReadTimestamp(com.google.protobuf.Timestamp.Builder builderFor onChanged(); return this; } + /** * * @@ -852,6 +869,7 @@ public Builder mergeReadTimestamp(com.google.protobuf.Timestamp value) { } return this; } + /** * * @@ -876,6 +894,7 @@ public Builder clearReadTimestamp() { onChanged(); return this; } + /** * * @@ -895,6 +914,7 @@ public com.google.protobuf.Timestamp.Builder getReadTimestampBuilder() { onChanged(); return getReadTimestampFieldBuilder().getBuilder(); } + /** * * @@ -918,6 +938,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { : readTimestamp_; } } + /** * * @@ -955,6 +976,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { com.google.spanner.v1.MultiplexedSessionPrecommitToken.Builder, com.google.spanner.v1.MultiplexedSessionPrecommitTokenOrBuilder> precommitTokenBuilder_; + /** * * @@ -977,6 +999,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { public boolean hasPrecommitToken() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1005,6 +1028,7 @@ public com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken( return precommitTokenBuilder_.getMessage(); } } + /** * * @@ -1035,6 +1059,7 @@ public Builder setPrecommitToken(com.google.spanner.v1.MultiplexedSessionPrecomm onChanged(); return this; } + /** * * @@ -1063,6 +1088,7 @@ public Builder setPrecommitToken( onChanged(); return this; } + /** * * @@ -1100,6 +1126,7 @@ public Builder mergePrecommitToken( } return this; } + /** * * @@ -1127,6 +1154,7 @@ public Builder clearPrecommitToken() { onChanged(); return this; } + /** * * @@ -1150,6 +1178,7 @@ public Builder clearPrecommitToken() { onChanged(); return getPrecommitTokenFieldBuilder().getBuilder(); } + /** * * @@ -1177,6 +1206,7 @@ public Builder clearPrecommitToken() { : precommitToken_; } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOptions.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOptions.java index 25e1a63c58..bf2f1b492c 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOptions.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOptions.java @@ -356,6 +356,7 @@ public final class TransactionOptions extends com.google.protobuf.GeneratedMessa // @@protoc_insertion_point(message_implements:google.spanner.v1.TransactionOptions) TransactionOptionsOrBuilder { private static final long serialVersionUID = 0L; + // Use TransactionOptions.newBuilder() to construct. private TransactionOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -462,6 +463,7 @@ public enum IsolationLevel implements com.google.protobuf.ProtocolMessageEnum { * ISOLATION_LEVEL_UNSPECIFIED = 0; */ public static final int ISOLATION_LEVEL_UNSPECIFIED_VALUE = 0; + /** * * @@ -478,6 +480,7 @@ public enum IsolationLevel implements com.google.protobuf.ProtocolMessageEnum { * SERIALIZABLE = 1; */ public static final int SERIALIZABLE_VALUE = 1; + /** * * @@ -600,6 +603,7 @@ public interface ReadWriteOrBuilder * @return The enum numeric value on the wire for readLockMode. */ int getReadLockModeValue(); + /** * * @@ -632,6 +636,7 @@ public interface ReadWriteOrBuilder */ com.google.protobuf.ByteString getMultiplexedSessionPreviousTransactionId(); } + /** * * @@ -647,6 +652,7 @@ public static final class ReadWrite extends com.google.protobuf.GeneratedMessage // @@protoc_insertion_point(message_implements:google.spanner.v1.TransactionOptions.ReadWrite) ReadWriteOrBuilder { private static final long serialVersionUID = 0L; + // Use ReadWrite.newBuilder() to construct. private ReadWrite(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -764,6 +770,7 @@ public enum ReadLockMode implements com.google.protobuf.ProtocolMessageEnum { * READ_LOCK_MODE_UNSPECIFIED = 0; */ public static final int READ_LOCK_MODE_UNSPECIFIED_VALUE = 0; + /** * * @@ -777,6 +784,7 @@ public enum ReadLockMode implements com.google.protobuf.ProtocolMessageEnum { * PESSIMISTIC = 1; */ public static final int PESSIMISTIC_VALUE = 1; + /** * * @@ -880,6 +888,7 @@ private ReadLockMode(int value) { public static final int READ_LOCK_MODE_FIELD_NUMBER = 1; private int readLockMode_ = 0; + /** * * @@ -895,6 +904,7 @@ private ReadLockMode(int value) { public int getReadLockModeValue() { return readLockMode_; } + /** * * @@ -918,6 +928,7 @@ public com.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode getReadLo public static final int MULTIPLEXED_SESSION_PREVIOUS_TRANSACTION_ID_FIELD_NUMBER = 2; private com.google.protobuf.ByteString multiplexedSessionPreviousTransactionId_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -1118,6 +1129,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -1320,6 +1332,7 @@ public Builder mergeFrom( private int bitField0_; private int readLockMode_ = 0; + /** * * @@ -1336,6 +1349,7 @@ public Builder mergeFrom( public int getReadLockModeValue() { return readLockMode_; } + /** * * @@ -1355,6 +1369,7 @@ public Builder setReadLockModeValue(int value) { onChanged(); return this; } + /** * * @@ -1376,6 +1391,7 @@ public com.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode getReadLo ? com.google.spanner.v1.TransactionOptions.ReadWrite.ReadLockMode.UNRECOGNIZED : result; } + /** * * @@ -1399,6 +1415,7 @@ public Builder setReadLockMode( onChanged(); return this; } + /** * * @@ -1420,6 +1437,7 @@ public Builder clearReadLockMode() { private com.google.protobuf.ByteString multiplexedSessionPreviousTransactionId_ = com.google.protobuf.ByteString.EMPTY; + /** * * @@ -1441,6 +1459,7 @@ public Builder clearReadLockMode() { public com.google.protobuf.ByteString getMultiplexedSessionPreviousTransactionId() { return multiplexedSessionPreviousTransactionId_; } + /** * * @@ -1469,6 +1488,7 @@ public Builder setMultiplexedSessionPreviousTransactionId( onChanged(); return this; } + /** * * @@ -1562,6 +1582,7 @@ public interface PartitionedDmlOrBuilder extends // @@protoc_insertion_point(interface_extends:google.spanner.v1.TransactionOptions.PartitionedDml) com.google.protobuf.MessageOrBuilder {} + /** * * @@ -1576,6 +1597,7 @@ public static final class PartitionedDml extends com.google.protobuf.GeneratedMe // @@protoc_insertion_point(message_implements:google.spanner.v1.TransactionOptions.PartitionedDml) PartitionedDmlOrBuilder { private static final long serialVersionUID = 0L; + // Use PartitionedDml.newBuilder() to construct. private PartitionedDml(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -1756,6 +1778,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -1999,6 +2022,7 @@ public interface ReadOnlyOrBuilder * @return Whether the strong field is set. */ boolean hasStrong(); + /** * * @@ -2034,6 +2058,7 @@ public interface ReadOnlyOrBuilder * @return Whether the minReadTimestamp field is set. */ boolean hasMinReadTimestamp(); + /** * * @@ -2055,6 +2080,7 @@ public interface ReadOnlyOrBuilder * @return The minReadTimestamp. */ com.google.protobuf.Timestamp getMinReadTimestamp(); + /** * * @@ -2099,6 +2125,7 @@ public interface ReadOnlyOrBuilder * @return Whether the maxStaleness field is set. */ boolean hasMaxStaleness(); + /** * * @@ -2123,6 +2150,7 @@ public interface ReadOnlyOrBuilder * @return The maxStaleness. */ com.google.protobuf.Duration getMaxStaleness(); + /** * * @@ -2169,6 +2197,7 @@ public interface ReadOnlyOrBuilder * @return Whether the readTimestamp field is set. */ boolean hasReadTimestamp(); + /** * * @@ -2192,6 +2221,7 @@ public interface ReadOnlyOrBuilder * @return The readTimestamp. */ com.google.protobuf.Timestamp getReadTimestamp(); + /** * * @@ -2236,6 +2266,7 @@ public interface ReadOnlyOrBuilder * @return Whether the exactStaleness field is set. */ boolean hasExactStaleness(); + /** * * @@ -2258,6 +2289,7 @@ public interface ReadOnlyOrBuilder * @return The exactStaleness. */ com.google.protobuf.Duration getExactStaleness(); + /** * * @@ -2296,6 +2328,7 @@ public interface ReadOnlyOrBuilder com.google.spanner.v1.TransactionOptions.ReadOnly.TimestampBoundCase getTimestampBoundCase(); } + /** * * @@ -2310,6 +2343,7 @@ public static final class ReadOnly extends com.google.protobuf.GeneratedMessageV // @@protoc_insertion_point(message_implements:google.spanner.v1.TransactionOptions.ReadOnly) ReadOnlyOrBuilder { private static final long serialVersionUID = 0L; + // Use ReadOnly.newBuilder() to construct. private ReadOnly(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -2358,6 +2392,7 @@ public enum TimestampBoundCase private TimestampBoundCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -2397,6 +2432,7 @@ public TimestampBoundCase getTimestampBoundCase() { } public static final int STRONG_FIELD_NUMBER = 1; + /** * * @@ -2413,6 +2449,7 @@ public TimestampBoundCase getTimestampBoundCase() { public boolean hasStrong() { return timestampBoundCase_ == 1; } + /** * * @@ -2434,6 +2471,7 @@ public boolean getStrong() { } public static final int MIN_READ_TIMESTAMP_FIELD_NUMBER = 2; + /** * * @@ -2458,6 +2496,7 @@ public boolean getStrong() { public boolean hasMinReadTimestamp() { return timestampBoundCase_ == 2; } + /** * * @@ -2485,6 +2524,7 @@ public com.google.protobuf.Timestamp getMinReadTimestamp() { } return com.google.protobuf.Timestamp.getDefaultInstance(); } + /** * * @@ -2512,6 +2552,7 @@ public com.google.protobuf.TimestampOrBuilder getMinReadTimestampOrBuilder() { } public static final int MAX_STALENESS_FIELD_NUMBER = 3; + /** * * @@ -2539,6 +2580,7 @@ public com.google.protobuf.TimestampOrBuilder getMinReadTimestampOrBuilder() { public boolean hasMaxStaleness() { return timestampBoundCase_ == 3; } + /** * * @@ -2569,6 +2611,7 @@ public com.google.protobuf.Duration getMaxStaleness() { } return com.google.protobuf.Duration.getDefaultInstance(); } + /** * * @@ -2599,6 +2642,7 @@ public com.google.protobuf.DurationOrBuilder getMaxStalenessOrBuilder() { } public static final int READ_TIMESTAMP_FIELD_NUMBER = 4; + /** * * @@ -2625,6 +2669,7 @@ public com.google.protobuf.DurationOrBuilder getMaxStalenessOrBuilder() { public boolean hasReadTimestamp() { return timestampBoundCase_ == 4; } + /** * * @@ -2654,6 +2699,7 @@ public com.google.protobuf.Timestamp getReadTimestamp() { } return com.google.protobuf.Timestamp.getDefaultInstance(); } + /** * * @@ -2683,6 +2729,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { } public static final int EXACT_STALENESS_FIELD_NUMBER = 5; + /** * * @@ -2708,6 +2755,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { public boolean hasExactStaleness() { return timestampBoundCase_ == 5; } + /** * * @@ -2736,6 +2784,7 @@ public com.google.protobuf.Duration getExactStaleness() { } return com.google.protobuf.Duration.getDefaultInstance(); } + /** * * @@ -2765,6 +2814,7 @@ public com.google.protobuf.DurationOrBuilder getExactStalenessOrBuilder() { public static final int RETURN_READ_TIMESTAMP_FIELD_NUMBER = 6; private boolean returnReadTimestamp_ = false; + /** * * @@ -3027,6 +3077,7 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } + /** * * @@ -3335,6 +3386,7 @@ public Builder clearTimestampBound() { public boolean hasStrong() { return timestampBoundCase_ == 1; } + /** * * @@ -3353,6 +3405,7 @@ public boolean getStrong() { } return false; } + /** * * @@ -3373,6 +3426,7 @@ public Builder setStrong(boolean value) { onChanged(); return this; } + /** * * @@ -3399,6 +3453,7 @@ public Builder clearStrong() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> minReadTimestampBuilder_; + /** * * @@ -3423,6 +3478,7 @@ public Builder clearStrong() { public boolean hasMinReadTimestamp() { return timestampBoundCase_ == 2; } + /** * * @@ -3457,6 +3513,7 @@ public com.google.protobuf.Timestamp getMinReadTimestamp() { return com.google.protobuf.Timestamp.getDefaultInstance(); } } + /** * * @@ -3488,6 +3545,7 @@ public Builder setMinReadTimestamp(com.google.protobuf.Timestamp value) { timestampBoundCase_ = 2; return this; } + /** * * @@ -3516,6 +3574,7 @@ public Builder setMinReadTimestamp(com.google.protobuf.Timestamp.Builder builder timestampBoundCase_ = 2; return this; } + /** * * @@ -3557,6 +3616,7 @@ public Builder mergeMinReadTimestamp(com.google.protobuf.Timestamp value) { timestampBoundCase_ = 2; return this; } + /** * * @@ -3591,6 +3651,7 @@ public Builder clearMinReadTimestamp() { } return this; } + /** * * @@ -3612,6 +3673,7 @@ public Builder clearMinReadTimestamp() { public com.google.protobuf.Timestamp.Builder getMinReadTimestampBuilder() { return getMinReadTimestampFieldBuilder().getBuilder(); } + /** * * @@ -3641,6 +3703,7 @@ public com.google.protobuf.TimestampOrBuilder getMinReadTimestampOrBuilder() { return com.google.protobuf.Timestamp.getDefaultInstance(); } } + /** * * @@ -3688,6 +3751,7 @@ public com.google.protobuf.TimestampOrBuilder getMinReadTimestampOrBuilder() { com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> maxStalenessBuilder_; + /** * * @@ -3715,6 +3779,7 @@ public com.google.protobuf.TimestampOrBuilder getMinReadTimestampOrBuilder() { public boolean hasMaxStaleness() { return timestampBoundCase_ == 3; } + /** * * @@ -3752,6 +3817,7 @@ public com.google.protobuf.Duration getMaxStaleness() { return com.google.protobuf.Duration.getDefaultInstance(); } } + /** * * @@ -3786,6 +3852,7 @@ public Builder setMaxStaleness(com.google.protobuf.Duration value) { timestampBoundCase_ = 3; return this; } + /** * * @@ -3817,6 +3884,7 @@ public Builder setMaxStaleness(com.google.protobuf.Duration.Builder builderForVa timestampBoundCase_ = 3; return this; } + /** * * @@ -3861,6 +3929,7 @@ public Builder mergeMaxStaleness(com.google.protobuf.Duration value) { timestampBoundCase_ = 3; return this; } + /** * * @@ -3898,6 +3967,7 @@ public Builder clearMaxStaleness() { } return this; } + /** * * @@ -3922,6 +3992,7 @@ public Builder clearMaxStaleness() { public com.google.protobuf.Duration.Builder getMaxStalenessBuilder() { return getMaxStalenessFieldBuilder().getBuilder(); } + /** * * @@ -3954,6 +4025,7 @@ public com.google.protobuf.DurationOrBuilder getMaxStalenessOrBuilder() { return com.google.protobuf.Duration.getDefaultInstance(); } } + /** * * @@ -4004,6 +4076,7 @@ public com.google.protobuf.DurationOrBuilder getMaxStalenessOrBuilder() { com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> readTimestampBuilder_; + /** * * @@ -4030,6 +4103,7 @@ public com.google.protobuf.DurationOrBuilder getMaxStalenessOrBuilder() { public boolean hasReadTimestamp() { return timestampBoundCase_ == 4; } + /** * * @@ -4066,6 +4140,7 @@ public com.google.protobuf.Timestamp getReadTimestamp() { return com.google.protobuf.Timestamp.getDefaultInstance(); } } + /** * * @@ -4099,6 +4174,7 @@ public Builder setReadTimestamp(com.google.protobuf.Timestamp value) { timestampBoundCase_ = 4; return this; } + /** * * @@ -4129,6 +4205,7 @@ public Builder setReadTimestamp(com.google.protobuf.Timestamp.Builder builderFor timestampBoundCase_ = 4; return this; } + /** * * @@ -4172,6 +4249,7 @@ public Builder mergeReadTimestamp(com.google.protobuf.Timestamp value) { timestampBoundCase_ = 4; return this; } + /** * * @@ -4208,6 +4286,7 @@ public Builder clearReadTimestamp() { } return this; } + /** * * @@ -4231,6 +4310,7 @@ public Builder clearReadTimestamp() { public com.google.protobuf.Timestamp.Builder getReadTimestampBuilder() { return getReadTimestampFieldBuilder().getBuilder(); } + /** * * @@ -4262,6 +4342,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { return com.google.protobuf.Timestamp.getDefaultInstance(); } } + /** * * @@ -4311,6 +4392,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> exactStalenessBuilder_; + /** * * @@ -4336,6 +4418,7 @@ public com.google.protobuf.TimestampOrBuilder getReadTimestampOrBuilder() { public boolean hasExactStaleness() { return timestampBoundCase_ == 5; } + /** * * @@ -4371,6 +4454,7 @@ public com.google.protobuf.Duration getExactStaleness() { return com.google.protobuf.Duration.getDefaultInstance(); } } + /** * * @@ -4403,6 +4487,7 @@ public Builder setExactStaleness(com.google.protobuf.Duration value) { timestampBoundCase_ = 5; return this; } + /** * * @@ -4432,6 +4517,7 @@ public Builder setExactStaleness(com.google.protobuf.Duration.Builder builderFor timestampBoundCase_ = 5; return this; } + /** * * @@ -4474,6 +4560,7 @@ public Builder mergeExactStaleness(com.google.protobuf.Duration value) { timestampBoundCase_ = 5; return this; } + /** * * @@ -4509,6 +4596,7 @@ public Builder clearExactStaleness() { } return this; } + /** * * @@ -4531,6 +4619,7 @@ public Builder clearExactStaleness() { public com.google.protobuf.Duration.Builder getExactStalenessBuilder() { return getExactStalenessFieldBuilder().getBuilder(); } + /** * * @@ -4561,6 +4650,7 @@ public com.google.protobuf.DurationOrBuilder getExactStalenessOrBuilder() { return com.google.protobuf.Duration.getDefaultInstance(); } } + /** * * @@ -4605,6 +4695,7 @@ public com.google.protobuf.DurationOrBuilder getExactStalenessOrBuilder() { } private boolean returnReadTimestamp_; + /** * * @@ -4622,6 +4713,7 @@ public com.google.protobuf.DurationOrBuilder getExactStalenessOrBuilder() { public boolean getReturnReadTimestamp() { return returnReadTimestamp_; } + /** * * @@ -4643,6 +4735,7 @@ public Builder setReturnReadTimestamp(boolean value) { onChanged(); return this; } + /** * * @@ -4745,6 +4838,7 @@ public enum ModeCase private ModeCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -4780,6 +4874,7 @@ public ModeCase getModeCase() { } public static final int READ_WRITE_FIELD_NUMBER = 1; + /** * * @@ -4799,6 +4894,7 @@ public ModeCase getModeCase() { public boolean hasReadWrite() { return modeCase_ == 1; } + /** * * @@ -4821,6 +4917,7 @@ public com.google.spanner.v1.TransactionOptions.ReadWrite getReadWrite() { } return com.google.spanner.v1.TransactionOptions.ReadWrite.getDefaultInstance(); } + /** * * @@ -4843,6 +4940,7 @@ public com.google.spanner.v1.TransactionOptions.ReadWriteOrBuilder getReadWriteO } public static final int PARTITIONED_DML_FIELD_NUMBER = 3; + /** * * @@ -4862,6 +4960,7 @@ public com.google.spanner.v1.TransactionOptions.ReadWriteOrBuilder getReadWriteO public boolean hasPartitionedDml() { return modeCase_ == 3; } + /** * * @@ -4884,6 +4983,7 @@ public com.google.spanner.v1.TransactionOptions.PartitionedDml getPartitionedDml } return com.google.spanner.v1.TransactionOptions.PartitionedDml.getDefaultInstance(); } + /** * * @@ -4907,6 +5007,7 @@ public com.google.spanner.v1.TransactionOptions.PartitionedDml getPartitionedDml } public static final int READ_ONLY_FIELD_NUMBER = 2; + /** * * @@ -4926,6 +5027,7 @@ public com.google.spanner.v1.TransactionOptions.PartitionedDml getPartitionedDml public boolean hasReadOnly() { return modeCase_ == 2; } + /** * * @@ -4948,6 +5050,7 @@ public com.google.spanner.v1.TransactionOptions.ReadOnly getReadOnly() { } return com.google.spanner.v1.TransactionOptions.ReadOnly.getDefaultInstance(); } + /** * * @@ -4971,6 +5074,7 @@ public com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrB public static final int EXCLUDE_TXN_FROM_CHANGE_STREAMS_FIELD_NUMBER = 5; private boolean excludeTxnFromChangeStreams_ = false; + /** * * @@ -5002,6 +5106,7 @@ public boolean getExcludeTxnFromChangeStreams() { public static final int ISOLATION_LEVEL_FIELD_NUMBER = 6; private int isolationLevel_ = 0; + /** * * @@ -5017,6 +5122,7 @@ public boolean getExcludeTxnFromChangeStreams() { public int getIsolationLevelValue() { return isolationLevel_; } + /** * * @@ -5263,6 +5369,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -5863,6 +5970,7 @@ public Builder clearMode() { com.google.spanner.v1.TransactionOptions.ReadWrite.Builder, com.google.spanner.v1.TransactionOptions.ReadWriteOrBuilder> readWriteBuilder_; + /** * * @@ -5882,6 +5990,7 @@ public Builder clearMode() { public boolean hasReadWrite() { return modeCase_ == 1; } + /** * * @@ -5911,6 +6020,7 @@ public com.google.spanner.v1.TransactionOptions.ReadWrite getReadWrite() { return com.google.spanner.v1.TransactionOptions.ReadWrite.getDefaultInstance(); } } + /** * * @@ -5937,6 +6047,7 @@ public Builder setReadWrite(com.google.spanner.v1.TransactionOptions.ReadWrite v modeCase_ = 1; return this; } + /** * * @@ -5961,6 +6072,7 @@ public Builder setReadWrite( modeCase_ = 1; return this; } + /** * * @@ -5997,6 +6109,7 @@ public Builder mergeReadWrite(com.google.spanner.v1.TransactionOptions.ReadWrite modeCase_ = 1; return this; } + /** * * @@ -6026,6 +6139,7 @@ public Builder clearReadWrite() { } return this; } + /** * * @@ -6042,6 +6156,7 @@ public Builder clearReadWrite() { public com.google.spanner.v1.TransactionOptions.ReadWrite.Builder getReadWriteBuilder() { return getReadWriteFieldBuilder().getBuilder(); } + /** * * @@ -6066,6 +6181,7 @@ public com.google.spanner.v1.TransactionOptions.ReadWriteOrBuilder getReadWriteO return com.google.spanner.v1.TransactionOptions.ReadWrite.getDefaultInstance(); } } + /** * * @@ -6108,6 +6224,7 @@ public com.google.spanner.v1.TransactionOptions.ReadWriteOrBuilder getReadWriteO com.google.spanner.v1.TransactionOptions.PartitionedDml.Builder, com.google.spanner.v1.TransactionOptions.PartitionedDmlOrBuilder> partitionedDmlBuilder_; + /** * * @@ -6127,6 +6244,7 @@ public com.google.spanner.v1.TransactionOptions.ReadWriteOrBuilder getReadWriteO public boolean hasPartitionedDml() { return modeCase_ == 3; } + /** * * @@ -6156,6 +6274,7 @@ public com.google.spanner.v1.TransactionOptions.PartitionedDml getPartitionedDml return com.google.spanner.v1.TransactionOptions.PartitionedDml.getDefaultInstance(); } } + /** * * @@ -6183,6 +6302,7 @@ public Builder setPartitionedDml( modeCase_ = 3; return this; } + /** * * @@ -6207,6 +6327,7 @@ public Builder setPartitionedDml( modeCase_ = 3; return this; } + /** * * @@ -6245,6 +6366,7 @@ public Builder mergePartitionedDml( modeCase_ = 3; return this; } + /** * * @@ -6274,6 +6396,7 @@ public Builder clearPartitionedDml() { } return this; } + /** * * @@ -6291,6 +6414,7 @@ public Builder clearPartitionedDml() { getPartitionedDmlBuilder() { return getPartitionedDmlFieldBuilder().getBuilder(); } + /** * * @@ -6316,6 +6440,7 @@ public Builder clearPartitionedDml() { return com.google.spanner.v1.TransactionOptions.PartitionedDml.getDefaultInstance(); } } + /** * * @@ -6358,6 +6483,7 @@ public Builder clearPartitionedDml() { com.google.spanner.v1.TransactionOptions.ReadOnly.Builder, com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder> readOnlyBuilder_; + /** * * @@ -6377,6 +6503,7 @@ public Builder clearPartitionedDml() { public boolean hasReadOnly() { return modeCase_ == 2; } + /** * * @@ -6406,6 +6533,7 @@ public com.google.spanner.v1.TransactionOptions.ReadOnly getReadOnly() { return com.google.spanner.v1.TransactionOptions.ReadOnly.getDefaultInstance(); } } + /** * * @@ -6432,6 +6560,7 @@ public Builder setReadOnly(com.google.spanner.v1.TransactionOptions.ReadOnly val modeCase_ = 2; return this; } + /** * * @@ -6456,6 +6585,7 @@ public Builder setReadOnly( modeCase_ = 2; return this; } + /** * * @@ -6492,6 +6622,7 @@ public Builder mergeReadOnly(com.google.spanner.v1.TransactionOptions.ReadOnly v modeCase_ = 2; return this; } + /** * * @@ -6521,6 +6652,7 @@ public Builder clearReadOnly() { } return this; } + /** * * @@ -6537,6 +6669,7 @@ public Builder clearReadOnly() { public com.google.spanner.v1.TransactionOptions.ReadOnly.Builder getReadOnlyBuilder() { return getReadOnlyFieldBuilder().getBuilder(); } + /** * * @@ -6561,6 +6694,7 @@ public com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrB return com.google.spanner.v1.TransactionOptions.ReadOnly.getDefaultInstance(); } } + /** * * @@ -6599,6 +6733,7 @@ public com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrB } private boolean excludeTxnFromChangeStreams_; + /** * * @@ -6627,6 +6762,7 @@ public com.google.spanner.v1.TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrB public boolean getExcludeTxnFromChangeStreams() { return excludeTxnFromChangeStreams_; } + /** * * @@ -6659,6 +6795,7 @@ public Builder setExcludeTxnFromChangeStreams(boolean value) { onChanged(); return this; } + /** * * @@ -6691,6 +6828,7 @@ public Builder clearExcludeTxnFromChangeStreams() { } private int isolationLevel_ = 0; + /** * * @@ -6706,6 +6844,7 @@ public Builder clearExcludeTxnFromChangeStreams() { public int getIsolationLevelValue() { return isolationLevel_; } + /** * * @@ -6724,6 +6863,7 @@ public Builder setIsolationLevelValue(int value) { onChanged(); return this; } + /** * * @@ -6743,6 +6883,7 @@ public com.google.spanner.v1.TransactionOptions.IsolationLevel getIsolationLevel ? com.google.spanner.v1.TransactionOptions.IsolationLevel.UNRECOGNIZED : result; } + /** * * @@ -6765,6 +6906,7 @@ public Builder setIsolationLevel( onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOptionsOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOptionsOrBuilder.java index 07566e1059..5f0f8fb177 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOptionsOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOptionsOrBuilder.java @@ -40,6 +40,7 @@ public interface TransactionOptionsOrBuilder * @return Whether the readWrite field is set. */ boolean hasReadWrite(); + /** * * @@ -56,6 +57,7 @@ public interface TransactionOptionsOrBuilder * @return The readWrite. */ com.google.spanner.v1.TransactionOptions.ReadWrite getReadWrite(); + /** * * @@ -87,6 +89,7 @@ public interface TransactionOptionsOrBuilder * @return Whether the partitionedDml field is set. */ boolean hasPartitionedDml(); + /** * * @@ -103,6 +106,7 @@ public interface TransactionOptionsOrBuilder * @return The partitionedDml. */ com.google.spanner.v1.TransactionOptions.PartitionedDml getPartitionedDml(); + /** * * @@ -134,6 +138,7 @@ public interface TransactionOptionsOrBuilder * @return Whether the readOnly field is set. */ boolean hasReadOnly(); + /** * * @@ -150,6 +155,7 @@ public interface TransactionOptionsOrBuilder * @return The readOnly. */ com.google.spanner.v1.TransactionOptions.ReadOnly getReadOnly(); + /** * * @@ -203,6 +209,7 @@ public interface TransactionOptionsOrBuilder * @return The enum numeric value on the wire for isolationLevel. */ int getIsolationLevelValue(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOrBuilder.java index 4dfb7eda4c..8f283b5af2 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionOrBuilder.java @@ -61,6 +61,7 @@ public interface TransactionOrBuilder * @return Whether the readTimestamp field is set. */ boolean hasReadTimestamp(); + /** * * @@ -78,6 +79,7 @@ public interface TransactionOrBuilder * @return The readTimestamp. */ com.google.protobuf.Timestamp getReadTimestamp(); + /** * * @@ -114,6 +116,7 @@ public interface TransactionOrBuilder * @return Whether the precommitToken field is set. */ boolean hasPrecommitToken(); + /** * * @@ -134,6 +137,7 @@ public interface TransactionOrBuilder * @return The precommitToken. */ com.google.spanner.v1.MultiplexedSessionPrecommitToken getPrecommitToken(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionSelector.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionSelector.java index 2654d5757d..ed482d15d5 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionSelector.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionSelector.java @@ -38,6 +38,7 @@ public final class TransactionSelector extends com.google.protobuf.GeneratedMess // @@protoc_insertion_point(message_implements:google.spanner.v1.TransactionSelector) TransactionSelectorOrBuilder { private static final long serialVersionUID = 0L; + // Use TransactionSelector.newBuilder() to construct. private TransactionSelector(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -84,6 +85,7 @@ public enum SelectorCase private SelectorCase(int value) { this.value = value; } + /** * @param value The number of the enum to look for. * @return The enum associated with the given number. @@ -119,6 +121,7 @@ public SelectorCase getSelectorCase() { } public static final int SINGLE_USE_FIELD_NUMBER = 1; + /** * * @@ -136,6 +139,7 @@ public SelectorCase getSelectorCase() { public boolean hasSingleUse() { return selectorCase_ == 1; } + /** * * @@ -156,6 +160,7 @@ public com.google.spanner.v1.TransactionOptions getSingleUse() { } return com.google.spanner.v1.TransactionOptions.getDefaultInstance(); } + /** * * @@ -176,6 +181,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getSingleUseOrBuilder() } public static final int ID_FIELD_NUMBER = 2; + /** * * @@ -191,6 +197,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getSingleUseOrBuilder() public boolean hasId() { return selectorCase_ == 2; } + /** * * @@ -211,6 +218,7 @@ public com.google.protobuf.ByteString getId() { } public static final int BEGIN_FIELD_NUMBER = 3; + /** * * @@ -229,6 +237,7 @@ public com.google.protobuf.ByteString getId() { public boolean hasBegin() { return selectorCase_ == 3; } + /** * * @@ -250,6 +259,7 @@ public com.google.spanner.v1.TransactionOptions getBegin() { } return com.google.spanner.v1.TransactionOptions.getDefaultInstance(); } + /** * * @@ -474,6 +484,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -724,6 +735,7 @@ public Builder clearSelector() { com.google.spanner.v1.TransactionOptions.Builder, com.google.spanner.v1.TransactionOptionsOrBuilder> singleUseBuilder_; + /** * * @@ -741,6 +753,7 @@ public Builder clearSelector() { public boolean hasSingleUse() { return selectorCase_ == 1; } + /** * * @@ -768,6 +781,7 @@ public com.google.spanner.v1.TransactionOptions getSingleUse() { return com.google.spanner.v1.TransactionOptions.getDefaultInstance(); } } + /** * * @@ -792,6 +806,7 @@ public Builder setSingleUse(com.google.spanner.v1.TransactionOptions value) { selectorCase_ = 1; return this; } + /** * * @@ -813,6 +828,7 @@ public Builder setSingleUse(com.google.spanner.v1.TransactionOptions.Builder bui selectorCase_ = 1; return this; } + /** * * @@ -847,6 +863,7 @@ public Builder mergeSingleUse(com.google.spanner.v1.TransactionOptions value) { selectorCase_ = 1; return this; } + /** * * @@ -874,6 +891,7 @@ public Builder clearSingleUse() { } return this; } + /** * * @@ -888,6 +906,7 @@ public Builder clearSingleUse() { public com.google.spanner.v1.TransactionOptions.Builder getSingleUseBuilder() { return getSingleUseFieldBuilder().getBuilder(); } + /** * * @@ -910,6 +929,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getSingleUseOrBuilder() return com.google.spanner.v1.TransactionOptions.getDefaultInstance(); } } + /** * * @@ -959,6 +979,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getSingleUseOrBuilder() public boolean hasId() { return selectorCase_ == 2; } + /** * * @@ -976,6 +997,7 @@ public com.google.protobuf.ByteString getId() { } return com.google.protobuf.ByteString.EMPTY; } + /** * * @@ -997,6 +1019,7 @@ public Builder setId(com.google.protobuf.ByteString value) { onChanged(); return this; } + /** * * @@ -1022,6 +1045,7 @@ public Builder clearId() { com.google.spanner.v1.TransactionOptions.Builder, com.google.spanner.v1.TransactionOptionsOrBuilder> beginBuilder_; + /** * * @@ -1040,6 +1064,7 @@ public Builder clearId() { public boolean hasBegin() { return selectorCase_ == 3; } + /** * * @@ -1068,6 +1093,7 @@ public com.google.spanner.v1.TransactionOptions getBegin() { return com.google.spanner.v1.TransactionOptions.getDefaultInstance(); } } + /** * * @@ -1093,6 +1119,7 @@ public Builder setBegin(com.google.spanner.v1.TransactionOptions value) { selectorCase_ = 3; return this; } + /** * * @@ -1115,6 +1142,7 @@ public Builder setBegin(com.google.spanner.v1.TransactionOptions.Builder builder selectorCase_ = 3; return this; } + /** * * @@ -1150,6 +1178,7 @@ public Builder mergeBegin(com.google.spanner.v1.TransactionOptions value) { selectorCase_ = 3; return this; } + /** * * @@ -1178,6 +1207,7 @@ public Builder clearBegin() { } return this; } + /** * * @@ -1193,6 +1223,7 @@ public Builder clearBegin() { public com.google.spanner.v1.TransactionOptions.Builder getBeginBuilder() { return getBeginFieldBuilder().getBuilder(); } + /** * * @@ -1216,6 +1247,7 @@ public com.google.spanner.v1.TransactionOptionsOrBuilder getBeginOrBuilder() { return com.google.spanner.v1.TransactionOptions.getDefaultInstance(); } } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionSelectorOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionSelectorOrBuilder.java index f60cfc80d3..6271172b5b 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionSelectorOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TransactionSelectorOrBuilder.java @@ -38,6 +38,7 @@ public interface TransactionSelectorOrBuilder * @return Whether the singleUse field is set. */ boolean hasSingleUse(); + /** * * @@ -52,6 +53,7 @@ public interface TransactionSelectorOrBuilder * @return The singleUse. */ com.google.spanner.v1.TransactionOptions getSingleUse(); + /** * * @@ -77,6 +79,7 @@ public interface TransactionSelectorOrBuilder * @return Whether the id field is set. */ boolean hasId(); + /** * * @@ -105,6 +108,7 @@ public interface TransactionSelectorOrBuilder * @return Whether the begin field is set. */ boolean hasBegin(); + /** * * @@ -120,6 +124,7 @@ public interface TransactionSelectorOrBuilder * @return The begin. */ com.google.spanner.v1.TransactionOptions getBegin(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Type.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Type.java index a112ce1921..6924351bbd 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Type.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/Type.java @@ -34,6 +34,7 @@ public final class Type extends com.google.protobuf.GeneratedMessageV3 // @@protoc_insertion_point(message_implements:google.spanner.v1.Type) TypeOrBuilder { private static final long serialVersionUID = 0L; + // Use Type.newBuilder() to construct. private Type(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); @@ -66,6 +67,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int bitField0_; public static final int CODE_FIELD_NUMBER = 1; private int code_ = 0; + /** * * @@ -81,6 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public int getCodeValue() { return code_; } + /** * * @@ -100,6 +103,7 @@ public com.google.spanner.v1.TypeCode getCode() { public static final int ARRAY_ELEMENT_TYPE_FIELD_NUMBER = 2; private com.google.spanner.v1.Type arrayElementType_; + /** * * @@ -117,6 +121,7 @@ public com.google.spanner.v1.TypeCode getCode() { public boolean hasArrayElementType() { return ((bitField0_ & 0x00000001) != 0); } + /** * * @@ -136,6 +141,7 @@ public com.google.spanner.v1.Type getArrayElementType() { ? com.google.spanner.v1.Type.getDefaultInstance() : arrayElementType_; } + /** * * @@ -156,6 +162,7 @@ public com.google.spanner.v1.TypeOrBuilder getArrayElementTypeOrBuilder() { public static final int STRUCT_TYPE_FIELD_NUMBER = 3; private com.google.spanner.v1.StructType structType_; + /** * * @@ -173,6 +180,7 @@ public com.google.spanner.v1.TypeOrBuilder getArrayElementTypeOrBuilder() { public boolean hasStructType() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -192,6 +200,7 @@ public com.google.spanner.v1.StructType getStructType() { ? com.google.spanner.v1.StructType.getDefaultInstance() : structType_; } + /** * * @@ -212,6 +221,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getStructTypeOrBuilder() { public static final int TYPE_ANNOTATION_FIELD_NUMBER = 4; private int typeAnnotation_ = 0; + /** * * @@ -234,6 +244,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getStructTypeOrBuilder() { public int getTypeAnnotationValue() { return typeAnnotation_; } + /** * * @@ -263,6 +274,7 @@ public com.google.spanner.v1.TypeAnnotationCode getTypeAnnotation() { @SuppressWarnings("serial") private volatile java.lang.Object protoTypeFqn_ = ""; + /** * * @@ -290,6 +302,7 @@ public java.lang.String getProtoTypeFqn() { return s; } } + /** * * @@ -523,6 +536,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build Builder builder = new Builder(parent); return builder; } + /** * * @@ -779,6 +793,7 @@ public Builder mergeFrom( private int bitField0_; private int code_ = 0; + /** * * @@ -794,6 +809,7 @@ public Builder mergeFrom( public int getCodeValue() { return code_; } + /** * * @@ -812,6 +828,7 @@ public Builder setCodeValue(int value) { onChanged(); return this; } + /** * * @@ -828,6 +845,7 @@ public com.google.spanner.v1.TypeCode getCode() { com.google.spanner.v1.TypeCode result = com.google.spanner.v1.TypeCode.forNumber(code_); return result == null ? com.google.spanner.v1.TypeCode.UNRECOGNIZED : result; } + /** * * @@ -849,6 +867,7 @@ public Builder setCode(com.google.spanner.v1.TypeCode value) { onChanged(); return this; } + /** * * @@ -873,6 +892,7 @@ public Builder clearCode() { com.google.spanner.v1.Type.Builder, com.google.spanner.v1.TypeOrBuilder> arrayElementTypeBuilder_; + /** * * @@ -889,6 +909,7 @@ public Builder clearCode() { public boolean hasArrayElementType() { return ((bitField0_ & 0x00000002) != 0); } + /** * * @@ -911,6 +932,7 @@ public com.google.spanner.v1.Type getArrayElementType() { return arrayElementTypeBuilder_.getMessage(); } } + /** * * @@ -935,6 +957,7 @@ public Builder setArrayElementType(com.google.spanner.v1.Type value) { onChanged(); return this; } + /** * * @@ -956,6 +979,7 @@ public Builder setArrayElementType(com.google.spanner.v1.Type.Builder builderFor onChanged(); return this; } + /** * * @@ -985,6 +1009,7 @@ public Builder mergeArrayElementType(com.google.spanner.v1.Type value) { } return this; } + /** * * @@ -1006,6 +1031,7 @@ public Builder clearArrayElementType() { onChanged(); return this; } + /** * * @@ -1022,6 +1048,7 @@ public com.google.spanner.v1.Type.Builder getArrayElementTypeBuilder() { onChanged(); return getArrayElementTypeFieldBuilder().getBuilder(); } + /** * * @@ -1042,6 +1069,7 @@ public com.google.spanner.v1.TypeOrBuilder getArrayElementTypeOrBuilder() { : arrayElementType_; } } + /** * * @@ -1076,6 +1104,7 @@ public com.google.spanner.v1.TypeOrBuilder getArrayElementTypeOrBuilder() { com.google.spanner.v1.StructType.Builder, com.google.spanner.v1.StructTypeOrBuilder> structTypeBuilder_; + /** * * @@ -1092,6 +1121,7 @@ public com.google.spanner.v1.TypeOrBuilder getArrayElementTypeOrBuilder() { public boolean hasStructType() { return ((bitField0_ & 0x00000004) != 0); } + /** * * @@ -1114,6 +1144,7 @@ public com.google.spanner.v1.StructType getStructType() { return structTypeBuilder_.getMessage(); } } + /** * * @@ -1138,6 +1169,7 @@ public Builder setStructType(com.google.spanner.v1.StructType value) { onChanged(); return this; } + /** * * @@ -1159,6 +1191,7 @@ public Builder setStructType(com.google.spanner.v1.StructType.Builder builderFor onChanged(); return this; } + /** * * @@ -1188,6 +1221,7 @@ public Builder mergeStructType(com.google.spanner.v1.StructType value) { } return this; } + /** * * @@ -1209,6 +1243,7 @@ public Builder clearStructType() { onChanged(); return this; } + /** * * @@ -1225,6 +1260,7 @@ public com.google.spanner.v1.StructType.Builder getStructTypeBuilder() { onChanged(); return getStructTypeFieldBuilder().getBuilder(); } + /** * * @@ -1245,6 +1281,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getStructTypeOrBuilder() { : structType_; } } + /** * * @@ -1274,6 +1311,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getStructTypeOrBuilder() { } private int typeAnnotation_ = 0; + /** * * @@ -1296,6 +1334,7 @@ public com.google.spanner.v1.StructTypeOrBuilder getStructTypeOrBuilder() { public int getTypeAnnotationValue() { return typeAnnotation_; } + /** * * @@ -1321,6 +1360,7 @@ public Builder setTypeAnnotationValue(int value) { onChanged(); return this; } + /** * * @@ -1345,6 +1385,7 @@ public com.google.spanner.v1.TypeAnnotationCode getTypeAnnotation() { com.google.spanner.v1.TypeAnnotationCode.forNumber(typeAnnotation_); return result == null ? com.google.spanner.v1.TypeAnnotationCode.UNRECOGNIZED : result; } + /** * * @@ -1373,6 +1414,7 @@ public Builder setTypeAnnotation(com.google.spanner.v1.TypeAnnotationCode value) onChanged(); return this; } + /** * * @@ -1399,6 +1441,7 @@ public Builder clearTypeAnnotation() { } private java.lang.Object protoTypeFqn_ = ""; + /** * * @@ -1425,6 +1468,7 @@ public java.lang.String getProtoTypeFqn() { return (java.lang.String) ref; } } + /** * * @@ -1451,6 +1495,7 @@ public com.google.protobuf.ByteString getProtoTypeFqnBytes() { return (com.google.protobuf.ByteString) ref; } } + /** * * @@ -1476,6 +1521,7 @@ public Builder setProtoTypeFqn(java.lang.String value) { onChanged(); return this; } + /** * * @@ -1497,6 +1543,7 @@ public Builder clearProtoTypeFqn() { onChanged(); return this; } + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeAnnotationCode.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeAnnotationCode.java index b2a176bda6..0625073e76 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeAnnotationCode.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeAnnotationCode.java @@ -99,6 +99,7 @@ public enum TypeAnnotationCode implements com.google.protobuf.ProtocolMessageEnu * TYPE_ANNOTATION_CODE_UNSPECIFIED = 0; */ public static final int TYPE_ANNOTATION_CODE_UNSPECIFIED_VALUE = 0; + /** * * @@ -115,6 +116,7 @@ public enum TypeAnnotationCode implements com.google.protobuf.ProtocolMessageEnu * PG_NUMERIC = 2; */ public static final int PG_NUMERIC_VALUE = 2; + /** * * @@ -130,6 +132,7 @@ public enum TypeAnnotationCode implements com.google.protobuf.ProtocolMessageEnu * PG_JSONB = 3; */ public static final int PG_JSONB_VALUE = 3; + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeCode.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeCode.java index 73cb8d2624..c97c907857 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeCode.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeCode.java @@ -252,6 +252,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * TYPE_CODE_UNSPECIFIED = 0; */ public static final int TYPE_CODE_UNSPECIFIED_VALUE = 0; + /** * * @@ -262,6 +263,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * BOOL = 1; */ public static final int BOOL_VALUE = 1; + /** * * @@ -272,6 +274,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * INT64 = 2; */ public static final int INT64_VALUE = 2; + /** * * @@ -283,6 +286,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * FLOAT64 = 3; */ public static final int FLOAT64_VALUE = 3; + /** * * @@ -294,6 +298,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * FLOAT32 = 15; */ public static final int FLOAT32_VALUE = 15; + /** * * @@ -311,6 +316,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * TIMESTAMP = 4; */ public static final int TIMESTAMP_VALUE = 4; + /** * * @@ -321,6 +327,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * DATE = 5; */ public static final int DATE_VALUE = 5; + /** * * @@ -331,6 +338,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * STRING = 6; */ public static final int STRING_VALUE = 6; + /** * * @@ -342,6 +350,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * BYTES = 7; */ public static final int BYTES_VALUE = 7; + /** * * @@ -354,6 +363,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * ARRAY = 8; */ public static final int ARRAY_VALUE = 8; + /** * * @@ -365,6 +375,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * STRUCT = 9; */ public static final int STRUCT_VALUE = 9; + /** * * @@ -383,6 +394,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * NUMERIC = 10; */ public static final int NUMERIC_VALUE = 10; + /** * * @@ -400,6 +412,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * JSON = 11; */ public static final int JSON_VALUE = 11; + /** * * @@ -411,6 +424,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * PROTO = 13; */ public static final int PROTO_VALUE = 13; + /** * * @@ -421,6 +435,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * ENUM = 14; */ public static final int ENUM_VALUE = 14; + /** * * @@ -435,6 +450,7 @@ public enum TypeCode implements com.google.protobuf.ProtocolMessageEnum { * INTERVAL = 16; */ public static final int INTERVAL_VALUE = 16; + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeOrBuilder.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeOrBuilder.java index b31e018c16..e35750cdee 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeOrBuilder.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeOrBuilder.java @@ -36,6 +36,7 @@ public interface TypeOrBuilder * @return The enum numeric value on the wire for code. */ int getCodeValue(); + /** * * @@ -63,6 +64,7 @@ public interface TypeOrBuilder * @return Whether the arrayElementType field is set. */ boolean hasArrayElementType(); + /** * * @@ -77,6 +79,7 @@ public interface TypeOrBuilder * @return The arrayElementType. */ com.google.spanner.v1.Type getArrayElementType(); + /** * * @@ -104,6 +107,7 @@ public interface TypeOrBuilder * @return Whether the structType field is set. */ boolean hasStructType(); + /** * * @@ -118,6 +122,7 @@ public interface TypeOrBuilder * @return The structType. */ com.google.spanner.v1.StructType getStructType(); + /** * * @@ -150,6 +155,7 @@ public interface TypeOrBuilder * @return The enum numeric value on the wire for typeAnnotation. */ int getTypeAnnotationValue(); + /** * * @@ -186,6 +192,7 @@ public interface TypeOrBuilder * @return The protoTypeFqn. */ java.lang.String getProtoTypeFqn(); + /** * * diff --git a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeProto.java b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeProto.java index 418d8a3164..1ab3b1616c 100644 --- a/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeProto.java +++ b/proto-google-cloud-spanner-v1/src/main/java/com/google/spanner/v1/TypeProto.java @@ -49,31 +49,49 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { static { java.lang.String[] descriptorData = { - "\n\034google/spanner/v1/type.proto\022\021google.s" - + "panner.v1\032\037google/api/field_behavior.pro" - + "to\"\367\001\n\004Type\022.\n\004code\030\001 \001(\0162\033.google.spann" - + "er.v1.TypeCodeB\003\340A\002\0223\n\022array_element_typ" - + "e\030\002 \001(\0132\027.google.spanner.v1.Type\0222\n\013stru" - + "ct_type\030\003 \001(\0132\035.google.spanner.v1.Struct" - + "Type\022>\n\017type_annotation\030\004 \001(\0162%.google.s" - + "panner.v1.TypeAnnotationCode\022\026\n\016proto_ty" - + "pe_fqn\030\005 \001(\t\"\177\n\nStructType\0223\n\006fields\030\001 \003" - + "(\0132#.google.spanner.v1.StructType.Field\032" - + "<\n\005Field\022\014\n\004name\030\001 \001(\t\022%\n\004type\030\002 \001(\0132\027.g" - + "oogle.spanner.v1.Type*\337\001\n\010TypeCode\022\031\n\025TY" - + "PE_CODE_UNSPECIFIED\020\000\022\010\n\004BOOL\020\001\022\t\n\005INT64" - + "\020\002\022\013\n\007FLOAT64\020\003\022\013\n\007FLOAT32\020\017\022\r\n\tTIMESTAM" - + "P\020\004\022\010\n\004DATE\020\005\022\n\n\006STRING\020\006\022\t\n\005BYTES\020\007\022\t\n\005" - + "ARRAY\020\010\022\n\n\006STRUCT\020\t\022\013\n\007NUMERIC\020\n\022\010\n\004JSON" - + "\020\013\022\t\n\005PROTO\020\r\022\010\n\004ENUM\020\016\022\014\n\010INTERVAL\020\020\022\010\n" - + "\004UUID\020\021*d\n\022TypeAnnotationCode\022$\n TYPE_AN" - + "NOTATION_CODE_UNSPECIFIED\020\000\022\016\n\nPG_NUMERI" - + "C\020\002\022\014\n\010PG_JSONB\020\003\022\n\n\006PG_OID\020\004B\254\001\n\025com.go" - + "ogle.spanner.v1B\tTypeProtoP\001Z5cloud.goog" + "\n" + + "\034google/spanner/v1/type.proto\022\021google.s" + + "panner.v1\032\037google/api/field_behavior.proto\"\367\001\n" + + "\004Type\022.\n" + + "\004code\030\001 \001(\0162\033.google.spanner.v1.TypeCodeB\003\340A\002\0223\n" + + "\022array_element_type\030\002 \001(\0132\027.google.spanner.v1.Type\0222\n" + + "\013struct_type\030\003 \001(\0132\035.google.spanner.v1.StructType\022>\n" + + "\017type_annotation\030\004 \001(\0162%.google.spanner.v1.TypeAnnotationCode\022\026\n" + + "\016proto_type_fqn\030\005 \001(\t\"\177\n\n" + + "StructType\0223\n" + + "\006fields\030\001 \003(\0132#.google.spanner.v1.StructType.Field\032<\n" + + "\005Field\022\014\n" + + "\004name\030\001 \001(\t\022%\n" + + "\004type\030\002 \001(\0132\027.google.spanner.v1.Type*\337\001\n" + + "\010TypeCode\022\031\n" + + "\025TYPE_CODE_UNSPECIFIED\020\000\022\010\n" + + "\004BOOL\020\001\022\t\n" + + "\005INT64\020\002\022\013\n" + + "\007FLOAT64\020\003\022\013\n" + + "\007FLOAT32\020\017\022\r\n" + + "\tTIMESTAMP\020\004\022\010\n" + + "\004DATE\020\005\022\n\n" + + "\006STRING\020\006\022\t\n" + + "\005BYTES\020\007\022\t\n" + + "\005ARRAY\020\010\022\n\n" + + "\006STRUCT\020\t\022\013\n" + + "\007NUMERIC\020\n" + + "\022\010\n" + + "\004JSON\020\013\022\t\n" + + "\005PROTO\020\r" + + "\022\010\n" + + "\004ENUM\020\016\022\014\n" + + "\010INTERVAL\020\020\022\010\n" + + "\004UUID\020\021*d\n" + + "\022TypeAnnotationCode\022$\n" + + " TYPE_ANNOTATION_CODE_UNSPECIFIED\020\000\022\016\n\n" + + "PG_NUMERIC\020\002\022\014\n" + + "\010PG_JSONB\020\003\022\n\n" + + "\006PG_OID\020\004B\254\001\n" + + "\025com.google.spanner.v1B\tTypeProtoP\001Z5cloud.goog" + "le.com/go/spanner/apiv1/spannerpb;spanne" + "rpb\252\002\027Google.Cloud.Spanner.V1\312\002\027Google\\C" - + "loud\\Spanner\\V1\352\002\032Google::Cloud::Spanner" - + "::V1b\006proto3" + + "loud\\Spanner\\V1\352\002\032Google::Cloud::Spanner::V1b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/renovate.json b/renovate.json index 3ad0aae27d..0fe0b5f774 100644 --- a/renovate.json +++ b/renovate.json @@ -63,7 +63,6 @@ "^org.jacoco:", "^org.codehaus.mojo:", "^org.sonatype.plugins:", - "^com.coveo:", "^com.google.cloud:google-cloud-shared-config" ], "semanticCommitType": "build", From 4ab018bfdff039a7d6159934830a8b2702747c1f Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 24 Apr 2025 15:08:04 +0000 Subject: [PATCH 06/13] chore: generate libraries at Thu Apr 24 15:05:17 UTC 2025 --- .../java/com/google/cloud/spanner/TransactionRunnerImpl.java | 2 +- .../cloud/spanner/connection/AbstractSqlScriptVerifier.java | 3 +-- .../java/com/google/cloud/spanner/it/ITDmlReturningTest.java | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionRunnerImpl.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionRunnerImpl.java index 7ef52ddbf6..5601cb3b31 100644 --- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionRunnerImpl.java +++ b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionRunnerImpl.java @@ -679,7 +679,7 @@ options, getPreviousTransactionId()))) "Timeout while waiting for a transaction to be returned by another statement." + (trackTransactionStarter ? " See the suppressed exception for the stacktrace of the caller that" - + " should return a transaction" + + " should return a transaction" : ""), e); if (transactionStarter != null) { diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java index 4f302e6143..cca68772fe 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java @@ -83,8 +83,7 @@ public abstract class AbstractSqlScriptVerifier { Pattern.compile( "(?is)\\s*(?:@EXPECT)\\s+(?NO_RESULT|RESULT_SET\\s*(?'.*?'(?,.*?)?)?" + "|UPDATE_COUNT\\s*(?-?\\d{1,19})" - + "|EXCEPTION\\s*(?(?CANCELLED|UNKNOWN|INVALID_ARGUMENT|DEADLINE_EXCEEDED|NOT_FOUND|ALREADY_EXISTS|PERMISSION_DENIED|UNAUTHENTICATED|RESOURCE_EXHAUSTED|FAILED_PRECONDITION|ABORTED|OUT_OF_RANGE|UNIMPLEMENTED|INTERNAL|UNAVAILABLE|DATA_LOSS)(?:\\s*)(?'.*?')?)" - + "|EQUAL\\s+(?'.+?')\\s*,\\s*(?'.+?'))(\\n" + + "|EXCEPTION\\s*(?(?CANCELLED|UNKNOWN|INVALID_ARGUMENT|DEADLINE_EXCEEDED|NOT_FOUND|ALREADY_EXISTS|PERMISSION_DENIED|UNAUTHENTICATED|RESOURCE_EXHAUSTED|FAILED_PRECONDITION|ABORTED|OUT_OF_RANGE|UNIMPLEMENTED|INTERNAL|UNAVAILABLE|DATA_LOSS)(?:\\s*)(?'.*?')?)|EQUAL\\s+(?'.+?')\\s*,\\s*(?'.+?'))(\\n" + "(?.*))?"); private static final String PUT_CONDITION = diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDmlReturningTest.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDmlReturningTest.java index 8cca9333fe..d96e148432 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDmlReturningTest.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDmlReturningTest.java @@ -125,10 +125,10 @@ public static List data() { private String getInsertDmlReturningTemplate() { if (dialect.dialect == Dialect.POSTGRESQL) { return "INSERT INTO T (\"K\", \"V\") VALUES ('%d-boo1', 1), ('%d-boo2', 2), ('%d-boo3', 3)," - + " ('%d-boo4', 4) RETURNING *"; + + " ('%d-boo4', 4) RETURNING *"; } return "INSERT INTO T (K, V) VALUES ('%d-boo1', 1), ('%d-boo2', 2), ('%d-boo3', 3), ('%d-boo4'," - + " 4) THEN RETURN *"; + + " 4) THEN RETURN *"; } private String getUpdateDmlReturningTemplate() { From b904f8aff7ed6c0addafb031235e57c143757d95 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 24 Apr 2025 15:11:15 +0000 Subject: [PATCH 07/13] chore: generate libraries at Thu Apr 24 15:08:27 UTC 2025 --- .../cloud/spanner/connection/AbstractSqlScriptVerifier.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java index cca68772fe..79c8c77e33 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java @@ -82,8 +82,7 @@ public abstract class AbstractSqlScriptVerifier { private static final Pattern VERIFY_PATTERN = Pattern.compile( "(?is)\\s*(?:@EXPECT)\\s+(?NO_RESULT|RESULT_SET\\s*(?'.*?'(?,.*?)?)?" - + "|UPDATE_COUNT\\s*(?-?\\d{1,19})" - + "|EXCEPTION\\s*(?(?CANCELLED|UNKNOWN|INVALID_ARGUMENT|DEADLINE_EXCEEDED|NOT_FOUND|ALREADY_EXISTS|PERMISSION_DENIED|UNAUTHENTICATED|RESOURCE_EXHAUSTED|FAILED_PRECONDITION|ABORTED|OUT_OF_RANGE|UNIMPLEMENTED|INTERNAL|UNAVAILABLE|DATA_LOSS)(?:\\s*)(?'.*?')?)|EQUAL\\s+(?'.+?')\\s*,\\s*(?'.+?'))(\\n" + + "|UPDATE_COUNT\\s*(?-?\\d{1,19})|EXCEPTION\\s*(?(?CANCELLED|UNKNOWN|INVALID_ARGUMENT|DEADLINE_EXCEEDED|NOT_FOUND|ALREADY_EXISTS|PERMISSION_DENIED|UNAUTHENTICATED|RESOURCE_EXHAUSTED|FAILED_PRECONDITION|ABORTED|OUT_OF_RANGE|UNIMPLEMENTED|INTERNAL|UNAVAILABLE|DATA_LOSS)(?:\\s*)(?'.*?')?)|EQUAL\\s+(?'.+?')\\s*,\\s*(?'.+?'))(\\n" + "(?.*))?"); private static final String PUT_CONDITION = From c6b1e1298001449ab6447b36c6c41d2382e7b88b Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 24 Apr 2025 15:14:25 +0000 Subject: [PATCH 08/13] chore: generate libraries at Thu Apr 24 15:11:40 UTC 2025 --- .../cloud/spanner/connection/AbstractSqlScriptVerifier.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java index 79c8c77e33..29cc8b7320 100644 --- a/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java +++ b/google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractSqlScriptVerifier.java @@ -81,8 +81,7 @@ public abstract class AbstractSqlScriptVerifier { private static final Pattern VERIFY_PATTERN = Pattern.compile( - "(?is)\\s*(?:@EXPECT)\\s+(?NO_RESULT|RESULT_SET\\s*(?'.*?'(?,.*?)?)?" - + "|UPDATE_COUNT\\s*(?-?\\d{1,19})|EXCEPTION\\s*(?(?CANCELLED|UNKNOWN|INVALID_ARGUMENT|DEADLINE_EXCEEDED|NOT_FOUND|ALREADY_EXISTS|PERMISSION_DENIED|UNAUTHENTICATED|RESOURCE_EXHAUSTED|FAILED_PRECONDITION|ABORTED|OUT_OF_RANGE|UNIMPLEMENTED|INTERNAL|UNAVAILABLE|DATA_LOSS)(?:\\s*)(?'.*?')?)|EQUAL\\s+(?'.+?')\\s*,\\s*(?'.+?'))(\\n" + "(?is)\\s*(?:@EXPECT)\\s+(?NO_RESULT|RESULT_SET\\s*(?'.*?'(?,.*?)?)?|UPDATE_COUNT\\s*(?-?\\d{1,19})|EXCEPTION\\s*(?(?CANCELLED|UNKNOWN|INVALID_ARGUMENT|DEADLINE_EXCEEDED|NOT_FOUND|ALREADY_EXISTS|PERMISSION_DENIED|UNAUTHENTICATED|RESOURCE_EXHAUSTED|FAILED_PRECONDITION|ABORTED|OUT_OF_RANGE|UNIMPLEMENTED|INTERNAL|UNAVAILABLE|DATA_LOSS)(?:\\s*)(?'.*?')?)|EQUAL\\s+(?'.+?')\\s*,\\s*(?'.+?'))(\\n" + "(?.*))?"); private static final String PUT_CONDITION = From 3cd9256a348be9b31059818a2205d25d5dd8f297 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 24 Apr 2025 11:22:28 -0400 Subject: [PATCH 09/13] chore: use spotify fmt plugin in build.sh --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 9782a77e50..bac4f03ceb 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -82,7 +82,7 @@ test) RETURN_CODE=$? ;; lint) - mvn com.coveo:fmt-maven-plugin:check + mvn com.spotify.fmt:fmt-maven-plugin:check RETURN_CODE=$? ;; javadoc) From 16f599e06c8ef06aa427da3aaeb1baeddac09154 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Thu, 24 Apr 2025 11:30:33 -0400 Subject: [PATCH 10/13] chore: remove old graalvm jobs --- .kokoro/presubmit/graalvm-native-17.cfg | 33 ------------------------- .kokoro/presubmit/graalvm-native.cfg | 33 ------------------------- 2 files changed, 66 deletions(-) delete mode 100644 .kokoro/presubmit/graalvm-native-17.cfg delete mode 100644 .kokoro/presubmit/graalvm-native.cfg diff --git a/.kokoro/presubmit/graalvm-native-17.cfg b/.kokoro/presubmit/graalvm-native-17.cfg deleted file mode 100644 index 07ae08a980..0000000000 --- a/.kokoro/presubmit/graalvm-native-17.cfg +++ /dev/null @@ -1,33 +0,0 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Configure the docker image for kokoro-trampoline. -env_vars: { - key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.45.1" -} - -env_vars: { - key: "JOB_TYPE" - value: "graalvm17" -} - -# TODO: remove this after we've migrated all tests and scripts -env_vars: { - key: "GCLOUD_PROJECT" - value: "gcloud-devel" -} - -env_vars: { - key: "GOOGLE_CLOUD_PROJECT" - value: "gcloud-devel" -} - -env_vars: { - key: "GOOGLE_APPLICATION_CREDENTIALS" - value: "secret_manager/java-it-service-account" -} - -env_vars: { - key: "SECRET_MANAGER_KEYS" - value: "java-it-service-account" -} \ No newline at end of file diff --git a/.kokoro/presubmit/graalvm-native.cfg b/.kokoro/presubmit/graalvm-native.cfg deleted file mode 100644 index fb1979a33b..0000000000 --- a/.kokoro/presubmit/graalvm-native.cfg +++ /dev/null @@ -1,33 +0,0 @@ -# Format: //devtools/kokoro/config/proto/build.proto - -# Configure the docker image for kokoro-trampoline. -env_vars: { - key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.45.1" -} - -env_vars: { - key: "JOB_TYPE" - value: "graalvm" -} - -# TODO: remove this after we've migrated all tests and scripts -env_vars: { - key: "GCLOUD_PROJECT" - value: "gcloud-devel" -} - -env_vars: { - key: "GOOGLE_CLOUD_PROJECT" - value: "gcloud-devel" -} - -env_vars: { - key: "GOOGLE_APPLICATION_CREDENTIALS" - value: "secret_manager/java-it-service-account" -} - -env_vars: { - key: "SECRET_MANAGER_KEYS" - value: "java-it-service-account" -} From 8a3df303e898fc1f16fd59ac78e956899fb72830 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Fri, 25 Apr 2025 02:30:17 +0000 Subject: [PATCH 11/13] chore: Update generation configuration at Fri Apr 25 02:30:09 UTC 2025 --- generation_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation_config.yaml b/generation_config.yaml index 32c9cea1f6..98586a0fad 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ gapic_generator_version: 2.56.2 -googleapis_commitish: 261895f1d8ced9564f4cf872f7f4f9a1f4c615d3 +googleapis_commitish: 2e5f8ba097342c6ef4efeba5c07677b3d35571d4 libraries_bom_version: 26.59.0 libraries: - api_shortname: spanner From 3b817b3959b8224d3e9bd2c9d85fc5a6e7d80a35 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Sat, 26 Apr 2025 02:28:13 +0000 Subject: [PATCH 12/13] chore: Update generation configuration at Sat Apr 26 02:28:07 UTC 2025 --- generation_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation_config.yaml b/generation_config.yaml index 98586a0fad..75157361c5 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ gapic_generator_version: 2.56.2 -googleapis_commitish: 2e5f8ba097342c6ef4efeba5c07677b3d35571d4 +googleapis_commitish: 7b29e663fbd7b0e203d4ed4b843cff20a8c386a6 libraries_bom_version: 26.59.0 libraries: - api_shortname: spanner From d11d7cb8b1b87aebddc92d7c453ba6ae52ff6616 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Sun, 27 Apr 2025 02:31:15 +0000 Subject: [PATCH 13/13] chore: Update generation configuration at Sun Apr 27 02:31:07 UTC 2025 --- generation_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation_config.yaml b/generation_config.yaml index 75157361c5..287eba4ba0 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,5 +1,5 @@ gapic_generator_version: 2.56.2 -googleapis_commitish: 7b29e663fbd7b0e203d4ed4b843cff20a8c386a6 +googleapis_commitish: 2eec62dc7ed836c8d9f73fb313afb8f48c361bef libraries_bom_version: 26.59.0 libraries: - api_shortname: spanner