-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance) #1224
Open
gcf-owl-bot
wants to merge
10
commits into
main
Choose a base branch
from
owl-bot-copy
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PiperOrigin-RevId: 693215877 Source-Link: googleapis/googleapis@bb6b53e Source-Link: googleapis/googleapis-gen@db8b5a9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGI4YjVhOTM0ODRhZDQ0MDU1YjJiYWNjNGM3Y2Y4N2U5NzBmZTBlZCJ9
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Nov 5, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Nov 5, 2024
product-auto-label
bot
added
the
api: spanner
Issues related to the googleapis/python-spanner API.
label
Nov 5, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 5, 2024
product-auto-label
bot
added
size: l
Pull request size is large.
and removed
size: xl
Pull request size is extra large.
labels
Nov 5, 2024
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Nov 5, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Nov 5, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 5, 2024
…atchDmlRequest PiperOrigin-RevId: 699218836 Source-Link: googleapis/googleapis@97da65f Source-Link: googleapis/googleapis-gen@d134e8d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDEzNGU4ZGE4MDQ4MzkzYjAxOWRhMzk4NjY5NzZkMmM0MTNhYzVlMSJ9
gcf-owl-bot
bot
changed the title
chore: remove body selector from http rule
feat: Add the last statement option to ExecuteSqlRequest and ExecuteBatchDmlRequest
Nov 22, 2024
product-auto-label
bot
added
size: xl
Pull request size is extra large.
and removed
size: l
Pull request size is large.
labels
Nov 22, 2024
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Nov 22, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Nov 22, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 22, 2024
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 22, 2024
product-auto-label
bot
added
size: l
Pull request size is large.
and removed
size: xl
Pull request size is extra large.
labels
Dec 11, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Dec 11, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Dec 11, 2024
fix: Fix typing issue with gRPC metadata when key ends in -bin chore: Update gapic-generator-python to v1.21.0 PiperOrigin-RevId: 705285820 Source-Link: googleapis/googleapis@f9b8b91 Source-Link: googleapis/googleapis-gen@ca1e0a1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2ExZTBhMWU0NzJkNmU2ZjVkZTg4M2E1Y2I1NDcyNGYxMTJjZTM0OCJ9
gcf-owl-bot
bot
changed the title
feat: add UUID in Spanner TypeCode enum
feat: Add support for opt-in debug logging
Dec 12, 2024
product-auto-label
bot
added
size: xl
Pull request size is extra large.
and removed
size: l
Pull request size is large.
labels
Dec 12, 2024
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Dec 12, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Dec 12, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Dec 12, 2024
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Dec 12, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Dec 12, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Dec 12, 2024
…ISIONED or FREE spanner instance) feat: Exposing FreeInstanceMetadata in Instance configuration (to define the metadata related to FREE instance type) feat: Exposing storage_limit_per_processing_unit in InstanceConfig feat: Exposing QuorumType in InstanceConfig feat: Exposing FreeInstanceAvailability in InstanceConfig docs: A comment for method `ListInstanceConfigs` in service `InstanceAdmin` is changed docs: A comment for method `CreateInstanceConfig` in service `InstanceAdmin` is changed docs: A comment for method `UpdateInstanceConfig` in service `InstanceAdmin` is changed docs: A comment for method `ListInstanceConfigOperations` in service `InstanceAdmin` is changed docs: A comment for method `CreateInstance` in service `InstanceAdmin` is changed docs: A comment for method `UpdateInstance` in service `InstanceAdmin` is changed docs: A comment for method `CreateInstancePartition` in service `InstanceAdmin` is changed docs: A comment for method `UpdateInstancePartition` in service `InstanceAdmin` is changed docs: A comment for method `ListInstancePartitionOperations` in service `InstanceAdmin` is changed docs: A comment for method `MoveInstance` in service `InstanceAdmin` is changed docs: A comment for field `location` in message `.google.spanner.admin.instance.v1.ReplicaInfo` is changed docs: A comment for enum value `GOOGLE_MANAGED` in enum `Type` is changed docs: A comment for enum value `USER_MANAGED` in enum `Type` is changed docs: A comment for field `replicas` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed docs: A comment for field `optional_replicas` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed docs: A comment for field `base_config` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed docs: A comment for field `storage_utilization_percent` in message `.google.spanner.admin.instance.v1.AutoscalingConfig` is changed docs: A comment for enum `DefaultBackupScheduleType` is changed docs: A comment for enum value `NONE` in enum `DefaultBackupScheduleType` is changed docs: A comment for enum value `AUTOMATIC` in enum `DefaultBackupScheduleType` is changed docs: A comment for field `node_count` in message `.google.spanner.admin.instance.v1.Instance` is changed docs: A comment for field `processing_units` in message `.google.spanner.admin.instance.v1.Instance` is changed docs: A comment for field `default_backup_schedule_type` in message `.google.spanner.admin.instance.v1.Instance` is changed docs: A comment for message `CreateInstanceConfigRequest` is changed docs: A comment for field `instance_config` in message `.google.spanner.admin.instance.v1.CreateInstanceConfigRequest` is changed docs: A comment for message `UpdateInstanceConfigRequest` is changed docs: A comment for message `DeleteInstanceConfigRequest` is changed docs: A comment for field `filter` in message `.google.spanner.admin.instance.v1.ListInstanceConfigOperationsRequest` is changed docs: A comment for field `operations` in message `.google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse` is changed docs: A comment for field `node_count` in message `.google.spanner.admin.instance.v1.InstancePartition` is changed docs: A comment for field `processing_units` in message `.google.spanner.admin.instance.v1.InstancePartition` is changed docs: A comment for field `referencing_backups` in message `.google.spanner.admin.instance.v1.InstancePartition` is changed docs: A comment for field `parent` in message `.google.spanner.admin.instance.v1.ListInstancePartitionsRequest` is changed docs: A comment for field `unreachable` in message `.google.spanner.admin.instance.v1.ListInstancePartitionsResponse` is changed docs: A comment for field `filter` in message `.google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest` is changed docs: A comment for field `instance_partition_deadline` in message `.google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest` is changed docs: A comment for field `operations` in message `.google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse` is changed PiperOrigin-RevId: 706945550 Source-Link: googleapis/googleapis@3db0452 Source-Link: googleapis/googleapis-gen@6c42be3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmM0MmJlM2JmNTQ2ZjEwZjA5Y2FkOThiM2Y1NmY3N2MyNzFmYzhlMiJ9
gcf-owl-bot
bot
changed the title
feat: Add support for opt-in debug logging
feat: Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance)
Dec 17, 2024
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Dec 17, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Dec 17, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Dec 17, 2024
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Dec 17, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Dec 17, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: spanner
Issues related to the googleapis/python-spanner API.
owl-bot-copy
size: xl
Pull request size is extra large.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: Exposing FreeInstanceMetadata in Instance configuration (to define the metadata related to FREE instance type)
feat: Exposing storage_limit_per_processing_unit in InstanceConfig
feat: Exposing QuorumType in InstanceConfig
feat: Exposing FreeInstanceAvailability in InstanceConfig
docs: A comment for method
ListInstanceConfigs
in serviceInstanceAdmin
is changeddocs: A comment for method
CreateInstanceConfig
in serviceInstanceAdmin
is changeddocs: A comment for method
UpdateInstanceConfig
in serviceInstanceAdmin
is changeddocs: A comment for method
ListInstanceConfigOperations
in serviceInstanceAdmin
is changeddocs: A comment for method
CreateInstance
in serviceInstanceAdmin
is changeddocs: A comment for method
UpdateInstance
in serviceInstanceAdmin
is changeddocs: A comment for method
CreateInstancePartition
in serviceInstanceAdmin
is changeddocs: A comment for method
UpdateInstancePartition
in serviceInstanceAdmin
is changeddocs: A comment for method
ListInstancePartitionOperations
in serviceInstanceAdmin
is changeddocs: A comment for method
MoveInstance
in serviceInstanceAdmin
is changeddocs: A comment for field
location
in message.google.spanner.admin.instance.v1.ReplicaInfo
is changeddocs: A comment for enum value
GOOGLE_MANAGED
in enumType
is changeddocs: A comment for enum value
USER_MANAGED
in enumType
is changeddocs: A comment for field
replicas
in message.google.spanner.admin.instance.v1.InstanceConfig
is changeddocs: A comment for field
optional_replicas
in message.google.spanner.admin.instance.v1.InstanceConfig
is changeddocs: A comment for field
base_config
in message.google.spanner.admin.instance.v1.InstanceConfig
is changeddocs: A comment for field
storage_utilization_percent
in message.google.spanner.admin.instance.v1.AutoscalingConfig
is changeddocs: A comment for enum
DefaultBackupScheduleType
is changeddocs: A comment for enum value
NONE
in enumDefaultBackupScheduleType
is changeddocs: A comment for enum value
AUTOMATIC
in enumDefaultBackupScheduleType
is changeddocs: A comment for field
node_count
in message.google.spanner.admin.instance.v1.Instance
is changeddocs: A comment for field
processing_units
in message.google.spanner.admin.instance.v1.Instance
is changeddocs: A comment for field
default_backup_schedule_type
in message.google.spanner.admin.instance.v1.Instance
is changeddocs: A comment for message
CreateInstanceConfigRequest
is changeddocs: A comment for field
instance_config
in message.google.spanner.admin.instance.v1.CreateInstanceConfigRequest
is changeddocs: A comment for message
UpdateInstanceConfigRequest
is changeddocs: A comment for message
DeleteInstanceConfigRequest
is changeddocs: A comment for field
filter
in message.google.spanner.admin.instance.v1.ListInstanceConfigOperationsRequest
is changeddocs: A comment for field
operations
in message.google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse
is changeddocs: A comment for field
node_count
in message.google.spanner.admin.instance.v1.InstancePartition
is changeddocs: A comment for field
processing_units
in message.google.spanner.admin.instance.v1.InstancePartition
is changeddocs: A comment for field
referencing_backups
in message.google.spanner.admin.instance.v1.InstancePartition
is changeddocs: A comment for field
parent
in message.google.spanner.admin.instance.v1.ListInstancePartitionsRequest
is changeddocs: A comment for field
unreachable
in message.google.spanner.admin.instance.v1.ListInstancePartitionsResponse
is changeddocs: A comment for field
filter
in message.google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest
is changeddocs: A comment for field
instance_partition_deadline
in message.google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest
is changeddocs: A comment for field
operations
in message.google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse
is changedPiperOrigin-RevId: 706945550
Source-Link: googleapis/googleapis@3db0452
Source-Link: https://github.com/googleapis/googleapis-gen/commit/6c42be3bf546f10f09cad98b3f56f77c271fc8e2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmM0MmJlM2JmNTQ2ZjEwZjA5Y2FkOThiM2Y1NmY3N2MyNzFmYzhlMiJ9
BEGIN_NESTED_COMMIT
feat: Add support for opt-in debug logging
fix: Fix typing issue with gRPC metadata when key ends in -bin
chore: Update gapic-generator-python to v1.21.0
PiperOrigin-RevId: 705285820
Source-Link: googleapis/googleapis@f9b8b91
Source-Link: https://github.com/googleapis/googleapis-gen/commit/ca1e0a1e472d6e6f5de883a5cb54724f112ce348
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2ExZTBhMWU0NzJkNmU2ZjVkZTg4M2E1Y2I1NDcyNGYxMTJjZTM0OCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add UUID in Spanner TypeCode enum
PiperOrigin-RevId: 704948401
Source-Link: googleapis/googleapis@d46c6c9
Source-Link: https://github.com/googleapis/googleapis-gen/commit/0057c0d4cc78c868ad8de23a3feb52b35374d705
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA1N2MwZDRjYzc4Yzg2OGFkOGRlMjNhM2ZlYjUyYjM1Mzc0ZDcwNSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Add the last statement option to ExecuteSqlRequest and ExecuteBatchDmlRequest
PiperOrigin-RevId: 699218836
Source-Link: googleapis/googleapis@97da65f
Source-Link: https://github.com/googleapis/googleapis-gen/commit/d134e8da8048393b019da39866976d2c413ac5e1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDEzNGU4ZGE4MDQ4MzkzYjAxOWRhMzk4NjY5NzZkMmM0MTNhYzVlMSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
chore: remove body selector from http rule
PiperOrigin-RevId: 693215877
Source-Link: googleapis/googleapis@bb6b53e
Source-Link: https://github.com/googleapis/googleapis-gen/commit/db8b5a93484ad44055b2bacc4c7cf87e970fe0ed
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGI4YjVhOTM0ODRhZDQ0MDU1YjJiYWNjNGM3Y2Y4N2U5NzBmZTBlZCJ9
END_NESTED_COMMIT