Skip to content

Commit

Permalink
chore: Added a new patch
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jan 18, 2025
1 parent 39ec666 commit dcf3c5b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git a/gcloud-protos-generator/openapi/google/compute-v1/openapi.yaml b/gcloud-protos-generator/openapi/google/compute-v1/openapi.yaml
index 4e6ff620f..9d9dc3aab 100644
--- a/gcloud-protos-generator/openapi/google/compute-v1/openapi.yaml
+++ b/gcloud-protos-generator/openapi/google/compute-v1/openapi.yaml
@@ -40900,6 +40900,12 @@ paths:
name: requestId
schema:
type: string
+ requestBody:
+ content:
+ application/json:
+ schema:
+ type: object
+ nullable: false
responses:
"200":
content:
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,3 @@ index b1bd7a087..6771756a0 100644
responses:
"200":
content:
diff --git a/gcloud-sdk/src/rest_apis/google_rest_apis/mod.rs b/gcloud-sdk/src/rest_apis/google_rest_apis/mod.rs
index 8d02473d5..367830aff 100644
--- a/gcloud-sdk/src/rest_apis/google_rest_apis/mod.rs
+++ b/gcloud-sdk/src/rest_apis/google_rest_apis/mod.rs
@@ -1,3 +1,4 @@
+
#[cfg(any(feature = "google-rest-bigquery-v2"))]
pub mod bigquery_v2;

0 comments on commit dcf3c5b

Please sign in to comment.