From 85f625e113ccd67f936d299fa5d6fc970eae3759 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 19 Mar 2024 07:08:20 +0000 Subject: [PATCH] feat(dataform): update the api #### dataform:v1beta1 The following keys were deleted: - schemas.Repository.properties.name.readOnly (Total Keys: 1) - schemas.Workspace.properties.name.readOnly (Total Keys: 1) --- ...rm_v1beta1.projects.locations.repositories.html | 14 +++++++------- ...projects.locations.repositories.workspaces.html | 8 ++++---- .../documents/dataform.v1beta1.json | 10 ++++------ 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/dyn/dataform_v1beta1.projects.locations.repositories.html b/docs/dyn/dataform_v1beta1.projects.locations.repositories.html index f167190ca7..8c624c8a8c 100644 --- a/docs/dyn/dataform_v1beta1.projects.locations.repositories.html +++ b/docs/dyn/dataform_v1beta1.projects.locations.repositories.html @@ -244,7 +244,7 @@

Method Details

"labels": { # Optional. Repository user labels. "a_key": "A String", }, - "name": "A String", # Output only. The repository's name. + "name": "A String", # Identifier. The repository's name. "npmrcEnvironmentVariablesSecretVersion": "A String", # Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format `projects/*/secrets/*/versions/*`. The file itself must be in a JSON format. "serviceAccount": "A String", # Optional. The service account to run workflow invocations under. "setAuthenticatedUserAdmin": True or False, # Optional. Input only. If set to true, the authenticated user will be granted the roles/dataform.admin role on the created repository. To modify access to the created repository later apply setIamPolicy from https://cloud.google.com/dataform/reference/rest#rest-resource:-v1beta1.projects.locations.repositories @@ -280,7 +280,7 @@

Method Details

"labels": { # Optional. Repository user labels. "a_key": "A String", }, - "name": "A String", # Output only. The repository's name. + "name": "A String", # Identifier. The repository's name. "npmrcEnvironmentVariablesSecretVersion": "A String", # Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format `projects/*/secrets/*/versions/*`. The file itself must be in a JSON format. "serviceAccount": "A String", # Optional. The service account to run workflow invocations under. "setAuthenticatedUserAdmin": True or False, # Optional. Input only. If set to true, the authenticated user will be granted the roles/dataform.admin role on the created repository. To modify access to the created repository later apply setIamPolicy from https://cloud.google.com/dataform/reference/rest#rest-resource:-v1beta1.projects.locations.repositories @@ -408,7 +408,7 @@

Method Details

"labels": { # Optional. Repository user labels. "a_key": "A String", }, - "name": "A String", # Output only. The repository's name. + "name": "A String", # Identifier. The repository's name. "npmrcEnvironmentVariablesSecretVersion": "A String", # Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format `projects/*/secrets/*/versions/*`. The file itself must be in a JSON format. "serviceAccount": "A String", # Optional. The service account to run workflow invocations under. "setAuthenticatedUserAdmin": True or False, # Optional. Input only. If set to true, the authenticated user will be granted the roles/dataform.admin role on the created repository. To modify access to the created repository later apply setIamPolicy from https://cloud.google.com/dataform/reference/rest#rest-resource:-v1beta1.projects.locations.repositories @@ -492,7 +492,7 @@

Method Details

"labels": { # Optional. Repository user labels. "a_key": "A String", }, - "name": "A String", # Output only. The repository's name. + "name": "A String", # Identifier. The repository's name. "npmrcEnvironmentVariablesSecretVersion": "A String", # Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format `projects/*/secrets/*/versions/*`. The file itself must be in a JSON format. "serviceAccount": "A String", # Optional. The service account to run workflow invocations under. "setAuthenticatedUserAdmin": True or False, # Optional. Input only. If set to true, the authenticated user will be granted the roles/dataform.admin role on the created repository. To modify access to the created repository later apply setIamPolicy from https://cloud.google.com/dataform/reference/rest#rest-resource:-v1beta1.projects.locations.repositories @@ -528,7 +528,7 @@

Method Details

Updates a single Repository.
 
 Args:
-  name: string, Output only. The repository's name. (required)
+  name: string, Identifier. The repository's name. (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -548,7 +548,7 @@ 

Method Details

"labels": { # Optional. Repository user labels. "a_key": "A String", }, - "name": "A String", # Output only. The repository's name. + "name": "A String", # Identifier. The repository's name. "npmrcEnvironmentVariablesSecretVersion": "A String", # Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format `projects/*/secrets/*/versions/*`. The file itself must be in a JSON format. "serviceAccount": "A String", # Optional. The service account to run workflow invocations under. "setAuthenticatedUserAdmin": True or False, # Optional. Input only. If set to true, the authenticated user will be granted the roles/dataform.admin role on the created repository. To modify access to the created repository later apply setIamPolicy from https://cloud.google.com/dataform/reference/rest#rest-resource:-v1beta1.projects.locations.repositories @@ -584,7 +584,7 @@

Method Details

"labels": { # Optional. Repository user labels. "a_key": "A String", }, - "name": "A String", # Output only. The repository's name. + "name": "A String", # Identifier. The repository's name. "npmrcEnvironmentVariablesSecretVersion": "A String", # Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format `projects/*/secrets/*/versions/*`. The file itself must be in a JSON format. "serviceAccount": "A String", # Optional. The service account to run workflow invocations under. "setAuthenticatedUserAdmin": True or False, # Optional. Input only. If set to true, the authenticated user will be granted the roles/dataform.admin role on the created repository. To modify access to the created repository later apply setIamPolicy from https://cloud.google.com/dataform/reference/rest#rest-resource:-v1beta1.projects.locations.repositories diff --git a/docs/dyn/dataform_v1beta1.projects.locations.repositories.workspaces.html b/docs/dyn/dataform_v1beta1.projects.locations.repositories.workspaces.html index ebdc3fba68..269f2e5f80 100644 --- a/docs/dyn/dataform_v1beta1.projects.locations.repositories.workspaces.html +++ b/docs/dyn/dataform_v1beta1.projects.locations.repositories.workspaces.html @@ -206,7 +206,7 @@

Method Details

The object takes the form of: { # Represents a Dataform Git workspace. - "name": "A String", # Output only. The workspace's name. + "name": "A String", # Identifier. The workspace's name. } workspaceId: string, Required. The ID to use for the workspace, which will become the final component of the workspace's resource name. @@ -219,7 +219,7 @@

Method Details

An object of the form: { # Represents a Dataform Git workspace. - "name": "A String", # Output only. The workspace's name. + "name": "A String", # Identifier. The workspace's name. }
@@ -321,7 +321,7 @@

Method Details

An object of the form: { # Represents a Dataform Git workspace. - "name": "A String", # Output only. The workspace's name. + "name": "A String", # Identifier. The workspace's name. } @@ -409,7 +409,7 @@

Method Details

], "workspaces": [ # List of workspaces. { # Represents a Dataform Git workspace. - "name": "A String", # Output only. The workspace's name. + "name": "A String", # Identifier. The workspace's name. }, ], } diff --git a/googleapiclient/discovery_cache/documents/dataform.v1beta1.json b/googleapiclient/discovery_cache/documents/dataform.v1beta1.json index e0b173090d..20f790fad1 100644 --- a/googleapiclient/discovery_cache/documents/dataform.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/dataform.v1beta1.json @@ -558,7 +558,7 @@ ], "parameters": { "name": { -"description": "Output only. The repository's name.", +"description": "Identifier. The repository's name.", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$", "required": true, @@ -2103,7 +2103,7 @@ } } }, -"revision": "20240302", +"revision": "20240310", "rootUrl": "https://dataform.googleapis.com/", "schemas": { "Assertion": { @@ -3501,8 +3501,7 @@ "type": "object" }, "name": { -"description": "Output only. The repository's name.", -"readOnly": true, +"description": "Identifier. The repository's name.", "type": "string" }, "npmrcEnvironmentVariablesSecretVersion": { @@ -3895,8 +3894,7 @@ "id": "Workspace", "properties": { "name": { -"description": "Output only. The workspace's name.", -"readOnly": true, +"description": "Identifier. The workspace's name.", "type": "string" } },