Skip to content
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) #2203

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Dec 11, 2024

  • Regenerate this pull request now.

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: https://github.com/googleapis/googleapis-gen/commit/6c42be3bf546f10f09cad98b3f56f77c271fc8e2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmM0MmJlM2JmNTQ2ZjEwZjA5Y2FkOThiM2Y1NmY3N2MyNzFmYzhlMiJ9

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

PiperOrigin-RevId: 704948401

Source-Link: googleapis/googleapis@d46c6c9

Source-Link: googleapis/googleapis-gen@0057c0d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA1N2MwZDRjYzc4Yzg2OGFkOGRlMjNhM2ZlYjUyYjM1Mzc0ZDcwNSJ9
@trusted-contributions-gcf 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 11, 2024
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: spanner Issues related to the googleapis/nodejs-spanner API. labels Dec 11, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 11, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 11, 2024
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review December 11, 2024 07:04
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners December 11, 2024 07:04
@trusted-contributions-gcf 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 11, 2024
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xl Pull request size is extra large. labels Dec 11, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 11, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 11, 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 gcf-owl-bot bot changed the title feat: add UUID in Spanner TypeCode enum feat: Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance) Dec 17, 2024
@trusted-contributions-gcf 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
@product-auto-label product-auto-label bot removed the size: s Pull request size is small. label Dec 17, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 17, 2024
@product-auto-label product-auto-label bot added the size: xl Pull request size is extra large. label Dec 17, 2024
@yoshi-kokoro 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 trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 17, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 17, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 17, 2024
@yoshi-kokoro 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/nodejs-spanner API. owl-bot-copy size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant