Skip to content

Commit 115ac30

Browse files
committed
Weekday update
1 parent 35ce276 commit 115ac30

File tree

26 files changed

+1458
-148
lines changed

26 files changed

+1458
-148
lines changed

APIs/googleapis.com/alloydb/v1alpha/openapi.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ components:
15241524
type: string
15251525
network:
15261526
deprecated: true
1527-
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}/global/networks/{network_id}". This is required to create a cluster. Deprecated, use network_config.network instead.'
1527+
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}/global/networks/{network_id}`. This is required to create a cluster. Deprecated, use network_config.network instead."
15281528
type: string
15291529
networkConfig:
15301530
$ref: "#/components/schemas/NetworkConfig"
@@ -2097,7 +2097,7 @@ components:
20972097
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.'
20982098
type: string
20992099
network:
2100-
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.'
2100+
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."
21012101
type: string
21022102
type: object
21032103
Node:
@@ -2230,7 +2230,7 @@ components:
22302230
$ref: "#/components/schemas/PscInterfaceConfig"
22312231
type: array
22322232
serviceAttachmentLink:
2233-
description: Output only. The service attachment created when Private Service Connect (PSC) is enabled for the instance. The name of the resource will be in the format of projects//regions//serviceAttachments/
2233+
description: Output only. The service attachment created when Private Service Connect (PSC) is enabled for the instance. The name of the resource will be in the format of `projects//regions//serviceAttachments/`
22342234
readOnly: true
22352235
type: string
22362236
type: object
@@ -2243,7 +2243,7 @@ components:
22432243
type: string
22442244
type: array
22452245
networkAttachment:
2246-
description: 'The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". NetworkAttachment has to be provided when the PSC interface is created.'
2246+
description: "The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: `projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}`. NetworkAttachment has to be provided when the PSC interface is created."
22472247
type: string
22482248
type: object
22492249
QuantityBasedExpiry:
@@ -2810,7 +2810,7 @@ components:
28102810
additionalMetadata:
28112811
additionalProperties:
28122812
description: Properties of the object.
2813-
description: Required. Any other additional metadata specific to recommendation
2813+
description: Optional. Any other additional metadata specific to recommendation
28142814
type: object
28152815
lastRefreshTime:
28162816
description: Required. last time recommendationw as refreshed
@@ -2989,6 +2989,16 @@ components:
29892989
code:
29902990
description: Identifies the specific error that occurred. REQUIRED
29912991
type: string
2992+
errorType:
2993+
enum:
2994+
- OPERATION_ERROR_TYPE_UNSPECIFIED
2995+
- KMS_KEY_ERROR
2996+
- DATABASE_ERROR
2997+
- STOCKOUT_ERROR
2998+
- CANCELLATION_ERROR
2999+
- SQLSERVER_ERROR
3000+
- INTERNAL_ERROR
3001+
type: string
29923002
message:
29933003
description: Additional information about the error encountered. REQUIRED
29943004
type: string

APIs/googleapis.com/alloydb/v1beta/openapi.yaml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,17 +1511,14 @@ components:
15111511
type: string
15121512
network:
15131513
deprecated: true
1514-
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}/global/networks/{network_id}`. This is required to create a cluster. Deprecated, use network_config.network instead."
1514+
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}/global/networks/{network_id}". This is required to create a cluster. Deprecated, use network_config.network instead.'
15151515
type: string
15161516
networkConfig:
15171517
$ref: "#/components/schemas/NetworkConfig"
15181518
primaryConfig:
15191519
$ref: "#/components/schemas/PrimaryConfig"
15201520
description: Output only. Cross Region replication config specific to PRIMARY cluster.
15211521
readOnly: true
1522-
pscConfig:
1523-
$ref: "#/components/schemas/PscConfig"
1524-
description: Optional. The configuration for Private Service Connect (PSC) for the cluster.
15251522
reconciling:
15261523
description: Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Cluster does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
15271524
readOnly: true
@@ -2076,7 +2073,7 @@ components:
20762073
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.'
20772074
type: string
20782075
network:
2079-
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."
2076+
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.'
20802077
type: string
20812078
type: object
20822079
Node:
@@ -2175,13 +2172,6 @@ components:
21752172
description: Optional. If set, performs request validation (e.g. permission checks and any other type of validation), but do not actually execute the delete.
21762173
type: boolean
21772174
type: object
2178-
PscConfig:
2179-
description: PscConfig contains PSC related configuration at a cluster level.
2180-
properties:
2181-
pscEnabled:
2182-
description: Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.
2183-
type: boolean
2184-
type: object
21852175
PscInstanceConfig:
21862176
description: PscInstanceConfig contains PSC related configuration at an instance level.
21872177
properties:
@@ -2209,7 +2199,7 @@ components:
22092199
$ref: "#/components/schemas/PscInterfaceConfig"
22102200
type: array
22112201
serviceAttachmentLink:
2212-
description: Output only. The service attachment created when Private Service Connect (PSC) is enabled for the instance. The name of the resource will be in the format of `projects//regions//serviceAttachments/`
2202+
description: Output only. The service attachment created when Private Service Connect (PSC) is enabled for the instance. The name of the resource will be in the format of projects//regions//serviceAttachments/
22132203
readOnly: true
22142204
type: string
22152205
type: object
@@ -2222,7 +2212,7 @@ components:
22222212
type: string
22232213
type: array
22242214
networkAttachment:
2225-
description: "The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: `projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}`. NetworkAttachment has to be provided when the PSC interface is created."
2215+
description: 'The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". NetworkAttachment has to be provided when the PSC interface is created.'
22262216
type: string
22272217
type: object
22282218
QuantityBasedExpiry:
@@ -2789,7 +2779,7 @@ components:
27892779
additionalMetadata:
27902780
additionalProperties:
27912781
description: Properties of the object.
2792-
description: Optional. Any other additional metadata specific to recommendation
2782+
description: Required. Any other additional metadata specific to recommendation
27932783
type: object
27942784
lastRefreshTime:
27952785
description: Required. last time recommendationw as refreshed
@@ -2968,16 +2958,6 @@ components:
29682958
code:
29692959
description: Identifies the specific error that occurred. REQUIRED
29702960
type: string
2971-
errorType:
2972-
enum:
2973-
- OPERATION_ERROR_TYPE_UNSPECIFIED
2974-
- KMS_KEY_ERROR
2975-
- DATABASE_ERROR
2976-
- STOCKOUT_ERROR
2977-
- CANCELLATION_ERROR
2978-
- SQLSERVER_ERROR
2979-
- INTERNAL_ERROR
2980-
type: string
29812961
message:
29822962
description: Additional information about the error encountered. REQUIRED
29832963
type: string

APIs/googleapis.com/appengine/v1/openapi.yaml

