Class Service (1.4.0)

Service(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A service that is available for use by the consumer.

Attributes

NameDescription
name str
The resource name of the consumer and service. A valid name would be: - projects/123/services/serviceusage.googleapis.com
parent str
The resource name of the consumer. A valid name would be: - projects/123
config google.cloud.service_usage_v1.types.ServiceConfig
The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the ``ListServices`` method. These fields are present only in responses to the ``GetService`` method.
state google.cloud.service_usage_v1.types.State
Whether or not the service has been enabled for use by the consumer.

Inheritance

builtins.object > proto.message.Message > Service