Interface EnableServiceResponseOrBuilder (2.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface EnableServiceResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getService()

public abstract Service getService()

The new state of the service after enabling.

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

Returns
TypeDescription
Service

The service.

getServiceOrBuilder()

public abstract ServiceOrBuilder getServiceOrBuilder()

The new state of the service after enabling.

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

Returns
TypeDescription
ServiceOrBuilder

hasService()

public abstract boolean hasService()

The new state of the service after enabling.

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

Returns
TypeDescription
boolean

Whether the service field is set.