Interface protos.google.protobuf.DescriptorProto.IExtensionRange (1.2.1)

Properties of an ExtensionRange.

Package

@google-cloud/network-connectivity!

Properties

end

end?: (number|null);

ExtensionRange end

Property Value
TypeDescription
(number|null)

options

options?: (google.protobuf.IExtensionRangeOptions|null);

ExtensionRange options

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

start

start?: (number|null);

ExtensionRange start

Property Value
TypeDescription
(number|null)