Skip to content

Commit

Permalink
Add a new AuthorizationType for Data Source Definition.
Browse files Browse the repository at this point in the history
googleapis/googleapis@17cfae0
commit 17cfae00f2bb51cb1683f017da7e295a1b0f01a8
Author: Google APIs <noreply@google.com>
Date:   Tue Mar 31 10:21:11 2020 -0700

    Add a new AuthorizationType for Data Source Definition.

    PiperOrigin-RevId: 303992863
  • Loading branch information
yoshi-automation authored and jskeet committed Apr 1, 2020
1 parent 9802461 commit 0c88ce0
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 191 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void GetDataSourceRequestObject()
new DataSourceParameter(),
},
HelpUrl = "help_url09eadab7",
AuthorizationType = DataSource.Types.AuthorizationType.AuthorizationCode,
AuthorizationType = DataSource.Types.AuthorizationType.FirstPartyOauth,
DataRefreshType = DataSource.Types.DataRefreshType.Unspecified,
DefaultDataRefreshWindowDays = 589997002,
ManualRunsDisabled = true,
Expand Down Expand Up @@ -98,7 +98,7 @@ public void GetDataSourceRequestObject()
new DataSourceParameter(),
},
HelpUrl = "help_url09eadab7",
AuthorizationType = DataSource.Types.AuthorizationType.AuthorizationCode,
AuthorizationType = DataSource.Types.AuthorizationType.FirstPartyOauth,
DataRefreshType = DataSource.Types.DataRefreshType.Unspecified,
DefaultDataRefreshWindowDays = 589997002,
ManualRunsDisabled = true,
Expand Down Expand Up @@ -141,7 +141,7 @@ public void GetDataSource()
new DataSourceParameter(),
},
HelpUrl = "help_url09eadab7",
AuthorizationType = DataSource.Types.AuthorizationType.AuthorizationCode,
AuthorizationType = DataSource.Types.AuthorizationType.FirstPartyOauth,
DataRefreshType = DataSource.Types.DataRefreshType.Unspecified,
DefaultDataRefreshWindowDays = 589997002,
ManualRunsDisabled = true,
Expand Down Expand Up @@ -182,7 +182,7 @@ public void GetDataSource()
new DataSourceParameter(),
},
HelpUrl = "help_url09eadab7",
AuthorizationType = DataSource.Types.AuthorizationType.AuthorizationCode,
AuthorizationType = DataSource.Types.AuthorizationType.FirstPartyOauth,
DataRefreshType = DataSource.Types.DataRefreshType.Unspecified,
DefaultDataRefreshWindowDays = 589997002,
ManualRunsDisabled = true,
Expand Down Expand Up @@ -225,7 +225,7 @@ public void GetDataSourceResourceNames()
new DataSourceParameter(),
},
HelpUrl = "help_url09eadab7",
AuthorizationType = DataSource.Types.AuthorizationType.AuthorizationCode,
AuthorizationType = DataSource.Types.AuthorizationType.FirstPartyOauth,
DataRefreshType = DataSource.Types.DataRefreshType.Unspecified,
DefaultDataRefreshWindowDays = 589997002,
ManualRunsDisabled = true,
Expand Down Expand Up @@ -266,7 +266,7 @@ public void GetDataSourceResourceNames()
new DataSourceParameter(),
},
HelpUrl = "help_url09eadab7",
AuthorizationType = DataSource.Types.AuthorizationType.AuthorizationCode,
AuthorizationType = DataSource.Types.AuthorizationType.FirstPartyOauth,
DataRefreshType = DataSource.Types.DataRefreshType.Unspecified,
DefaultDataRefreshWindowDays = 589997002,
ManualRunsDisabled = true,
Expand Down
Loading

0 comments on commit 0c88ce0

Please sign in to comment.