Skip to content

Commit

Permalink
Weekday update
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Nov 15, 2023
1 parent 05f0c34 commit 7bb3401
Show file tree
Hide file tree
Showing 31 changed files with 810 additions and 37 deletions.
15 changes: 14 additions & 1 deletion APIs/googleapis.com/admin/directory_v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7168,7 +7168,7 @@ components:
readOnly: true
type: string
emails:
description: The list of the user's email addresses. The maximum allowed data size for this field is 10KB.
description: The list of the user's email addresses. The maximum allowed data size for this field is 10KB. This excludes `publicKeyEncryptionCertificates`.
etag:
description: Output only. ETag of the resource.
readOnly: true
Expand Down Expand Up @@ -7369,6 +7369,19 @@ components:
primary:
description: If this is user's primary email. Only one entry could be marked as primary.
type: boolean
public_key_encryption_certificates:
description: "Public Key Encryption Certificates. Current limit: 1 per email address, and 5 per user."
properties:
certificate:
description: X.509 encryption certificate in `PEM` format. Must only be an end-entity (leaf) certificate.
type: string
is_default:
description: Whether this is the default certificate for the given email address.
type: boolean
state:
description: Denotes the certificate's state in its lifecycle. Possible values are `not_yet_validated`, `valid`, `invalid`, `expired`, and `revoked`.
type: string
type: object
type:
description: Each entry can have a type which indicates standard types of that entry. For example email could be of home, work etc. In addition to the standard type, an entry can have a custom type and can take any value Such types should have the CUSTOM value as type and also have a customType value.
type: string
Expand Down
2 changes: 1 addition & 1 deletion APIs/googleapis.com/alloydb/v1beta/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ components:
description: 'Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.'
type: string
network:
description: 'Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.'
description: 'Optional. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.'
type: string
type: object
Node:
Expand Down
10 changes: 10 additions & 0 deletions APIs/googleapis.com/androidpublisher/v3/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5115,6 +5115,9 @@ components:
ExternalTransactionAddress:
description: User's address for the external transaction.
properties:
administrativeArea:
description: Optional. Top-level administrative subdivision of the country/region. Only required for transactions in India. Valid values are "ANDAMAN AND NICOBAR ISLANDS", "ANDHRA PRADESH", "ARUNACHAL PRADESH", "ASSAM", "BIHAR", "CHANDIGARH", "CHHATTISGARH", "DADRA AND NAGAR HAVELI", "DADRA AND NAGAR HAVELI AND DAMAN AND DIU", "DAMAN AND DIU", "DELHI", "GOA", "GUJARAT", "HARYANA", "HIMACHAL PRADESH", "JAMMU AND KASHMIR", "JHARKHAND", "KARNATAKA", "KERALA", "LADAKH", "LAKSHADWEEP", "MADHYA PRADESH", "MAHARASHTRA", "MANIPUR", "MEGHALAYA", "MIZORAM", "NAGALAND", "ODISHA", "PUDUCHERRY", "PUNJAB", "RAJASTHAN", "SIKKIM", "TAMIL NADU", "TELANGANA", "TRIPURA", "UTTAR PRADESH", "UTTARAKHAND", and "WEST BENGAL".
type: string
regionCode:
description: Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
type: string
Expand Down Expand Up @@ -5913,6 +5916,13 @@ components:
initialExternalTransactionId:
description: The external transaction id of the first transaction of this recurring series of transactions. For example, for a subscription this would be the transaction id of the first payment. Required when creating recurring external transactions.
type: string
migratedTransactionProgram:
description: Input only. Provided during the call to Create. Must only be used when migrating a subscription from manual monthly reporting to automated reporting.
enum:
- EXTERNAL_TRANSACTION_PROGRAM_UNSPECIFIED
- USER_CHOICE_BILLING
- ALTERTNATIVE_BILLING_ONLY
type: string
type: object
RefundExternalTransactionRequest:
description: A request to refund an existing external transaction.
Expand Down
8 changes: 4 additions & 4 deletions APIs/googleapis.com/assuredworkloads/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ paths:
required: true
schema:
type: string
- description: Optional. List of asset types to be analyzed, including and under the source resource. If empty, all assets are analyzed. The complete list of asset types is available [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
- description: Optional. List of asset types to be analyzed, including and under the source resource. If empty, all assets are analyzed. The complete list of asset types is available [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
explode: true
in: query
name: assetTypes
Expand Down Expand Up @@ -639,7 +639,7 @@ components:
description: "The full resource name of the asset being analyzed. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
type: string
assetType:
description: Type of the asset being analyzed. Possible values will be among the ones listed [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
description: Type of the asset being analyzed. Possible values will be among the ones listed [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
type: string
type: object
GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata:
Expand Down Expand Up @@ -768,7 +768,7 @@ components:
properties: {}
type: object
GoogleCloudAssuredworkloadsV1Violation:
description: Workload monitoring Violation.
description: "Workload monitoring Violation. Next Id: 28"
properties:
acknowledged:
description: A boolean that indicates if the violation is acknowledged
Expand Down Expand Up @@ -866,7 +866,7 @@ components:
type: string
type: object
GoogleCloudAssuredworkloadsV1ViolationExceptionContext:
description: Violation exception detail.
description: "Violation exception detail. Next Id: 6"
properties:
acknowledgementTime:
description: Timestamp when the violation was acknowledged.
Expand Down
8 changes: 4 additions & 4 deletions APIs/googleapis.com/assuredworkloads/v1beta1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ paths:
required: true
schema:
type: string
- description: Optional. List of asset types to be analyzed, including and under the source resource. If empty, all assets are analyzed. The complete list of asset types is available [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
- description: Optional. List of asset types to be analyzed, including and under the source resource. If empty, all assets are analyzed. The complete list of asset types is available [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
explode: true
in: query
name: assetTypes
Expand Down Expand Up @@ -634,7 +634,7 @@ components:
description: "The full resource name of the asset being analyzed. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1"
type: string
assetType:
description: Type of the asset being analyzed. Possible values will be among the ones listed [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
description: Type of the asset being analyzed. Possible values will be among the ones listed [here](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types).
type: string
type: object
GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata:
Expand Down Expand Up @@ -758,7 +758,7 @@ components:
properties: {}
type: object
GoogleCloudAssuredworkloadsV1beta1Violation:
description: Workload monitoring Violation.
description: "Workload monitoring Violation. Next Id: 28"
properties:
acknowledged:
description: A boolean that indicates if the violation is acknowledged
Expand Down Expand Up @@ -856,7 +856,7 @@ components:
type: string
type: object
GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext:
description: Violation exception detail.
description: "Violation exception detail. Next Id: 6"
properties:
acknowledgementTime:
description: Timestamp when the violation was acknowledged.
Expand Down
Loading

0 comments on commit 7bb3401

Please sign in to comment.