Skip to content

Commit e4515ba

Browse files
Google APIscopybara-github
authored andcommitted
feat: add enum value State::NOT_APPROVED_IN_PRIVATE_MARKETPLACE
docs: update comment for field `MaintenanceWindow.patching_mode` PiperOrigin-RevId: 737035315
1 parent d5b0985 commit e4515ba

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

google/cloud/oracledatabase/v1/entitlement.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ message Entitlement {
5252

5353
// Account is suspended.
5454
ACCOUNT_SUSPENDED = 4;
55+
56+
// Entitlement is not approved in private marketplace.
57+
NOT_APPROVED_IN_PRIVATE_MARKETPLACE = 5;
5558
}
5659

5760
// Identifier. The name of the Entitlement resource with the format:

google/cloud/oracledatabase/v1/exadata_infra.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ message MaintenanceWindow {
264264
int32 lead_time_week = 6 [(google.api.field_behavior) = OPTIONAL];
265265

266266
// Optional. Cloud CloudExadataInfrastructure node patching method, either
267-
// "ROLLING"
268-
// or "NONROLLING". Default value is ROLLING.
267+
// "ROLLING" or "NONROLLING". Default value is ROLLING.
269268
PatchingMode patching_mode = 7 [(google.api.field_behavior) = OPTIONAL];
270269

271270
// Optional. Determines the amount of time the system will wait before the

0 commit comments

Comments
 (0)