Interface protos.google.api.IConfigChange (0.2.6)

Properties of a ConfigChange.

Package

@google-cloud/service-management!

Properties

advices

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

ConfigChange advices

Property Value
TypeDescription
(google.api.IAdvice[]|null)

changeType

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

ConfigChange changeType

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

element

element?: (string|null);

ConfigChange element

Property Value
TypeDescription
(string|null)

newValue

newValue?: (string|null);

ConfigChange newValue

Property Value
TypeDescription
(string|null)

oldValue

oldValue?: (string|null);

ConfigChange oldValue

Property Value
TypeDescription
(string|null)