Interface protos.google.api.IEndpoint (0.2.6)

Properties of an Endpoint.

Package

@google-cloud/service-management!

Properties

aliases

aliases?: (string[]|null);

Endpoint aliases

Property Value
TypeDescription
(string[]|null)

allowCors

allowCors?: (boolean|null);

Endpoint allowCors

Property Value
TypeDescription
(boolean|null)

name

name?: (string|null);

Endpoint name

Property Value
TypeDescription
(string|null)

target

target?: (string|null);

Endpoint target

Property Value
TypeDescription
(string|null)