Interface protos.google.api.serviceusage.v1.IService (1.1.4)

Properties of a Service.

Package

@google-cloud/service-usage!

Properties

config

config?: (google.api.serviceusage.v1.IServiceConfig|null);

Service config

Property Value
TypeDescription
(google.api.serviceusage.v1.IServiceConfig|null)

name

name?: (string|null);

Service name

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

Service parent

Property Value
TypeDescription
(string|null)

state

state?: (google.api.serviceusage.v1.State|keyof typeof google.api.serviceusage.v1.State|null);

Service state

Property Value
TypeDescription
(google.api.serviceusage.v1.State|keyof typeof google.api.serviceusage.v1.State|null)