Interface BatchEnableServicesResponse.EnableFailureOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getErrorMessage()
      An error message describing why the service could not be enabled.
      com.google.protobuf.ByteString getErrorMessageBytes()
      An error message describing why the service could not be enabled.
      String getServiceId()
      The service id of a service that could not be enabled.
      com.google.protobuf.ByteString getServiceIdBytes()
      The service id of a service that could not be enabled.
      • 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

      • getServiceId

        String getServiceId()
         The service id of a service that could not be enabled.
         
        string service_id = 1;
        Returns:
        The serviceId.
      • getServiceIdBytes

        com.google.protobuf.ByteString getServiceIdBytes()
         The service id of a service that could not be enabled.
         
        string service_id = 1;
        Returns:
        The bytes for serviceId.
      • getErrorMessage

        String getErrorMessage()
         An error message describing why the service could not be enabled.
         
        string error_message = 2;
        Returns:
        The errorMessage.
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
         An error message describing why the service could not be enabled.
         
        string error_message = 2;
        Returns:
        The bytes for errorMessage.