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: [Spanner] Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance) #7937

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Dec 17, 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: eyJwIjoiU3Bhbm5lci8uT3dsQm90LnlhbWwiLCJoIjoiNmM0MmJlM2JmNTQ2ZjEwZjA5Y2FkOThiM2Y1NmY3N2MyNzFmYzhlMiJ9

…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: eyJwIjoiU3Bhbm5lci8uT3dsQm90LnlhbWwiLCJoIjoiNmM0MmJlM2JmNTQ2ZjEwZjA5Y2FkOThiM2Y1NmY3N2MyNzFmYzhlMiJ9
@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
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review December 17, 2024 08:04
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners December 17, 2024 08:04
@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
@bshaffer bshaffer merged commit c9f8ad0 into main Dec 18, 2024
29 checks passed
@bshaffer bshaffer deleted the owl-bot-copy-Spanner branch December 18, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant