Interface protos.google.api.IConfigChange (2.2.0)

Properties of a ConfigChange.

Package

@google-cloud/service-management

Properties

advices

advices?: (google.api.IAdvice[]|null);

ConfigChange advices

changeType

changeType?: (google.api.ChangeType|keyof typeof google.api.ChangeType|null);

ConfigChange changeType

element

element?: (string|null);

ConfigChange element

newValue

newValue?: (string|null);

ConfigChange newValue

oldValue

oldValue?: (string|null);

ConfigChange oldValue