Interface DisableServiceResponseOrBuilder (2.54.0)

publicinterface DisableServiceResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getService()

publicabstractServicegetService()

The new state of the service after disabling.

.google.api.serviceusage.v1.Service service = 1;

Returns
Type Description
Service

The service.

getServiceOrBuilder()

publicabstractServiceOrBuildergetServiceOrBuilder()

The new state of the service after disabling.

.google.api.serviceusage.v1.Service service = 1;

Returns
Type Description
ServiceOrBuilder

hasService()

publicabstractbooleanhasService()

The new state of the service after disabling.

.google.api.serviceusage.v1.Service service = 1;

Returns
Type Description
boolean

Whether the service field is set.

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.