Api class
Api is a light-weight descriptor for an API Interface.
Interfaces are also described as "protocol buffer services" in some contexts, such as by the "service" keyword in a .proto file, but they are different from API Services, which represent a concrete implementation of an interface as opposed to simply a description of methods and bindings. They are also sometimes simply referred to as "APIs" in other contexts, such as the name of this message itself. See https://cloud.google.com/apis/design/glossary for detailed terminology.
Constructors
- Api()
- Api.fromJson(Map _json)
Properties
-
methods
↔ List<
Method> -
The methods of this interface, in unspecified order.
read / write
-
mixins
↔ List<
Mixin> -
Included interfaces. See Mixin.
read / write
- name ↔ String
-
The fully qualified name of this interface, including package name
followed by the interface's simple name.
read / write
-
options
↔ List<
Option> -
Any metadata attached to the interface.
read / write
- sourceContext ↔ SourceContext
-
Source context for the protocol buffer service represented by this
message.
read / write
- syntax ↔ String
-
The source syntax of the service.
Possible string values are: [...]
read / write
- version ↔ String
-
A version string for this interface. If specified, must have the form
major-version.minor-version
, as in1.10
. If the minor version is omitted, it defaults to zero. If the entire version field is empty, the major version is derived from the package name, as outlined below. If the field is not empty, the version in the package name will be verified to be consistent with what is provided here. [...]read / write - hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited