You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/workflows_v1.projects.locations.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,9 @@ <h3>Method Details</h3>
135
135
136
136
Args:
137
137
name: string, The resource that owns the locations collection, if applicable. (required)
138
-
filter: string, The standard list filter.
139
-
pageSize: integer, The standard list page size.
140
-
pageToken: string, The standard list page token.
138
+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139
+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
140
+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/workflows_v1.projects.locations.workflows.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120
120
"revisionCreateTime": "A String", # Output only. The timestamp that the latest revision of the workflow was created.
121
121
"revisionId": "A String", # Output only. The revision of the workflow. A new revision of a workflow is created as a result of updating the following properties of a workflow: - Service account - Workflow code to be executed The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are followed by a hyphen and 3 hexadecimal random characters.
122
122
"serviceAccount": "A String", # Name of the service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} Using `-` as a wildcard for the `{project}` will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.
123
-
"sourceContents": "A String", # Workflow code to be executed. The size limit is 32KB.
123
+
"sourceContents": "A String", # Workflow code to be executed. The size limit is 128KB.
124
124
"state": "A String", # Output only. State of the workflow deployment.
125
125
"updateTime": "A String", # Output only. The last update timestamp of the workflow.
126
126
}
@@ -214,7 +214,7 @@ <h3>Method Details</h3>
214
214
"revisionCreateTime": "A String", # Output only. The timestamp that the latest revision of the workflow was created.
215
215
"revisionId": "A String", # Output only. The revision of the workflow. A new revision of a workflow is created as a result of updating the following properties of a workflow: - Service account - Workflow code to be executed The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are followed by a hyphen and 3 hexadecimal random characters.
216
216
"serviceAccount": "A String", # Name of the service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} Using `-` as a wildcard for the `{project}` will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.
217
-
"sourceContents": "A String", # Workflow code to be executed. The size limit is 32KB.
217
+
"sourceContents": "A String", # Workflow code to be executed. The size limit is 128KB.
218
218
"state": "A String", # Output only. State of the workflow deployment.
219
219
"updateTime": "A String", # Output only. The last update timestamp of the workflow.
220
220
}</pre>
@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254
254
"revisionCreateTime": "A String", # Output only. The timestamp that the latest revision of the workflow was created.
255
255
"revisionId": "A String", # Output only. The revision of the workflow. A new revision of a workflow is created as a result of updating the following properties of a workflow: - Service account - Workflow code to be executed The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are followed by a hyphen and 3 hexadecimal random characters.
256
256
"serviceAccount": "A String", # Name of the service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} Using `-` as a wildcard for the `{project}` will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.
257
-
"sourceContents": "A String", # Workflow code to be executed. The size limit is 32KB.
257
+
"sourceContents": "A String", # Workflow code to be executed. The size limit is 128KB.
258
258
"state": "A String", # Output only. State of the workflow deployment.
259
259
"updateTime": "A String", # Output only. The last update timestamp of the workflow.
260
260
},
@@ -295,7 +295,7 @@ <h3>Method Details</h3>
295
295
"revisionCreateTime": "A String", # Output only. The timestamp that the latest revision of the workflow was created.
296
296
"revisionId": "A String", # Output only. The revision of the workflow. A new revision of a workflow is created as a result of updating the following properties of a workflow: - Service account - Workflow code to be executed The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are followed by a hyphen and 3 hexadecimal random characters.
297
297
"serviceAccount": "A String", # Name of the service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} Using `-` as a wildcard for the `{project}` will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.
298
-
"sourceContents": "A String", # Workflow code to be executed. The size limit is 32KB.
298
+
"sourceContents": "A String", # Workflow code to be executed. The size limit is 128KB.
299
299
"state": "A String", # Output only. State of the workflow deployment.
300
300
"updateTime": "A String", # Output only. The last update timestamp of the workflow.
Copy file name to clipboardExpand all lines: docs/dyn/workflows_v1beta.projects.locations.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,9 @@ <h3>Method Details</h3>
135
135
136
136
Args:
137
137
name: string, The resource that owns the locations collection, if applicable. (required)
138
-
filter: string, The standard list filter.
139
-
pageSize: integer, The standard list page size.
140
-
pageToken: string, The standard list page token.
138
+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139
+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
140
+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/workflows_v1beta.projects.locations.workflows.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120
120
"revisionCreateTime": "A String", # Output only. The timestamp that the latest revision of the workflow was created.
121
121
"revisionId": "A String", # Output only. The revision of the workflow. A new revision of a workflow is created as a result of updating the following properties of a workflow: - Service account - Workflow code to be executed The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are followed by a hyphen and 3 hexadecimal random characters.
122
122
"serviceAccount": "A String", # Name of the service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} Using `-` as a wildcard for the `{project}` will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.
123
-
"sourceContents": "A String", # Workflow code to be executed. The size limit is 32KB.
123
+
"sourceContents": "A String", # Workflow code to be executed. The size limit is 128KB.
124
124
"state": "A String", # Output only. State of the workflow deployment.
125
125
"updateTime": "A String", # Output only. The last update timestamp of the workflow.
126
126
}
@@ -214,7 +214,7 @@ <h3>Method Details</h3>
214
214
"revisionCreateTime": "A String", # Output only. The timestamp that the latest revision of the workflow was created.
215
215
"revisionId": "A String", # Output only. The revision of the workflow. A new revision of a workflow is created as a result of updating the following properties of a workflow: - Service account - Workflow code to be executed The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are followed by a hyphen and 3 hexadecimal random characters.
216
216
"serviceAccount": "A String", # Name of the service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} Using `-` as a wildcard for the `{project}` will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.
217
-
"sourceContents": "A String", # Workflow code to be executed. The size limit is 32KB.
217
+
"sourceContents": "A String", # Workflow code to be executed. The size limit is 128KB.
218
218
"state": "A String", # Output only. State of the workflow deployment.
219
219
"updateTime": "A String", # Output only. The last update timestamp of the workflow.
220
220
}</pre>
@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254
254
"revisionCreateTime": "A String", # Output only. The timestamp that the latest revision of the workflow was created.
255
255
"revisionId": "A String", # Output only. The revision of the workflow. A new revision of a workflow is created as a result of updating the following properties of a workflow: - Service account - Workflow code to be executed The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are followed by a hyphen and 3 hexadecimal random characters.
256
256
"serviceAccount": "A String", # Name of the service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} Using `-` as a wildcard for the `{project}` will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.
257
-
"sourceContents": "A String", # Workflow code to be executed. The size limit is 32KB.
257
+
"sourceContents": "A String", # Workflow code to be executed. The size limit is 128KB.
258
258
"state": "A String", # Output only. State of the workflow deployment.
259
259
"updateTime": "A String", # Output only. The last update timestamp of the workflow.
260
260
},
@@ -295,7 +295,7 @@ <h3>Method Details</h3>
295
295
"revisionCreateTime": "A String", # Output only. The timestamp that the latest revision of the workflow was created.
296
296
"revisionId": "A String", # Output only. The revision of the workflow. A new revision of a workflow is created as a result of updating the following properties of a workflow: - Service account - Workflow code to be executed The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are followed by a hyphen and 3 hexadecimal random characters.
297
297
"serviceAccount": "A String", # Name of the service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} Using `-` as a wildcard for the `{project}` will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.
298
-
"sourceContents": "A String", # Workflow code to be executed. The size limit is 32KB.
298
+
"sourceContents": "A String", # Workflow code to be executed. The size limit is 128KB.
299
299
"state": "A String", # Output only. State of the workflow deployment.
300
300
"updateTime": "A String", # Output only. The last update timestamp of the workflow.
0 commit comments