Skip to content

Commit

Permalink
Add Cloud Scheduler to the project catalog and regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Dec 6, 2018
1 parent 977ab16 commit e5dfd1d
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 0 deletions.
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>
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>
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>
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>
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
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>
15 changes: 15 additions & 0 deletions apis/Google.Cloud.Scheduler.V1Beta1/docs/index.md
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}}
10 changes: 10 additions & 0 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,16 @@
"tags": [ "Redis", "Memorystore" ]
},

{
"id": "Google.Cloud.Scheduler.V1Beta1",
"productName": "Google Cloud Scheduler",
"productUrl": "https://cloud.google.com/scheduler/",
"version": "1.0.0-beta00",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Scheduler API, which creates and manages jobs run on a regular recurring schedule.",
"tags": [ "scheduler", "cron" ]
},

{
"id": "Google.Cloud.Redis.V1Beta1",
"productName": "Google Cloud Memorystore for Redis",
Expand Down

0 comments on commit e5dfd1d

Please sign in to comment.