Properties of a ResourceDescriptor.
Package
@google-cloud/speech!Properties
history
history?: (google.api.ResourceDescriptor.History|keyof typeof google.api.ResourceDescriptor.History|null);
ResourceDescriptor history
Type | Description |
(google.api.ResourceDescriptor.History|keyof typeof google.api.ResourceDescriptor.History|null) |
nameField
nameField?: (string|null);
ResourceDescriptor nameField
Type | Description |
(string|null) |
pattern
pattern?: (string[]|null);
ResourceDescriptor pattern
Type | Description |
(string[]|null) |
plural
plural?: (string|null);
ResourceDescriptor plural
Type | Description |
(string|null) |
singular
singular?: (string|null);
ResourceDescriptor singular
Type | Description |
(string|null) |
style
style?: (google.api.ResourceDescriptor.Style[]|null);
ResourceDescriptor style
Type | Description |
(google.api.ResourceDescriptor.Style[]|null) |
type
type?: (string|null);
ResourceDescriptor type
Type | Description |
(string|null) |