| Class | Description |
|---|---|
| CollectionAttribute |
An object representing a REST collection, as derived from analyzing an Api's
services and methods.
|
| HttpAttribute |
Describes the mapping of of a method to HTTP.
|
| HttpAttribute.FieldSegment |
A path segment representing a field reference.
|
| HttpAttribute.LiteralSegment |
A path segment representing a literal.
|
| HttpAttribute.PathSegment |
Base class for path segments.
|
| HttpAttribute.WildcardSegment |
A path segment representing a wildcard, which is bounded (matches 1 segment) or unbounded
(matches 1 or more segments).
|
| RestMethod |
Encapsulates information about a REST method derived from an RPC method.
|
| Enum | Description |
|---|---|
| MethodKind |
The http method kind.
|
| RestKind |
Rest method kind.
|
| SystemParameter |
System parameter defined in runtime proxy.
|