Interface protos.google.api.serviceusage.v1beta1.IServiceConfig (1.1.4)

Properties of a ServiceConfig.

Package

@google-cloud/service-usage!

Properties

apis

apis?: (google.protobuf.IApi[]|null);

ServiceConfig apis

Property Value
TypeDescription
(google.protobuf.IApi[]|null)

authentication

authentication?: (google.api.IAuthentication|null);

ServiceConfig authentication

Property Value
TypeDescription
(google.api.IAuthentication|null)

documentation

documentation?: (google.api.IDocumentation|null);

ServiceConfig documentation

Property Value
TypeDescription
(google.api.IDocumentation|null)

endpoints

endpoints?: (google.api.IEndpoint[]|null);

ServiceConfig endpoints

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

monitoredResources

monitoredResources?: (google.api.IMonitoredResourceDescriptor[]|null);

ServiceConfig monitoredResources

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

monitoring

monitoring?: (google.api.IMonitoring|null);

ServiceConfig monitoring

Property Value
TypeDescription
(google.api.IMonitoring|null)

name

name?: (string|null);

ServiceConfig name

Property Value
TypeDescription
(string|null)

quota

quota?: (google.api.IQuota|null);

ServiceConfig quota

Property Value
TypeDescription
(google.api.IQuota|null)

title

title?: (string|null);

ServiceConfig title

Property Value
TypeDescription
(string|null)

usage

usage?: (google.api.IUsage|null);

ServiceConfig usage

Property Value
TypeDescription
(google.api.IUsage|null)