Skip to content

Commit

Permalink
docs: [oracledatabase] A comment for field cpu_count in message `.g…
Browse files Browse the repository at this point in the history
…oogle.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed (#5875)

* docs: A comment for field `cpu_count` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed
docs: A comment for field `memory_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed
docs: A comment for field `db_node_storage_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed

PiperOrigin-RevId: 704818011

Source-Link: googleapis/googleapis@bd20428

Source-Link: googleapis/googleapis-gen@2ad1562
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yYWNsZWRhdGFiYXNlLy5Pd2xCb3QueWFtbCIsImgiOiIyYWQxNTYyOTJiNTg1NjM1YWYzMjlmM2U2ZjZiYTJlNjQ0NGE3MWRhIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 11, 2024
1 parent 9b63cad commit 69a2fe2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,21 @@ message CloudExadataInfrastructureProperties {
// Output only. Deep link to the OCI console to view this resource.
string oci_url = 9 [(google.api.field_behavior) = OUTPUT_ONLY];

// Optional. The number of enabled CPU cores.
int32 cpu_count = 10 [(google.api.field_behavior) = OPTIONAL];
// Output only. The number of enabled CPU cores.
int32 cpu_count = 10 [(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. The total number of CPU cores available.
int32 max_cpu_count = 11 [(google.api.field_behavior) = OUTPUT_ONLY];

// Optional. The memory allocated in GBs.
int32 memory_size_gb = 12 [(google.api.field_behavior) = OPTIONAL];
// Output only. The memory allocated in GBs.
int32 memory_size_gb = 12 [(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. The total memory available in GBs.
int32 max_memory_gb = 13 [(google.api.field_behavior) = OUTPUT_ONLY];

// Optional. The local node storage allocated in GBs.
int32 db_node_storage_size_gb = 14 [(google.api.field_behavior) = OPTIONAL];
// Output only. The local node storage allocated in GBs.
int32 db_node_storage_size_gb = 14
[(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. The total local node storage available in GBs.
int32 max_db_node_storage_size_gb = 15
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-oracledatabase/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69a2fe2

Please sign in to comment.