Interface protos.google.api.IResourceDescriptor (4.2.0)

Properties of a ResourceDescriptor.

Package

@google-cloud/dialogflow!

Properties

history

history?: (google.api.ResourceDescriptor.History|keyof typeof google.api.ResourceDescriptor.History|null);

ResourceDescriptor history

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

nameField

nameField?: (string|null);

ResourceDescriptor nameField

Property Value
TypeDescription
(string|null)

pattern

pattern?: (string[]|null);

ResourceDescriptor pattern

Property Value
TypeDescription
(string[]|null)

plural

plural?: (string|null);

ResourceDescriptor plural

Property Value
TypeDescription
(string|null)

singular

singular?: (string|null);

ResourceDescriptor singular

Property Value
TypeDescription
(string|null)

style

style?: (google.api.ResourceDescriptor.Style[]|null);

ResourceDescriptor style

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

type

type?: (string|null);

ResourceDescriptor type

Property Value
TypeDescription
(string|null)