Lines changed: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ externalDocs:
3131
url: https://cloud.google.com/appengine/docs/admin-api/
3232
tags:
3333
- name: apps
34+
- name: projects
3435
paths:
3536
/v1/apps:
3637
parameters:
@@ -1879,6 +1880,73 @@ paths:
18791880
- https://www.googleapis.com/auth/cloud-platform
18801881
tags:
18811882
- apps
1883+
/v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedDomains:
1884+
get:
1885+
description: Lists all domains the user is authorized to administer.
1886+
operationId: appengine.projects.locations.applications.authorizedDomains.list
1887+
parameters:
1888+
- description: "Part of `parent`. Name of the parent Application resource. Example: apps/myapp."
1889+
in: path
1890+
name: projectsId
1891+
required: true
1892+
schema:
1893+
type: string
1894+
- description: Part of `parent`. See documentation of `projectsId`.
1895+
in: path
1896+
name: locationsId
1897+
required: true
1898+
schema:
1899+
type: string
1900+
- description: Part of `parent`. See documentation of `projectsId`.
1901+
in: path
1902+
name: applicationsId
1903+
required: true
1904+
schema:
1905+
type: string
1906+
- description: Maximum results to return per page.
1907+
in: query
1908+
name: pageSize
1909+
schema:
1910+
type: integer
1911+
- description: Continuation token for fetching the next page of results.
1912+
in: query
1913+
name: pageToken
1914+
schema:
1915+
type: string
1916+
responses:
1917+
"200":
1918+
content:
1919+
application/json:
1920+
schema:
1921+
$ref: "#/components/schemas/ListAuthorizedDomainsResponse"
1922+
description: Successful response
1923+
security:
1924+
- Oauth2:
1925+
- https://www.googleapis.com/auth/appengine.admin
1926+
Oauth2c:
1927+
- https://www.googleapis.com/auth/appengine.admin
1928+
- Oauth2:
1929+
- https://www.googleapis.com/auth/cloud-platform
1930+
Oauth2c:
1931+
- https://www.googleapis.com/auth/cloud-platform
1932+
- Oauth2:
1933+
- https://www.googleapis.com/auth/cloud-platform.read-only
1934+
Oauth2c:
1935+
- https://www.googleapis.com/auth/cloud-platform.read-only
1936+
tags:
1937+
- projects
1938+
parameters:
1939+
- $ref: "#/components/parameters/_.xgafv"
1940+
- $ref: "#/components/parameters/access_token"
1941+
- $ref: "#/components/parameters/alt"
1942+
- $ref: "#/components/parameters/callback"
1943+
- $ref: "#/components/parameters/fields"
1944+
- $ref: "#/components/parameters/key"
1945+
- $ref: "#/components/parameters/oauth_token"
1946+
- $ref: "#/components/parameters/prettyPrint"
1947+
- $ref: "#/components/parameters/quotaUser"
1948+
- $ref: "#/components/parameters/upload_protocol"
1949+
- $ref: "#/components/parameters/uploadType"
18821950
components:
18831951
parameters:
18841952
_.xgafv:
@@ -3092,7 +3160,7 @@ components:
30923160
type: string
30933161
type: object
30943162
Reasons:
3095-
description: "Containers transition between and within states based on reasons sent from various systems. CCFE will provide the CLH with reasons for the current state per system.The current systems that CCFE supports are: Service Management (Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud Billing API)"
3163+
description: "Containers transition between and within states based on reasons sent from various systems. CCFE will provide the CLH with reasons for the current state per system.The current systems that CCFE supports are: Service Management (Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud Billing API) Service Activation (Service Controller)"
30963164
properties:
30973165
abuse:
30983166
enum:
@@ -3117,6 +3185,15 @@ components:
31173185
- UNHIDE
31183186
- PURGE
31193187
type: string
3188+
serviceActivation:
3189+
description: Consumer Container denotes if the service is active within a project or not. This information could be used to clean up resources in case service in DISABLED_FULL i.e. Service is inactive > 30 days.
3190+
enum:
3191+
- SERVICE_ACTIVATION_STATUS_UNSPECIFIED
3192+
- SERVICE_ACTIVATION_ENABLED
3193+
- SERVICE_ACTIVATION_DISABLED
3194+
- SERVICE_ACTIVATION_DISABLED_FULL
3195+
- SERVICE_ACTIVATION_UNKNOWN_REASON
3196+
type: string
31203197
serviceManagement:
31213198
enum:
31223199
- SERVICE_MANAGEMENT_UNKNOWN_REASON

