Properties of an Api.
Package
@google-cloud/service-management!Properties
methods
methods?: (google.protobuf.IMethod[]|null);
Api methods
Type | Description |
(google.protobuf.IMethod[]|null) |
mixins
mixins?: (google.protobuf.IMixin[]|null);
Api mixins
Type | Description |
(google.protobuf.IMixin[]|null) |
name
name?: (string|null);
Api name
Type | Description |
(string|null) |
options
options?: (google.protobuf.IOption[]|null);
Api options
Type | Description |
(google.protobuf.IOption[]|null) |
sourceContext
sourceContext?: (google.protobuf.ISourceContext|null);
Api sourceContext
Type | Description |
(google.protobuf.ISourceContext|null) |
syntax
syntax?: (google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null);
Api syntax
Type | Description |
(google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null) |
version
version?: (string|null);
Api version
Type | Description |
(string|null) |