-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Cloud Scheduler to the project catalog and regenerate
- Loading branch information
Showing
8 changed files
with
219 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
...a1/Google.Cloud.Scheduler.V1Beta1.Snippets/Google.Cloud.Scheduler.V1Beta1.Snippets.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks> | ||
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp1.0</TargetFrameworks> | ||
<LangVersion>latest</LangVersion> | ||
<IsPackable>false</IsPackable> | ||
<AssemblyOriginatorKeyFile>../../GoogleApis.snk</AssemblyOriginatorKeyFile> | ||
<SignAssembly>true</SignAssembly> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013;AD0001</NoWarn> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" /> | ||
<ProjectReference Include="..\Google.Cloud.Scheduler.V1Beta1\Google.Cloud.Scheduler.V1Beta1.csproj" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" /> | ||
<PackageReference Include="Moq" Version="4.9.0" /> | ||
<PackageReference Include="xunit" Version="2.4.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" /> | ||
<PackageReference Include="Xunit.SkippableFact" Version="1.3.6" /> | ||
<Analyzer Condition="Exists('..\..\..\tools\Google.Cloud.Tools.Analyzers\bin\$(Configuration)\netstandard1.3\publish\Google.Cloud.Tools.Analyzers.dll')" Include="..\..\..\tools\Google.Cloud.Tools.Analyzers\bin\$(Configuration)\netstandard1.3\publish\Google.Cloud.Tools.Analyzers.dll" /> | ||
<Reference Condition="'$(TargetFramework)' == 'net452'" Include="Microsoft.CSharp" /> | ||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> | ||
</ItemGroup> | ||
</Project> |
18 changes: 18 additions & 0 deletions
18
apis/Google.Cloud.Scheduler.V1Beta1/Google.Cloud.Scheduler.V1Beta1.Snippets/coverage.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<CoverageParams> | ||
<TargetExecutable>C:/Program Files/dotnet/dotnet.exe</TargetExecutable> | ||
<TargetArguments>test --no-build -c Release</TargetArguments> | ||
<Filters> | ||
<IncludeFilters> | ||
<FilterEntry> | ||
<ModuleMask>Google.Cloud.Scheduler.V1Beta1</ModuleMask> | ||
</FilterEntry> | ||
</IncludeFilters> | ||
</Filters> | ||
<AttributeFilters> | ||
<AttributeFilterEntry>System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute</AttributeFilterEntry> | ||
<AttributeFilterEntry>System.Diagnostics.DebuggerNonUserCodeAttribute</AttributeFilterEntry> | ||
</AttributeFilters> | ||
<TargetWorkingDir>.</TargetWorkingDir> | ||
<Output>../../../coverage/Google.Cloud.Scheduler.V1Beta1.Snippets.dvcr</Output> | ||
</CoverageParams> |
25 changes: 25 additions & 0 deletions
25
....V1Beta1/Google.Cloud.Scheduler.V1Beta1.Tests/Google.Cloud.Scheduler.V1Beta1.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks> | ||
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp1.0</TargetFrameworks> | ||
<LangVersion>latest</LangVersion> | ||
<IsPackable>false</IsPackable> | ||
<AssemblyOriginatorKeyFile>../../GoogleApis.snk</AssemblyOriginatorKeyFile> | ||
<SignAssembly>true</SignAssembly> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013;AD0001</NoWarn> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" /> | ||
<ProjectReference Include="..\Google.Cloud.Scheduler.V1Beta1\Google.Cloud.Scheduler.V1Beta1.csproj" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" /> | ||
<PackageReference Include="Moq" Version="4.9.0" /> | ||
<PackageReference Include="xunit" Version="2.4.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" /> | ||
<PackageReference Include="Xunit.SkippableFact" Version="1.3.6" /> | ||
<Analyzer Condition="Exists('..\..\..\tools\Google.Cloud.Tools.Analyzers\bin\$(Configuration)\netstandard1.3\publish\Google.Cloud.Tools.Analyzers.dll')" Include="..\..\..\tools\Google.Cloud.Tools.Analyzers\bin\$(Configuration)\netstandard1.3\publish\Google.Cloud.Tools.Analyzers.dll" /> | ||
<Reference Condition="'$(TargetFramework)' == 'net452'" Include="Microsoft.CSharp" /> | ||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> | ||
</ItemGroup> | ||
</Project> |
18 changes: 18 additions & 0 deletions
18
apis/Google.Cloud.Scheduler.V1Beta1/Google.Cloud.Scheduler.V1Beta1.Tests/coverage.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<CoverageParams> | ||
<TargetExecutable>C:/Program Files/dotnet/dotnet.exe</TargetExecutable> | ||
<TargetArguments>test --no-build -c Release</TargetArguments> | ||
<Filters> | ||
<IncludeFilters> | ||
<FilterEntry> | ||
<ModuleMask>Google.Cloud.Scheduler.V1Beta1</ModuleMask> | ||
</FilterEntry> | ||
</IncludeFilters> | ||
</Filters> | ||
<AttributeFilters> | ||
<AttributeFilterEntry>System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute</AttributeFilterEntry> | ||
<AttributeFilterEntry>System.Diagnostics.DebuggerNonUserCodeAttribute</AttributeFilterEntry> | ||
</AttributeFilters> | ||
<TargetWorkingDir>.</TargetWorkingDir> | ||
<Output>../../../coverage/Google.Cloud.Scheduler.V1Beta1.Tests.dvcr</Output> | ||
</CoverageParams> |
76 changes: 76 additions & 0 deletions
76
apis/Google.Cloud.Scheduler.V1Beta1/Google.Cloud.Scheduler.V1Beta1.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.26124.0 | ||
MinimumVisualStudioVersion = 15.0.26124.0 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Scheduler.V1Beta1", "Google.Cloud.Scheduler.V1Beta1\Google.Cloud.Scheduler.V1Beta1.csproj", "{6A031CC7-3D30-4781-9FF8-7464B26CD833}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Scheduler.V1Beta1.Snippets", "Google.Cloud.Scheduler.V1Beta1.Snippets\Google.Cloud.Scheduler.V1Beta1.Snippets.csproj", "{831348CC-6DB8-40EC-BECF-02932260C92A}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.ClientTesting", "..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj", "{1FAB2D77-4567-44EB-92E6-679CA830F2A9}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Cloud.Scheduler.V1Beta1.Tests", "Google.Cloud.Scheduler.V1Beta1.Tests\Google.Cloud.Scheduler.V1Beta1.Tests.csproj", "{46722581-09AA-448F-BD02-85B31E5BC31F}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Debug|x64.Build.0 = Debug|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Debug|x86.Build.0 = Debug|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Release|x64.ActiveCfg = Release|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Release|x64.Build.0 = Release|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Release|x86.ActiveCfg = Release|Any CPU | ||
{6A031CC7-3D30-4781-9FF8-7464B26CD833}.Release|x86.Build.0 = Release|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Debug|x64.Build.0 = Debug|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Debug|x86.Build.0 = Debug|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Release|x64.ActiveCfg = Release|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Release|x64.Build.0 = Release|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Release|x86.ActiveCfg = Release|Any CPU | ||
{831348CC-6DB8-40EC-BECF-02932260C92A}.Release|x86.Build.0 = Release|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Debug|x64.Build.0 = Debug|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Debug|x86.Build.0 = Debug|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Release|x64.ActiveCfg = Release|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Release|x64.Build.0 = Release|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Release|x86.ActiveCfg = Release|Any CPU | ||
{1FAB2D77-4567-44EB-92E6-679CA830F2A9}.Release|x86.Build.0 = Release|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Debug|x64.Build.0 = Debug|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Debug|x86.Build.0 = Debug|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Release|x64.ActiveCfg = Release|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Release|x64.Build.0 = Release|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Release|x86.ActiveCfg = Release|Any CPU | ||
{46722581-09AA-448F-BD02-85B31E5BC31F}.Release|x86.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
EndGlobal |
32 changes: 32 additions & 0 deletions
32
...ud.Scheduler.V1Beta1/Google.Cloud.Scheduler.V1Beta1/Google.Cloud.Scheduler.V1Beta1.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Version>1.0.0-beta00</Version> | ||
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks> | ||
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks> | ||
<LangVersion>latest</LangVersion> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<AssemblyOriginatorKeyFile>../../GoogleApis.snk</AssemblyOriginatorKeyFile> | ||
<SignAssembly>true</SignAssembly> | ||
<Deterministic>true</Deterministic> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<Description>Recommended Google client library to access the Google Cloud Scheduler API, which creates and manages jobs run on a regular recurring schedule.</Description> | ||
<PackageTags>scheduler;cron;Google;Cloud</PackageTags> | ||
<Copyright>Copyright 2018 Google LLC</Copyright> | ||
<Authors>Google Inc.</Authors> | ||
<PackageIconUrl>https://cloud.google.com/images/gcp-icon-64x64.png</PackageIconUrl> | ||
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/googleapis/google-cloud-dotnet</PackageProjectUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/googleapis/google-cloud-dotnet</RepositoryUrl> | ||
<CodeAnalysisRuleSet>..\..\..\grpc.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="1.0.1" PrivateAssets="All" /> | ||
<PackageReference Include="Google.Api.Gax.Grpc" Version="2.5.0" /> | ||
<PackageReference Include="Grpc.Core" Version="1.13.1" PrivateAssets="None" /> | ||
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha" PrivateAssets="All" /> | ||
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" /> | ||
<Analyzer Condition="Exists('..\..\..\tools\Google.Cloud.Tools.Analyzers\bin\$(Configuration)\netstandard1.3\publish\Google.Cloud.Tools.Analyzers.dll')" Include="..\..\..\tools\Google.Cloud.Tools.Analyzers\bin\$(Configuration)\netstandard1.3\publish\Google.Cloud.Tools.Analyzers.dll" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{{title}} | ||
|
||
{{description}} | ||
|
||
{{version}} | ||
|
||
{{installation}} | ||
|
||
{{auth}} | ||
|
||
# Getting started | ||
|
||
{{client-classes}} | ||
|
||
{{client-construction}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters