Interface protos.google.protobuf.IApi (0.2.6)

Properties of an Api.

Package

@google-cloud/service-management!

Properties

methods

methods?: (google.protobuf.IMethod[]|null);

Api methods

Property Value
TypeDescription
(google.protobuf.IMethod[]|null)

mixins

mixins?: (google.protobuf.IMixin[]|null);

Api mixins

Property Value
TypeDescription
(google.protobuf.IMixin[]|null)

name

name?: (string|null);

Api name

Property Value
TypeDescription
(string|null)

options

options?: (google.protobuf.IOption[]|null);

Api options

Property Value
TypeDescription
(google.protobuf.IOption[]|null)

sourceContext

sourceContext?: (google.protobuf.ISourceContext|null);

Api sourceContext

Property Value
TypeDescription
(google.protobuf.ISourceContext|null)

syntax

syntax?: (google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null);

Api syntax

Property Value
TypeDescription
(google.protobuf.Syntax|keyof typeof google.protobuf.Syntax|null)

version

version?: (string|null);

Api version

Property Value
TypeDescription
(string|null)