Class DisableServiceRequest (0.2.2)

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

Request message for the DisableService method.

Attributes

NameDescription
name str
Name of the consumer and service to disable the service on. The enable and disable methods currently only support projects. An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number.
disable_dependent_services bool
Indicates if services that are enabled and which depend on this service should also be disabled. If not set, an error will be generated if any enabled services depend on the service to be disabled. When set, the service, and any enabled services that depend on it, will be disabled together.
check_if_service_has_usage google.cloud.service_usage_v1.types.DisableServiceRequest.CheckIfServiceHasUsage
Defines the behavior for checking service usage when disabling a service.

Classes

CheckIfServiceHasUsage

CheckIfServiceHasUsage(value)

Enum to determine if service usage should be checked when disabling a service.