Package com.google.api.serviceusage.v1
Interface DisableServiceResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DisableServiceResponse
,DisableServiceResponse.Builder
public interface DisableServiceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service
getService()
The new state of the service after disabling.ServiceOrBuilder
getServiceOrBuilder()
The new state of the service after disabling.boolean
hasService()
The new state of the service after disabling.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasService
boolean hasService()
The new state of the service after disabling.
.google.api.serviceusage.v1.Service service = 1;
- Returns:
- Whether the service field is set.
-
getService
Service getService()
The new state of the service after disabling.
.google.api.serviceusage.v1.Service service = 1;
- Returns:
- The service.
-
getServiceOrBuilder
ServiceOrBuilder getServiceOrBuilder()
The new state of the service after disabling.
.google.api.serviceusage.v1.Service service = 1;
-
-