Interface DisableServiceRequestOrBuilder (2.39.0)

publicinterface DisableServiceRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCheckIfServiceHasUsage()

publicabstractDisableServiceRequest.CheckIfServiceHasUsagegetCheckIfServiceHasUsage()

Defines the behavior for checking service usage when disabling a service.

.google.api.serviceusage.v1.DisableServiceRequest.CheckIfServiceHasUsage check_if_service_has_usage = 3;

Returns
Type Description
DisableServiceRequest.CheckIfServiceHasUsage

The checkIfServiceHasUsage.

getCheckIfServiceHasUsageValue()

publicabstractintgetCheckIfServiceHasUsageValue()

Defines the behavior for checking service usage when disabling a service.

.google.api.serviceusage.v1.DisableServiceRequest.CheckIfServiceHasUsage check_if_service_has_usage = 3;

Returns
Type Description
int

The enum numeric value on the wire for checkIfServiceHasUsage.

getDisableDependentServices()

publicabstractbooleangetDisableDependentServices()

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.

bool disable_dependent_services = 2;

Returns
Type Description
boolean

The disableDependentServices.

getName()

publicabstractStringgetName()

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.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

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.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.