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: clients/dataform/lib/google_api/dataform/v1beta1/api/projects.ex
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -823,7 +823,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
823
823
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
824
824
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
825
825
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of commits to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
826
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `FetchRepositoryHistory` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `FetchRepositoryHistory` must match the call that provided the page token.
826
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `FetchRepositoryHistory` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `FetchRepositoryHistory`, with the exception of `page_size`, must match the call that provided the page token.
827
827
* `opts` (*type:* `keyword()`) - Call options
828
828
829
829
## Returns
@@ -1115,7 +1115,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
1115
1115
* `:filter` (*type:* `String.t`) - Optional. Filter for the returned list.
1116
1116
* `:orderBy` (*type:* `String.t`) - Optional. This field only supports ordering by `name`. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the `name` field.
1117
1117
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of repositories to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
1118
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListRepositories` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRepositories` must match the call that provided the page token.
1118
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListRepositories` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRepositories`, with the exception of `page_size`, must match the call that provided the page token.
1119
1119
* `opts` (*type:* `keyword()`) - Call options
1120
1120
1121
1121
## Returns
@@ -1268,7 +1268,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
1268
1268
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
1269
1269
* `:commitSha` (*type:* `String.t`) - Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.
1270
1270
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
1271
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `QueryRepositoryDirectoryContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryRepositoryDirectoryContents` must match the call that provided the page token.
1271
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `QueryRepositoryDirectoryContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryRepositoryDirectoryContents`, with the exception of `page_size`, must match the call that provided the page token.
1272
1272
* `:path` (*type:* `String.t`) - Optional. The directory's full path including directory name, relative to root. If left unset, the root is used.
1273
1273
* `opts` (*type:* `keyword()`) - Call options
1274
1274
@@ -2002,7 +2002,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2002
2002
* `:filter` (*type:* `String.t`) - Optional. Filter for the returned list.
2003
2003
* `:orderBy` (*type:* `String.t`) - Optional. This field only supports ordering by `name` and `create_time`. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the `name` field.
2004
2004
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
2005
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListCompilationResults` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCompilationResults` must match the call that provided the page token.
2005
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListCompilationResults` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCompilationResults`, with the exception of `page_size`, must match the call that provided the page token.
2006
2006
* `opts` (*type:* `keyword()`) - Call options
2007
2007
2008
2008
## Returns
@@ -2081,7 +2081,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2081
2081
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
2082
2082
* `:filter` (*type:* `String.t`) - Optional. Optional filter for the returned list. Filtering is only currently supported on the `file_path` field.
2083
2083
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of compilation results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
2084
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `QueryCompilationResultActions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryCompilationResultActions` must match the call that provided the page token.
2084
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `QueryCompilationResultActions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryCompilationResultActions`, with the exception of `page_size`, must match the call that provided the page token.
2085
2085
* `opts` (*type:* `keyword()`) - Call options
2086
2086
2087
2087
## Returns
@@ -2372,7 +2372,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2372
2372
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
2373
2373
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
2374
2374
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of release configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
2375
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListReleaseConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListReleaseConfigs` must match the call that provided the page token.
2375
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListReleaseConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListReleaseConfigs`, with the exception of `page_size`, must match the call that provided the page token.
2376
2376
* `opts` (*type:* `keyword()`) - Call options
2377
2377
2378
2378
## Returns
@@ -2736,7 +2736,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2736
2736
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
2737
2737
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
2738
2738
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of workflow configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
2739
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListWorkflowConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkflowConfigs` must match the call that provided the page token.
2739
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListWorkflowConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkflowConfigs`, with the exception of `page_size`, must match the call that provided the page token.
2740
2740
* `opts` (*type:* `keyword()`) - Call options
2741
2741
2742
2742
## Returns
@@ -3172,7 +3172,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
3172
3172
* `:filter` (*type:* `String.t`) - Optional. Filter for the returned list.
3173
3173
* `:orderBy` (*type:* `String.t`) - Optional. This field only supports ordering by `name`. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the `name` field.
3174
3174
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
3175
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListWorkflowInvocations` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkflowInvocations` must match the call that provided the page token.
3175
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListWorkflowInvocations` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkflowInvocations`, with the exception of `page_size`, must match the call that provided the page token.
3176
3176
* `opts` (*type:* `keyword()`) - Call options
3177
3177
3178
3178
## Returns
@@ -3250,7 +3250,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
3250
3250
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
3251
3251
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
3252
3252
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
3253
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `QueryWorkflowInvocationActions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryWorkflowInvocationActions` must match the call that provided the page token.
3253
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `QueryWorkflowInvocationActions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryWorkflowInvocationActions`, with the exception of `page_size`, must match the call that provided the page token.
3254
3254
* `opts` (*type:* `keyword()`) - Call options
3255
3255
3256
3256
## Returns
@@ -3980,7 +3980,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
3980
3980
* `:filter` (*type:* `String.t`) - Optional. Filter for the returned list.
3981
3981
* `:orderBy` (*type:* `String.t`) - Optional. This field only supports ordering by `name`. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the `name` field.
3982
3982
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of workspaces to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
3983
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListWorkspaces` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkspaces` must match the call that provided the page token.
3983
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `ListWorkspaces` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkspaces`, with the exception of `page_size`, must match the call that provided the page token.
3984
3984
* `opts` (*type:* `keyword()`) - Call options
3985
3985
3986
3986
## Returns
@@ -4422,7 +4422,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4422
4422
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4423
4423
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
4424
4424
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
4425
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `QueryDirectoryContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryDirectoryContents` must match the call that provided the page token.
4425
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `QueryDirectoryContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryDirectoryContents`, with the exception of `page_size`, must match the call that provided the page token.
4426
4426
* `:path` (*type:* `String.t`) - Optional. The directory's full path including directory name, relative to the workspace root. If left unset, the workspace root is used.
4427
4427
* `opts` (*type:* `keyword()`) - Call options
4428
4428
@@ -4791,7 +4791,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4791
4791
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
4792
4792
* `:filter` (*type:* `String.t`) - Optional. Optional filter for the returned list in filtering format. Filtering is only currently supported on the `path` field. See https://google.aip.dev/160 for details.
4793
4793
* `:pageSize` (*type:* `integer()`) - Optional. Maximum number of search results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
4794
-
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `SearchFilesRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchFilesRequest` must match the call that provided the page token.
4794
+
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous `SearchFilesRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchFilesRequest`, with the exception of `page_size`, must match the call that provided the page token.
Copy file name to clipboardExpand all lines: clients/dataform/lib/google_api/dataform/v1beta1/model/compilation_result_action.ex
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ defmodule GoogleApi.Dataform.V1beta1.Model.CompilationResultAction do
23
23
24
24
* `assertion` (*type:* `GoogleApi.Dataform.V1beta1.Model.Assertion.t`, *default:* `nil`) - The assertion executed by this action.
25
25
* `canonicalTarget` (*type:* `GoogleApi.Dataform.V1beta1.Model.Target.t`, *default:* `nil`) - The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
26
-
* `dataPreparation` (*type:* `GoogleApi.Dataform.V1beta1.Model.DataPreparation.t`, *default:* `nil`) - The data preparation executed by this action.
27
26
* `declaration` (*type:* `GoogleApi.Dataform.V1beta1.Model.Declaration.t`, *default:* `nil`) - The declaration declared by this action.
28
27
* `filePath` (*type:* `String.t`, *default:* `nil`) - The full path including filename in which this action is located, relative to the workspace root.
29
28
* `notebook` (*type:* `GoogleApi.Dataform.V1beta1.Model.Notebook.t`, *default:* `nil`) - The notebook executed by this action.
@@ -37,7 +36,6 @@ defmodule GoogleApi.Dataform.V1beta1.Model.CompilationResultAction do
0 commit comments