Interface protos.google.api.IBackendRule (0.2.6)

Properties of a BackendRule.

Package

@google-cloud/service-management!

Properties

address

address?: (string|null);

BackendRule address

Property Value
TypeDescription
(string|null)

deadline

deadline?: (number|null);

BackendRule deadline

Property Value
TypeDescription
(number|null)

disableAuth

disableAuth?: (boolean|null);

BackendRule disableAuth

Property Value
TypeDescription
(boolean|null)

jwtAudience

jwtAudience?: (string|null);

BackendRule jwtAudience

Property Value
TypeDescription
(string|null)

minDeadline

minDeadline?: (number|null);

BackendRule minDeadline

Property Value
TypeDescription
(number|null)

operationDeadline

operationDeadline?: (number|null);

BackendRule operationDeadline

Property Value
TypeDescription
(number|null)

pathTranslation

pathTranslation?: (google.api.BackendRule.PathTranslation|keyof typeof google.api.BackendRule.PathTranslation|null);

BackendRule pathTranslation

Property Value
TypeDescription
(google.api.BackendRule.PathTranslation|keyof typeof google.api.BackendRule.PathTranslation|null)

protocol

protocol?: (string|null);

BackendRule protocol

Property Value
TypeDescription
(string|null)

selector

selector?: (string|null);

BackendRule selector

Property Value
TypeDescription
(string|null)