Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1285)

Delta Between Two Patch Sets: Src/GoogleApis/Apis/Discovery/IParameter.cs

Issue 12020043: Issue 325 - Remove discovery and codegen (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: Created 10 years, 8 months ago
Right Patch Set: Sir miceli comment Created 10 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Src/GoogleApis/Apis/Discovery/IMethod.cs ('k') | Src/GoogleApis/Apis/Discovery/IResourceContainer.cs » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 /* 1 /*
2 Copyright 2010 Google Inc 2 Copyright 2010 Google Inc
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License. 5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
(...skipping 19 matching lines...) Expand all
30 /// <summary> Gets an indication whether this parameter is optional or r equired.</summary> 30 /// <summary> Gets an indication whether this parameter is optional or r equired.</summary>
31 bool IsRequired { get; } 31 bool IsRequired { get; }
32 32
33 /// <summary> Gets the default value of this parameter.</summary> 33 /// <summary> Gets the default value of this parameter.</summary>
34 string DefaultValue { get; } 34 string DefaultValue { get; }
35 35
36 /// <summary> Gets the type of the parameter.</summary> 36 /// <summary> Gets the type of the parameter.</summary>
37 string ParameterType { get; } 37 string ParameterType { get; }
38 } 38 }
39 } 39 }
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b