@@ -2384,7 +2384,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2384
2384
2385
2385
## Returns
2386
2386
2387
- * `{:ok, %GoogleApi.Dataform.V1beta1.Model.Empty {}}` on success
2387
+ * `{:ok, %GoogleApi.Dataform.V1beta1.Model.CancelWorkflowInvocationResponse {}}` on success
2388
2388
* `{:error, info}` on failure
2389
2389
"""
2390
2390
@ spec dataform_projects_locations_repositories_workflow_invocations_cancel (
@@ -2393,7 +2393,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2393
2393
keyword ( ) ,
2394
2394
keyword ( )
2395
2395
) ::
2396
- { :ok , GoogleApi.Dataform.V1beta1.Model.Empty . t ( ) }
2396
+ { :ok , GoogleApi.Dataform.V1beta1.Model.CancelWorkflowInvocationResponse . t ( ) }
2397
2397
| { :ok , Tesla.Env . t ( ) }
2398
2398
| { :ok , list ( ) }
2399
2399
| { :error , any ( ) }
@@ -2429,7 +2429,9 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2429
2429
2430
2430
connection
2431
2431
|> Connection . execute ( request )
2432
- |> Response . decode ( opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.Empty { } ] )
2432
+ |> Response . decode (
2433
+ opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.CancelWorkflowInvocationResponse { } ]
2434
+ )
2433
2435
end
2434
2436
2435
2437
@ doc """
@@ -2824,7 +2826,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2824
2826
2825
2827
## Returns
2826
2828
2827
- * `{:ok, %GoogleApi.Dataform.V1beta1.Model.Empty {}}` on success
2829
+ * `{:ok, %GoogleApi.Dataform.V1beta1.Model.CommitWorkspaceChangesResponse {}}` on success
2828
2830
* `{:error, info}` on failure
2829
2831
"""
2830
2832
@ spec dataform_projects_locations_repositories_workspaces_commit (
@@ -2833,7 +2835,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2833
2835
keyword ( ) ,
2834
2836
keyword ( )
2835
2837
) ::
2836
- { :ok , GoogleApi.Dataform.V1beta1.Model.Empty . t ( ) }
2838
+ { :ok , GoogleApi.Dataform.V1beta1.Model.CommitWorkspaceChangesResponse . t ( ) }
2837
2839
| { :ok , Tesla.Env . t ( ) }
2838
2840
| { :ok , list ( ) }
2839
2841
| { :error , any ( ) }
@@ -2869,7 +2871,9 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
2869
2871
2870
2872
connection
2871
2873
|> Connection . execute ( request )
2872
- |> Response . decode ( opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.Empty { } ] )
2874
+ |> Response . decode (
2875
+ opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.CommitWorkspaceChangesResponse { } ]
2876
+ )
2873
2877
end
2874
2878
2875
2879
@ doc """
@@ -3776,7 +3780,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
3776
3780
3777
3781
## Returns
3778
3782
3779
- * `{:ok, %GoogleApi.Dataform.V1beta1.Model.Empty {}}` on success
3783
+ * `{:ok, %GoogleApi.Dataform.V1beta1.Model.PullGitCommitsResponse {}}` on success
3780
3784
* `{:error, info}` on failure
3781
3785
"""
3782
3786
@ spec dataform_projects_locations_repositories_workspaces_pull (
@@ -3785,7 +3789,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
3785
3789
keyword ( ) ,
3786
3790
keyword ( )
3787
3791
) ::
3788
- { :ok , GoogleApi.Dataform.V1beta1.Model.Empty . t ( ) }
3792
+ { :ok , GoogleApi.Dataform.V1beta1.Model.PullGitCommitsResponse . t ( ) }
3789
3793
| { :ok , Tesla.Env . t ( ) }
3790
3794
| { :ok , list ( ) }
3791
3795
| { :error , any ( ) }
@@ -3821,7 +3825,9 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
3821
3825
3822
3826
connection
3823
3827
|> Connection . execute ( request )
3824
- |> Response . decode ( opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.Empty { } ] )
3828
+ |> Response . decode (
3829
+ opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.PullGitCommitsResponse { } ]
3830
+ )
3825
3831
end
3826
3832
3827
3833
@ doc """
@@ -3848,7 +3854,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
3848
3854
3849
3855
## Returns
3850
3856
3851
- * `{:ok, %GoogleApi.Dataform.V1beta1.Model.Empty {}}` on success
3857
+ * `{:ok, %GoogleApi.Dataform.V1beta1.Model.PushGitCommitsResponse {}}` on success
3852
3858
* `{:error, info}` on failure
3853
3859
"""
3854
3860
@ spec dataform_projects_locations_repositories_workspaces_push (
@@ -3857,7 +3863,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
3857
3863
keyword ( ) ,
3858
3864
keyword ( )
3859
3865
) ::
3860
- { :ok , GoogleApi.Dataform.V1beta1.Model.Empty . t ( ) }
3866
+ { :ok , GoogleApi.Dataform.V1beta1.Model.PushGitCommitsResponse . t ( ) }
3861
3867
| { :ok , Tesla.Env . t ( ) }
3862
3868
| { :ok , list ( ) }
3863
3869
| { :error , any ( ) }
@@ -3893,7 +3899,9 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
3893
3899
3894
3900
connection
3895
3901
|> Connection . execute ( request )
3896
- |> Response . decode ( opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.Empty { } ] )
3902
+ |> Response . decode (
3903
+ opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.PushGitCommitsResponse { } ]
3904
+ )
3897
3905
end
3898
3906
3899
3907
@ doc """
@@ -4072,7 +4080,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4072
4080
4073
4081
## Returns
4074
4082
4075
- * `{:ok, %GoogleApi.Dataform.V1beta1.Model.Empty {}}` on success
4083
+ * `{:ok, %GoogleApi.Dataform.V1beta1.Model.RemoveDirectoryResponse {}}` on success
4076
4084
* `{:error, info}` on failure
4077
4085
"""
4078
4086
@ spec dataform_projects_locations_repositories_workspaces_remove_directory (
@@ -4081,7 +4089,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4081
4089
keyword ( ) ,
4082
4090
keyword ( )
4083
4091
) ::
4084
- { :ok , GoogleApi.Dataform.V1beta1.Model.Empty . t ( ) }
4092
+ { :ok , GoogleApi.Dataform.V1beta1.Model.RemoveDirectoryResponse . t ( ) }
4085
4093
| { :ok , Tesla.Env . t ( ) }
4086
4094
| { :ok , list ( ) }
4087
4095
| { :error , any ( ) }
@@ -4117,7 +4125,9 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4117
4125
4118
4126
connection
4119
4127
|> Connection . execute ( request )
4120
- |> Response . decode ( opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.Empty { } ] )
4128
+ |> Response . decode (
4129
+ opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.RemoveDirectoryResponse { } ]
4130
+ )
4121
4131
end
4122
4132
4123
4133
@ doc """
@@ -4144,7 +4154,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4144
4154
4145
4155
## Returns
4146
4156
4147
- * `{:ok, %GoogleApi.Dataform.V1beta1.Model.Empty {}}` on success
4157
+ * `{:ok, %GoogleApi.Dataform.V1beta1.Model.RemoveFileResponse {}}` on success
4148
4158
* `{:error, info}` on failure
4149
4159
"""
4150
4160
@ spec dataform_projects_locations_repositories_workspaces_remove_file (
@@ -4153,7 +4163,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4153
4163
keyword ( ) ,
4154
4164
keyword ( )
4155
4165
) ::
4156
- { :ok , GoogleApi.Dataform.V1beta1.Model.Empty . t ( ) }
4166
+ { :ok , GoogleApi.Dataform.V1beta1.Model.RemoveFileResponse . t ( ) }
4157
4167
| { :ok , Tesla.Env . t ( ) }
4158
4168
| { :ok , list ( ) }
4159
4169
| { :error , any ( ) }
@@ -4189,7 +4199,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4189
4199
4190
4200
connection
4191
4201
|> Connection . execute ( request )
4192
- |> Response . decode ( opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.Empty { } ] )
4202
+ |> Response . decode ( opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.RemoveFileResponse { } ] )
4193
4203
end
4194
4204
4195
4205
@ doc """
@@ -4216,7 +4226,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4216
4226
4217
4227
## Returns
4218
4228
4219
- * `{:ok, %GoogleApi.Dataform.V1beta1.Model.Empty {}}` on success
4229
+ * `{:ok, %GoogleApi.Dataform.V1beta1.Model.ResetWorkspaceChangesResponse {}}` on success
4220
4230
* `{:error, info}` on failure
4221
4231
"""
4222
4232
@ spec dataform_projects_locations_repositories_workspaces_reset (
@@ -4225,7 +4235,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4225
4235
keyword ( ) ,
4226
4236
keyword ( )
4227
4237
) ::
4228
- { :ok , GoogleApi.Dataform.V1beta1.Model.Empty . t ( ) }
4238
+ { :ok , GoogleApi.Dataform.V1beta1.Model.ResetWorkspaceChangesResponse . t ( ) }
4229
4239
| { :ok , Tesla.Env . t ( ) }
4230
4240
| { :ok , list ( ) }
4231
4241
| { :error , any ( ) }
@@ -4261,7 +4271,9 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
4261
4271
4262
4272
connection
4263
4273
|> Connection . execute ( request )
4264
- |> Response . decode ( opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.Empty { } ] )
4274
+ |> Response . decode (
4275
+ opts ++ [ struct: % GoogleApi.Dataform.V1beta1.Model.ResetWorkspaceChangesResponse { } ]
4276
+ )
4265
4277
end
4266
4278
4267
4279
@ doc """
0 commit comments