Interface EnableServiceResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EnableServiceResponse, EnableServiceResponse.Builder

    public interface EnableServiceResponseOrBuilder
    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 enabling.
      ServiceOrBuilder getServiceOrBuilder()
      The new state of the service after enabling.
      boolean hasService()
      The new state of the service after enabling.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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 enabling.
         
        .google.api.serviceusage.v1.Service service = 1;
        Returns:
        Whether the service field is set.
      • getService

        Service getService()
         The new state of the service after enabling.
         
        .google.api.serviceusage.v1.Service service = 1;
        Returns:
        The service.
      • getServiceOrBuilder

        ServiceOrBuilder getServiceOrBuilder()
         The new state of the service after enabling.
         
        .google.api.serviceusage.v1.Service service = 1;