Interface protos.google.api.IBackendRule (2.2.0)

Properties of a BackendRule.

Package

@google-cloud/service-management

Properties

address

address?: (string|null);

BackendRule address

deadline

deadline?: (number|null);

BackendRule deadline

disableAuth

disableAuth?: (boolean|null);

BackendRule disableAuth

jwtAudience

jwtAudience?: (string|null);

BackendRule jwtAudience

minDeadline

minDeadline?: (number|null);

BackendRule minDeadline

operationDeadline

operationDeadline?: (number|null);

BackendRule operationDeadline

overridesByRequestProtocol

overridesByRequestProtocol?: ({ [k: string]: google.api.IBackendRule }|null);

BackendRule overridesByRequestProtocol

pathTranslation

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

BackendRule pathTranslation

protocol

protocol?: (string|null);

BackendRule protocol

selector

selector?: (string|null);

BackendRule selector