APIs/googleapis.com/appengine/v1alpha/openapi.yaml

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,73 @@ paths:
866866
- $ref: "#/components/parameters/quotaUser"
867867
- $ref: "#/components/parameters/upload_protocol"
868868
- $ref: "#/components/parameters/uploadType"
869+
/v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedDomains:
870+
get:
871+
description: Lists all domains the user is authorized to administer.
872+
operationId: appengine.projects.locations.applications.authorizedDomains.list
873+
parameters:
874+
- description: "Part of `parent`. Name of the parent Application resource. Example: apps/myapp."
875+
in: path
876+
name: projectsId
877+
required: true
878+
schema:
879+
type: string
880+
- description: Part of `parent`. See documentation of `projectsId`.
881+
in: path
882+
name: locationsId
883+
required: true
884+
schema:
885+
type: string
886+
- description: Part of `parent`. See documentation of `projectsId`.
887+
in: path
888+
name: applicationsId
889+
required: true
890+
schema:
891+
type: string
892+
- description: Maximum results to return per page.
893+
in: query
894+
name: pageSize
895+
schema:
896+
type: integer
897+
- description: Continuation token for fetching the next page of results.
898+
in: query
899+
name: pageToken
900+
schema:
901+
type: string
902+
responses:
903+
"200":
904+
content:
905+
application/json:
906+
schema:
907+
$ref: "#/components/schemas/ListAuthorizedDomainsResponse"
908+
description: Successful response
909+
security:
910+
- Oauth2:
911+
- https://www.googleapis.com/auth/appengine.admin
912+
Oauth2c:
913+
- https://www.googleapis.com/auth/appengine.admin
914+
- Oauth2:
915+
- https://www.googleapis.com/auth/cloud-platform
916+
Oauth2c:
917+
- https://www.googleapis.com/auth/cloud-platform
918+
- Oauth2:
919+
- https://www.googleapis.com/auth/cloud-platform.read-only
920+
Oauth2c:
921+
- https://www.googleapis.com/auth/cloud-platform.read-only
922+
tags:
923+
- projects
924+
parameters:
925+
- $ref: "#/components/parameters/_.xgafv"
926+
- $ref: "#/components/parameters/access_token"
927+
- $ref: "#/components/parameters/alt"
928+
- $ref: "#/components/parameters/callback"
929+
- $ref: "#/components/parameters/fields"
930+
- $ref: "#/components/parameters/key"
931+
- $ref: "#/components/parameters/oauth_token"
932+
- $ref: "#/components/parameters/prettyPrint"
933+
- $ref: "#/components/parameters/quotaUser"
934+
- $ref: "#/components/parameters/upload_protocol"
935+
- $ref: "#/components/parameters/uploadType"
869936
/v1alpha/projects/{projectsId}/locations/{locationsId}/operations:
870937
get:
871938
description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.
@@ -1485,7 +1552,7 @@ components:
14851552
type: string
14861553
type: object
14871554
Reasons:
1488-
description: "Containers transition between and within states based on reasons sent from various systems. CCFE will provide the CLH with reasons for the current state per system.The current systems that CCFE supports are: Service Management (Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud Billing API)"
1555+
description: "Containers transition between and within states based on reasons sent from various systems. CCFE will provide the CLH with reasons for the current state per system.The current systems that CCFE supports are: Service Management (Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud Billing API) Service Activation (Service Controller)"
14891556
properties:
14901557
abuse:
14911558
enum:
@@ -1510,6 +1577,15 @@ components:
15101577
- UNHIDE
15111578
- PURGE
15121579
type: string
1580+
serviceActivation:
1581+
description: Consumer Container denotes if the service is active within a project or not. This information could be used to clean up resources in case service in DISABLED_FULL i.e. Service is inactive > 30 days.
1582+
enum:
1583+
- SERVICE_ACTIVATION_STATUS_UNSPECIFIED
1584+
- SERVICE_ACTIVATION_ENABLED
1585+
- SERVICE_ACTIVATION_DISABLED
1586+
- SERVICE_ACTIVATION_DISABLED_FULL
1587+
- SERVICE_ACTIVATION_UNKNOWN_REASON
1588+
type: string
15131589
serviceManagement:
15141590
enum:
15151591
- SERVICE_MANAGEMENT_UNKNOWN_REASON

0 commit comments

Comments
 (0)